summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | [SCSI] lpfc 8.1.11 : Discovery FixesJames Smart2006-12-035-175/+73
| * | | | [SCSI] scsi tgt: IBM eServer i/pSeries virtual SCSI target driverFUJITA Tomonori2006-12-034-0/+975
| * | | | [SCSI] scsi tgt: SCSI RDMA Protocol library functionsFUJITA Tomonori2006-12-033-0/+452
| * | | | [SCSI] 53c700: brown paper bag fix for auto request senseJames Bottomley2006-12-031-1/+6
| * | | | [SCSI] qla2xxx: use NULL instead of 0Randy Dunlap2006-12-031-1/+1
| * | | | [SCSI] scsi-ml: Makefile and Kconfig changes for tgtFUJITA Tomonori2006-11-252-0/+10
| * | | | [SCSI] scsi tgt: scsi target user and kernel communication interfaceFUJITA Tomonori2006-11-251-0/+350
| * | | | [SCSI] scsi tgt: scsi target lib functionalityFUJITA Tomonori2006-11-252-0/+767
| * | | | [SCSI] export scsi-ml functions needed by tgt_scsi_lib and its LLDsFUJITA Tomonori2006-11-253-26/+54
| * | | | [SCSI] initio: fix section mismatches with HOTPLUG=nRandy Dunlap2006-11-251-1/+1
| * | | | [SCSI] qla2xxx: add asynchronous scsi scanning support.Andrew Vasquez2006-11-221-4/+29
| * | | | [SCSI] qla2xxx: defer topology discovery to DPC thread during initialization.Andrew Vasquez2006-11-222-107/+16
| * | | | [SCSI] Make scsi_scan_host work for drivers which find their own targetsMatthew Wilcox2006-11-221-7/+20
| * | | | [SCSI] fix missing check for no scanningMatthew Wilcox2006-11-221-0/+3
| * | | | [SCSI] Add Kconfig option for asynchronous SCSI scanningMatthew Wilcox2006-11-222-1/+24
| * | | | [SCSI] aacraid: Driver version updateMark Haverkamp2006-11-221-2/+2
| * | | | [SCSI] aacraid: Abort management FIBsMark Haverkamp2006-11-221-0/+14
| * | | | [SCSI] aacraid: Detect Blinkled at startupMark Haverkamp2006-11-221-0/+9
| * | | | [SCSI] ipr: Driver version 2.3.0Brian King2006-11-221-2/+2
| * | | | [SCSI] ipr: Make ipr_ioctl staticAdrian Bunk2006-11-221-1/+1
| * | | | [SCSI] ipr: Reduce default error log sizeBrian King2006-11-222-5/+10
| * | | | [SCSI] ipr: Add support for logging SAS fabric errorsBrian King2006-11-222-7/+290
| * | | | [SCSI] ipr: Remove debug trace points from dump codeBrian King2006-11-221-2/+0
| * | | | [SCSI] ipr: Remove ipr_scsi_timed_outBrian King2006-11-221-36/+4
| * | | | [SCSI] ipr: Set default ipr Kconfig valuesBrian King2006-11-221-0/+2
| * | | | [SCSI] ipr: PCI IDs for new SAS adaptersBrian King2006-11-222-1/+23
| * | | | [SCSI] ipr: Stop issuing cancel all to disk arraysBrian King2006-11-221-1/+1
| * | | | [SCSI] ipr: SATA reset - wait for host reset completionBrian King2006-11-221-0/+12
| * | | | [SCSI] qla4xxx: fix for timing issue for nvram accesses.David C Somayajulu2006-11-221-28/+36
| * | | | [SCSI] megaraid_sas: make 2 functions staticAdrian Bunk2006-11-221-2/+2
| * | | | [SCSI] qla4xxx: add support for qla4032David C Somayajulu2006-11-2212-163/+98
| * | | | Merge ../scsi-rc-fixes-2.6James Bottomley2006-11-22619-6356/+12792
| |\ \ \ \
| | * | | | [PATCH] qla4xxx: bug fix: driver hardware semaphore needs to be grabbed befor...David C Somayajulu2006-11-224-37/+15
| | |/ / /
| * | | | [SCSI] aic94xx: fix pointer to integer conversion warningJames Bottomley2006-11-221-1/+1
| * | | | [PATCH] aic94xx: delete ascb timers when freeing queuesDarrick J. Wong2006-11-221-0/+9
| * | | | [PATCH] aic94xx: handle REQ_DEVICE_RESETDarrick J. Wong2006-11-223-8/+46
| * | | | [SCSI] fix module unload induced compile warningIngo Molnar2006-11-151-1/+1
| * | | | [SCSI] scsi: t128 scsi_cmnd convertionHenne2006-11-151-19/+20
| * | | | [SCSI] ips: fix soft lockup during reset initializationAndrew Morton2006-11-151-3/+6
| * | | | [SCSI] qla2xxx: make some functions staticAdrian Bunk2006-11-152-10/+10
| * | | | [SCSI] minor bug fixes and cleanupsJeff Garzik2006-11-154-14/+24
| * | | | [SCSI] revert "[SCSI] ips soft lockup during reset/initialization"Andrew Morton2006-11-151-14/+14
| * | | | [SCSI] SCSI/aha1740: handle SCSI API errorsJeff Garzik2006-11-151-2/+8
| * | | | [SCSI] st: log message changesKai Makisara2006-11-151-8/+8
| * | | | [SCSI] sd: clearer output of disk cache stateLuben Tuikov2006-11-151-6/+7
| * | | | [SCSI] kill scsi_assign_lockChristoph Hellwig2006-11-151-2/+2
| * | | | [SCSI] untangle scsi_prep_fnChristoph Hellwig2006-11-151-147/+166
| * | | | [SCSI] use one-element sg list in scsi_send_eh_cmndChristoph Hellwig2006-11-151-9/+24
| * | | | [SCSI] aic94xx: handle REQ_TASK_ABORTDarrick J. Wong2006-11-151-17/+66
| * | | | [SCSI] libsas: add sas_abort_taskDarrick J. Wong2006-11-151-0/+60