summaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
Commit message (Expand)AuthorAgeFilesLines
* [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-2286-1045/+1247
|\
| * [PATCH] qla4xxx: bug fix: driver hardware semaphore needs to be grabbed befor...David C Somayajulu2006-11-224-37/+15
| * Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2006-11-1616-137/+278
| |\
| | * [SCSI] psi240i.c: fix an array overrunAdrian Bunk2006-11-101-1/+1
| | * [SCSI] gdth: Fix && typosJean Delvare2006-11-101-2/+2
| | * [SCSI] iscsi class: update versionMike Christie2006-11-101-1/+1
| | * [SCSI] iscsi_tcp: fix xmittask oopsMike Christie2006-11-101-2/+5
| | * [SCSI] iscsi: add newlines to debug messagesPete Wyckoff2006-11-101-4/+5
| | * [SCSI] iscsi: always release cryptoPete Wyckoff2006-11-101-11/+4
| | * [SCSI] sg: fix incorrect last scatg lengthDouglas Gilbert2006-11-091-12/+13
| | * [SCSI] 3ware 9000 add support for 9650SEadam radford2006-11-092-61/+94
| | * [SCSI] aic94xx SCSI timeout fix: SMP retry fix.malahal@us.ibm.com2006-11-091-37/+47
| | * [SCSI] aic94xx SCSI timeout fixmalahal@us.ibm.com2006-11-097-6/+106
| * | [PATCH] scsi: clear garbage after CDBs on SG_IOTejun Heo2006-11-161-0/+1
| * | [PATCH] SCSI core: always store >= 36 bytes of INQUIRY dataAlan Stern2006-11-131-4/+14
| |/
| * [PATCH] SCSI: ISCSI build failureRandy Dunlap2006-10-311-1/+1
| * [PATCH] lockdep: annotate DECLARE_WAIT_QUEUE_HEADPeter Zijlstra2006-10-305-6/+6
| * Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2006-10-2655-840/+891
| |\
| | * [SCSI] aic79xx: Print out signallingHannes Reinecke2006-10-261-0/+19
| | * [SCSI] aic7xxx: Remove slave_destroyHannes Reinecke2006-10-265-78/+31
| | * [SCSI] aic79xx: set precompensationHannes Reinecke2006-10-261-1/+15
| | * [SCSI] aic79xx: Fixup external device resetHannes Reinecke2006-10-261-10/+56
| | * [SCSI] lpfc: fix printk format warningRandy Dunlap2006-10-261-1/+2
| | * [SCSI] aic79xx: make ahd_set_tags() staticAdrian Bunk2006-10-262-6/+1
| | * [SCSI] aic7xxx: cleanupsAdrian Bunk2006-10-2613-198/+175
| | * [SCSI] drivers/scsi: Handcrafted MIN/MAX macro removalAmol Lad2006-10-266-41/+26
| | * [SCSI] scsi_debug: support REPORT TARGET PORT GROUPSHannes Reinecke2006-10-261-14/+127