aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/scsi/scsi_host.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-06blk-mq: Drop 'reserved' arg of busy_tag_iter_fnJohn Garry1-1/+1
2022-02-11scsi: Remove unused member cmd_pool for structure scsi_host_templateXiang Chen1-3/+0
2021-11-18scsi: core: Remove Scsi_Host.shost_dev_attr_groupsBart Van Assche1-6/+0
2021-11-03scsi: core: Avoid leaving shost->last_reset with stale value if EH does not runEwan D. Milne1-0/+1
2021-10-16scsi: core: Remove two host template members that are no longer usedBart Van Assche1-11/+0
2021-10-16scsi: core: Register sysfs attributes earlierBart Van Assche1-0/+12
2021-10-16scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche1-1/+1
2021-10-16scsi: core: Call scsi_done directlyBart Van Assche1-1/+1
2021-09-28scsi: core: Delete scsi_{get,free}_host_dev()John Garry1-10/+0
2021-06-02scsi: core: Change the type of the second argument of scsi_host_complete_all_commands()Bart Van Assche1-1/+1
2021-04-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-34/+50
2021-04-06scsi: remove the unchecked_isa_dma flagChristoph Hellwig1-6/+0
2021-03-29scsi: core: scsi_host_cmd_pool is declared twiceWan Jiabing1-1/+0
2021-03-04scsi: core: Add mq_poll support to SCSI layerKashyap Desai1-0/+11
2021-03-04scsi: core: Put hot fields of scsi_host_template in one cachelineMing Lei1-33/+39
2021-01-14scsi: core: No retries on abort successMuneendra Kumar1-0/+6
2020-10-06scsi: Add host and host template flag 'host_tagset'Hannes Reinecke1-1/+8
2020-04-22block: move dma drain handling to scsiChristoph Hellwig1-0/+7
2020-03-11scsi: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-28scsi: core: Introduce {init,exit}_cmd_priv()Bart Van Assche1-0/+3
2020-02-28scsi: core: Remove cmd_list functionalityHannes Reinecke1-2/+0
2020-02-28scsi: core: add scsi_host_busy_iter()Hannes Reinecke1-0/+3
2020-02-28scsi: core: add scsi_host_(block,unblock) helper functionHannes Reinecke1-0/+2
2020-02-28scsi: core: add scsi_host_complete_all_commands() helperHannes Reinecke1-0/+2
2020-02-10scsi: core: remove .for_blk_mqMing Lei1-3/+0
2019-11-12scsi: core: Clean up SG_NONEFinn Thain1-13/+0
2019-11-01scsi: core: avoid host-wide host_busy counter for scsi_mqMing Lei1-2/+1
2019-09-30scsi: core: allow auto suspend override by low-level driverStanley Chu1-0/+3
2019-07-22scsi: core: add support for request batchingPaolo Bonzini1-2/+14
2019-07-16scsi: core: add a host / host template field for the virt boundaryChristoph Hellwig1-0/+3
2019-03-19scsi: core: reshuffle no_scsi2_lun_in_cdb for better alignmentHannes Reinecke1-3/+3
2019-02-27scsi: kill command serial numberHannes Reinecke1-8/+0
2019-02-26scsi: clean obsolete return values of eh_timed_outAvri Altman1-5/+1
2019-02-08scsi: ata: Use unsigned int for cmd's type in ioctls in scsi_host_templateNathan Chancellor1-2/+4
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-14/+6
2018-12-18scsi: remove the use_clustering flagChristoph Hellwig1-13/+0
2018-12-18scsi: introduce a max_segment_size host_template parametersChristoph Hellwig1-0/+6
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig1-2/+1
2018-11-07scsi: kill off the legacy IO pathJens Axboe1-16/+2
2018-06-26scsi: read host_busy via scsi_host_busy()Ming Lei1-0/+1
2018-05-29block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig1-1/+1
2018-04-03Merge branch 'fixes' into miscJames Bottomley1-2/+3
2018-03-19scsi: remove the old scsi_module.c initialization modelChristoph Hellwig1-36/+0
2018-03-14scsi: core: introduce force_blk_mqMing Lei1-0/+3
2018-03-01scsi: core: Avoid that ATA error handling can trigger a kernel hang or oopsBart Van Assche1-2/+0
2018-02-15scsi: core: host template attribute groupsStanislav Nijnikov1-0/+6
2017-12-07scsi: core: Ensure that the SCSI error handler gets woken upBart Van Assche1-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-05scsi: Remove Scsi_Host.uspace_req_qBart Van Assche1-6/+0
2017-04-06scsi: make asynchronous aborts mandatoryHannes Reinecke1-5/+0