aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-02-22140-8952/+5384
|\
| * scsi: ufs: Give clk scaling min gear a valueCan Guo2021-01-291-0/+3
| * 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-262-2/+2
| * scsi: target: core: Change ASCQ for residual writeAnastasia Kovaleva2021-01-261-1/+7
| * scsi: target: core: Signal WRITE residualsAnastasia Kovaleva2021-01-261-14/+20
| * scsi: target: core: Set residuals for 4Kn devicesRoman Bolshakov2021-01-261-11/+0
| * scsi: hisi_sas: Add trace FIFO debugfs supportLuo Jiaxing2021-01-262-0/+266
| * scsi: hisi_sas: Flush workqueue in hisi_sas_v3_remove()Luo Jiaxing2021-01-261-0/+1
| * scsi: hisi_sas: Enable debugfs support by defaultLuo Jiaxing2021-01-262-2/+17
| * scsi: hisi_sas: Don't check .nr_hw_queues in hisi_sas_task_prep()John Garry2021-01-261-4/+2
| * scsi: hisi_sas: Remove deferred probe check in hisi_sas_v2_probe()John Garry2021-01-261-12/+0
| * scsi: lpfc: Add auto select on IRQ_POLLTong Zhang2021-01-261-0/+1
| * scsi: ncr53c8xx: Fix typosHannes Reinecke2021-01-261-3/+3
| * scsi: lpfc: Fix ancient double freeDan Carpenter2021-01-261-8/+7
| * scsi: qla2xxx: Fix some memory corruptionDan Carpenter2021-01-261-1/+1
| * Merge branch '5.11/scsi-fixes' into 5.12/scsi-queueMartin K. Petersen2021-01-2610-30/+70
| |\
| * | scsi: qla2xxx: Remove redundant NULL checkYang Li2021-01-221-10/+5
| * | scsi: megaraid: Fix ifnullfree.cocci warningskernel test robot2021-01-221-2/+1
| * | scsi: qla1280: Fix printk regressionRené Rebe2021-01-221-6/+6
| * | scsi: ufs: Cleanup WB buffer flush toggle implementationBean Huo2021-01-221-42/+19
| * | scsi: qla2xxx: Remove unnecessary NULL checkDan Carpenter2021-01-221-1/+1
| * | scsi: qla2xxx: Assign boolean values to a bool variableJiapeng Zhong2021-01-221-2/+2
| * | scsi: lpfc: Fix kerneldoc inconsistency in lpfc_sli4_dump_page_a0()Eric Curtin2021-01-221-1/+1
| * | scsi: mpt3sas: Simplify bool comparisonYANG LI2021-01-221-2/+2
| * | scsi: libsas: Remove temporarily-added _gfp() API variantsAhmed S. Darwish2021-01-223-25/+0
| * | scsi: mvsas: Switch back to original libsas event notifiersAhmed S. Darwish2021-01-221-4/+4
| * | scsi: isci: Switch back to original libsas event notifiersAhmed S. Darwish2021-01-221-6/+6
| * | scsi: libsas: Switch back to original event notifiers APIAhmed S. Darwish2021-01-222-7/+7
| * | scsi: pm80xx: Switch back to original libsas event notifiersAhmed S. Darwish2021-01-223-41/+36
| * | scsi: aic94xx: Switch back to original libsas event notifiersAhmed S. Darwish2021-01-221-16/+13
| * | scsi: hisi_sas: Switch back to original libsas event notifiersAhmed S. Darwish2021-01-224-11/+10
| * | scsi: libsas: Add gfp_t flags parameter to event notificationsAhmed S. Darwish2021-01-223-54/+25
| * | scsi: hisi_sas: Pass gfp_t flags to libsas event notifiersAhmed S. Darwish2021-01-225-18/+29
| * | scsi: aic94xx: Pass gfp_t flags to libsas event notifiersAhmed S. Darwish2021-01-221-9/+16
| * | scsi: pm80xx: Pass gfp_t flags to libsas event notifiersAhmed S. Darwish2021-01-223-38/+65
| * | scsi: libsas: Pass gfp_t flags to event notifiersAhmed S. Darwish2021-01-222-2/+4
| * | scsi: isci: Pass gfp_t flags in isci_port_bc_change_received()Ahmed S. Darwish2021-01-221-1/+2
| * | scsi: isci: Pass gfp_t flags in isci_port_link_up()Ahmed S. Darwish2021-01-221-1/+2
| * | scsi: isci: Pass gfp_t flags in isci_port_link_down()Ahmed S. Darwish2021-01-221-2/+2
| * | scsi: mvsas: Pass gfp_t flags to libsas event notifiersAhmed S. Darwish2021-01-221-9/+10
| * | scsi: libsas: Introduce a _gfp() variant of event notifiersAhmed S. Darwish2021-01-223-17/+73
| * | scsi: libsas: Remove notifier indirectionJohn Garry2021-01-2213-100/+64
| * | scsi: ncr53c8xx: Use SAM status valuesHannes Reinecke2021-01-222-53/+46
| * | scsi: advansys: Kill driver-defined status byte accessorsHannes Reinecke2021-01-221-60/+24
| * | scsi: qla2xxx: fc_remote_port_chkready() returns a SCSI result valueHannes Reinecke2021-01-221-1/+1
| * | scsi: storvsc: Return DID_ERROR for invalid commandsHannes Reinecke2021-01-221-1/+1
| * | scsi: ips: Use correct command completion on errorHannes Reinecke2021-01-221-2/+7