summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2021-01-27scsi: lpfc: Fix ancient double freeDan Carpenter1-8/+7
2021-01-27scsi: qla2xxx: Fix some memory corruptionDan Carpenter1-1/+1
2021-01-27Merge 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-25block: remove unnecessary argument from blk_execute_rqGuoqing Jiang1-1/+1
2021-01-25block: remove unnecessary argument from blk_execute_rq_nowaitGuoqing Jiang3-4/+3
2021-01-23scsi: qla2xxx: Remove redundant NULL checkYang Li1-10/+5
2021-01-23scsi: megaraid: Fix ifnullfree.cocci warningskernel test robot1-2/+1
2021-01-23scsi: qla1280: Fix printk regressionRené Rebe1-6/+6
2021-01-23scsi: ufs: Cleanup WB buffer flush toggle implementationBean Huo1-42/+19
2021-01-23scsi: qla2xxx: Remove unnecessary NULL checkDan Carpenter1-1/+1
2021-01-23scsi: qla2xxx: Assign boolean values to a bool variableJiapeng Zhong1-2/+2
2021-01-23scsi: lpfc: Fix kerneldoc inconsistency in lpfc_sli4_dump_page_a0()Eric Curtin1-1/+1
2021-01-23scsi: mpt3sas: Simplify bool comparisonYANG LI1-2/+2
2021-01-23scsi: libsas: Remove temporarily-added _gfp() API variantsAhmed S. Darwish3-25/+0
2021-01-23scsi: mvsas: Switch back to original libsas event notifiersAhmed S. Darwish1-4/+4
2021-01-23scsi: isci: Switch back to original libsas event notifiersAhmed S. Darwish1-6/+6
2021-01-23scsi: libsas: Switch back to original event notifiers APIAhmed S. Darwish2-7/+7
2021-01-23scsi: pm80xx: Switch back to original libsas event notifiersAhmed S. Darwish3-41/+36
2021-01-23scsi: aic94xx: Switch back to original libsas event notifiersAhmed S. Darwish1-16/+13
2021-01-23scsi: hisi_sas: Switch back to original libsas event notifiersAhmed S. Darwish4-11/+10
2021-01-23scsi: libsas: Add gfp_t flags parameter to event notificationsAhmed S. Darwish3-54/+25
2021-01-23scsi: hisi_sas: Pass gfp_t flags to libsas event notifiersAhmed S. Darwish5-18/+29
2021-01-23scsi: aic94xx: Pass gfp_t flags to libsas event notifiersAhmed S. Darwish1-9/+16
2021-01-23scsi: pm80xx: Pass gfp_t flags to libsas event notifiersAhmed S. Darwish3-38/+65
2021-01-23scsi: libsas: Pass gfp_t flags to event notifiersAhmed S. Darwish2-2/+4
2021-01-23scsi: isci: Pass gfp_t flags in isci_port_bc_change_received()Ahmed S. Darwish1-1/+2
2021-01-23scsi: isci: Pass gfp_t flags in isci_port_link_up()Ahmed S. Darwish1-1/+2
2021-01-23scsi: isci: Pass gfp_t flags in isci_port_link_down()Ahmed S. Darwish1-2/+2
2021-01-23scsi: mvsas: Pass gfp_t flags to libsas event notifiersAhmed S. Darwish1-9/+10
2021-01-23scsi: libsas: Introduce a _gfp() variant of event notifiersAhmed S. Darwish3-17/+73
2021-01-23scsi: libsas: Remove notifier indirectionJohn Garry13-100/+64
2021-01-23scsi: ncr53c8xx: Use SAM status valuesHannes Reinecke2-53/+46
2021-01-23scsi: advansys: Kill driver-defined status byte accessorsHannes Reinecke1-60/+24
2021-01-23scsi: qla2xxx: fc_remote_port_chkready() returns a SCSI result valueHannes Reinecke1-1/+1
2021-01-23scsi: storvsc: Return DID_ERROR for invalid commandsHannes Reinecke1-1/+1
2021-01-23scsi: ips: Use correct command completion on errorHannes Reinecke1-2/+7
2021-01-23scsi: wd33c93: Use SCSI statusHannes Reinecke1-3/+3
2021-01-23scsi: esp_scsi: Do not set SCSI message byteHannes Reinecke1-4/+1
2021-01-23scsi: esp_scsi: Use host byte as last argument to esp_cmd_is_done()Hannes Reinecke1-14/+10
2021-01-23scsi: dpt_i2o: Use DID_ERROR instead of INITIATOR_ERROR messageHannes Reinecke1-1/+1
2021-01-23scsi: mac53c94: Do not set invalid command resultHannes Reinecke1-1/+0
2021-01-23scsi: atp870u: Use standard definitionsHannes Reinecke1-24/+30
2021-01-23scsi: ufs: ufshcd: Do not set COMMAND_COMPLETEHannes Reinecke1-3/+1
2021-01-23scsi: scsi_debug: Do not set COMMAND_COMPLETEHannes Reinecke1-1/+1
2021-01-23scsi: initio: Drop internal SCSI message definitionHannes Reinecke2-56/+33
2021-01-23scsi: dc395x: Drop internal SCSI message definitionsHannes Reinecke3-39/+12
2021-01-23scsi: aic7xxx: aic79xx: Drop internal SCSI message definitionHannes Reinecke5-177/+137
2021-01-23scsi: nsp_cs: Drop internal SCSI message definitionHannes Reinecke2-17/+6
2021-01-23scsi: stex: Do not set COMMAND_COMPLETEHannes Reinecke1-12/+13