aboutsummaryrefslogtreecommitdiff
path: root/include/scsi
AgeCommit message (Expand)AuthorFilesLines
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 13-80/+121
2022-03-15scsi: libiscsi: Teardown iscsi_cls_conn gracefullyGravatar Wenchao Hao 1-1/+0
2022-03-15scsi: libiscsi: Add iscsi_cls_conn to sysfs after initializationGravatar Wenchao Hao 1-2/+0
2022-03-15scsi: iscsi: Add helper functions to manage iscsi_cls_connGravatar Wenchao Hao 1-0/+4
2022-03-14scsi: hisi_sas: Use libsas internal abort supportGravatar John Garry 1-0/+2
2022-03-14scsi: libsas: Add sas_execute_internal_abort_dev()Gravatar John Garry 1-0/+8
2022-03-14scsi: libsas: Add sas_execute_internal_abort_single()Gravatar John Garry 2-0/+16
2022-03-08scsi: don't use disk->private_data to find the scsi_driverGravatar Christoph Hellwig 2-11/+7
2022-03-01scsi: core: sd: Add silence_suspend flag to suppress some PM messagesGravatar Adrian Hunter 1-0/+1
2022-03-01scsi: iscsi: Drop temp workq_nameGravatar Mike Christie 1-1/+0
2022-03-01scsi: iscsi: ql4xxx: Use per-session workqueue for unbindingGravatar Mike Christie 1-0/+2
2022-03-01scsi: iscsi: Remove iscsi_scan_finished()Gravatar Mike Christie 1-2/+0
2022-03-01scsi: core: Remove <scsi/scsi_request.h>Gravatar Christoph Hellwig 2-8/+0
2022-03-01scsi: core: Remove struct scsi_requestGravatar Christoph Hellwig 2-10/+0
2022-03-01scsi: core: Move the result field from struct scsi_request to struct scsi_cmndGravatar Christoph Hellwig 1-1/+0
2022-03-01scsi: core: Move the resid_len field from struct scsi_request to struct scsi_...Gravatar Christoph Hellwig 2-4/+3
2022-03-01scsi: core: Remove the sense and sense_len fields from struct scsi_requestGravatar Christoph Hellwig 2-2/+1
2022-03-01scsi: core: Remove the cmd field from struct scsi_requestGravatar Christoph Hellwig 3-20/+2
2022-02-27scsi: libsas: Make sas_notify_{phy,port}_event() return voidGravatar John Garry 1-4/+4
2022-02-27scsi: libfc: Replace one-element arrays with flexible-array membersGravatar Gustavo A. R. Silva 1-2/+2
2022-02-22scsi: core: Remove struct scsi_pointer from struct scsi_cmndGravatar Bart Van Assche 1-7/+7
2022-02-22scsi: libfc: Stop using the SCSI pointerGravatar Bart Van Assche 1-0/+9
2022-02-22scsi: iscsi: Stop using the SCSI pointerGravatar Bart Van Assche 1-0/+12
2022-02-22scsi: libsas: Add sas_execute_ata_cmd()Gravatar John Garry 2-4/+11
2022-02-19scsi: libsas: Add sas_abort_task()Gravatar John Garry 1-0/+1
2022-02-19scsi: libsas: Add sas_query_task()Gravatar John Garry 1-0/+1
2022-02-19scsi: libsas: Add sas_lu_reset()Gravatar John Garry 1-0/+1
2022-02-19scsi: libsas: Add sas_clear_task_set()Gravatar John Garry 1-0/+1
2022-02-19scsi: libsas: Add sas_abort_task_set()Gravatar John Garry 1-0/+2
2022-02-19scsi: libsas: Add TMF handler aborted callbackGravatar John Garry 1-0/+1
2022-02-19scsi: libsas: Add TMF handler exec complete callbackGravatar John Garry 1-0/+3
2022-02-19scsi: libsas: Add sas_task.tmfGravatar John Garry 1-0/+1
2022-02-19scsi: libsas: Add struct sas_tmf_taskGravatar John Garry 1-0/+9
2022-02-19scsi: libsas: Delete SAS_SG_ERRGravatar John Garry 1-1/+0
2022-02-19scsi: libsas: Delete lldd_clear_aca callbackGravatar John Garry 1-1/+0
2022-02-19scsi: libsas: Use enum for response frame DATAPRES fieldGravatar John Garry 1-0/+7
2022-02-11scsi: Remove unused member cmd_pool for structure scsi_host_templateGravatar Xiang Chen 1-3/+0
2022-02-11scsi: libsas: Remove unused parameter for function sas_ata_eh()Gravatar Xiang Chen 1-4/+2
2022-02-11scsi: libsas: Use void for sas_discover_event() return codeGravatar Xiang Chen 1-1/+1
2022-02-11scsi: libsas: Drop SAS_TASK_AT_INITIATORGravatar John Garry 1-1/+0
2022-02-11scsi: ibmvscsis: Silence -Warray-bounds warningGravatar Kees Cook 1-6/+11
2022-02-07scsi: core: Add scsi_done_direct() for immediate completionGravatar Sebastian Andrzej Siewior 1-0/+1
2022-01-22Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-4/+0
2022-01-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-3/+2
2022-01-22scsi/sg: move sg-big-buff sysctl to scsi/sg.cGravatar Xiaoming Ni 1-4/+0
2022-01-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 2-6/+2
2022-01-05scsi: core: Fix scsi_mode_select() interfaceGravatar Damien Le Moal 1-3/+2
2021-12-22scsi: libsas: Add flag SAS_HA_RESUMINGGravatar Xiang Chen 1-0/+1
2021-12-22scsi: libsas: Don't always drain event workqueue for HA resumeGravatar John Garry 1-0/+1
2021-11-29scsi: remove the gendisk argument to scsi_ioctlGravatar Christoph Hellwig 1-2/+2