summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] a100u2w: fix bitmap lookup routineAkinobu Mita2008-03-201-4/+5
* [SCSI] fix media change events for polled devicesKay Sievers2008-03-191-0/+5
* [SCSI] sd, sr: do not emit change event at device addKay Sievers2008-03-192-0/+2
* [SCSI] gdth: Allocate sense_buffer to prevent NULL pointer dereferenceSven Schnelle2008-03-141-0/+7
* [SCSI] arcmsr: fix iounmap error for Type B adapternickcheng2008-03-141-7/+7
* [SCSI] fix bsg queue oops with iscsi logoutMike Christie2008-03-131-1/+1
* [SCSI] Fix dependency problems in SCSI driversJames Bottomley2008-03-081-1/+1
* [SCSI] advansys: Fix bug in AdvLoadMicrocodeMatthew Wilcox2008-03-071-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2008-03-0524-326/+370
|\
| * [SCSI] iscsi class: regression - fix races with state manipulation and blocki...Mike Christie2008-03-051-28/+48
| * [SCSI] qla4xxx: regression - add start scan calloutMike Christie2008-03-051-12/+14
| * [SCSI] qla4xxx: fix host reset dpc raceMike Christie2008-03-052-5/+10
| * [SCSI] tgt: fix build errors when dprintk is definedFUJITA Tomonori2008-03-031-1/+1
| * [SCSI] tgt: set the data length properlyFUJITA Tomonori2008-03-031-0/+5
| * [SCSI] tgt: stop zero'ing scsi_cmndFUJITA Tomonori2008-03-031-1/+0
| * [SCSI] ibmvstgt: set up scsi_host properly before __scsi_alloc_queueFUJITA Tomonori2008-03-031-3/+4
| * [SCSI] docbook: fix scsi source fileRandy Dunlap2008-03-031-2/+1
| * [SCSI] qla2xxx: Update version number to 8.02.00-k9.Andrew Vasquez2008-03-031-1/+1
| * [SCSI] qla2xxx: Correct usage of inconsistent timeout values while issuing EL...Andrew Vasquez2008-03-033-10/+10
| * [SCSI] qla2xxx: Correct discrepancies during OVERRUN handling on FWI2-capable...Andrew Vasquez2008-03-031-0/+5
| * [SCSI] qla2xxx: Correct needless clean-up resets during shutdown.Andrew Vasquez2008-03-031-1/+2
| * [SCSI] arcmsr: update version and changelogNick Cheng2008-03-031-1/+1
| * [SCSI] ps3rom: disable clusteringFUJITA Tomonori2008-03-031-1/+1
| * [SCSI] ps3rom: fix wrong resid calculation bugFUJITA Tomonori2008-03-031-1/+1
| * [SCSI] mvsas: fix phy sas addressKe Wei2008-02-291-6/+5
| * [SCSI] gdth: fix to internal commands executionBoaz Harrosh2008-02-272-18/+13
| * [SCSI] gdth: bugfix for the at-exit problemsBoaz Harrosh2008-02-271-54/+28
| * [SCSI] iscsi regression: check for zero max session cmdsMike Christie2008-02-272-3/+3
| * [SCSI] aic94xx: fix TMF ascb handling to prevent sequencer panicJames Bottomley2008-02-243-114/+139
| * [SCSI] libsas: misc fixes to the eh pathJames Bottomley2008-02-231-17/+12
| * [SCSI] libsas: use the supplied address for SATA devices rather than changing itJames Bottomley2008-02-232-42/+8
| * [SCSI] aic94xx: plumb in I_T_nexus_reset task management functionJames Bottomley2008-02-233-5/+56
| * [SCSI] libsas: export sas_find_local_phy functionJames Bottomley2008-02-231-2/+3
| * [SCSI] mvsas: remove execute permission from fileJames Bottomley2008-02-231-0/+0
* | scsi: missing add of padded bytes to io completion byte countJens Axboe2008-03-041-1/+1
* | docbook: fix scsi source fileRandy Dunlap2008-03-031-2/+1
* | fix vmsas.c file permissionsOliver Pinter2008-02-231-0/+0
|/
* mvsas: fix build warning, clean prototypesJeff Garzik2008-02-231-12/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2008-02-2324-180/+3181
|\
| * [SCSI] qlogicpt: section fixesAdrian Bunk2008-02-231-6/+6
| * [SCSI] mvsas: convert from rough draft to working driverKe Wei2008-02-231-313/+1469
| * [SCSI] mvsas: Add Marvell 6440 SAS/SATA driverJeff Garzik2008-02-233-0/+1836
| * [SCSI] libsas: correctly flush the LU queue on error recoveryJames Bottomley2008-02-221-1/+2
| * [SCSI] aic94xx: fix sequencer hang on error recoveryJames Bottomley2008-02-221-4/+0
| * [SCSI] st: compile fix when DEBUG set to oneKai Makisara2008-02-222-8/+4
| * [SCSI] stex: stex_internal_copy should be called with sg_count in struct st_ccbFUJITA Tomonori2008-02-221-4/+6
| * [SCSI] stex: stex_direct_copy shouldn't call dma_map_sgFUJITA Tomonori2008-02-221-22/+12
| * [SCSI] lpfc: Balance lockingMatthew Wilcox2008-02-221-9/+9
| * [SCSI] qla4xxx: fix up residual handlingDavid Somayajulu2008-02-221-2/+1
| * [SCSI] libsas: fix error handlingJames Bottomley2008-02-221-24/+41