summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] qla2xxx: Close window on race between rport removal and fcport transi...andrew.vasquez@qlogic.com2006-02-071-0/+14
* [SCSI] 3ware 9000 driver >4GB memory fixadam radford2006-02-061-3/+4
* [SCSI] gdth: don't map zero-length requestsJenx Axboe2006-02-051-1/+1
* [SCSI] megaraid_sas: support for 1078 type controller addedSumant Patro2006-02-042-18/+129
* [SCSI] megaraid_sas: register 16 byte CDB capabilityJoshua Giles2006-02-042-4/+5
* [SCSI] fusion - mptctl -adding asyn event notification supportMoore, Eric2006-02-042-0/+80
* [SCSI] fusion - mptctl -firmware download fixMoore, Eric2006-02-041-15/+20
* [SCSI] fusion - mptctl - backplane istwi fixMoore, Eric2006-02-043-125/+63Star
* [SCSI] fusion - mptctl -sense width fixMoore, Eric2006-02-041-2/+6
* [SCSI] fusion - mptctl - Event Log FixMoore, Eric2006-02-043-5/+4Star
* [SCSI] fusion - mtctl - change to wait_event_timeoutMoore, Eric2006-02-041-6/+5Star
* [SCSI] fusion - mptctl - adding support for bus_type=SASMoore, Eric2006-02-042-4/+8
* [SCSI] fusion - mptctl - MPTCOMMAND - adding function types.Moore, Eric2006-02-041-0/+21
* [SCSI] iscsi update: rm unused sessions listMike Christie2006-02-041-5/+0Star
* [SCSI] iscsi update: use gfp_tMike Christie2006-02-041-1/+1
* [SCSI] iscsi update: fix mgmt pool err path releaseMike Christie2006-02-041-1/+1
* [SCSI] iscsi update: set correct state at creation timeMike Christie2006-02-041-1/+1
* [SCSI] iscsi update: rm conn lockMike Christie2006-02-042-5/+0Star
* [SCSI] iscsi update: set deamon pid earlierMike Christie2006-02-041-6/+10
* [SCSI] iscsi update: setup pool before usingMike Christie2006-02-041-7/+6Star
* [SCSI] iscsi update: pass correct skb to skb_trimMike Christie2006-02-041-4/+3Star
* [SCSI] iscsi update: cleanup iscsi class interfaceMike Christie2006-02-043-140/+154
* [SCSI] aacraid: use no_uld_attach flagMark Haverkamp2006-02-042-59/+36Star
* [SCSI] aacraid: Update global function namesMark Haverkamp2006-02-047-135/+137
* [SCSI] aacraid: reduce device probe warningsMark Haverkamp2006-02-041-0/+4
* [SCSI] qla2xxx: Add support to retrieve/update HBA option-rom.andrew.vasquez@qlogic.com2006-02-045-2/+845
* [SCSI] qla2xxx: Return correct data-len during NVRAM retrieval.andrew.vasquez@qlogic.com2006-02-041-4/+3Star
* [SCSI] qla2xxx: Add beacon support via class-device attribute.andrew.vasquez@qlogic.com2006-02-045-3/+387
* [SCSI] qla2xxx: Add host-statistics FC transport attributes.andrew.vasquez@qlogic.com2006-02-046-7/+147
* [SCSI] qla2xxx: Add host port-type FC transport attribute.andrew.vasquez@qlogic.com2006-02-041-0/+25
* [SCSI] qla2xxx: Add port-speed FC transport attribute.andrew.vasquez@qlogic.com2006-02-044-2/+29
* Merge master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds2006-02-0412-164/+318
|\
| * [PARISC] Clean up printk in superio.cKyle McMartin2006-01-231-19/+22
| * [PARISC] Add chassis_power_off routineKyle McMartin2006-01-231-1/+2
| * [PARISC] pdc_stable version 0.22Thibaut VARENE2006-01-231-94/+262
| * [PARISC] Use kzalloc and other janitor-style cleanupsHelge Deller2006-01-2310-50/+32Star
* | Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds2006-02-043-2/+26
|\ \
| * | [SERIAL] 8250: limit range of runtime portsRussell King2006-02-031-0/+1
| * | [SERIAL] initialize spinlock for port failed to setup consoleAtsushi Nemoto2006-02-021-1/+1
| * | [SERIAL] SIIG 8-port serial boards supportAndrey Panin2006-02-021-1/+24
* | | Merge master.kernel.org:/home/rmk/linux-2.6-mmcLinus Torvalds2006-02-046-63/+60Star
|\ \ \
| * | | [MMC] Add MMC command type flagsRussell King2006-02-026-63/+60Star
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-02-032-4/+27
|\ \ \ \
| * | | | [TG3]: Update driver version and release date.David S. Miller2006-02-031-2/+2
| * | | | [TG3]: Flush tg3_reset_task()Michael Chan2006-02-032-2/+25
* | | | | [PATCH] IDE: always enable CONFIG_PDC202XX_FORCEAdrian Bunk2006-02-033-28/+0Star
* | | | | [PATCH] RocketPoint 1520 [hpt366] fails clock stabilizationLoren M. Lang2006-02-031-0/+4
* | | | | [PATCH] ide: set latency when resetting it821x out of firmware modeAlan Cox2006-02-031-1/+1
* | | | | [PATCH] ide-disk: Restore missing space in log messageJean Delvare2006-02-031-1/+1
* | | | | [PATCH] drivers/ide/ide-io.c: make __ide_end_request() staticAdrian Bunk2006-02-031-3/+2Star