summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.4/post-2019-09-24' of git://git.kernel.dk/linux-blockLinus Torvalds2019-09-241-8/+0
|\
| * block: centralize PI remapping logic to the block layerMax Gurtovoy2019-09-171-8/+0
* | Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-233-3/+0
|\ \
| * | PCI: Move ASPM declarations to linux/pci.hKrzysztof Wilczynski2019-08-283-3/+0
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-09-21119-3631/+5665
|\ \ \
| * | | scsi: hisi_sas: Fix the conflict between device gone and host resetXiang Chen2019-09-101-3/+4
| * | | scsi: hisi_sas: Add BIST support for phy loopbackXiang Chen2019-09-103-0/+543
| * | | scsi: hisi_sas: Add hisi_sas_debugfs_alloc() to centralise allocationLuo Jiaxing2019-09-101-44/+58
| * | | scsi: hisi_sas: Remove some unused function argumentsLuo Jiaxing2019-09-104-20/+17
| * | | scsi: hisi_sas: Remove redundant work declarationXiang Chen2019-09-101-1/+0
| * | | scsi: hisi_sas: Remove hisi_sas_hw.slot_completeLuo Jiaxing2019-09-104-5/+0
| * | | scsi: hisi_sas: Assign NCQ tag for all NCQ commandsXiang Chen2019-09-104-18/+8
| * | | scsi: hisi_sas: Update all the registers after suspend and resumeXiang Chen2019-09-101-2/+8
| * | | scsi: hisi_sas: Retry 3 times TMF IO for SAS disks when init deviceXiang Chen2019-09-101-6/+10
| * | | scsi: hisi_sas: Remove sleep after issue phy reset if sas_smp_phy_control() f...Luo Jiaxing2019-09-101-2/+3
| * | | scsi: hisi_sas: Directly return when running I_T_nexus reset if phy disabledLuo Jiaxing2019-09-101-0/+5
| * | | scsi: hisi_sas: Use true/false as input parameter of sas_phy_reset()Luo Jiaxing2019-09-101-2/+2
| * | | scsi: hisi_sas: add debugfs auto-trigger for internal abort time outLuo Jiaxing2019-09-101-0/+3
| * | | scsi: virtio_scsi: unplug LUNs when events missedMatt Lupfer2019-09-101-0/+33
| * | | scsi: scsi_dh_rdac: zero cdb in send_mode_select()Martin Wilck2019-09-101-0/+2
| * | | scsi: fcoe: fix null-ptr-deref Read in fc_release_transportzhengbin2019-09-101-5/+11
| * | | scsi: ufs-hisi: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-09-071-3/+1
| * | | scsi: ufshcd: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-09-071-3/+1
| * | | scsi: hisi_sas: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-09-071-2/+1
| * | | scsi: ufs: Use kmemdup in ufshcd_read_string_desc()YueHaibing2019-09-071-2/+1
| * | | scsi: ufs-qcom: Implement device_reset vopsBjorn Andersson2019-09-072-0/+40
| * | | scsi: ufs: Introduce vops for resetting deviceBjorn Andersson2019-09-072-0/+14
| * | | scsi: lpfc: Fix reset recovery paths that are not recoveringJames Smart2019-09-071-4/+5
| * | | scsi: lpfc: Convert existing %pf users to %psSakari Ailus2019-09-072-3/+3
| * | | scsi: qla2xxx: Update driver version to 10.01.00.19-kHimanshu Madhani2019-09-071-1/+1
| * | | scsi: qla2xxx: Fix stale sessionQuinn Tran2019-09-071-2/+3
| * | | scsi: qla2xxx: Fix stuck login sessionQuinn Tran2019-09-071-12/+11
| * | | scsi: qla2xxx: Fix driver reload for ISP82xxHimanshu Madhani2019-09-072-15/+4
| * | | scsi: qla2xxx: Fix flash read for Qlogic ISPsQuinn Tran2019-09-073-6/+7
| * | | scsi: qla2xxx: Fix message indicating vectors used by driverHimanshu Madhani2019-09-071-4/+2
| * | | scsi: sd: Improve unaligned completion resid messageDamien Le Moal2019-09-071-0/+1
| * | | scsi: fnic: fix msix interrupt allocationGovindarajulu Varadarajan2019-09-071-2/+2
| * | | scsi: fnic: print port speed only at driver init or speed changeJohn Pittman2019-08-302-5/+11
| * | | scsi: bnx2fc: remove set but not used variables 'task','port','orig_task'zhengbin2019-08-291-16/+0
| * | | scsi: bnx2fc: remove set but not used variables 'lport','host'zhengbin2019-08-291-7/+0
| * | | scsi: bnx2fc: remove set but not used variable 'fh'zhengbin2019-08-291-2/+0
| * | | scsi: qedf: Update the version to 8.42.3.0Saurav Kashyap2019-08-291-4/+4
| * | | scsi: qedf: Fix race betwen fipvlan request and response pathSaurav Kashyap2019-08-291-13/+12
| * | | scsi: qedf: Use discovery list to traverse rportsHannes Reinecke2019-08-291-32/+7
| * | | scsi: qedf: Decrease the LL2 MTU size to 2500Saurav Kashyap2019-08-292-1/+2
| * | | scsi: qedf: Check for module unloading bit before processing link update AENSaurav Kashyap2019-08-291-0/+10
| * | | scsi: qedf: Initiator fails to re-login to switch after link downSaurav Kashyap2019-08-291-11/+17
| * | | scsi: qedf: Add debug information for unsolicited processingSaurav Kashyap2019-08-291-0/+5
| * | | scsi: qedf: Add support for 20 Gbps speedSaurav Kashyap2019-08-291-0/+5
| * | | scsi: qedf: Interpret supported caps value correctlySaurav Kashyap2019-08-291-5/+27