summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2015-11-09mvsas: Fix NULL pointer dereference in mvs_slot_task_freeDāvis Mosāns1-0/+2
2015-10-233w-9xxx: don't unmap bounce buffered commandsChristoph Hellwig1-7/+21
2015-10-23scsi: fix scsi_error_handler vs. scsi_host_dev_release raceMichal Hocko1-1/+10
2015-09-13libfc: Fix fc_fcp_cleanup_each_cmd()Bart Van Assche1-2/+17
2015-08-17sg_start_req(): make sure that there's not too many elements in iovecAl Viro1-0/+3
2015-08-17ipr: Fix invalid array indexing for HRRQBrian King1-3/+8
2015-08-17ipr: Fix incorrect trace indexingBrian King2-2/+4
2015-08-17ipr: Fix locking for unit attention handlingBrian King1-5/+7
2015-08-10st: null pointer dereference panic caused by use after kref_put by st_openSeymour, Shane M1-1/+1
2015-08-03qla2xxx: Mark port lost when we receive an RSCN for it.Chad Dupuis1-1/+16
2015-08-03ipr: Increase default adapter init stage change timeoutBrian King1-1/+1
2015-07-04hpsa: add missing pci_set_master in kdump pathTomas Henzl1-1/+1
2015-07-04hpsa: refine the pci enable/disable handlingTomas Henzl1-14/+28
2015-06-29lpfc: Add iotag memory barrierJames Smart1-0/+21
2015-05-133w-sas: fix command completion raceChristoph Hellwig2-44/+10
2015-05-133w-9xxx: fix command completion raceChristoph Hellwig2-49/+13
2015-05-133w-xxxx: fix command completion raceChristoph Hellwig2-41/+6
2015-05-06mvsas: fix panic on expander attached SATA devicesJames Bottomley1-4/+1
2015-05-06scsi: storvsc: Fix a bug in copy_from_bounce_buffer()K. Y. Srinivasan1-7/+8
2015-04-19be2iscsi: Fix kernel panic when device initialization failsJohn Soni Jose1-1/+1
2015-04-19Defer processing of REQ_PREEMPT requests for blocked devicesBart Van Assche1-1/+3
2015-04-13tcm_qla2xxx: Fix incorrect use of __transport_register_sessionBart Van Assche1-1/+1
2015-03-26libsas: Fix Kernel Crash in smp_execute_taskJames Bottomley1-2/+4
2015-03-18fixed invalid assignment of 64bit mask to host dma_boundary for scatter gathe...Minh Duc Tran1-1/+0
2015-03-18sg: fix read() error reportingTony Battersby1-3/+3
2015-01-30ipr: wait for aborted command responsesBrian King2-0/+93
2015-01-27storvsc: ring buffer failures may result in I/O freezeLong Li1-4/+3
2015-01-08megaraid_sas: corrected return of wait_event from abort frame pathSumit.Saxena@avagotech.com1-1/+1
2014-12-07bnx2fc: do not add shared skbs to the fcoe_rx_listMaurizio Lombardi1-0/+7
2014-11-21SCSI: hpsa: fix a race in cmd_free/scsi_doneTomas Henzl1-2/+2
2014-11-21scsi: only re-lock door after EH on devices that were resetChristoph Hellwig1-1/+3
2014-11-14qla_target: don't delete changed naclsJoern Engel1-1/+10
2014-10-30qla2xxx: Use correct offset to req-q-out for reserve calculationArun Easi1-3/+1
2014-10-30be2iscsi: check ip buffer before copyingMike Christie1-5/+8
2014-10-06SCSI: libiscsi: fix potential buffer overrun in __iscsi_conn_send_pduMike Christie1-0/+10
2014-09-17bfa: Fix undefined bit shift on big-endian architectures with 32-bit DMA addressBen Hutchings1-1/+1
2014-09-17drivers: scsi: storvsc: Correctly handle TEST_UNIT_READY failureK. Y. Srinivasan1-0/+7
2014-09-17Drivers: scsi: storvsc: Implement a eh_timed_out handlerK. Y. Srinivasan1-0/+12
2014-09-06hpsa: fix bad -ENOMEM return value in hpsa_big_passthru_ioctlStephen M. Cameron1-1/+1
2014-08-08scsi: handle flush errors properlyJames Bottomley1-0/+8
2014-07-09sym53c8xx_2: Set DID_REQUEUE return code when aborting squeueMikulas Patocka1-0/+4
2014-07-09virtio-scsi: fix various bad behavior on aborted requestsPaolo Bonzini1-0/+22
2014-07-09virtio-scsi: avoid cancelling uninitialized work itemsPaolo Bonzini1-1/+3
2014-07-09ibmvscsi: Add memory barriers for send / receiveBrian King1-0/+10
2014-07-09ibmvscsi: Abort init sequence during error recoveryBrian King1-1/+2
2014-06-26net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman1-1/+1
2014-06-17SCSI: megaraid: Use resource_size_t for PCI resources, not longBen Collins2-3/+3
2014-05-31SCSI: megaraid: missing bounds check in mimd_to_kioc()Dan Carpenter1-0/+2
2014-05-31SCSI: dual scan thread bug fixJames Bottomley1-7/+16
2014-05-31scsi: fix our current target reap infrastructureJames Bottomley2-45/+74