aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/hosts.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-18scsi: core: Remove Scsi_Host.shost_dev_attr_groupsGravatar Bart Van Assche 1-12/+3
2021-11-03Merge branch '5.15/scsi-fixes' into 5.16/scsi-queueGravatar Martin K. Petersen 1-1/+2
2021-11-03scsi: core: Avoid leaving shost->last_reset with stale value if EH does not runGravatar Ewan D. Milne 1-0/+1
2021-10-16scsi: core: Remove two host template members that are no longer usedGravatar Bart Van Assche 1-9/+0
2021-10-16scsi: core: Register sysfs attributes earlierGravatar Bart Van Assche 1-2/+21
2021-10-16scsi: core: Call scsi_done directlyGravatar Bart Van Assche 1-1/+1
2021-10-16scsi: core: pm: Rely on the device driver core for async power managementGravatar Bart Van Assche 1-0/+1
2021-10-12scsi: core: Fix shost->cmd_per_lun calculation in scsi_add_host_with_dma()Gravatar Dexuan Cui 1-1/+2
2021-07-12scsi: core: Fix bad pointer dereference when ehandler kthread is invalidGravatar Tyrel Datwyler 1-0/+1
2021-07-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-4/+9
2021-06-07scsi: core: Only put parent device if host state differs from SHOST_CREATEDGravatar Ming Lei 1-1/+1
2021-06-07scsi: core: Put .shost_dev in failure path if host state changes to RUNNINGGravatar Ming Lei 1-2/+6
2021-06-07scsi: core: Fix failure handling of scsi_add_host_with_dma()Gravatar Ming Lei 1-8/+6
2021-06-07scsi: core: Fix error handling of scsi_host_alloc()Gravatar Ming Lei 1-10/+13
2021-06-02scsi: core: Change the type of the second argument of scsi_host_complete_all_...Gravatar Bart Van Assche 1-3/+5
2021-05-22scsi: core: Cap scsi_host cmd_per_lun at can_queueGravatar John Garry 1-0/+3
2021-05-14scsi: core: Fix a comment in function scsi_host_dev_release()Gravatar Xiang Chen 1-1/+1
2021-04-06scsi: remove the unchecked_isa_dma flagGravatar Christoph Hellwig 1-6/+1
2020-10-06scsi: Add host and host template flag 'host_tagset'Gravatar Hannes Reinecke 1-0/+1
2020-07-02scsi: core: Register sysfs for SCSI workqueueGravatar Bob Liu 1-3/+5
2020-02-28scsi: core: add scsi_host_busy_iter()Gravatar Hannes Reinecke 1-0/+37
2020-02-28scsi: core: add scsi_host_complete_all_commands() helperGravatar Hannes Reinecke 1-0/+28
2019-11-01scsi: core: avoid host-wide host_busy counter for scsi_mqGravatar Ming Lei 1-1/+18
2019-07-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Gravatar Linus Torvalds 1-0/+3
2019-07-16scsi: core: add a host / host template field for the virt boundaryGravatar Christoph Hellwig 1-0/+3
2019-05-21scsi: core: add SPDX tags to scsi midlayer files missing licensing informationGravatar Christoph Hellwig 1-0/+1
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 1-0/+1
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-1/+5
2018-12-18scsi: remove the use_clustering flagGravatar Christoph Hellwig 1-1/+0
2018-12-18scsi: introduce a max_segment_size host_template parametersGravatar Christoph Hellwig 1-0/+5
2018-11-07scsi: kill off the legacy IO pathGravatar Jens Axboe 1-23/+6
2018-08-27Revert "scsi: core: avoid host-wide host_busy counter for scsi_mq"Gravatar Ming Lei 1-23/+1
2018-06-26scsi: core: avoid host-wide host_busy counter for scsi_mqGravatar Ming Lei 1-1/+23
2018-06-26scsi: read host_busy via scsi_host_busy()Gravatar Ming Lei 1-0/+10
2018-04-09scsi: core: remove redundant assignment to shost->use_blk_mqGravatar Colin Ian King 1-1/+0
2018-04-03Merge branch 'fixes' into miscGravatar James Bottomley 1-3/+1
2018-03-19scsi: remove the old scsi_module.c initialization modelGravatar Christoph Hellwig 1-23/+0
2018-03-19scsi: core: unexport scsi_host_set_stateGravatar Christoph Hellwig 1-1/+0
2018-03-14scsi: core: introduce force_blk_mqGravatar Ming Lei 1-0/+1
2018-03-01scsi: core: Avoid that ATA error handling can trigger a kernel hang or oopsGravatar Bart Van Assche 1-3/+0
2018-02-13scsi: core: Move the eh_deadline module parameter definitionGravatar Bart Van Assche 1-6/+6
2017-12-07scsi: core: Ensure that the SCSI error handler gets woken upGravatar Bart Van Assche 1-0/+6
2017-09-05scsi: Remove Scsi_Host.uspace_req_qGravatar Bart Van Assche 1-8/+0
2017-01-27scsi: allocate scsi_cmnd structures as part of struct requestGravatar Christoph Hellwig 1-18/+2
2017-01-27scsi: respect unchecked_isa_dma for blk-mqGravatar Christoph Hellwig 1-0/+4
2016-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-4/+8
2016-09-26scsi: Avoid that toggling use_blk_mq triggers a memory leakGravatar Bart Van Assche 1-0/+2
2016-08-25scsi: configure runtime pm before calling device_add in scsi_add_host_with_dmaGravatar Heiner Kallweit 1-4/+8
2016-07-15scsi: remove the disable_blk_mq host flagGravatar Christoph Hellwig 1-2/+0
2016-03-18Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Gravatar Linus Torvalds 1-0/+7