summary refs log tree commit diff
path: root/include/scsi
AgeCommit message (Expand)Author
2022-02-27scsi: libsas: Make sas_notify_{phy,port}_event() return voidJohn Garry
2022-02-27scsi: libfc: Replace one-element arrays with flexible-array membersGustavo A. R. Silva
2022-02-22scsi: core: Remove struct scsi_pointer from struct scsi_cmndBart Van Assche
2022-02-22scsi: libfc: Stop using the SCSI pointerBart Van Assche
2022-02-22scsi: iscsi: Stop using the SCSI pointerBart Van Assche
2022-02-22scsi: libsas: Add sas_execute_ata_cmd()John Garry
2022-02-19scsi: libsas: Add sas_abort_task()John Garry
2022-02-19scsi: libsas: Add sas_query_task()John Garry
2022-02-19scsi: libsas: Add sas_lu_reset()John Garry
2022-02-19scsi: libsas: Add sas_clear_task_set()John Garry
2022-02-19scsi: libsas: Add sas_abort_task_set()John Garry
2022-02-19scsi: libsas: Add TMF handler aborted callbackJohn Garry
2022-02-19scsi: libsas: Add TMF handler exec complete callbackJohn Garry
2022-02-19scsi: libsas: Add sas_task.tmfJohn Garry
2022-02-19scsi: libsas: Add struct sas_tmf_taskJohn Garry
2022-02-19scsi: libsas: Delete SAS_SG_ERRJohn Garry
2022-02-19scsi: libsas: Delete lldd_clear_aca callbackJohn Garry
2022-02-19scsi: libsas: Use enum for response frame DATAPRES fieldJohn Garry
2022-02-11scsi: Remove unused member cmd_pool for structure scsi_host_templateXiang Chen
2022-02-11scsi: libsas: Remove unused parameter for function sas_ata_eh()Xiang Chen
2022-02-11scsi: libsas: Use void for sas_discover_event() return codeXiang Chen
2022-02-11scsi: libsas: Drop SAS_TASK_AT_INITIATORJohn Garry
2022-02-11scsi: ibmvscsis: Silence -Warray-bounds warningKees Cook
2022-02-07scsi: core: Add scsi_done_direct() for immediate completionSebastian Andrzej Siewior
2022-01-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-01-22scsi/sg: move sg-big-buff sysctl to scsi/sg.cXiaoming Ni
2022-01-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-01-05scsi: core: Fix scsi_mode_select() interfaceDamien Le Moal
2021-12-22scsi: libsas: Add flag SAS_HA_RESUMINGXiang Chen
2021-12-22scsi: libsas: Don't always drain event workqueue for HA resumeJohn Garry
2021-11-29scsi: remove the gendisk argument to scsi_ioctlChristoph Hellwig
2021-11-29block: remove the ->rq_disk field in struct requestChristoph Hellwig
2021-11-18scsi: core: Remove Scsi_Host.shost_dev_attr_groupsBart Van Assche
2021-11-12Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-11-09Merge tag 'for-5.16/block-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-11-09scsi: make sure that request queue queiesce and unquiesce balancedMing Lei
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-11-03scsi: core: Avoid leaving shost->last_reset with stale value if EH does not runEwan D. Milne
2021-11-01Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-10-27scsi: core: Fix early registration of sysfs attributes for scsi_deviceSteffen Maier
2021-10-22scsi: add a scsi_alloc_request helperChristoph Hellwig
2021-10-19scsi: scsi_transport_sas: Add 22.5 Gbps link rate definitionsSreekanth Reddy
2021-10-18treewide: Replace open-coded flex arrays in unionsKees Cook
2021-10-18block: move struct request to blk-mq.hChristoph Hellwig
2021-10-16scsi: core: Remove two host template members that are no longer usedBart Van Assche
2021-10-16scsi: core: Register sysfs attributes earlierBart Van Assche
2021-10-16scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche
2021-10-16scsi: core: Call scsi_done directlyBart Van Assche
2021-10-16scsi: core: Rename scsi_mq_done() into scsi_done() and export itBart Van Assche