summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hosts.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2024-05-151-0/+6
|\
| * scsi: core: Add a dma_alignment field to the host and host templateChristoph Hellwig2024-04-121-0/+6
* | scsi: core: Fix unremoved procfs host directory regressionGuilherme G. Piccoli2024-03-251-3/+4
|/
* scsi: core: Constify the struct device_type usageRicardo B. Marliere2024-02-271-1/+1
* 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-04-011-3/+0
|\
| * scsi: core: Fix a procfs host directory removal regressionBart Van Assche2023-03-101-3/+0
* | scsi: core: Declare SCSI host template pointer members constBart Van Assche2023-03-251-2/+2
|/
* scsi: core: Remove the /proc/scsi/${proc_name} directory earlierBart Van Assche2023-02-221-0/+2
* scsi: core: Fix a source code commentBart Van Assche2023-02-221-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-021-5/+5
| * scsi: core: Make sure that hosts outlive targetsMing Lei2022-08-021-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-051-2/+2
|\ \ \ | | |/ | |/|
| * | scsi: core: iscsi: Directly use ida_alloc()/ida_free()keliu2022-06-081-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-191-12/+3
* Merge branch '5.15/scsi-fixes' into 5.16/scsi-queueMartin K. Petersen2021-11-041-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-041-0/+1
* | scsi: core: Remove two host template members that are no longer usedBart Van Assche2021-10-171-9/+0
* | scsi: core: Register sysfs attributes earlierBart Van Assche2021-10-171-2/+21
* | scsi: core: Call scsi_done directlyBart Van Assche2021-10-171-1/+1
* | scsi: core: pm: Rely on the device driver core for async power managementBart Van Assche2021-10-171-0/+1
|/
* scsi: core: Fix bad pointer dereference when ehandler kthread is invalidTyrel Datwyler2021-07-131-0/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-07-031-4/+9
|\
| * scsi: core: Change the type of the second argument of scsi_host_complete_all_...Bart Van Assche2021-06-031-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-151-1/+1
* | scsi: core: Only put parent device if host state differs from SHOST_CREATEDMing Lei2021-06-081-1/+1
* | scsi: core: Put .shost_dev in failure path if host state changes to RUNNINGMing Lei2021-06-081-2/+6
* | scsi: core: Fix failure handling of scsi_add_host_with_dma()Ming Lei2021-06-081-8/+6
* | scsi: core: Fix error handling of scsi_host_alloc()Ming Lei2021-06-081-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-031-3/+5
* scsi: core: add scsi_host_busy_iter()Hannes Reinecke2020-02-291-0/+37
* scsi: core: add scsi_host_complete_all_commands() helperHannes Reinecke2020-02-291-0/+28
* scsi: core: avoid host-wide host_busy counter for scsi_mqMing Lei2019-11-021-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-171-0/+3
| * scsi: core: add SPDX tags to scsi midlayer files missing licensing informationChristoph Hellwig2019-05-211-0/+1