summaryrefslogtreecommitdiff
path: root/drivers/scsi/hosts.c
AgeCommit message (Expand)Author
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
2018-12-18scsi: remove the use_clustering flagChristoph Hellwig
2018-12-18scsi: introduce a max_segment_size host_template parametersChristoph Hellwig
2018-11-07scsi: kill off the legacy IO pathJens Axboe
2018-08-27Revert "scsi: core: avoid host-wide host_busy counter for scsi_mq"Ming Lei
2018-06-26scsi: core: avoid host-wide host_busy counter for scsi_mqMing Lei
2018-06-26scsi: read host_busy via scsi_host_busy()Ming Lei
2018-04-09scsi: core: remove redundant assignment to shost->use_blk_mqColin Ian King
2018-04-03Merge branch 'fixes' into miscJames Bottomley
2018-03-19scsi: remove the old scsi_module.c initialization modelChristoph Hellwig
2018-03-19scsi: core: unexport scsi_host_set_stateChristoph Hellwig
2018-03-14scsi: core: introduce force_blk_mqMing Lei
2018-03-01scsi: core: Avoid that ATA error handling can trigger a kernel hang or oopsBart Van Assche
2018-02-13scsi: core: Move the eh_deadline module parameter definitionBart Van Assche
2017-12-07scsi: core: Ensure that the SCSI error handler gets woken upBart Van Assche
2017-09-05scsi: Remove Scsi_Host.uspace_req_qBart Van Assche
2017-01-27scsi: allocate scsi_cmnd structures as part of struct requestChristoph Hellwig
2017-01-27scsi: respect unchecked_isa_dma for blk-mqChristoph Hellwig
2016-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2016-09-26scsi: Avoid that toggling use_blk_mq triggers a memory leakBart Van Assche
2016-08-25scsi: configure runtime pm before calling device_add in scsi_add_host_with_dmaHeiner Kallweit
2016-07-15scsi: remove the disable_blk_mq host flagChristoph Hellwig
2016-03-18Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds
2016-02-23scsi: Use ida for host number managementLee Duncan