Age | Commit message (Expand) | Author |
2022-03-01 | scsi: iscsi: Drop temp workq_name | Mike Christie |
2022-03-01 | scsi: iscsi: ql4xxx: Use per-session workqueue for unbinding | Mike Christie |
2022-03-01 | scsi: iscsi: Remove iscsi_scan_finished() | Mike Christie |
2022-03-01 | scsi: core: Remove <scsi/scsi_request.h> | Christoph Hellwig |
2022-03-01 | scsi: core: Remove struct scsi_request | Christoph Hellwig |
2022-03-01 | scsi: core: Move the result field from struct scsi_request to struct scsi_cmnd | Christoph Hellwig |
2022-03-01 | scsi: core: Move the resid_len field from struct scsi_request to struct scsi_... | Christoph Hellwig |
2022-03-01 | scsi: core: Remove the sense and sense_len fields from struct scsi_request | Christoph Hellwig |
2022-03-01 | scsi: core: Remove the cmd field from struct scsi_request | Christoph Hellwig |
2022-02-27 | scsi: libsas: Make sas_notify_{phy,port}_event() return void | John Garry |
2022-02-27 | scsi: libfc: Replace one-element arrays with flexible-array members | Gustavo A. R. Silva |
2022-02-22 | scsi: core: Remove struct scsi_pointer from struct scsi_cmnd | Bart Van Assche |
2022-02-22 | scsi: libfc: Stop using the SCSI pointer | Bart Van Assche |
2022-02-22 | scsi: iscsi: Stop using the SCSI pointer | Bart Van Assche |
2022-02-22 | scsi: libsas: Add sas_execute_ata_cmd() | John Garry |
2022-02-19 | scsi: libsas: Add sas_abort_task() | John Garry |
2022-02-19 | scsi: libsas: Add sas_query_task() | John Garry |
2022-02-19 | scsi: libsas: Add sas_lu_reset() | John Garry |
2022-02-19 | scsi: libsas: Add sas_clear_task_set() | John Garry |
2022-02-19 | scsi: libsas: Add sas_abort_task_set() | John Garry |
2022-02-19 | scsi: libsas: Add TMF handler aborted callback | John Garry |
2022-02-19 | scsi: libsas: Add TMF handler exec complete callback | John Garry |
2022-02-19 | scsi: libsas: Add sas_task.tmf | John Garry |
2022-02-19 | scsi: libsas: Add struct sas_tmf_task | John Garry |
2022-02-19 | scsi: libsas: Delete SAS_SG_ERR | John Garry |
2022-02-19 | scsi: libsas: Delete lldd_clear_aca callback | John Garry |
2022-02-19 | scsi: libsas: Use enum for response frame DATAPRES field | John Garry |
2022-02-11 | scsi: Remove unused member cmd_pool for structure scsi_host_template | Xiang Chen |
2022-02-11 | scsi: libsas: Remove unused parameter for function sas_ata_eh() | Xiang Chen |
2022-02-11 | scsi: libsas: Use void for sas_discover_event() return code | Xiang Chen |
2022-02-11 | scsi: libsas: Drop SAS_TASK_AT_INITIATOR | John Garry |
2022-02-11 | scsi: ibmvscsis: Silence -Warray-bounds warning | Kees Cook |
2022-02-07 | scsi: core: Add scsi_done_direct() for immediate completion | Sebastian Andrzej Siewior |
2022-01-22 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2022-01-22 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2022-01-22 | scsi/sg: move sg-big-buff sysctl to scsi/sg.c | Xiaoming Ni |
2022-01-14 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2022-01-05 | scsi: core: Fix scsi_mode_select() interface | Damien Le Moal |
2021-12-22 | scsi: libsas: Add flag SAS_HA_RESUMING | Xiang Chen |
2021-12-22 | scsi: libsas: Don't always drain event workqueue for HA resume | John Garry |
2021-11-29 | scsi: remove the gendisk argument to scsi_ioctl | Christoph Hellwig |
2021-11-29 | block: remove the ->rq_disk field in struct request | Christoph Hellwig |
2021-11-18 | scsi: core: Remove Scsi_Host.shost_dev_attr_groups | Bart Van Assche |
2021-11-12 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2021-11-09 | Merge tag 'for-5.16/block-2021-11-09' of git://git.kernel.dk/linux-block | Linus Torvalds |
2021-11-09 | scsi: make sure that request queue queiesce and unquiesce balanced | Ming Lei |
2021-11-05 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2021-11-03 | scsi: core: Avoid leaving shost->last_reset with stale value if EH does not run | Ewan D. Milne |
2021-11-01 | Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2021-10-27 | scsi: core: Fix early registration of sysfs attributes for scsi_device | Steffen Maier |