summaryrefslogtreecommitdiffstats
path: root/include/scsi/scsi_host.h
Commit message (Expand)AuthorAgeFilesLines
* scsi: Remove unused member cmd_pool for structure scsi_host_templateXiang Chen2022-02-111-3/+0
* scsi: core: Remove Scsi_Host.shost_dev_attr_groupsBart Van Assche2021-11-181-6/+0
* scsi: core: Avoid leaving shost->last_reset with stale value if EH does not runEwan D. Milne2021-11-031-0/+1
* scsi: core: Remove two host template members that are no longer usedBart Van Assche2021-10-161-11/+0
* scsi: core: Register sysfs attributes earlierBart Van Assche2021-10-161-0/+12
* scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche2021-10-161-1/+1
* scsi: core: Call scsi_done directlyBart Van Assche2021-10-161-1/+1
* scsi: core: Delete scsi_{get,free}_host_dev()John Garry2021-09-281-10/+0
* scsi: core: Change the type of the second argument of scsi_host_complete_all_...Bart Van Assche2021-06-021-1/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-04-281-34/+50
|\
| * scsi: core: scsi_host_cmd_pool is declared twiceWan Jiabing2021-03-291-1/+0
| * scsi: core: Add mq_poll support to SCSI layerKashyap Desai2021-03-041-0/+11
| * scsi: core: Put hot fields of scsi_host_template in one cachelineMing Lei2021-03-041-33/+39
* | scsi: remove the unchecked_isa_dma flagChristoph Hellwig2021-04-061-6/+0
|/
* scsi: core: No retries on abort successMuneendra Kumar2021-01-141-0/+6
* scsi: Add host and host template flag 'host_tagset'Hannes Reinecke2020-10-061-1/+8
* block: move dma drain handling to scsiChristoph Hellwig2020-04-221-0/+7
* scsi: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-111-1/+1
* scsi: core: Introduce {init,exit}_cmd_priv()Bart Van Assche2020-02-281-0/+3
* scsi: core: Remove cmd_list functionalityHannes Reinecke2020-02-281-2/+0
* scsi: core: add scsi_host_busy_iter()Hannes Reinecke2020-02-281-0/+3
* scsi: core: add scsi_host_(block,unblock) helper functionHannes Reinecke2020-02-281-0/+2
* scsi: core: add scsi_host_complete_all_commands() helperHannes Reinecke2020-02-281-0/+2
* scsi: core: remove .for_blk_mqMing Lei2020-02-101-3/+0
* scsi: core: Clean up SG_NONEFinn Thain2019-11-121-13/+0
* scsi: core: avoid host-wide host_busy counter for scsi_mqMing Lei2019-11-011-2/+1
* scsi: core: allow auto suspend override by low-level driverStanley Chu2019-09-301-0/+3
* scsi: core: add support for request batchingPaolo Bonzini2019-07-221-2/+14
* scsi: core: add a host / host template field for the virt boundaryChristoph Hellwig2019-07-161-0/+3
* scsi: core: reshuffle no_scsi2_lun_in_cdb for better alignmentHannes Reinecke2019-03-191-3/+3
* scsi: kill command serial numberHannes Reinecke2019-02-271-8/+0
* scsi: clean obsolete return values of eh_timed_outAvri Altman2019-02-261-5/+1
* scsi: ata: Use unsigned int for cmd's type in ioctls in scsi_host_templateNathan Chancellor2019-02-081-2/+4
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-12-281-14/+6
|\
| * scsi: remove the use_clustering flagChristoph Hellwig2018-12-181-13/+0
| * scsi: introduce a max_segment_size host_template parametersChristoph Hellwig2018-12-181-0/+6
| * scsi: flip the default on use_clusteringChristoph Hellwig2018-12-181-2/+1
* | scsi: kill off the legacy IO pathJens Axboe2018-11-071-16/+2
|/
* scsi: read host_busy via scsi_host_busy()Ming Lei2018-06-261-0/+1
* block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig2018-05-291-1/+1
* Merge branch 'fixes' into miscJames Bottomley2018-04-031-2/+3
|\
| * scsi: core: introduce force_blk_mqMing Lei2018-03-141-0/+3
| * scsi: core: Avoid that ATA error handling can trigger a kernel hang or oopsBart Van Assche2018-03-011-2/+0
* | scsi: remove the old scsi_module.c initialization modelChristoph Hellwig2018-03-191-36/+0
* | scsi: core: host template attribute groupsStanislav Nijnikov2018-02-151-0/+6
|/
* scsi: core: Ensure that the SCSI error handler gets woken upBart Van Assche2017-12-071-0/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* scsi: Remove Scsi_Host.uspace_req_qBart Van Assche2017-09-051-6/+0
* scsi: make asynchronous aborts mandatoryHannes Reinecke2017-04-061-5/+0
* scsi: allocate scsi_cmnd structures as part of struct requestChristoph Hellwig2017-01-271-3/+0