aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Keystone2: fix bounce limit for SCSI storage driverVitaly Andrianov2014-12-031-1/+1
* Keystone2: [tmp] set bounce_limit to BLK_BOUNCE_HIGHVitaly Andrianov2014-12-031-1/+1
* SCSI: hpsa: fix a race in cmd_free/scsi_doneTomas Henzl2014-11-211-2/+2
* scsi: only re-lock door after EH on devices that were resetChristoph Hellwig2014-11-211-1/+3
* qla_target: don't delete changed naclsJoern Engel2014-11-141-1/+10
* qla2xxx: Use correct offset to req-q-out for reserve calculationArun Easi2014-10-301-3/+1
* be2iscsi: check ip buffer before copyingMike Christie2014-10-301-5/+8
* SCSI: libiscsi: fix potential buffer overrun in __iscsi_conn_send_pduMike Christie2014-10-051-0/+10
* bfa: Fix undefined bit shift on big-endian architectures with 32-bit DMA addressBen Hutchings2014-09-171-1/+1
* drivers: scsi: storvsc: Correctly handle TEST_UNIT_READY failureK. Y. Srinivasan2014-09-171-0/+7
* Drivers: scsi: storvsc: Implement a eh_timed_out handlerK. Y. Srinivasan2014-09-171-0/+12
* hpsa: fix bad -ENOMEM return value in hpsa_big_passthru_ioctlStephen M. Cameron2014-09-051-1/+1
* scsi: handle flush errors properlyJames Bottomley2014-08-071-0/+8
* sym53c8xx_2: Set DID_REQUEUE return code when aborting squeueMikulas Patocka2014-07-091-0/+4
* virtio-scsi: fix various bad behavior on aborted requestsPaolo Bonzini2014-07-091-0/+22
* virtio-scsi: avoid cancelling uninitialized work itemsPaolo Bonzini2014-07-091-1/+3
* ibmvscsi: Add memory barriers for send / receiveBrian King2014-07-091-0/+10
* ibmvscsi: Abort init sequence during error recoveryBrian King2014-07-091-1/+2
* net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman2014-06-261-1/+1
* SCSI: megaraid: Use resource_size_t for PCI resources, not longBen Collins2014-06-162-3/+3
* SCSI: megaraid: missing bounds check in mimd_to_kioc()Dan Carpenter2014-05-301-0/+2
* SCSI: dual scan thread bug fixJames Bottomley2014-05-301-7/+16
* scsi: fix our current target reap infrastructureJames Bottomley2014-05-302-45/+74
* mpt2sas: Don't disable device twice at suspend.Tyler Stachecki2014-05-131-1/+0
* virtio-scsi: Skip setting affinity on uninitialized vqFam Zheng2014-05-131-1/+5
* SCSI: arcmsr: upper 32 of dma address lostDan Carpenter2014-05-061-4/+3
* SCSI: qla2xxx: fix error handling of qla2x00_mem_alloc()Dan Carpenter2014-05-061-3/+3
* SCSI: storvsc: NULL pointer dereference fixAles Novak2014-03-231-0/+3
* SCSI: qla2xxx: Poll during initialization for ISP25xx and ISP83xxGiridhar Malavali2014-03-231-2/+1
* SCSI: isci: correct erroneous for_each_isci_host macroLukasz Dorau2014-03-231-3/+2
* SCSI: isci: fix reset timeout handlingDan Williams2014-03-232-8/+1
* qla2xxx: Fix kernel panic on selective retransmission requestDr. Greg Wettstein2014-03-061-1/+2
* virtio-scsi: Fix hotcpu_notifier use-after-free with virtscsi_freezeAsias He2014-02-061-1/+14
* SCSI: bfa: Chinook quad port 16G FC HBA claim issueVijaya Mohan Guvva2014-02-061-2/+4
* SCSI: sd: Reduce buffer size for vpd requestBernd Schubert2014-01-151-1/+4
* SCSI: Disable WRITE SAME for RAID and virtual host adapter driversMartin K. Petersen2013-12-1216-4/+25
* SCSI: hpsa: return 0 from driver probe function on success, not 1Stephen M. Cameron2013-12-121-1/+1
* SCSI: hpsa: do not discard scsi status on aborted commandsStephen M. Cameron2013-12-121-1/+1
* SCSI: libsas: fix usage of ata_tf_to_fisDan Williams2013-12-121-1/+1
* SCSI: bfa: Fix crash when symb name set for offline vportVijaya Mohan Guvva2013-12-123-8/+14
* aacraid: prevent invalid pointer dereferenceMahesh Rajashekhara2013-11-291-1/+2
* aacraid: missing capable() check in compat ioctlDan Carpenter2013-11-121-0/+2
* SCSI: sd: call blk_pm_runtime_init before add_diskAaron Lu2013-11-121-1/+1
* esp_scsi: Fix tag state corruption when autosensing.David S. Miller2013-10-132-6/+9
* SCSI: sd: Fix potential out-of-bounds accessAlan Stern2013-09-261-8/+3
* SCSI: Allow MPT Fusion SAS 3.0 driver to be built into the kernelGreg Kroah-Hartman2013-09-261-1/+1
* SCSI: pm80xx: fix Adaptec 71605H hangHans Verkuil2013-09-082-4/+4
* SCSI: lpfc: Don't force CONFIG_GENERIC_CSUM onAnton Blanchard2013-08-291-1/+0
* SCSI: nsp32: use mdelay instead of large udelay constantsArnd Bergmann2013-08-151-1/+1
* virtio-scsi: Fix virtqueue affinity setupAsias He2013-08-151-1/+1