summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-12-09scsi: qla2xxx: If fcport is undergoing deletion complete I/O with retrySaurav Kashyap1-4/+4
2020-12-09scsi: qla2xxx: Fix the call trace for flush workqueueSaurav Kashyap1-1/+1
2020-12-09scsi: qla2xxx: Fix flash update in 28XX adapters on big endian machinesArun Easi1-5/+5
2020-12-09scsi: qla2xxx: Handle aborts correctly for port undergoing deletionSaurav Kashyap1-1/+1
2020-12-09scsi: qla2xxx: Fix N2N and NVMe connect retry failureQuinn Tran2-22/+52
2020-12-09scsi: qla2xxx: Fix FW initialization error on big endian machinesArun Easi1-3/+3
2020-12-09scsi: qla2xxx: Fix crash during driver load on big endian machinesArun Easi2-5/+6
2020-12-09scsi: qla2xxx: Fix compilation issue in PPC systemsArun Easi2-3/+3
2020-12-09scsi: qla2xxx: Don't check for fw_started while posting NVMe commandSaurav Kashyap1-8/+4
2020-12-09scsi: qla2xxx: Tear down session if FW say it is downQuinn Tran1-1/+27
2020-12-09scsi: qla2xxx: Limit interrupt vectors to number of CPUsQuinn Tran1-2/+4
2020-12-09scsi: qla2xxx: Change post del message from debug level to log levelSaurav Kashyap2-5/+5
2020-12-09scsi: qla2xxx: Return EBUSY on fcport deletionDaniel Wagner1-2/+4
2020-12-09scsi: qla4xxx: Remove redundant assignment to variable rvalColin Ian King1-1/+1
2020-12-08scsi: qla2xxx: Remove trailing semicolon in macro definitionTom Rix1-2/+1
2020-12-08scsi: fnic: Fix error return code in fnic_probe()Zhang Changzhong1-0/+1
2020-12-08scsi: ufs: Fix -Wsometimes-uninitialized warningArnd Bergmann1-1/+1
2020-12-08scsi: NCR5380: Remove context checkAhmed S. Darwish4-46/+53
2020-12-08scsi: ufs: Adjust ufshcd_hold() during sending attribute requestsjintae jang1-10/+7
2020-12-08scsi: ufs: Print host regs in IRQ handler when AH8 error happensCan Guo1-1/+2
2020-12-08scsi: ufs: Fix a race condition between ufshcd_abort() and eh_work()Can Guo2-15/+51
2020-12-08scsi: ufs: Serialize eh_work with system PM events and async scanCan Guo2-24/+41
2020-12-08scsi: ufs: Remove pre-defined initial voltage values of device powerStanley Chu1-19/+0
2020-12-08scsi: ufs-dwc: Use phy_initialization helperStanley Chu1-7/+4
2020-12-08scsi: ufs-cdns: Use phy_initialization helperStanley Chu1-2/+1
2020-12-08scsi: ufs: Introduce phy_initialization helperStanley Chu1-0/+8
2020-12-08scsi: ufs: Remove unused setup_regulators variant functionStanley Chu2-19/+1
2020-12-08scsi: ufs-mediatek: Introduce event_notify implementationStanley Chu2-0/+48
2020-12-08scsi: ufs: Introduce event_notify variant functionStanley Chu2-0/+13
2020-12-08scsi: ufs: Refine error history functionsStanley Chu2-92/+97
2020-12-08scsi: ufs: Add error history for abort event in UFS Device W-LUNStanley Chu1-2/+4
2020-12-08scsi: iscsi: Fix inappropriate use of put_device()Qinglang Miao1-1/+3
2020-12-08scsi: pm80xx: Fix error return in pm8001_pci_probe()Zhang Qilong1-1/+2
2020-12-08scsi: qedi: Fix missing destroy_workqueue() on error in __qedi_probeQinglang Miao1-1/+3
2020-12-02scsi: target: core: Fix fall-through warnings for ClangGustavo A. R. Silva2-0/+2
2020-12-02scsi: stex: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-12-02scsi: lpfc: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-12-02scsi: csiostor: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-12-02scsi: aha1740: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-12-02scsi: aacraid: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-12-02scsi: bfa: Fix fall-through warnings for ClangGustavo A. R. Silva2-3/+5
2020-12-02scsi: aic94xx: Fix fall-through warnings for ClangGustavo A. R. Silva2-0/+4
2020-12-02scsi: aic7xxx: Fix fall-through warnings for ClangGustavo A. R. Silva2-3/+5
2020-12-01scsi: lpfc: Correct null ndlp reference on routine exitJames Smart1-1/+2
2020-12-01scsi: ufs: Stop hardcoding the scale down gearCan Guo2-5/+9
2020-12-01scsi: ufs-qcom: Keep core_clk_unipro on while link is activeCan Guo1-0/+6
2020-12-01scsi: ufs: Refactor ufshcd_setup_clocks() to remove skip_ref_clkCan Guo3-20/+14
2020-12-01scsi: message: fusion: Remove in_interrupt() usage in mptsas_cleanup_fw_event...Sebastian Andrzej Siewior2-10/+36
2020-12-01scsi: message: fusion: Remove in_interrupt() usage in mpt_config()Thomas Gleixner4-15/+5
2020-12-01scsi: myrs: Remove WARN_ON(in_interrupt())Ahmed S. Darwish1-1/+0