summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-02-23scsi: iscsi: Stop using the SCSI pointerBart Van Assche11-22/+40
2022-02-23scsi: imm: Move the SCSI pointer to private command dataBart Van Assche2-43/+50
2022-02-23scsi: hptiop: Stop using the SCSI pointerBart Van Assche2-2/+3
2022-02-23scsi: fnic: Stop using the SCSI pointerBart Van Assche3-154/+163
2022-02-23scsi: fnic: Fix a tracing statementBart Van Assche1-1/+1
2022-02-23scsi: fdomain: Move the SCSI pointer to private command dataBart Van Assche1-28/+36
2022-02-23scsi: esp_scsi: Stop using the SCSI pointerBart Van Assche2-4/+3
2022-02-23scsi: dc395x: Stop using the SCSI pointerBart Van Assche1-3/+0
2022-02-23scsi: csio: Stop using the SCSI pointerBart Van Assche2-9/+21
2022-02-23scsi: bfa: Stop using the SCSI pointerBart Van Assche2-13/+30
2022-02-23scsi: aha152x: Move the SCSI pointer to private command dataBart Van Assche1-104/+155
2022-02-23scsi: aha1542: Remove a set-but-not-used arrayBart Van Assche1-2/+1
2022-02-23scsi: advansys: Move the SCSI pointer to private command dataBart Van Assche1-6/+16
2022-02-23scsi: aacraid: Move the SCSI pointer to private command dataBart Van Assche4-36/+54
2022-02-23scsi: 53c700: Stop clearing SCSI pointer fieldsBart Van Assche1-2/+0
2022-02-23scsi: arm: Move the SCSI pointer to private command dataBart Van Assche4-29/+56
2022-02-23scsi: arm: Rename arm/scsi.h into arm/arm_scsi.hBart Van Assche6-8/+6
2022-02-23scsi: NCR5380: Add SCp members to struct NCR5380_cmdFinn Thain6-56/+66
2022-02-23scsi: NCR5380: Remove the NCR5380_CMD_SIZE macroBart Van Assche8-9/+7
2022-02-23scsi: Remove drivers/scsi/scsi.hBart Van Assche25-82/+119
2022-02-23scsi: nsp_cs: Use true and false instead of TRUE and FALSEBart Van Assche2-14/+14
2022-02-23scsi: nsp_cs: Change the return type of two functions into 'void'Bart Van Assche2-14/+7
2022-02-23scsi: ips: Use true and false instead of TRUE and FALSEBart Van Assche1-19/+17
2022-02-23scsi: ips: Change the return type of ips_release() into 'void'Bart Van Assche1-5/+2
2022-02-23scsi: ips: Remove an unreachable statementBart Van Assche1-1/+0
2022-02-23scsi: libsas: Add sas_execute_ata_cmd()John Garry4-130/+23
2022-02-19scsi: libsas: Add sas_abort_task()John Garry4-259/+19
2022-02-19scsi: libsas: Add sas_query_task()John Garry4-25/+19
2022-02-19scsi: libsas: Add sas_lu_reset()John Garry4-9/+13
2022-02-19scsi: libsas: Add sas_clear_task_set()John Garry6-20/+13
2022-02-19scsi: libsas: Add sas_abort_task_set()John Garry8-31/+15
2022-02-19scsi: libsas: Add TMF handler aborted callbackJohn Garry5-0/+32
2022-02-19scsi: libsas: Add TMF handler exec complete callbackJohn Garry4-0/+19
2022-02-19scsi: libsas: Add sas_execute_ssp_tmf()John Garry1-0/+18
2022-02-19scsi: libsas: Add sas_execute_tmf()John Garry2-0/+108
2022-02-19scsi: libsas: Add sas_task.tmfJohn Garry3-37/+22
2022-02-19scsi: libsas: Add struct sas_tmf_taskJohn Garry10-56/+40
2022-02-19scsi: libsas: Move SMP task handlers to coreJohn Garry3-22/+29
2022-02-19scsi: hisi_sas: Delete unused I_T_NEXUS_RESET_PHYUP_TIMEOUTJohn Garry1-2/+0
2022-02-19scsi: libsas: Delete SAS_SG_ERRJohn Garry2-5/+0
2022-02-19scsi: libsas: Delete lldd_clear_aca callbackJohn Garry13-69/+0
2022-02-19scsi: libsas: Use enum for response frame DATAPRES fieldJohn Garry4-10/+15
2022-02-19scsi: libsas: Handle non-TMF codes in sas_scsi_find_task()John Garry1-2/+4
2022-02-15Merge branch '5.17/scsi-fixes' into 5.18/scsi-stagingMartin K. Petersen24-120/+161
2022-02-12scsi: mpi3mr: Bump driver version to 8.0.0.68.0Sreekanth Reddy1-2/+2
2022-02-12scsi: mpi3mr: Fix memory leaksSreekanth Reddy1-1/+1
2022-02-12scsi: mpi3mr: Update the copyright yearSreekanth Reddy4-4/+4
2022-02-12scsi: mpi3mr: Fix reporting of actual data transfer sizeSreekanth Reddy1-0/+2
2022-02-12scsi: mpi3mr: Fix cmnd getting marked as in use foreverSreekanth Reddy1-2/+14
2022-02-12scsi: mpi3mr: Fix hibernation issueSreekanth Reddy1-1/+1