summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* scsi: mac53c94: Fix a set-but-not-used compiler warningBart Van Assche2022-02-231-2/+1
* scsi: qedf: Stop using the SCSI pointerBart Van Assche2022-02-233-15/+23
* scsi: bnx2fc: Stop using the SCSI pointerBart Van Assche2022-02-233-14/+19
* scsi: libfc: Stop using the SCSI pointerBart Van Assche2022-02-233-15/+21
* scsi: initio: Stop using the SCSI pointerBart Van Assche2022-02-232-6/+17
* scsi: iscsi: Stop using the SCSI pointerBart Van Assche2022-02-2312-22/+52
* scsi: imm: Move the SCSI pointer to private command dataBart Van Assche2022-02-232-43/+50
* scsi: hptiop: Stop using the SCSI pointerBart Van Assche2022-02-232-2/+3
* scsi: fnic: Stop using the SCSI pointerBart Van Assche2022-02-233-154/+163
* scsi: fnic: Fix a tracing statementBart Van Assche2022-02-231-1/+1
* scsi: fdomain: Move the SCSI pointer to private command dataBart Van Assche2022-02-231-28/+36
* scsi: esp_scsi: Stop using the SCSI pointerBart Van Assche2022-02-232-4/+3
* scsi: dc395x: Stop using the SCSI pointerBart Van Assche2022-02-231-3/+0
* scsi: csio: Stop using the SCSI pointerBart Van Assche2022-02-232-9/+21
* scsi: bfa: Stop using the SCSI pointerBart Van Assche2022-02-232-13/+30
* scsi: aha152x: Move the SCSI pointer to private command dataBart Van Assche2022-02-231-104/+155
* scsi: aha1542: Remove a set-but-not-used arrayBart Van Assche2022-02-231-2/+1
* scsi: advansys: Move the SCSI pointer to private command dataBart Van Assche2022-02-231-6/+16
* scsi: aacraid: Move the SCSI pointer to private command dataBart Van Assche2022-02-234-36/+54
* scsi: 53c700: Stop clearing SCSI pointer fieldsBart Van Assche2022-02-231-2/+0
* scsi: arm: Move the SCSI pointer to private command dataBart Van Assche2022-02-234-29/+56
* scsi: arm: Rename arm/scsi.h into arm/arm_scsi.hBart Van Assche2022-02-236-8/+6
* scsi: NCR5380: Add SCp members to struct NCR5380_cmdFinn Thain2022-02-236-56/+66
* scsi: NCR5380: Remove the NCR5380_CMD_SIZE macroBart Van Assche2022-02-238-9/+7
* scsi: Remove drivers/scsi/scsi.hBart Van Assche2022-02-2325-82/+119
* scsi: nsp_cs: Use true and false instead of TRUE and FALSEBart Van Assche2022-02-232-14/+14
* scsi: nsp_cs: Change the return type of two functions into 'void'Bart Van Assche2022-02-232-14/+7
* scsi: ips: Use true and false instead of TRUE and FALSEBart Van Assche2022-02-231-19/+17
* scsi: ips: Change the return type of ips_release() into 'void'Bart Van Assche2022-02-231-5/+2
* scsi: ips: Remove an unreachable statementBart Van Assche2022-02-231-1/+0
* scsi: libsas: Add sas_execute_ata_cmd()John Garry2022-02-236-134/+34
* scsi: libsas: Add sas_abort_task()John Garry2022-02-195-259/+20
* scsi: libsas: Add sas_query_task()John Garry2022-02-195-25/+20
* scsi: libsas: Add sas_lu_reset()John Garry2022-02-195-9/+14
* scsi: libsas: Add sas_clear_task_set()John Garry2022-02-197-20/+14
* scsi: libsas: Add sas_abort_task_set()John Garry2022-02-199-31/+17
* scsi: libsas: Add TMF handler aborted callbackJohn Garry2022-02-196-0/+33
* scsi: libsas: Add TMF handler exec complete callbackJohn Garry2022-02-195-0/+22
* scsi: libsas: Add sas_execute_ssp_tmf()John Garry2022-02-191-0/+18
* scsi: libsas: Add sas_execute_tmf()John Garry2022-02-192-0/+108
* scsi: libsas: Add sas_task.tmfJohn Garry2022-02-194-37/+23
* scsi: libsas: Add struct sas_tmf_taskJohn Garry2022-02-1911-56/+49
* scsi: libsas: Move SMP task handlers to coreJohn Garry2022-02-193-22/+29
* scsi: hisi_sas: Delete unused I_T_NEXUS_RESET_PHYUP_TIMEOUTJohn Garry2022-02-191-2/+0
* scsi: libsas: Delete SAS_SG_ERRJohn Garry2022-02-193-6/+0
* scsi: libsas: Delete lldd_clear_aca callbackJohn Garry2022-02-1915-72/+0
* scsi: libsas: Use enum for response frame DATAPRES fieldJohn Garry2022-02-195-10/+22
* scsi: libsas: Handle non-TMF codes in sas_scsi_find_task()John Garry2022-02-191-2/+4
* Merge branch '5.17/scsi-fixes' into 5.18/scsi-stagingMartin K. Petersen2022-02-1524-120/+161
|\
| * scsi: lpfc: Reduce log messages seen after firmware downloadJames Smart2022-02-082-2/+8