summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2020-08-17Revert "scsi: qla2xxx: Disable T10-DIF feature with FC-NVMe during probe"Quinn Tran1-4/+0
2020-08-17Revert "scsi: qla2xxx: Fix crash on qla2x00_mailbox_command"Saurav Kashyap1-8/+0
2020-08-17scsi: qla2xxx: Fix null pointer access during disconnect from subsystemQuinn Tran1-0/+5
2020-08-17scsi: qla2xxx: Check if FW supports MQ before enablingSaurav Kashyap1-0/+5
2020-08-17scsi: qla2xxx: Fix WARN_ON in qla_nvme_register_hbaArun Easi2-1/+10
2020-08-17scsi: qla2xxx: Allow ql2xextended_error_logging special value 1 to be set any...Arun Easi1-0/+3
2020-08-17scsi: qla2xxx: Reduce noisy debug messageQuinn Tran1-2/+2
2020-08-17scsi: qla2xxx: Fix login timeoutQuinn Tran2-4/+16
2020-08-17scsi: qla2xxx: Indicate correct supported speeds for Mezz cardQuinn Tran1-5/+12
2020-08-17scsi: qla2xxx: Flush I/O on zone disableQuinn Tran1-1/+0
2020-08-17scsi: qla2xxx: Flush all sessions on zone disableQuinn Tran1-0/+12
2020-08-17scsi: qla2xxx: Use MBX_TOV_SECONDS for mailbox command timeout valuesEnzo Matsumiya1-7/+7
2020-08-17scsi: scsi_debug: Fix scp is NULL errorsDouglas Gilbert1-0/+2
2020-08-17scsi: ufs: No need to send Abort Task if the task in DB was clearedBean Huo1-7/+8
2020-08-17scsi: ufs: Clean up completed request without interrupt notificationStanley Chu1-1/+2
2020-08-17scsi: ufs: Improve interrupt handling for shared interruptsAdrian Hunter1-3/+3
2020-08-17scsi: ufs: Fix interrupt error message for shared interruptsAdrian Hunter1-1/+1
2020-08-17scsi: ufs-pci: Add quirk for broken auto-hibernate for Intel EHLAdrian Hunter2-3/+22
2020-08-17scsi: ufs-mediatek: Fix incorrect time to wait link statusStanley Chu1-1/+1
2020-08-17scsi: ufs: Fix possible infinite loop in ufshcd_holdStanley Chu1-1/+4
2020-08-17scsi: ufs: ti-j721e-ufs: Fix error return in ti_j721e_ufs_probe()Jing Xiangfeng1-0/+1
2020-08-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds15-94/+163
2020-08-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-2/+2
2020-08-07Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-3/+7
2020-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds189-3145/+6899
2020-08-06Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-5/+11
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-28/+50
2020-08-05Merge branch 'pci/misc'Bjorn Helgaas1-1/+5
2020-08-05Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+6
2020-08-05virtio_scsi: correct tags for config space fieldsMichael S. Tsirkin1-2/+2
2020-08-04scsi: lpfc: Update lpfc version to 12.8.0.3Dick Kennedy1-1/+1
2020-08-04scsi: lpfc: Fix LUN loss after cable pullDick Kennedy1-1/+7
2020-08-04scsi: lpfc: Fix validation of bsg reply lengthsDick Kennedy1-13/+8
2020-08-04scsi: lpfc: Fix retry of PRLI when status indicates its unsupportedDick Kennedy1-3/+7
2020-08-04scsi: lpfc: Fix oops when unloading driver while running mds diagsDick Kennedy1-2/+9
2020-08-04scsi: lpfc: Fix RSCN timeout due to incorrect gidft counterDick Kennedy1-6/+16
2020-08-04scsi: lpfc: Fix no message shown for lpfc_hdw_queue out of range valueDick Kennedy2-4/+19
2020-08-04scsi: lpfc: Fix FCoE speed reportingDick Kennedy2-2/+19
2020-08-04scsi: lpfc: Add missing misc_deregister() for lpfc_init()Jing Xiangfeng1-2/+5
2020-08-04scsi: lpfc: nvmet: Avoid hang / use-after-free again when destroying targetportEwan D. Milne1-1/+1
2020-08-04scsi: scsi_transport_sas: Add spaces around binary operator "|"Xiang Chen1-1/+1
2020-08-04scsi: sd_zbc: Improve zone revalidationDamien Le Moal3-54/+60
2020-08-04scsi: libfc: Free skb in fc_disc_gpn_id_resp() for valid casesJaved Hasan1-3/+9
2020-08-04scsi: fcoe: Memory leak fix in fcoe_sysfs_fcf_del()Javed Hasan1-1/+1
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-3/+3
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds1-14/+6
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-5/+11
2020-07-30scsi: scsi_transport_srp: Sanitize scsi_target_block/unblock sequencesHannes Reinecke1-7/+5
2020-07-30scsi: ufs-mediatek: Apply DELAY_AFTER_LPM quirk to Micron devicesStanley Chu1-0/+2
2020-07-30scsi: ufs: Introduce device quirk "DELAY_AFTER_LPM"Stanley Chu2-0/+18