summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* 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
| * scsi: scsi_transport_sas: Add spaces around binary operator "|"Xiang Chen2020-08-041-1/+1
| * scsi: sd_zbc: Improve zone revalidationDamien Le Moal2020-08-043-54/+60
| * scsi: libfc: Free skb in fc_disc_gpn_id_resp() for valid casesJaved Hasan2020-08-041-3/+9
| * scsi: fcoe: Memory leak fix in fcoe_sysfs_fcf_del()Javed Hasan2020-08-041-1/+1
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-08-111-2/+2
|\ \
| * | virtio_scsi: correct tags for config space fieldsMichael S. Tsirkin2020-08-051-2/+2
* | | Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-073-3/+7
|\ \ \
| * \ \ Merge branch 'pci/misc'Bjorn Helgaas2020-08-051-1/+5
| |\ \ \
| | * | | PCI: Convert PCIe capability PCIBIOS errors to errnoBolarinwa Olayemi Saheed2020-06-261-1/+5
| * | | | PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'Luc Van Oostenryck2020-07-072-2/+2
| |/ / /
* | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-08-06189-3145/+6899
|\ \ \ \ | | |_|/ | |/| |
| * | | scsi: scsi_transport_srp: Sanitize scsi_target_block/unblock sequencesHannes Reinecke2020-07-301-7/+5
| * | | scsi: ufs-mediatek: Apply DELAY_AFTER_LPM quirk to Micron devicesStanley Chu2020-07-301-0/+2
| * | | scsi: ufs: Introduce device quirk "DELAY_AFTER_LPM"Stanley Chu2020-07-302-0/+18
| * | | scsi: virtio-scsi: Correctly handle the case where all LUNs are unpluggedMaxim Levitsky2020-07-301-0/+8
| * | | scsi: scsi_debug: Implement tur_ms_to_ready parameterDouglas Gilbert2020-07-291-17/+93
| * | | scsi: scsi_debug: Fix request senseDouglas Gilbert2020-07-291-35/+29
| * | | scsi: lpfc: Fix typo in comment for ULPFerruh Yigit2020-07-281-1/+1