summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hosts.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: core: Use 32-bit hostnum in scsi_host_lookup()Tony Battersby2023-08-211-2/+2
* scsi: core: Support setting BLK_MQ_F_BLOCKINGBart Van Assche2023-05-311-0/+1
* Merge branch '6.3/scsi-fixes' into 6.4/scsi-stagingMartin K. Petersen2023-03-311-3/+0
|\
| * scsi: core: Fix a procfs host directory removal regressionBart Van Assche2023-03-091-3/+0
* | scsi: core: Declare SCSI host template pointer members constBart Van Assche2023-03-241-2/+2
|/
* scsi: core: Remove the /proc/scsi/${proc_name} directory earlierBart Van Assche2023-02-211-0/+2
* scsi: core: Fix a source code commentBart Van Assche2023-02-211-1/+1
* scsi: core: Fail host creation if creating the proc directory failsBart Van Assche2022-10-181-1/+2
* scsi: core: Fix a use-after-freeBart Van Assche2022-09-011-3/+13
* scsi: core: Revert "Make sure that hosts outlive targets"Bart Van Assche2022-09-011-8/+0
* scsi: core: Revert "Call blk_mq_free_tag_set() earlier"Bart Van Assche2022-09-011-5/+5
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-08-131-5/+13
|\
| * scsi: core: Call blk_mq_free_tag_set() earlierBart Van Assche2022-08-011-5/+5
| * scsi: core: Make sure that hosts outlive targetsMing Lei2022-08-011-0/+8
* | Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Linus Torvalds2022-08-061-0/+5
|\ \
| * | scsi: core: cap shost max_sectors according to DMA limits only onceJohn Garry2022-07-191-0/+5
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-08-041-2/+2
|\ \ \ | | |/ | |/|
| * | scsi: core: iscsi: Directly use ida_alloc()/ida_free()keliu2022-06-071-2/+2
| |/
* / blk-mq: Drop 'reserved' arg of busy_tag_iter_fnJohn Garry2022-07-061-8/+6
|/
* scsi: core: Refine how we set tag_set NUMA nodeJohn Garry2022-04-261-4/+4
* scsi: core: Remove Scsi_Host.shost_dev_attr_groupsBart Van Assche2021-11-181-12/+3
* Merge branch '5.15/scsi-fixes' into 5.16/scsi-queueMartin K. Petersen2021-11-031-1/+2
|\
| * scsi: core: Fix shost->cmd_per_lun calculation in scsi_add_host_with_dma()Dexuan Cui2021-10-121-1/+2
* | 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-9/+0
* | scsi: core: Register sysfs attributes earlierBart Van Assche2021-10-161-2/+21
* | scsi: core: Call scsi_done directlyBart Van Assche2021-10-161-1/+1
* | scsi: core: pm: Rely on the device driver core for async power managementBart Van Assche2021-10-161-0/+1
|/
* scsi: core: Fix bad pointer dereference when ehandler kthread is invalidTyrel Datwyler2021-07-121-0/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-07-021-4/+9
|\
| * scsi: core: Change the type of the second argument of scsi_host_complete_all_...Bart Van Assche2021-06-021-3/+5
| * scsi: core: Cap scsi_host cmd_per_lun at can_queueJohn Garry2021-05-221-0/+3
| * scsi: core: Fix a comment in function scsi_host_dev_release()Xiang Chen2021-05-141-1/+1
* | scsi: core: Only put parent device if host state differs from SHOST_CREATEDMing Lei2021-06-071-1/+1
* | scsi: core: Put .shost_dev in failure path if host state changes to RUNNINGMing Lei2021-06-071-2/+6
* | scsi: core: Fix failure handling of scsi_add_host_with_dma()Ming Lei2021-06-071-8/+6
* | scsi: core: Fix error handling of scsi_host_alloc()Ming Lei2021-06-071-10/+13
|/
* scsi: remove the unchecked_isa_dma flagChristoph Hellwig2021-04-061-6/+1
* scsi: Add host and host template flag 'host_tagset'Hannes Reinecke2020-10-061-0/+1
* scsi: core: Register sysfs for SCSI workqueueBob Liu2020-07-021-3/+5
* scsi: core: add scsi_host_busy_iter()Hannes Reinecke2020-02-281-0/+37
* scsi: core: add scsi_host_complete_all_commands() helperHannes Reinecke2020-02-281-0/+28
* scsi: core: avoid host-wide host_busy counter for scsi_mqMing Lei2019-11-011-1/+18
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-07-201-0/+3
|\
| * scsi: core: add a host / host template field for the virt boundaryChristoph Hellwig2019-07-161-0/+3
| * scsi: core: add SPDX tags to scsi midlayer files missing licensing informationChristoph Hellwig2019-05-211-0/+1
* | treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-12-281-1/+5
|\
| * scsi: remove the use_clustering flagChristoph Hellwig2018-12-181-1/+0
| * scsi: introduce a max_segment_size host_template parametersChristoph Hellwig2018-12-181-0/+5