summaryrefslogtreecommitdiffstats
path: root/include/scsi
AgeCommit message (Expand)AuthorLines
2022-02-19scsi: libsas: Add sas_abort_task_set()John Garry-0/+2
2022-02-19scsi: libsas: Add TMF handler aborted callbackJohn Garry-0/+1
2022-02-19scsi: libsas: Add TMF handler exec complete callbackJohn Garry-0/+3
2022-02-19scsi: libsas: Add sas_task.tmfJohn Garry-0/+1
2022-02-19scsi: libsas: Add struct sas_tmf_taskJohn Garry-0/+9
2022-02-19scsi: libsas: Delete SAS_SG_ERRJohn Garry-1/+0
2022-02-19scsi: libsas: Delete lldd_clear_aca callbackJohn Garry-1/+0
2022-02-19scsi: libsas: Use enum for response frame DATAPRES fieldJohn Garry-0/+7
2022-02-11scsi: Remove unused member cmd_pool for structure scsi_host_templateXiang Chen-3/+0
2022-02-11scsi: libsas: Remove unused parameter for function sas_ata_eh()Xiang Chen-4/+2
2022-02-11scsi: libsas: Use void for sas_discover_event() return codeXiang Chen-1/+1
2022-02-11scsi: libsas: Drop SAS_TASK_AT_INITIATORJohn Garry-1/+0
2022-02-11scsi: ibmvscsis: Silence -Warray-bounds warningKees Cook-6/+11
2022-02-07scsi: core: Add scsi_done_direct() for immediate completionSebastian Andrzej Siewior-0/+1
2022-01-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds-4/+0
2022-01-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-3/+2
2022-01-22scsi/sg: move sg-big-buff sysctl to scsi/sg.cXiaoming Ni-4/+0
2022-01-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-6/+2
2022-01-05scsi: core: Fix scsi_mode_select() interfaceDamien Le Moal-3/+2
2021-12-22scsi: libsas: Add flag SAS_HA_RESUMINGXiang Chen-0/+1
2021-12-22scsi: libsas: Don't always drain event workqueue for HA resumeJohn Garry-0/+1
2021-11-29scsi: remove the gendisk argument to scsi_ioctlChristoph Hellwig-2/+2
2021-11-29block: remove the ->rq_disk field in struct requestChristoph Hellwig-3/+3
2021-11-18scsi: core: Remove Scsi_Host.shost_dev_attr_groupsBart Van Assche-6/+0
2021-11-12Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-7/+2
2021-11-09Merge tag 'for-5.16/block-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds-0/+1
2021-11-09scsi: make sure that request queue queiesce and unquiesce balancedMing Lei-0/+1
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-23/+26
2021-11-03scsi: core: Avoid leaving shost->last_reset with stale value if EH does not runEwan D. Milne-1/+2
2021-11-01Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-4/+8
2021-10-27scsi: core: Fix early registration of sysfs attributes for scsi_deviceSteffen Maier-6/+0
2021-10-22scsi: add a scsi_alloc_request helperChristoph Hellwig-0/+3
2021-10-19scsi: scsi_transport_sas: Add 22.5 Gbps link rate definitionsSreekanth Reddy-0/+1
2021-10-18treewide: Replace open-coded flex arrays in unionsKees Cook-4/+8
2021-10-18block: move struct request to blk-mq.hChristoph Hellwig-1/+1
2021-10-16scsi: core: Remove two host template members that are no longer usedBart Van Assche-12/+0
2021-10-16scsi: core: Register sysfs attributes earlierBart Van Assche-0/+19
2021-10-16scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche-1/+1
2021-10-16scsi: core: Call scsi_done directlyBart Van Assche-5/+1
2021-10-16scsi: core: Rename scsi_mq_done() into scsi_done() and export itBart Van Assche-0/+2
2021-10-16scsi: core: Use a structure member to track the SCSI command submitterBart Van Assche-0/+7
2021-10-12scsi: libsas: Export sas_phy_enable()Luo Jiaxing-0/+1
2021-10-12Merge branch '5.15/scsi-fixes' into 5.16/scsi-stagingMartin K. Petersen-1/+0
2021-09-28scsi: core: Delete scsi_{get,free}_host_dev()John Garry-10/+0
2021-09-22scsi: core: Remove 'current_tag'Hannes Reinecke-1/+0
2021-09-21scsi: core: Remove include <scsi/scsi_host.h> from scsi_cmnd.hBart Van Assche-1/+0
2021-08-17scsi: core: Remove scsi_cmnd.tagJohn Garry-1/+0
2021-08-11scsi: core: Add helper to return number of logical blocks in a requestMartin K. Petersen-0/+7
2021-08-11scsi: core: Remove the request member from struct scsi_cmndBart Van Assche-3/+0
2021-08-11scsi: core: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche-10/+14