summaryrefslogtreecommitdiffstats
path: root/include/scsi/scsi_host.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3 days1-0/+9
|\
| * scsi: core: Add a device_configure method to the host templateChristoph Hellwig2024-04-111-0/+4
| * scsi: core: Add a dma_alignment field to the host and host templateChristoph Hellwig2024-04-111-0/+3
| * scsi: core: Add a no_highmem flag to struct Scsi_HostChristoph Hellwig2024-04-111-0/+2
* | scsi: sd: Fix TCG OPAL unlock on system resumeDamien Le Moal2024-03-251-0/+1
|/
* scsi: core: Move autosuspend timer delay to Scsi_HostPeter Wang2024-01-231-3/+3
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-11-021-0/+3
|\
| * scsi: core: Add comment to target_destroy in scsi_host_templateWenchao Hao2023-10-241-0/+3
* | scsi: Do not attempt to rescan suspended devicesDamien Le Moal2023-09-281-1/+1
|/
* scsi: core: Improve type safety of scsi_rescan_device()Bart Van Assche2023-08-241-1/+1
* scsi: core: Use 32-bit hostnum in scsi_host_lookup()Tony Battersby2023-08-211-1/+1
* scsi: core: Support setting BLK_MQ_F_BLOCKINGBart Van Assche2023-05-311-0/+6
* scsi: core: Declare SCSI host template pointer members constBart Van Assche2023-03-241-2/+2
* scsi: core: Change the return type of .eh_timed_out()Bart Van Assche2022-10-221-1/+13
* scsi: core: Introduce a new list for SCSI proc directory entriesBart Van Assche2022-10-181-12/+0
* scsi: esas2r: Introduce scsi_template_proc_dir()Bart Van Assche2022-10-181-0/+6
* Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds2022-10-071-1/+1
|\
| * block: Change the return type of blk_mq_map_queues() into voidBart Van Assche2022-08-221-1/+1
* | scsi: core: Fix a use-after-freeBart Van Assche2022-09-011-0/+2
* | scsi: core: Revert "Make sure that hosts outlive targets"Bart Van Assche2022-09-011-3/+0
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-08-131-0/+3
|\
| * scsi: core: Make sure that hosts outlive targetsMing Lei2022-08-011-0/+3
* | Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Linus Torvalds2022-08-061-0/+1
|\ \
| * | scsi: sd: allow max_sectors be capped at DMA optimal size limitJohn Garry2022-07-191-0/+1
| |/
* / blk-mq: Drop 'reserved' arg of busy_tag_iter_fnJohn Garry2022-07-061-1/+1
|/
* 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