summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2016-02-28qla2xxx: Use pci_enable_msix_range() instead of pci_enable_msix()Quinn Tran5-9/+31
2016-02-28SCSI: Add Marvell Console to VPD blacklistMika Westerberg1-0/+1
2016-02-28scsi_dh_rdac: always retry MODE SELECT on command lock violationHannes Reinecke1-1/+3
2016-02-28target: Remove first argument of target_{get,put}_sess_cmd()Bart Van Assche1-1/+1
2016-02-28qla2xxx: terminate exchange when command is aborted by LIOAlexei Potashnik3-36/+20
2016-02-23qla2xxx: added sess generations to detect RSCN update racesAlexei Potashnik6-26/+83
2016-02-23qla2xxx: Abort stale cmds on qla_tgt_wq when plogi arrivesAlexei Potashnik1-0/+35
2016-02-23qla2xxx: drop cmds/tmrs arrived while session is being deletedAlexei Potashnik1-0/+28
2016-02-23qla2xxx: delay plogi/prli ack until existing sessions are deletedAlexei Potashnik7-22/+481
2016-02-23qla2xxx: cleanup cmd in qla workqueue before processing TMRSwapnil Nagle6-13/+140
2016-02-15drivers/scsi/sg.c: mark VMA as VM_IO to prevent migrationKirill A. Shutemov1-1/+1
2016-02-15SCSI: fix crashes in sd and sr runtime PMAlan Stern2-2/+9
2016-02-03scsi: add Synology to 1024 sector blacklistMike Christie1-0/+1
2015-11-10mvsas: 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-23ipr: Enable SIS pipe commands for SIS-32 devices.Gabriel Krisman Bertazi1-1/+1
2015-10-23scsi: fix scsi_error_handler vs. scsi_host_dev_release raceMichal Hocko1-1/+10
2015-09-13fnic: Use the local variable instead of I/O flag to acquire io_req_lock in fn...Hiral Shah2-2/+4
2015-09-13SCSI: Fix NULL pointer dereference in runtime PMAlan Stern1-11/+11
2015-09-13Revert "libata-eh: Set 'information' field for autosense"Tejun Heo1-31/+0
2015-09-13sd: Fix maximum I/O size for BLOCK_PC requestsMartin K. Petersen1-3/+3
2015-09-13libiscsi: Fix host busy blocking during connection teardownJohn Soni Jose1-23/+2
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-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-10qla2xxx: kill sessions/log out initiator on RSCN and port down eventsRoland Dreier3-31/+117
2015-08-10qla2xxx: fix command initialization in target mode.Kanoj Sarcar1-5/+5
2015-08-10qla2xxx: Remove msleep in qlt_send_term_exchangeHimanshu Madhani1-6/+7
2015-08-10qla2xxx: release request queue reservation.Quinn Tran1-3/+7
2015-08-10qla2xxx: Fix hardware lock/unlock issue causing kernel panic.Saurav Kashyap2-6/+4
2015-08-10st: null pointer dereference panic caused by use after kref_put by st_openSeymour, Shane M1-1/+1
2015-08-10scsi: fix memory leak with scsi-mqTony Battersby2-4/+4
2015-08-10scsi: fix host max depth checking for the 'queue_depth' sysfs interfaceJens Axboe1-1/+1
2015-07-21scsi_transport_srp: Fix a race conditionBart Van Assche1-1/+3
2015-07-21scsi_transport_srp: Introduce srp_wait_for_queuecommand()Bart Van Assche1-23/+31
2015-07-21ipr: Increase default adapter init stage change timeoutBrian King1-1/+1
2015-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-4/+2
2015-05-31target: Fix se_tpg_tfo->tf_subsys regression + remove tf_subsystemChristoph Hellwig1-4/+2
2015-05-18MAINTAINERS, be2iscsi: change email domainMinh Tran9-36/+36
2015-05-18sd: Disable support for 256 byte/sector disksMark Hounschell1-14/+5
2015-05-11lpfc: Fix breakage on big endian kernelsAlexey Kardashevskiy1-20/+21
2015-05-11storvsc: Set the SRB flags correctly when no data transfer is neededK. Y. Srinivasan1-2/+1
2015-04-273w-9xxx: fix command completion raceChristoph Hellwig2-49/+13
2015-04-273w-xxxx: fix command completion raceChristoph Hellwig2-41/+6
2015-04-273w-sas: fix command completion raceChristoph Hellwig2-44/+10
2015-04-27aha1542: Allocate memory before taking a lockOndrej Zary1-12/+11
2015-04-27SCSI: add 1024 max sectors black list flagMike Christie2-0/+7
2015-04-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds3-94/+83