aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-03-28[SCSI] mvsas: check subsystem idKe Wei1-0/+9
2008-03-28[SCSI] mvsas: get phy info.Ke Wei1-46/+42
2008-03-28[SCSI] mvsas: fix the buffer of rx DMA overflow bugKe Wei1-9/+16
2008-03-28[SCSI] mvsas: retry aborting task.Ke Wei1-8/+25
2008-03-28[SCSI] mvsas: check hd whether unpluggedKe Wei1-31/+45
2008-03-28[SCSI] mvsas : interrupt handlingKe Wei1-57/+170
2008-03-28[SCSI] mvsas: a tag handler implementationKe Wei1-43/+87
2008-03-28[SCSI] mvsas: fill in error info record and phy mode6 bits.Ke Wei1-36/+87
2008-03-27[SCSI] libsas: Warn if ATA device detected but CONFIG_SCSI_SAS_ATA not setJames Bottomley1-1/+4
2008-03-27[SCSI] hosts.c: fixes for "no error" reported after error scenariosJames Smart1-5/+11
2008-03-26Revert "[SCSI] fix bsg queue oops with iscsi logout"James Bottomley1-1/+1
2008-03-20[SCSI] a100u2w: fix bitmap lookup routineAkinobu Mita1-4/+5
2008-03-19[SCSI] fix media change events for polled devicesKay Sievers1-0/+5
2008-03-19[SCSI] sd, sr: do not emit change event at device addKay Sievers2-0/+2
2008-03-14[SCSI] gdth: Allocate sense_buffer to prevent NULL pointer dereferenceSven Schnelle1-0/+7
2008-03-14[SCSI] arcmsr: fix iounmap error for Type B adapternickcheng1-7/+7
2008-03-13[SCSI] fix bsg queue oops with iscsi logoutMike Christie1-1/+1
2008-03-08[SCSI] Fix dependency problems in SCSI driversJames Bottomley1-1/+1
2008-03-07[SCSI] advansys: Fix bug in AdvLoadMicrocodeMatthew Wilcox1-1/+1
2008-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds24-326/+370
2008-03-05[SCSI] iscsi class: regression - fix races with state manipulation and blocking/unblockingMike Christie1-28/+48
2008-03-05[SCSI] qla4xxx: regression - add start scan calloutMike Christie1-12/+14
2008-03-05[SCSI] qla4xxx: fix host reset dpc raceMike Christie2-5/+10
2008-03-04scsi: missing add of padded bytes to io completion byte countJens Axboe1-1/+1
2008-03-03[SCSI] tgt: fix build errors when dprintk is definedFUJITA Tomonori1-1/+1
2008-03-03[SCSI] tgt: set the data length properlyFUJITA Tomonori1-0/+5
2008-03-03[SCSI] tgt: stop zero'ing scsi_cmndFUJITA Tomonori1-1/+0
2008-03-03[SCSI] ibmvstgt: set up scsi_host properly before __scsi_alloc_queueFUJITA Tomonori1-3/+4
2008-03-03[SCSI] docbook: fix scsi source fileRandy Dunlap1-2/+1
2008-03-03[SCSI] qla2xxx: Update version number to 8.02.00-k9.Andrew Vasquez1-1/+1
2008-03-03[SCSI] qla2xxx: Correct usage of inconsistent timeout values while issuing ELS commands.Andrew Vasquez3-10/+10
2008-03-03[SCSI] qla2xxx: Correct discrepancies during OVERRUN handling on FWI2-capable cards.Andrew Vasquez1-0/+5
2008-03-03[SCSI] qla2xxx: Correct needless clean-up resets during shutdown.Andrew Vasquez1-1/+2
2008-03-03[SCSI] arcmsr: update version and changelogNick Cheng1-1/+1
2008-03-03[SCSI] ps3rom: disable clusteringFUJITA Tomonori1-1/+1
2008-03-03[SCSI] ps3rom: fix wrong resid calculation bugFUJITA Tomonori1-1/+1
2008-03-03docbook: fix scsi source fileRandy Dunlap1-2/+1
2008-02-29[SCSI] mvsas: fix phy sas addressKe Wei1-6/+5
2008-02-27[SCSI] gdth: fix to internal commands executionBoaz Harrosh2-18/+13
2008-02-27[SCSI] gdth: bugfix for the at-exit problemsBoaz Harrosh1-54/+28
2008-02-27[SCSI] iscsi regression: check for zero max session cmdsMike Christie2-3/+3
2008-02-24[SCSI] aic94xx: fix TMF ascb handling to prevent sequencer panicJames Bottomley3-114/+139
2008-02-23[SCSI] libsas: misc fixes to the eh pathJames Bottomley1-17/+12
2008-02-23[SCSI] libsas: use the supplied address for SATA devices rather than changing itJames Bottomley2-42/+8
2008-02-23[SCSI] aic94xx: plumb in I_T_nexus_reset task management functionJames Bottomley3-5/+56
2008-02-23[SCSI] libsas: export sas_find_local_phy functionJames Bottomley1-2/+3
2008-02-23[SCSI] mvsas: remove execute permission from fileJames Bottomley1-0/+0
2008-02-23fix vmsas.c file permissionsOliver Pinter1-0/+0
2008-02-23mvsas: fix build warning, clean prototypesJeff Garzik1-12/+1
2008-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds24-180/+3181