summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] fix use-after-free in scsi_init_io()James Bottomley2010-09-091-1/+1
* [SCSI] sd: fix medium-removal bugAlan Stern2010-09-071-1/+1
* [SCSI] qla2xxx: Update version number to 8.03.04-k0.Madhuranath Iyengar2010-09-051-2/+2
* [SCSI] qla2xxx: Check for empty slot in request queue before posting Command ...Giridhar Malavali2010-09-051-0/+13
* [SCSI] qla2xxx: Cover UNDERRUN case where SCSI status is set.Lalit Chandivade2010-09-051-3/+4
* [SCSI] qla2xxx: Correctly set fw hung and complete only waiting mbx.Giridhar Malavali2010-09-051-8/+12
* [SCSI] qla2xxx: Reset seconds_since_last_heartbeat correctly.Lalit Chandivade2010-09-051-1/+2
* [SCSI] qla2xxx: make rport deletions explicit during vport removalArun Easi2010-09-051-1/+0
* [SCSI] qla2xxx: Fix vport delete issuesArun Easi2010-09-057-36/+207
* [SCSI] sd, sym53c8xx: Remove warnings after vsprintf %pV introducation.David Miller2010-09-022-9/+7
* [SCSI] Fix warning: zero-length gnu_printf format stringJean Sacren2010-09-021-3/+3
* [SCSI] hpsa: disable doorbell reset on reset_devicesStephen M. Cameron2010-09-021-0/+6
* [SCSI] be2iscsi: Fix for Login failureJayamohan Kallickal2010-09-022-4/+3
* [SCSI] fix bio.bi_rw handlingJiri Slaby2010-09-021-1/+1
* drivers/scsi/qla4xxx: fix buildAndrew Morton2010-08-202-2/+2
* arcmsr_hba: Missing slab.h includeDavid Miller2010-08-171-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2010-08-1438-355/+1996
|\
| * [SCSI] qla4xxx: fix compilation warningVikas Chaudhary2010-08-111-1/+2
| * [SCSI] make error handling more robust in the face of reservationsJames Bottomley2010-08-111-4/+6
| * [SCSI] tgt: fix warningJoe Eykholt2010-08-111-0/+1
| * [SCSI] Return NEEDS_RETRY for eh commands with status BUSYHannes Reinecke2010-08-111-0/+1
| * [SCSI] ibmvfc: Driver version 1.0.9Brian King2010-08-061-2/+2
| * [SCSI] ibmvfc: Fix terminate_rport_ioBrian King2010-08-062-169/+204
| * [SCSI] ibmvfc: Fix rport add/delete race resulting in oopsBrian King2010-08-062-0/+9
| * [SCSI] lpfc 8.3.16: Change LPFC driver version to 8.3.16James Smart2010-08-061-1/+1
| * [SCSI] lpfc 8.3.16: FCoE Discovery and Failover FixesJames Smart2010-08-066-47/+144
| * [SCSI] lpfc 8.3.16: SLI Additions, updates, and code cleanupJames Smart2010-08-069-51/+128
| * [SCSI] pm8001: introduce missing kfreeJulia Lawall2010-08-061-3/+10
| * [SCSI] qla4xxx: Update driver version to 5.02.00-k3Vikas Chaudhary2010-08-061-1/+1
| * [SCSI] qla4xxx: Added AER support for ISP82xxLalit Chandivade2010-08-067-4/+352
| * [SCSI] qla4xxx: Handle outstanding mbx cmds on hung f/w scenariosNilesh Javali2010-08-065-0/+47
| * [SCSI] qla4xxx: updated mbx_sys_info struct to sync with FW 4.6.xVikas Chaudhary2010-08-062-11/+12
| * [SCSI] qla4xxx: clear AF_DPC_SCHEDULED flage when exit from do_dpcVikas Chaudhary2010-08-061-1/+3
| * [SCSI] qla4xxx: Stop firmware before doing init firmware.Lalit Chandivade2010-08-061-0/+6
| * [SCSI] qla4xxx: Use the correct request queue.Vikas Chaudhary2010-08-061-1/+1
| * [SCSI] qla4xxx: set correct value in sess->recovery_tmoVikas Chaudhary2010-08-064-9/+7
| * [SCSI] libfc: call fc_remote_port_chkready under the host lock.Mike Christie2010-08-061-2/+2
| * [SCSI] remove fake "address-of" expressionAlan Stern2010-08-062-2/+2
| * [SCSI] iscsi boot: mv iscsi_boot_sysfs to drivers/scsiMike Christie2010-08-063-0/+490
| * [SCSI] be2iscsi: select ISCSI_BOOT_SYSFSRandy Dunlap2010-08-061-0/+1
| * [SCSI] be2iscsi: Driver Version change to 2.0.549.0Jayamohan Kallickal2010-08-061-1/+1
| * [SCSI] be2iscsi: Increase max sectorJayamohan Kallickal2010-08-061-1/+1
| * [SCSI] be2iscsi: Add support for iscsi bootJayamohan Kallickal2010-08-066-46/+564
| * [SCSI] 53c700: remove dma_is_consistent usageFUJITA Tomonori2010-08-061-3/+0
* | Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds2010-08-121-0/+2
|\ \
| * | param: simple locking for sysfs-writable charp parametersRusty Russell2010-08-111-0/+2
* | | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-123-30/+30
|\ \ \
| * | | of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-063-30/+30
| | |/ | |/|
* | | scsi: 53c700: remove dma_is_consistent usageFUJITA Tomonori2010-08-111-3/+0
* | | drivers: scsi: use newly introduced hex_to_bin() methodAndy Shevchenko2010-08-113-21/+19
OpenPOWER on IntegriCloud