summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-02-23scsi: wd33c93: Move the SCSI pointer to private command dataBart Van Assche7-91/+117
2022-02-23scsi: wd719x: Stop using the SCSI pointerBart Van Assche2-6/+7
2022-02-23scsi: usb: Stop using the SCSI pointerBart Van Assche1-23/+20
2022-02-23scsi: sym53c8xx_2: Move the SCSI pointer to private command dataBart Van Assche1-2/+2
2022-02-23scsi: smartpqi: Stop using the SCSI pointerBart Van Assche1-2/+12
2022-02-23scsi: qla2xxx: Stop using the SCSI pointerBart Van Assche2-10/+5
2022-02-23scsi: qla1280: Move the SCSI pointer to private command dataBart Van Assche2-19/+5
2022-02-23scsi: ppa: Move the SCSI pointer to private command dataBart Van Assche1-32/+43
2022-02-23scsi: sym53c500_cs: Move the SCSI pointer to private command dataBart Van Assche1-18/+29
2022-02-23scsi: nsp_cs: Move the SCSI pointer to private command dataBart Van Assche3-90/+114
2022-02-23scsi: nsp32: Stop using the SCSI pointerBart Van Assche2-13/+16
2022-02-23scsi: mvumi: Stop using the SCSI pointerBart Van Assche2-4/+14
2022-02-23scsi: mvsas: Fix a set-but-not-used warningBart Van Assche1-2/+4
2022-02-23scsi: mesh: Move the SCSI pointer to private command dataBart Van Assche2-7/+24
2022-02-23scsi: megasas: Stop using the SCSI pointerBart Van Assche3-11/+24
2022-02-23scsi: megaraid: Stop using the SCSI pointerBart Van Assche2-10/+26
2022-02-23scsi: mac53c94: Move the SCSI pointer to private command dataBart Van Assche2-11/+24
2022-02-23scsi: mac53c94: Fix a set-but-not-used compiler warningBart Van Assche1-2/+1
2022-02-23scsi: qedf: Stop using the SCSI pointerBart Van Assche3-15/+23
2022-02-23scsi: bnx2fc: Stop using the SCSI pointerBart Van Assche3-14/+19
2022-02-23scsi: libfc: Stop using the SCSI pointerBart Van Assche2-15/+12
2022-02-23scsi: initio: Stop using the SCSI pointerBart Van Assche2-6/+17
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