summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-09-15scsi: libfc: Fix passing zero to 'PTR_ERR' warningYueHaibing1-2/+2
2020-09-15scsi: fnic: Remove unneeded semicolonJason Yan1-1/+1
2020-09-15scsi: nsp32: Remove unneeded semicolonJason Yan1-2/+2
2020-09-15scsi: sym53c8xx_2: Remove unneeded semicolonJason Yan1-3/+3
2020-09-15scsi: qla2xxx: Remove unneeded variable 'rval'Jason Yan1-3/+2
2020-09-15scsi: ufs-pci: Add LTR support for Intel controllersAdrian Hunter1-2/+125
2020-09-15Merge branch '5.9/scsi-fixes' into 5.10/scsi-ufsMartin K. Petersen33-92/+170
2020-09-09scsi: lpfc: Remove set but not used 'qp'Ye Bin1-3/+0
2020-09-09scsi: gdth: Remove set but used 'cmd_index'Ye Bin1-2/+0
2020-09-09scsi: pmcraid: Remove set but not used 'res'Ye Bin1-2/+0
2020-09-09scsi: qla1280: Remove set but not used variable in qla1280_status_entry()Jason Yan1-7/+2
2020-09-09scsi: qla1280: Remove set but not used variable in qla1280_mailbox_command()Jason Yan1-2/+1
2020-09-09scsi: qla1280: Remove set but not used variable in qla1280_nvram_config()Jason Yan1-2/+1
2020-09-09scsi: qla1280: Remove set but not used variable in qla1280_done()Jason Yan1-2/+1
2020-09-09scsi: ufs: Fix 'unmet direct dependencies' config warningAlim Akhtar1-1/+0
2020-09-09scsi: ibmvfc: Fix error return in ibmvfc_probe()Jing Xiangfeng1-0/+1
2020-09-09scsi: ufs: ufs-mediatek: Fix build warnings with make W=1Stanley Chu1-3/+3
2020-09-09scsi: qla2xxx: Handle incorrect entry_type entriesDaniel Wagner1-2/+27
2020-09-09scsi: qla2xxx: Log calling function name in qla2x00_get_sp_from_handle()Daniel Wagner1-4/+6
2020-09-09scsi: qla2xxx: Simplify return value logic in qla2x00_get_sp_from_handle()Daniel Wagner1-5/+3
2020-09-09scsi: qla2xxx: Warn if done() or free() are called on an already freed srbDaniel Wagner2-0/+15
2020-09-09scsi: libsas: Fix error path in sas_notify_lldd_dev_found()Dan Carpenter1-1/+2
2020-09-08scsi: qedf: Retry qed->probe during recoverySaurav Kashyap1-0/+11
2020-09-08scsi: qedf: Add schedule_hw_err_handler callback for fan failureSaurav Kashyap2-0/+49
2020-09-08scsi: qedf: Return SUCCESS if stale rport is encounteredSaurav Kashyap1-1/+1
2020-09-08scsi: qedf: FDMI attributes correctionJaved Hasan2-25/+58
2020-09-08scsi: qedf: Fix for the session’s E_D_TOV valueJaved Hasan1-1/+1
2020-09-08scsi: qedf: Correct the comment in qedf_initiate_elsSaurav Kashyap1-1/+1
2020-09-08scsi: qedf: Change the debug parameter permission to read & writeJaved Hasan1-1/+1
2020-09-08scsi: ufs: ufs-mediatek: Add host reset mechanismStanley Chu2-2/+49
2020-09-08scsi: ufs: ufs-mediatek: Fix flag of unipro low-power modeStanley Chu1-6/+14
2020-09-08scsi: ufs: ufs-mediatek: Fix HOST_PA_TACTIVATE quirkStanley Chu1-6/+0
2020-09-08scsi: ufs: ufs-mediatek: Eliminate error message for unbound mphyStanley Chu1-1/+4
2020-09-08scsi: qedi: Add support for handling PCIe errorsManish Rangankar1-0/+24
2020-09-08scsi: qedi: Add firmware error recovery invocation supportManish Rangankar4-4/+73
2020-09-08scsi: qedi: Mark all connections for recovery on link down eventNilesh Javali1-0/+10
2020-09-08scsi: qedi: Use snprintf instead of sprintfManish Rangankar1-1/+1
2020-09-08scsi: qedi: Protect active command list to avoid list corruptionNilesh Javali2-0/+10
2020-09-08scsi: qedi: Fix list_del corruption while removing active I/ONilesh Javali1-4/+11
2020-09-08scsi: qedi: Skip firmware connection termination for PCI shutdown handlerManish Rangankar1-0/+4
2020-09-08scsi: qedi: Use qed count from set_fp_int in msix allocationManish Rangankar2-2/+8
2020-09-08scsi: ibmvfc: Interface updates for future FPIN and MQ supportTyrel Datwyler1-1/+65
2020-09-08scsi: ibmvfc: Use compiler attribute defines instead of __attribute__()Tyrel Datwyler1-28/+28
2020-09-08scsi: ufshcd: Allow specifying an Auto-Hibernate Timer value of zeroBao D. Nguyen2-2/+9
2020-09-02scsi: scsi_debug: Make sdebug_build_parts() respect virtual_gbJohn Pittman1-1/+1
2020-09-02scsi: scsi_debug: Adjust num_parts to create equally sized partitionsJohn Pittman1-3/+7
2020-09-02scsi: hisi_sas: Code style cleanupLuo Jiaxing3-5/+2
2020-09-02scsi: hisi_sas: Add missing newlinesXiang Chen4-15/+15
2020-09-02scsi: hisi_sas: Add BIST support for fixed code patternLuo Jiaxing3-31/+59
2020-09-02scsi: hisi_sas: Add BIST support for phy FFELuo Jiaxing3-3/+111