summaryrefslogtreecommitdiffstats
path: root/include/scsi (follow)
Commit message (Expand)AuthorAgeFilesLines
* scsi: libsas: Refactor sas_ata_hard_reset()John Garry2022-05-201-0/+7
* scsi: fcoe: Add a local_lock to fcoe_percpuDavidlohr Bueso2022-05-171-0/+2
* scsi: core: Cache VPD pages b0, b1, b2Martin K. Petersen2022-05-021-0/+4
* scsi: core: Query VPD size before getting full pageMartin K. Petersen2022-05-021-1/+4
* scsi: sd: sd_zbc: Hide gap zonesDamien Le Moal2022-04-261-1/+8
* scsi: iscsi: Fix harmless double shift bugDan Carpenter2022-04-261-3/+3
* scsi: iscsi: Fix NOP handling during conn recoveryMike Christie2022-04-121-1/+1
* scsi: iscsi: Merge suspend fieldsMike Christie2022-04-121-4/+5
* scsi: iscsi: Fix conn cleanup and stop race during iscsid restartMike Christie2022-04-121-0/+2
* scsi: iscsi: Release endpoint ID when its freedMike Christie2022-04-121-1/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-03-2513-80/+121
|\
| * scsi: libiscsi: Teardown iscsi_cls_conn gracefullyWenchao Hao2022-03-151-1/+0
| * scsi: libiscsi: Add iscsi_cls_conn to sysfs after initializationWenchao Hao2022-03-151-2/+0
| * scsi: iscsi: Add helper functions to manage iscsi_cls_connWenchao Hao2022-03-151-0/+4
| * scsi: hisi_sas: Use libsas internal abort supportJohn Garry2022-03-151-0/+2
| * scsi: libsas: Add sas_execute_internal_abort_dev()John Garry2022-03-151-0/+8
| * scsi: libsas: Add sas_execute_internal_abort_single()John Garry2022-03-152-0/+16
| * scsi: core: sd: Add silence_suspend flag to suppress some PM messagesAdrian Hunter2022-03-021-0/+1
| * scsi: iscsi: Drop temp workq_nameMike Christie2022-03-021-1/+0
| * scsi: iscsi: ql4xxx: Use per-session workqueue for unbindingMike Christie2022-03-021-0/+2
| * scsi: iscsi: Remove iscsi_scan_finished()Mike Christie2022-03-021-2/+0
| * scsi: core: Remove <scsi/scsi_request.h>Christoph Hellwig2022-03-022-8/+0
| * scsi: core: Remove struct scsi_requestChristoph Hellwig2022-03-022-10/+0
| * scsi: core: Move the result field from struct scsi_request to struct scsi_cmndChristoph Hellwig2022-03-021-1/+0
| * scsi: core: Move the resid_len field from struct scsi_request to struct scsi_...Christoph Hellwig2022-03-022-4/+3
| * scsi: core: Remove the sense and sense_len fields from struct scsi_requestChristoph Hellwig2022-03-022-2/+1
| * scsi: core: Remove the cmd field from struct scsi_requestChristoph Hellwig2022-03-023-20/+2
| * scsi: libsas: Make sas_notify_{phy,port}_event() return voidJohn Garry2022-02-281-4/+4
| * scsi: libfc: Replace one-element arrays with flexible-array membersGustavo A. R. Silva2022-02-281-2/+2
| * scsi: core: Remove struct scsi_pointer from struct scsi_cmndBart Van Assche2022-02-231-7/+7
| * scsi: libfc: Stop using the SCSI pointerBart Van Assche2022-02-231-0/+9
| * scsi: iscsi: Stop using the SCSI pointerBart Van Assche2022-02-231-0/+12
| * scsi: libsas: Add sas_execute_ata_cmd()John Garry2022-02-232-4/+11
| * scsi: libsas: Add sas_abort_task()John Garry2022-02-191-0/+1
| * scsi: libsas: Add sas_query_task()John Garry2022-02-191-0/+1
| * scsi: libsas: Add sas_lu_reset()John Garry2022-02-191-0/+1
| * scsi: libsas: Add sas_clear_task_set()John Garry2022-02-191-0/+1
| * scsi: libsas: Add sas_abort_task_set()John Garry2022-02-191-0/+2
| * scsi: libsas: Add TMF handler aborted callbackJohn Garry2022-02-191-0/+1
| * scsi: libsas: Add TMF handler exec complete callbackJohn Garry2022-02-191-0/+3
| * scsi: libsas: Add sas_task.tmfJohn Garry2022-02-191-0/+1
| * scsi: libsas: Add struct sas_tmf_taskJohn Garry2022-02-191-0/+9
| * scsi: libsas: Delete SAS_SG_ERRJohn Garry2022-02-191-1/+0
| * scsi: libsas: Delete lldd_clear_aca callbackJohn Garry2022-02-191-1/+0
| * scsi: libsas: Use enum for response frame DATAPRES fieldJohn Garry2022-02-191-0/+7
| * scsi: Remove unused member cmd_pool for structure scsi_host_templateXiang Chen2022-02-111-3/+0
| * scsi: libsas: Remove unused parameter for function sas_ata_eh()Xiang Chen2022-02-111-4/+2
| * scsi: libsas: Use void for sas_discover_event() return codeXiang Chen2022-02-111-1/+1
| * scsi: libsas: Drop SAS_TASK_AT_INITIATORJohn Garry2022-02-111-1/+0
| * scsi: ibmvscsis: Silence -Warray-bounds warningKees Cook2022-02-111-6/+11