aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-14scsi/core: Use the new blk_opf_t typeBart Van Assche1-1/+1
2022-07-14scsi/core: Improve static type checkingBart Van Assche1-2/+2
2022-07-06blk-mq: Drop 'reserved' arg of busy_tag_iter_fnJohn Garry1-1/+1
2022-05-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-5/+28
2022-05-25Merge tag 'Wstringop-overflow-fixes-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linuxLinus Torvalds1-1/+2
2022-05-19scsi: libsas: Refactor sas_ata_hard_reset()John Garry1-0/+7
2022-05-16scsi: fcoe: Add a local_lock to fcoe_percpuDavidlohr Bueso1-0/+2
2022-05-02scsi: core: Cache VPD pages b0, b1, b2Martin K. Petersen1-0/+4
2022-05-02scsi: core: Query VPD size before getting full pageMartin K. Petersen1-1/+4
2022-04-26scsi: fcoe: Fix Wstringop-overflow warnings in fcoe_wwn_from_mac()Gustavo A. R. Silva1-1/+2
2022-04-25scsi: sd: sd_zbc: Hide gap zonesDamien Le Moal1-1/+8
2022-04-25scsi: iscsi: Fix harmless double shift bugDan Carpenter1-3/+3
2022-04-11scsi: iscsi: Fix NOP handling during conn recoveryMike Christie1-1/+1
2022-04-11scsi: iscsi: Merge suspend fieldsMike Christie1-4/+5
2022-04-11scsi: iscsi: Fix conn cleanup and stop race during iscsid restartMike Christie1-0/+2
2022-04-11scsi: iscsi: Release endpoint ID when its freedMike Christie1-1/+1
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds13-80/+121
2022-03-15scsi: libiscsi: Teardown iscsi_cls_conn gracefullyWenchao Hao1-1/+0
2022-03-15scsi: libiscsi: Add iscsi_cls_conn to sysfs after initializationWenchao Hao1-2/+0
2022-03-15scsi: iscsi: Add helper functions to manage iscsi_cls_connWenchao Hao1-0/+4
2022-03-14scsi: hisi_sas: Use libsas internal abort supportJohn Garry1-0/+2
2022-03-14scsi: libsas: Add sas_execute_internal_abort_dev()John Garry1-0/+8
2022-03-14scsi: libsas: Add sas_execute_internal_abort_single()John Garry2-0/+16
2022-03-08scsi: don't use disk->private_data to find the scsi_driverChristoph Hellwig2-11/+7
2022-03-01scsi: core: sd: Add silence_suspend flag to suppress some PM messagesAdrian Hunter1-0/+1
2022-03-01scsi: iscsi: Drop temp workq_nameMike Christie1-1/+0
2022-03-01scsi: iscsi: ql4xxx: Use per-session workqueue for unbindingMike Christie1-0/+2
2022-03-01scsi: iscsi: Remove iscsi_scan_finished()Mike Christie1-2/+0
2022-03-01scsi: core: Remove <scsi/scsi_request.h>Christoph Hellwig2-8/+0
2022-03-01scsi: core: Remove struct scsi_requestChristoph Hellwig2-10/+0
2022-03-01scsi: core: Move the result field from struct scsi_request to struct scsi_cmndChristoph Hellwig1-1/+0
2022-03-01scsi: core: Move the resid_len field from struct scsi_request to struct scsi_cmndChristoph Hellwig2-4/+3
2022-03-01scsi: core: Remove the sense and sense_len fields from struct scsi_requestChristoph Hellwig2-2/+1
2022-03-01scsi: core: Remove the cmd field from struct scsi_requestChristoph Hellwig3-20/+2
2022-02-27scsi: libsas: Make sas_notify_{phy,port}_event() return voidJohn Garry1-4/+4
2022-02-27scsi: libfc: Replace one-element arrays with flexible-array membersGustavo A. R. Silva1-2/+2
2022-02-22scsi: core: Remove struct scsi_pointer from struct scsi_cmndBart Van Assche1-7/+7
2022-02-22scsi: libfc: Stop using the SCSI pointerBart Van Assche1-0/+9
2022-02-22scsi: iscsi: Stop using the SCSI pointerBart Van Assche1-0/+12
2022-02-22scsi: libsas: Add sas_execute_ata_cmd()John Garry2-4/+11
2022-02-19scsi: libsas: Add sas_abort_task()John Garry1-0/+1
2022-02-19scsi: libsas: Add sas_query_task()John Garry1-0/+1
2022-02-19scsi: libsas: Add sas_lu_reset()John Garry1-0/+1
2022-02-19scsi: libsas: Add sas_clear_task_set()John Garry1-0/+1
2022-02-19scsi: libsas: Add sas_abort_task_set()John Garry1-0/+2
2022-02-19scsi: libsas: Add TMF handler aborted callbackJohn Garry1-0/+1
2022-02-19scsi: libsas: Add TMF handler exec complete callbackJohn Garry1-0/+3
2022-02-19scsi: libsas: Add sas_task.tmfJohn Garry1-0/+1
2022-02-19scsi: libsas: Add struct sas_tmf_taskJohn Garry1-0/+9
2022-02-19scsi: libsas: Delete SAS_SG_ERRJohn Garry1-1/+0