summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-09-151-1/+2
|\
| * scsi: libsas: Fix error path in sas_notify_lldd_dev_found()Dan Carpenter2020-09-091-1/+2
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-09-0811-14/+19
|\|
| * scsi: mpt3sas: Don't call disable_irq from IRQ poll handlerTomas Henzl2020-09-021-1/+1
| * scsi: megaraid_sas: Don't call disable_irq from process IRQ pollTomas Henzl2020-09-021-1/+1
| * scsi: libsas: Set data_dir as DMA_NONE if libata marks qc as NODATALuo Jiaxing2020-09-011-1/+4
| * scsi: lpfc: Update lpfc version to 12.8.0.4James Smart2020-08-311-1/+1
| * scsi: lpfc: Extend the RDF FPIN Registration descriptor for additional eventsJames Smart2020-08-312-1/+4
| * scsi: lpfc: Fix FLOGI/PLOGI receive race condition in pt2pt discoveryJames Smart2020-08-311-1/+3
| * scsi: lpfc: Fix setting IRQ affinity with an empty CPU maskJames Smart2020-08-311-1/+0
| * scsi: qla2xxx: Fix regression on sparc64René Rebe2020-08-312-4/+4
| * scsi: libfc: Fix for double free()Javed Hasan2020-08-311-2/+0
| * scsi: pm8001: Fix memleak in pm8001_exec_internal_task_abortDinghao Liu2020-08-311-1/+1
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-09-013-4/+2
|\|
| * scsi: scsi_debug: Remove superfluous close zone in resp_open_zone()Niklas Cassel2020-08-241-2/+0
| * scsi: libcxgbi: Fix a use after free in cxgbi_conn_xmit_pdu()Dan Carpenter2020-08-241-1/+1
| * scsi: qedf: Fix null ptr reference in qedf_stag_change_workYe Bin2020-08-241-1/+1
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-2397-290/+287
|/
* Revert "scsi: qla2xxx: Disable T10-DIF feature with FC-NVMe during probe"Quinn Tran2020-08-171-4/+0
* Revert "scsi: qla2xxx: Fix crash on qla2x00_mailbox_command"Saurav Kashyap2020-08-171-8/+0
* scsi: qla2xxx: Fix null pointer access during disconnect from subsystemQuinn Tran2020-08-171-0/+5
* scsi: qla2xxx: Check if FW supports MQ before enablingSaurav Kashyap2020-08-171-0/+5
* scsi: qla2xxx: Fix WARN_ON in qla_nvme_register_hbaArun Easi2020-08-172-1/+10
* scsi: qla2xxx: Allow ql2xextended_error_logging special value 1 to be set any...Arun Easi2020-08-171-0/+3
* scsi: qla2xxx: Reduce noisy debug messageQuinn Tran2020-08-171-2/+2
* scsi: qla2xxx: Fix login timeoutQuinn Tran2020-08-172-4/+16
* scsi: qla2xxx: Indicate correct supported speeds for Mezz cardQuinn Tran2020-08-171-5/+12
* scsi: qla2xxx: Flush I/O on zone disableQuinn Tran2020-08-171-1/+0
* scsi: qla2xxx: Flush all sessions on zone disableQuinn Tran2020-08-171-0/+12
* scsi: qla2xxx: Use MBX_TOV_SECONDS for mailbox command timeout valuesEnzo Matsumiya2020-08-171-7/+7
* scsi: scsi_debug: Fix scp is NULL errorsDouglas Gilbert2020-08-171-0/+2
* scsi: ufs: No need to send Abort Task if the task in DB was clearedBean Huo2020-08-171-7/+8
* scsi: ufs: Clean up completed request without interrupt notificationStanley Chu2020-08-171-1/+2
* scsi: ufs: Improve interrupt handling for shared interruptsAdrian Hunter2020-08-171-3/+3
* scsi: ufs: Fix interrupt error message for shared interruptsAdrian Hunter2020-08-171-1/+1
* scsi: ufs-pci: Add quirk for broken auto-hibernate for Intel EHLAdrian Hunter2020-08-172-3/+22
* scsi: ufs-mediatek: Fix incorrect time to wait link statusStanley Chu2020-08-171-1/+1
* scsi: ufs: Fix possible infinite loop in ufshcd_holdStanley Chu2020-08-171-1/+4
* scsi: ufs: ti-j721e-ufs: Fix error return in ti_j721e_ufs_probe()Jing Xiangfeng2020-08-171-0/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-08-1415-94/+163
|\
| * scsi: lpfc: Update lpfc version to 12.8.0.3Dick Kennedy2020-08-041-1/+1
| * scsi: lpfc: Fix LUN loss after cable pullDick Kennedy2020-08-041-1/+7
| * scsi: lpfc: Fix validation of bsg reply lengthsDick Kennedy2020-08-041-13/+8
| * scsi: lpfc: Fix retry of PRLI when status indicates its unsupportedDick Kennedy2020-08-041-3/+7
| * scsi: lpfc: Fix oops when unloading driver while running mds diagsDick Kennedy2020-08-041-2/+9
| * scsi: lpfc: Fix RSCN timeout due to incorrect gidft counterDick Kennedy2020-08-041-6/+16
| * scsi: lpfc: Fix no message shown for lpfc_hdw_queue out of range valueDick Kennedy2020-08-042-4/+19
| * scsi: lpfc: Fix FCoE speed reportingDick Kennedy2020-08-042-2/+19
| * scsi: lpfc: Add missing misc_deregister() for lpfc_init()Jing Xiangfeng2020-08-041-2/+5
| * scsi: lpfc: nvmet: Avoid hang / use-after-free again when destroying targetportEwan D. Milne2020-08-041-1/+1