summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hosts.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '5.15/scsi-fixes' into 5.16/scsi-queueMartin K. Petersen2021-11-031-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-031-0/+1
* | scsi: core: Remove two host template members that are no longer usedBart Van Assche2021-10-161-9/+0
* | scsi: core: Register sysfs attributes earlierBart Van Assche2021-10-161-2/+21
* | scsi: core: Call scsi_done directlyBart Van Assche2021-10-161-1/+1
* | scsi: core: pm: Rely on the device driver core for async power managementBart Van Assche2021-10-161-0/+1
|/
* scsi: core: Fix bad pointer dereference when ehandler kthread is invalidTyrel Datwyler2021-07-121-0/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-07-021-4/+9
|\
| * scsi: core: Change the type of the second argument of scsi_host_complete_all_...Bart Van Assche2021-06-021-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-141-1/+1
* | scsi: core: Only put parent device if host state differs from SHOST_CREATEDMing Lei2021-06-071-1/+1
* | scsi: core: Put .shost_dev in failure path if host state changes to RUNNINGMing Lei2021-06-071-2/+6
* | scsi: core: Fix failure handling of scsi_add_host_with_dma()Ming Lei2021-06-071-8/+6
* | scsi: core: Fix error handling of scsi_host_alloc()Ming Lei2021-06-071-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-021-3/+5
* scsi: core: add scsi_host_busy_iter()Hannes Reinecke2020-02-281-0/+37
* scsi: core: add scsi_host_complete_all_commands() helperHannes Reinecke2020-02-281-0/+28
* scsi: core: avoid host-wide host_busy counter for scsi_mqMing Lei2019-11-011-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-161-0/+3
| * scsi: core: add SPDX tags to scsi midlayer files missing licensing informationChristoph Hellwig2019-05-211-0/+1
* | treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-12-281-1/+5
|\
| * scsi: remove the use_clustering flagChristoph Hellwig2018-12-181-1/+0
| * scsi: introduce a max_segment_size host_template parametersChristoph Hellwig2018-12-181-0/+5
* | scsi: kill off the legacy IO pathJens Axboe2018-11-071-23/+6
|/
* Revert "scsi: core: avoid host-wide host_busy counter for scsi_mq"Ming Lei2018-08-271-23/+1
* scsi: core: avoid host-wide host_busy counter for scsi_mqMing Lei2018-06-261-1/+23
* scsi: read host_busy via scsi_host_busy()Ming Lei2018-06-261-0/+10
* scsi: core: remove redundant assignment to shost->use_blk_mqColin Ian King2018-04-091-1/+0
* Merge branch 'fixes' into miscJames Bottomley2018-04-031-3/+1
|\
| * scsi: core: introduce force_blk_mqMing Lei2018-03-141-0/+1
| * scsi: core: Avoid that ATA error handling can trigger a kernel hang or oopsBart Van Assche2018-03-011-3/+0
* | scsi: remove the old scsi_module.c initialization modelChristoph Hellwig2018-03-191-23/+0
* | scsi: core: unexport scsi_host_set_stateChristoph Hellwig2018-03-191-1/+0
* | scsi: core: Move the eh_deadline module parameter definitionBart Van Assche2018-02-131-6/+6
|/
* scsi: core: Ensure that the SCSI error handler gets woken upBart Van Assche2017-12-071-0/+6
* scsi: Remove Scsi_Host.uspace_req_qBart Van Assche2017-09-051-8/+0
* scsi: allocate scsi_cmnd structures as part of struct requestChristoph Hellwig2017-01-271-18/+2
* scsi: respect unchecked_isa_dma for blk-mqChristoph Hellwig2017-01-271-0/+4
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2016-10-071-4/+8
|\
| * scsi: configure runtime pm before calling device_add in scsi_add_host_with_dmaHeiner Kallweit2016-08-251-4/+8
* | scsi: Avoid that toggling use_blk_mq triggers a memory leakBart Van Assche2016-09-261-0/+2
|/
* scsi: remove the disable_blk_mq host flagChristoph Hellwig2016-07-151-2/+0
* Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds2016-03-181-0/+7
|\
| * scsi: Drop runtime PM usage count after host is addedMika Westerberg2016-02-191-0/+7