summaryrefslogtreecommitdiffstats
path: root/include/scsi
Commit message (Expand)AuthorAgeFilesLines
* scsi: iscsi: Fix NOP handling during conn recoveryMike Christie2022-04-111-1/+1
* scsi: iscsi: Merge suspend fieldsMike Christie2022-04-111-4/+5
* scsi: iscsi: Fix conn cleanup and stop race during iscsid restartMike Christie2022-04-111-0/+2
* scsi: iscsi: Release endpoint ID when its freedMike Christie2022-04-111-1/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-03-2413-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-141-0/+2
| * scsi: libsas: Add sas_execute_internal_abort_dev()John Garry2022-03-141-0/+8
| * scsi: libsas: Add sas_execute_internal_abort_single()John Garry2022-03-142-0/+16
| * scsi: core: sd: Add silence_suspend flag to suppress some PM messagesAdrian Hunter2022-03-011-0/+1
| * scsi: iscsi: Drop temp workq_nameMike Christie2022-03-011-1/+0
| * scsi: iscsi: ql4xxx: Use per-session workqueue for unbindingMike Christie2022-03-011-0/+2
| * scsi: iscsi: Remove iscsi_scan_finished()Mike Christie2022-03-011-2/+0
| * scsi: core: Remove <scsi/scsi_request.h>Christoph Hellwig2022-03-012-8/+0
| * scsi: core: Remove struct scsi_requestChristoph Hellwig2022-03-012-10/+0
| * scsi: core: Move the result field from struct scsi_request to struct scsi_cmndChristoph Hellwig2022-03-011-1/+0
| * scsi: core: Move the resid_len field from struct scsi_request to struct scsi_...Christoph Hellwig2022-03-012-4/+3
| * scsi: core: Remove the sense and sense_len fields from struct scsi_requestChristoph Hellwig2022-03-012-2/+1
| * scsi: core: Remove the cmd field from struct scsi_requestChristoph Hellwig2022-03-013-20/+2
| * scsi: libsas: Make sas_notify_{phy,port}_event() return voidJohn Garry2022-02-271-4/+4
| * scsi: libfc: Replace one-element arrays with flexible-array membersGustavo A. R. Silva2022-02-271-2/+2
| * scsi: core: Remove struct scsi_pointer from struct scsi_cmndBart Van Assche2022-02-221-7/+7
| * scsi: libfc: Stop using the SCSI pointerBart Van Assche2022-02-221-0/+9
| * scsi: iscsi: Stop using the SCSI pointerBart Van Assche2022-02-221-0/+12
| * scsi: libsas: Add sas_execute_ata_cmd()John Garry2022-02-222-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
| * scsi: core: Add scsi_done_direct() for immediate completionSebastian Andrzej Siewior2022-02-071-0/+1
* | scsi: don't use disk->private_data to find the scsi_driverChristoph Hellwig2022-03-082-11/+7
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-221-4/+0
|\
| * scsi/sg: move sg-big-buff sysctl to scsi/sg.cXiaoming Ni2022-01-221-4/+0
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-01-221-3/+2
|\ \ | |/ |/|
| * scsi: core: Fix scsi_mode_select() interfaceDamien Le Moal2022-01-051-3/+2