summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorLines
2019-09-16Merge tag 'please-pull-ia64_for_5.4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-54/+0
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-2/+2
2019-09-12scsi: core: remove dummy q->dev checkStanley Chu-2/+1
2019-09-10scsi: hisi_sas: Fix the conflict between device gone and host resetXiang Chen-3/+4
2019-09-10scsi: hisi_sas: Add BIST support for phy loopbackXiang Chen-0/+543
2019-09-10scsi: hisi_sas: Add hisi_sas_debugfs_alloc() to centralise allocationLuo Jiaxing-44/+58
2019-09-10scsi: hisi_sas: Remove some unused function argumentsLuo Jiaxing-20/+17
2019-09-10scsi: hisi_sas: Remove redundant work declarationXiang Chen-1/+0
2019-09-10scsi: hisi_sas: Remove hisi_sas_hw.slot_completeLuo Jiaxing-5/+0
2019-09-10scsi: hisi_sas: Assign NCQ tag for all NCQ commandsXiang Chen-18/+8
2019-09-10scsi: hisi_sas: Update all the registers after suspend and resumeXiang Chen-2/+8
2019-09-10scsi: hisi_sas: Retry 3 times TMF IO for SAS disks when init deviceXiang Chen-6/+10
2019-09-10scsi: hisi_sas: Remove sleep after issue phy reset if sas_smp_phy_control() f...Luo Jiaxing-2/+3
2019-09-10scsi: hisi_sas: Directly return when running I_T_nexus reset if phy disabledLuo Jiaxing-0/+5
2019-09-10scsi: hisi_sas: Use true/false as input parameter of sas_phy_reset()Luo Jiaxing-2/+2
2019-09-10scsi: hisi_sas: add debugfs auto-trigger for internal abort time outLuo Jiaxing-0/+3
2019-09-10scsi: virtio_scsi: unplug LUNs when events missedMatt Lupfer-0/+33
2019-09-10scsi: scsi_dh_rdac: zero cdb in send_mode_select()Martin Wilck-0/+2
2019-09-10scsi: fcoe: fix null-ptr-deref Read in fc_release_transportzhengbin-5/+11
2019-09-07scsi: ufs-hisi: use devm_platform_ioremap_resource() to simplify codeYueHaibing-3/+1
2019-09-07scsi: ufshcd: use devm_platform_ioremap_resource() to simplify codeYueHaibing-3/+1
2019-09-07scsi: hisi_sas: use devm_platform_ioremap_resource() to simplify codeYueHaibing-2/+1
2019-09-07scsi: ufs: Use kmemdup in ufshcd_read_string_desc()YueHaibing-2/+1
2019-09-07scsi: ufs-qcom: Implement device_reset vopsBjorn Andersson-0/+40
2019-09-07scsi: ufs: Introduce vops for resetting deviceBjorn Andersson-0/+14
2019-09-07scsi: lpfc: Fix reset recovery paths that are not recoveringJames Smart-4/+5
2019-09-07scsi: lpfc: Convert existing %pf users to %psSakari Ailus-3/+3
2019-09-07scsi: qla2xxx: Update driver version to 10.01.00.19-kHimanshu Madhani-1/+1
2019-09-07scsi: qla2xxx: Fix stale sessionQuinn Tran-2/+3
2019-09-07scsi: qla2xxx: Fix stuck login sessionQuinn Tran-12/+11
2019-09-07scsi: qla2xxx: Fix driver reload for ISP82xxHimanshu Madhani-15/+4
2019-09-07scsi: qla2xxx: Fix flash read for Qlogic ISPsQuinn Tran-6/+7
2019-09-07scsi: qla2xxx: Fix message indicating vectors used by driverHimanshu Madhani-4/+2
2019-09-07scsi: sd: Improve unaligned completion resid messageDamien Le Moal-0/+1
2019-09-07scsi: fnic: fix msix interrupt allocationGovindarajulu Varadarajan-2/+2
2019-09-06Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-2/+2
2019-09-05sd: Set ELEVATOR_F_ZBD_SEQ_WRITE for ZBC disksDamien Le Moal-0/+2
2019-08-30scsi: fnic: print port speed only at driver init or speed changeJohn Pittman-5/+11
2019-08-29scsi: bnx2fc: remove set but not used variables 'task','port','orig_task'zhengbin-16/+0
2019-08-29scsi: bnx2fc: remove set but not used variables 'lport','host'zhengbin-7/+0
2019-08-29scsi: bnx2fc: remove set but not used variable 'fh'zhengbin-2/+0
2019-08-29scsi: qedf: Update the version to 8.42.3.0Saurav Kashyap-4/+4
2019-08-29scsi: qedf: Fix race betwen fipvlan request and response pathSaurav Kashyap-13/+12
2019-08-29scsi: qedf: Use discovery list to traverse rportsHannes Reinecke-32/+7
2019-08-29scsi: qedf: Decrease the LL2 MTU size to 2500Saurav Kashyap-1/+2
2019-08-29scsi: qedf: Check for module unloading bit before processing link update AENSaurav Kashyap-0/+10
2019-08-29scsi: qedf: Initiator fails to re-login to switch after link downSaurav Kashyap-11/+17
2019-08-29scsi: qedf: Add debug information for unsolicited processingSaurav Kashyap-0/+5
2019-08-29scsi: qedf: Add support for 20 Gbps speedSaurav Kashyap-0/+5
2019-08-29scsi: qedf: Interpret supported caps value correctlySaurav Kashyap-5/+27