summaryrefslogtreecommitdiff
path: root/drivers/scsi/hosts.c
AgeCommit message (Expand)Author
2024-03-25scsi: core: Fix unremoved procfs host directory regressionGuilherme G. Piccoli
2024-02-26scsi: core: Constify the struct device_type usageRicardo B. Marliere
2023-08-21scsi: core: Use 32-bit hostnum in scsi_host_lookup()Tony Battersby
2023-05-31scsi: core: Support setting BLK_MQ_F_BLOCKINGBart Van Assche
2023-03-31Merge branch '6.3/scsi-fixes' into 6.4/scsi-stagingMartin K. Petersen
2023-03-24scsi: core: Declare SCSI host template pointer members constBart Van Assche
2023-03-09scsi: core: Fix a procfs host directory removal regressionBart Van Assche
2023-02-21scsi: core: Remove the /proc/scsi/${proc_name} directory earlierBart Van Assche
2023-02-21scsi: core: Fix a source code commentBart Van Assche
2022-10-18scsi: core: Fail host creation if creating the proc directory failsBart Van Assche
2022-09-01scsi: core: Fix a use-after-freeBart Van Assche
2022-09-01scsi: core: Revert "Make sure that hosts outlive targets"Bart Van Assche
2022-09-01scsi: core: Revert "Call blk_mq_free_tag_set() earlier"Bart Van Assche
2022-08-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-08-06Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Linus Torvalds
2022-08-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-08-01scsi: core: Call blk_mq_free_tag_set() earlierBart Van Assche
2022-08-01scsi: core: Make sure that hosts outlive targetsMing Lei
2022-07-19scsi: core: cap shost max_sectors according to DMA limits only onceJohn Garry
2022-07-06blk-mq: Drop 'reserved' arg of busy_tag_iter_fnJohn Garry
2022-06-07scsi: core: iscsi: Directly use ida_alloc()/ida_free()keliu
2022-04-26scsi: core: Refine how we set tag_set NUMA nodeJohn Garry
2021-11-18scsi: core: Remove Scsi_Host.shost_dev_attr_groupsBart Van Assche
2021-11-03Merge branch '5.15/scsi-fixes' into 5.16/scsi-queueMartin K. Petersen
2021-11-03scsi: core: Avoid leaving shost->last_reset with stale value if EH does not runEwan D. Milne
2021-10-16scsi: core: Remove two host template members that are no longer usedBart Van Assche
2021-10-16scsi: core: Register sysfs attributes earlierBart Van Assche
2021-10-16scsi: core: Call scsi_done directlyBart Van Assche
2021-10-16scsi: core: pm: Rely on the device driver core for async power managementBart Van Assche
2021-10-12scsi: core: Fix shost->cmd_per_lun calculation in scsi_add_host_with_dma()Dexuan Cui
2021-07-12scsi: core: Fix bad pointer dereference when ehandler kthread is invalidTyrel Datwyler
2021-07-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-06-07scsi: core: Only put parent device if host state differs from SHOST_CREATEDMing Lei
2021-06-07scsi: core: Put .shost_dev in failure path if host state changes to RUNNINGMing Lei
2021-06-07scsi: core: Fix failure handling of scsi_add_host_with_dma()Ming Lei
2021-06-07scsi: core: Fix error handling of scsi_host_alloc()Ming Lei
2021-06-02scsi: core: Change the type of the second argument of scsi_host_complete_all_...Bart Van Assche
2021-05-22scsi: core: Cap scsi_host cmd_per_lun at can_queueJohn Garry
2021-05-14scsi: core: Fix a comment in function scsi_host_dev_release()Xiang Chen
2021-04-06scsi: remove the unchecked_isa_dma flagChristoph Hellwig
2020-10-06scsi: Add host and host template flag 'host_tagset'Hannes Reinecke
2020-07-02scsi: core: Register sysfs for SCSI workqueueBob Liu
2020-02-28scsi: core: add scsi_host_busy_iter()Hannes Reinecke
2020-02-28scsi: core: add scsi_host_complete_all_commands() helperHannes Reinecke
2019-11-01scsi: core: avoid host-wide host_busy counter for scsi_mqMing Lei
2019-07-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2019-07-16scsi: core: add a host / host template field for the virt boundaryChristoph Hellwig
2019-05-21scsi: core: add SPDX tags to scsi midlayer files missing licensing informationChristoph Hellwig
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds