summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hosts.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-18scsi: core: Fail host creation if creating the proc directory failsBart Van Assche1-1/+2
2022-09-01scsi: core: Fix a use-after-freeBart Van Assche1-3/+13
2022-09-01scsi: core: Revert "Make sure that hosts outlive targets"Bart Van Assche1-8/+0
2022-09-01scsi: core: Revert "Call blk_mq_free_tag_set() earlier"Bart Van Assche1-5/+5
2022-08-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-5/+13
2022-08-06Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Linus Torvalds1-0/+5
2022-08-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+2
2022-08-01scsi: core: Call blk_mq_free_tag_set() earlierBart Van Assche1-5/+5
2022-08-01scsi: core: Make sure that hosts outlive targetsMing Lei1-0/+8
2022-07-19scsi: core: cap shost max_sectors according to DMA limits only onceJohn Garry1-0/+5
2022-07-06blk-mq: Drop 'reserved' arg of busy_tag_iter_fnJohn Garry1-8/+6
2022-06-07scsi: core: iscsi: Directly use ida_alloc()/ida_free()keliu1-2/+2
2022-04-26scsi: core: Refine how we set tag_set NUMA nodeJohn Garry1-4/+4
2021-11-18scsi: core: Remove Scsi_Host.shost_dev_attr_groupsBart Van Assche1-12/+3
2021-11-03Merge branch '5.15/scsi-fixes' into 5.16/scsi-queueMartin K. Petersen1-1/+2
2021-11-03scsi: core: Avoid leaving shost->last_reset with stale value if EH does not runEwan D. Milne1-0/+1
2021-10-16scsi: core: Remove two host template members that are no longer usedBart Van Assche1-9/+0
2021-10-16scsi: core: Register sysfs attributes earlierBart Van Assche1-2/+21
2021-10-16scsi: core: Call scsi_done directlyBart Van Assche1-1/+1
2021-10-16scsi: core: pm: Rely on the device driver core for async power managementBart Van Assche1-0/+1
2021-10-12scsi: core: Fix shost->cmd_per_lun calculation in scsi_add_host_with_dma()Dexuan Cui1-1/+2
2021-07-12scsi: core: Fix bad pointer dereference when ehandler kthread is invalidTyrel Datwyler1-0/+1
2021-07-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-4/+9
2021-06-07scsi: core: Only put parent device if host state differs from SHOST_CREATEDMing Lei1-1/+1
2021-06-07scsi: core: Put .shost_dev in failure path if host state changes to RUNNINGMing Lei1-2/+6
2021-06-07scsi: core: Fix failure handling of scsi_add_host_with_dma()Ming Lei1-8/+6
2021-06-07scsi: core: Fix error handling of scsi_host_alloc()Ming Lei1-10/+13
2021-06-02scsi: core: Change the type of the second argument of scsi_host_complete_all_...Bart Van Assche1-3/+5
2021-05-22scsi: core: Cap scsi_host cmd_per_lun at can_queueJohn Garry1-0/+3
2021-05-14scsi: core: Fix a comment in function scsi_host_dev_release()Xiang Chen1-1/+1
2021-04-06scsi: remove the unchecked_isa_dma flagChristoph Hellwig1-6/+1
2020-10-06scsi: Add host and host template flag 'host_tagset'Hannes Reinecke1-0/+1
2020-07-02scsi: core: Register sysfs for SCSI workqueueBob Liu1-3/+5
2020-02-28scsi: core: add scsi_host_busy_iter()Hannes Reinecke1-0/+37
2020-02-28scsi: core: add scsi_host_complete_all_commands() helperHannes Reinecke1-0/+28
2019-11-01scsi: core: avoid host-wide host_busy counter for scsi_mqMing Lei1-1/+18
2019-07-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-0/+3
2019-07-16scsi: core: add a host / host template field for the virt boundaryChristoph Hellwig1-0/+3
2019-05-21scsi: core: add SPDX tags to scsi midlayer files missing licensing informationChristoph Hellwig1-0/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+5
2018-12-18scsi: remove the use_clustering flagChristoph Hellwig1-1/+0
2018-12-18scsi: introduce a max_segment_size host_template parametersChristoph Hellwig1-0/+5
2018-11-07scsi: kill off the legacy IO pathJens Axboe1-23/+6
2018-08-27Revert "scsi: core: avoid host-wide host_busy counter for scsi_mq"Ming Lei1-23/+1
2018-06-26scsi: core: avoid host-wide host_busy counter for scsi_mqMing Lei1-1/+23
2018-06-26scsi: read host_busy via scsi_host_busy()Ming Lei1-0/+10
2018-04-09scsi: core: remove redundant assignment to shost->use_blk_mqColin Ian King1-1/+0
2018-04-03Merge branch 'fixes' into miscJames Bottomley1-3/+1
2018-03-19scsi: remove the old scsi_module.c initialization modelChristoph Hellwig1-23/+0