aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds129-8893/+5332
2021-02-22Merge tag 'mmc-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds3-13/+2
2021-02-21Merge tag 'sound-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds4-9/+5
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds5-9/+43
2021-02-17Merge tag 'asoc-v5.12' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai9-26/+64
2021-02-10sd_zbc: clear zone resources for non-zoned caseDamien Le Moal1-5/+32
2021-02-10block: introduce zone_write_granularity limitDamien Le Moal1-0/+8
2021-02-08scsi: scsi_debug: Fix a memory leakMaurizio Lombardi1-0/+1
2021-02-01scsi: ufs: use devm_blk_ksm_init()Eric Biggers3-13/+2
2021-01-29scsi: ufs: Give clk scaling min gear a valueCan Guo1-0/+3
2021-01-29scsi: lpfc: Fix EEH encountering oops with NVMe trafficJames Smart1-0/+3
2021-01-29scsi: lpfc: Fix 'physical' typosBjorn Helgaas1-1/+1
2021-01-29scsi: megaraid_mbox: Fix spelling of 'allocated'dingsenjie1-1/+1
2021-01-29scsi: qla2xxx: Simplify the calculation of variablesJiapeng Zhong1-1/+1
2021-01-26scsi: hisi_sas: Add trace FIFO debugfs supportLuo Jiaxing2-0/+266
2021-01-26scsi: hisi_sas: Flush workqueue in hisi_sas_v3_remove()Luo Jiaxing1-0/+1
2021-01-26scsi: hisi_sas: Enable debugfs support by defaultLuo Jiaxing2-2/+17
2021-01-26scsi: hisi_sas: Don't check .nr_hw_queues in hisi_sas_task_prep()John Garry1-4/+2
2021-01-26scsi: hisi_sas: Remove deferred probe check in hisi_sas_v2_probe()John Garry1-12/+0
2021-01-26scsi: lpfc: Add auto select on IRQ_POLLTong Zhang1-0/+1
2021-01-26scsi: ncr53c8xx: Fix typosHannes Reinecke1-3/+3
2021-01-26scsi: lpfc: Fix ancient double freeDan Carpenter1-8/+7
2021-01-26scsi: qla2xxx: Fix some memory corruptionDan Carpenter1-1/+1
2021-01-26Merge branch '5.11/scsi-fixes' into 5.12/scsi-queueMartin K. Petersen8-26/+61
2021-01-26isa: Make the remove callback for isa drivers return voidUwe Kleine-König4-9/+5
2021-01-24block: remove unnecessary argument from blk_execute_rqGuoqing Jiang1-1/+1
2021-01-24block: remove unnecessary argument from blk_execute_rq_nowaitGuoqing Jiang3-4/+3
2021-01-22scsi: qla2xxx: Remove redundant NULL checkYang Li1-10/+5
2021-01-22scsi: megaraid: Fix ifnullfree.cocci warningskernel test robot1-2/+1
2021-01-22scsi: qla1280: Fix printk regressionRené Rebe1-6/+6
2021-01-22scsi: ufs: Cleanup WB buffer flush toggle implementationBean Huo1-42/+19
2021-01-22scsi: qla2xxx: Remove unnecessary NULL checkDan Carpenter1-1/+1
2021-01-22scsi: qla2xxx: Assign boolean values to a bool variableJiapeng Zhong1-2/+2
2021-01-22scsi: lpfc: Fix kerneldoc inconsistency in lpfc_sli4_dump_page_a0()Eric Curtin1-1/+1
2021-01-22scsi: mpt3sas: Simplify bool comparisonYANG LI1-2/+2
2021-01-22scsi: libsas: Remove temporarily-added _gfp() API variantsAhmed S. Darwish3-25/+0
2021-01-22scsi: mvsas: Switch back to original libsas event notifiersAhmed S. Darwish1-4/+4
2021-01-22scsi: isci: Switch back to original libsas event notifiersAhmed S. Darwish1-6/+6
2021-01-22scsi: libsas: Switch back to original event notifiers APIAhmed S. Darwish2-7/+7
2021-01-22scsi: pm80xx: Switch back to original libsas event notifiersAhmed S. Darwish3-41/+36
2021-01-22scsi: aic94xx: Switch back to original libsas event notifiersAhmed S. Darwish1-16/+13
2021-01-22scsi: hisi_sas: Switch back to original libsas event notifiersAhmed S. Darwish4-11/+10
2021-01-22scsi: libsas: Add gfp_t flags parameter to event notificationsAhmed S. Darwish3-54/+25
2021-01-22scsi: hisi_sas: Pass gfp_t flags to libsas event notifiersAhmed S. Darwish5-18/+29
2021-01-22scsi: aic94xx: Pass gfp_t flags to libsas event notifiersAhmed S. Darwish1-9/+16
2021-01-22scsi: pm80xx: Pass gfp_t flags to libsas event notifiersAhmed S. Darwish3-38/+65
2021-01-22scsi: libsas: Pass gfp_t flags to event notifiersAhmed S. Darwish2-2/+4
2021-01-22scsi: isci: Pass gfp_t flags in isci_port_bc_change_received()Ahmed S. Darwish1-1/+2
2021-01-22scsi: isci: Pass gfp_t flags in isci_port_link_up()Ahmed S. Darwish1-1/+2
2021-01-22scsi: isci: Pass gfp_t flags in isci_port_link_down()Ahmed S. Darwish1-2/+2