summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2016-09-07megaraid_sas: Fix probing cards without io portYinghai Lu2-4/+4
2016-09-07aacraid: Check size values after double-fetch from userDave Carroll1-2/+11
2016-08-16scsi_lib: correctly retry failed zero length REQ_TYPE_FS commandsJames Bottomley1-2/+5
2016-08-16scsi: remove scsi_end_requestChristoph Hellwig1-82/+31
2016-08-10ipr: Clear interrupt on croc/crocodile when running with LSIBrian King1-0/+1
2016-07-27scsi: fix race between simultaneous decrements of ->host_failedWei Fang1-1/+3
2016-06-07aacraid: Fix for aac_command_thread hangRaghava Aditya Renukunta1-0/+4
2016-06-07aacraid: Relinquish CPU during timeout waitRaghava Aditya Renukunta1-4/+4
2016-05-11lpfc: fix misleading indentationArnd Bergmann1-2/+3
2016-04-12ipr: Fix regression when loading firmwareGabriel Krisman Bertazi1-0/+5
2016-04-12ipr: Fix out-of-bounds null overwriteInsu Yun1-3/+2
2016-04-12be2iscsi: set the boot_kset pointer to NULL in case of failureMaurizio Lombardi1-0/+1
2016-04-12aacraid: Fix memory leak in aac_fib_map_freeRaghava Aditya Renukunta1-3/+6
2016-04-12sg: fix dxferp in from_to caseDouglas Gilbert1-1/+2
2016-03-09target: Add TFO->abort_task for aborted task resources releaseNicholas Bellinger1-0/+16
2016-03-03ses: fix additional element traversal bugJames Bottomley1-1/+9
2016-03-03ses: Fix problems with simple enclosuresJames Bottomley1-1/+19
2016-03-03storvsc: Don't set the SRB_FLAGS_QUEUE_ACTION_ENABLE flagK. Y. Srinivasan1-2/+1
2016-03-03megaraid_sas : SMAP restriction--do not access user memory from IOCTL codesumit.saxena@avagotech.com1-2/+11
2016-03-03megaraid_sas: Do not use PAGE_SIZE for max_sectorssumit.saxena@avagotech.com2-1/+3
2016-02-25scsi: fix soft lockup in scsi_remove_target() on module removalJames Bottomley1-2/+4
2016-02-25SCSI: Add Marvell Console to VPD blacklistMika Westerberg1-0/+1
2016-02-25scsi_dh_rdac: always retry MODE SELECT on command lock violationHannes Reinecke1-1/+3
2016-02-25drivers/scsi/sg.c: mark VMA as VM_IO to prevent migrationKirill A. Shutemov1-1/+1
2016-02-25SCSI: fix crashes in sd and sr runtime PMAlan Stern2-2/+9
2016-02-25Revert "SCSI: Fix NULL pointer dereference in runtime PM"Ken Xue1-10/+10
2016-02-25Fix a memory leak in scsi_host_dev_release()Bart Van Assche1-0/+11
2016-02-25scsi_sysfs: Fix queue_ramp_up_period return codePeter Oberparleiter1-1/+1
2016-02-25scsi: restart list search after unlock in scsi_remove_targetChristoph Hellwig1-12/+4
2015-11-09mvsas: Fix NULL pointer dereference in mvs_slot_task_freeDāvis Mosāns1-0/+2
2015-10-223w-9xxx: don't unmap bounce buffered commandsChristoph Hellwig1-7/+21
2015-10-22scsi: fix scsi_error_handler vs. scsi_host_dev_release raceMichal Hocko1-1/+10
2015-09-13SCSI: Fix NULL pointer dereference in runtime PMAlan Stern1-11/+11
2015-09-13libfc: Fix fc_fcp_cleanup_each_cmd()Bart Van Assche1-2/+17
2015-09-13libfc: Fix fc_exch_recv_req() error pathBart Van Assche1-4/+4
2015-08-16sg_start_req(): make sure that there's not too many elements in iovecAl Viro1-0/+3
2015-08-16ipr: Fix invalid array indexing for HRRQBrian King1-3/+8
2015-08-16ipr: Fix incorrect trace indexingBrian King2-2/+4
2015-08-16ipr: 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-03scsi_transport_srp: Fix a race conditionBart Van Assche1-1/+3
2015-08-03scsi_transport_srp: Introduce srp_wait_for_queuecommand()Bart Van Assche1-23/+31
2015-08-03ipr: Increase default adapter init stage change timeoutBrian King1-1/+1
2015-07-03hpsa: add missing pci_set_master in kdump pathTomas Henzl1-1/+1
2015-07-03hpsa: refine the pci enable/disable handlingTomas Henzl1-14/+28
2015-06-29lpfc: Add iotag memory barrierJames Smart1-0/+21
2015-06-06sd: Disable support for 256 byte/sector disksMark Hounschell1-14/+5
2015-06-06storvsc: Set the SRB flags correctly when no data transfer is neededK. Y. Srinivasan1-2/+1
2015-06-06qla2xxx: remove redundant declaration in 'qla_gbl.h'Chen Gang2-3/+1