summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* 3w-9xxx: don't unmap bounce buffered commandsChristoph Hellwig2015-10-221-7/+21
* scsi: fix scsi_error_handler vs. scsi_host_dev_release raceMichal Hocko2015-10-221-1/+10
* libfc: Fix fc_fcp_cleanup_each_cmd()Bart Van Assche2015-09-131-2/+17
* sg_start_req(): make sure that there's not too many elements in iovecAl Viro2015-08-161-0/+3
* ipr: Fix invalid array indexing for HRRQBrian King2015-08-161-3/+8
* ipr: Fix incorrect trace indexingBrian King2015-08-162-2/+4
* ipr: Fix locking for unit attention handlingBrian King2015-08-161-5/+7
* st: null pointer dereference panic caused by use after kref_put by st_openSeymour, Shane M2015-08-101-1/+1
* qla2xxx: Mark port lost when we receive an RSCN for it.Chad Dupuis2015-08-031-1/+16
* ipr: Increase default adapter init stage change timeoutBrian King2015-08-031-1/+1
* hpsa: add missing pci_set_master in kdump pathTomas Henzl2015-07-031-1/+1
* hpsa: refine the pci enable/disable handlingTomas Henzl2015-07-031-14/+28
* lpfc: Add iotag memory barrierJames Smart2015-06-291-0/+21
* 3w-sas: fix command completion raceChristoph Hellwig2015-05-132-44/+10
* 3w-9xxx: fix command completion raceChristoph Hellwig2015-05-132-49/+13
* 3w-xxxx: fix command completion raceChristoph Hellwig2015-05-132-41/+6
* mvsas: fix panic on expander attached SATA devicesJames Bottomley2015-05-061-4/+1
* scsi: storvsc: Fix a bug in copy_from_bounce_buffer()K. Y. Srinivasan2015-05-061-7/+8
* be2iscsi: Fix kernel panic when device initialization failsJohn Soni Jose2015-04-191-1/+1
* Defer processing of REQ_PREEMPT requests for blocked devicesBart Van Assche2015-04-191-1/+3
* tcm_qla2xxx: Fix incorrect use of __transport_register_sessionBart Van Assche2015-04-131-1/+1
* libsas: Fix Kernel Crash in smp_execute_taskJames Bottomley2015-03-261-2/+4
* fixed invalid assignment of 64bit mask to host dma_boundary for scatter gathe...Minh Duc Tran2015-03-181-1/+0
* sg: fix read() error reportingTony Battersby2015-03-181-3/+3
* ipr: wait for aborted command responsesBrian King2015-01-292-0/+93
* storvsc: ring buffer failures may result in I/O freezeLong Li2015-01-271-4/+3
* megaraid_sas: corrected return of wait_event from abort frame pathSumit.Saxena@avagotech.com2015-01-081-1/+1
* bnx2fc: do not add shared skbs to the fcoe_rx_listMaurizio Lombardi2014-12-061-0/+7
* 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