summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* scsi: lpfc: Fix 'physical' typosBjorn Helgaas2021-01-291-1/+1
* scsi: megaraid_mbox: Fix spelling of 'allocated'dingsenjie2021-01-291-1/+1
* scsi: qla2xxx: Simplify the calculation of variablesJiapeng Zhong2021-01-291-1/+1
* scsi: message: fusion: Fix 'physical' typosBjorn Helgaas2021-01-272-2/+2
* scsi: target: core: Change ASCQ for residual writeAnastasia Kovaleva2021-01-272-1/+8
* scsi: target: core: Signal WRITE residualsAnastasia Kovaleva2021-01-271-14/+20
* scsi: target: core: Set residuals for 4Kn devicesRoman Bolshakov2021-01-271-11/+0
* scsi: hisi_sas: Add trace FIFO debugfs supportLuo Jiaxing2021-01-272-0/+266
* scsi: hisi_sas: Flush workqueue in hisi_sas_v3_remove()Luo Jiaxing2021-01-271-0/+1
* scsi: hisi_sas: Enable debugfs support by defaultLuo Jiaxing2021-01-272-2/+17
* scsi: hisi_sas: Don't check .nr_hw_queues in hisi_sas_task_prep()John Garry2021-01-271-4/+2
* scsi: hisi_sas: Remove deferred probe check in hisi_sas_v2_probe()John Garry2021-01-271-12/+0
* scsi: lpfc: Add auto select on IRQ_POLLTong Zhang2021-01-271-0/+1
* scsi: ncr53c8xx: Fix typosHannes Reinecke2021-01-271-3/+3
* scsi: lpfc: Fix ancient double freeDan Carpenter2021-01-271-8/+7
* scsi: qla2xxx: Fix some memory corruptionDan Carpenter2021-01-271-1/+1
* Merge branch '5.11/scsi-fixes' into 5.12/scsi-queueMartin K. Petersen2021-01-2711-44/+92
|\
| * scsi: qla2xxx: Fix description for parameter ql2xenforce_iocb_limitEnzo Matsumiya2021-01-211-1/+1
| * scsi: target: iscsi: Fix typo in commentValdis Klētnieks2021-01-211-1/+1
| * scsi: ibmvfc: Set default timeout to avoid crash during migrationBrian King2021-01-151-1/+3
| * scsi: target: tcmu: Fix use-after-free of se_cmd->privShin'ichiro Kawasaki2021-01-151-3/+8
| * scsi: fnic: Fix memleak in vnic_dev_init_devcmd2Dinghao Liu2021-01-131-3/+5
| * scsi: libfc: Avoid invoking response handler twice if ep is already completedJaved Hasan2021-01-131-2/+14
| * scsi: scsi_transport_srp: Don't block target in failfast stateMartin Wilck2021-01-131-1/+8
| * scsi: docs: ABI: sysfs-driver-ufs: Rectify table formattingLukas Bulwahn2021-01-131-4/+6
| * scsi: ufs: Fix tm request when non-fatal error happensJaegeuk Kim2021-01-081-5/+13
| * scsi: ufs: Fix livelock of ufshcd_clear_ua_wluns()Jaegeuk Kim2021-01-081-7/+12
| * scsi: ibmvfc: Fix missing cast of ibmvfc_event pointer to u64 handleTyrel Datwyler2021-01-081-2/+2
| * scsi: ufs: ufshcd-pltfrm depends on HAS_IOMEMRandy Dunlap2021-01-081-0/+1
| * scsi: megaraid_sas: Fix MEGASAS_IOC_FIRMWARE regressionArnd Bergmann2021-01-081-4/+2
| * scsi: docs: ABI: sysfs-driver-ufs: Add DeepSleep power modeAdrian Hunter2021-01-081-14/+20
* | scsi: qla2xxx: Remove redundant NULL checkYang Li2021-01-231-10/+5
* | scsi: megaraid: Fix ifnullfree.cocci warningskernel test robot2021-01-231-2/+1
* | scsi: qla1280: Fix printk regressionRené Rebe2021-01-231-6/+6
* | scsi: ufs: Cleanup WB buffer flush toggle implementationBean Huo2021-01-231-42/+19
* | scsi: qla2xxx: Remove unnecessary NULL checkDan Carpenter2021-01-231-1/+1
* | scsi: qla2xxx: Assign boolean values to a bool variableJiapeng Zhong2021-01-231-2/+2
* | scsi: lpfc: Fix kerneldoc inconsistency in lpfc_sli4_dump_page_a0()Eric Curtin2021-01-231-1/+1
* | scsi: mpt3sas: Simplify bool comparisonYANG LI2021-01-231-2/+2
* | scsi: libsas: Remove temporarily-added _gfp() API variantsAhmed S. Darwish2021-01-235-31/+0
* | scsi: mvsas: Switch back to original libsas event notifiersAhmed S. Darwish2021-01-231-4/+4
* | scsi: isci: Switch back to original libsas event notifiersAhmed S. Darwish2021-01-231-6/+6
* | scsi: libsas: Switch back to original event notifiers APIAhmed S. Darwish2021-01-232-7/+7
* | scsi: pm80xx: Switch back to original libsas event notifiersAhmed S. Darwish2021-01-233-41/+36
* | scsi: aic94xx: Switch back to original libsas event notifiersAhmed S. Darwish2021-01-231-16/+13
* | scsi: hisi_sas: Switch back to original libsas event notifiersAhmed S. Darwish2021-01-234-11/+10
* | scsi: libsas: Add gfp_t flags parameter to event notificationsAhmed S. Darwish2021-01-235-58/+31
* | scsi: hisi_sas: Pass gfp_t flags to libsas event notifiersAhmed S. Darwish2021-01-235-18/+29
* | scsi: aic94xx: Pass gfp_t flags to libsas event notifiersAhmed S. Darwish2021-01-231-9/+16
* | scsi: pm80xx: Pass gfp_t flags to libsas event notifiersAhmed S. Darwish2021-01-233-38/+65