index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
hosts.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-03
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-4
/
+9
2021-06-08
scsi: core: Only put parent device if host state differs from SHOST_CREATED
Ming Lei
1
-1
/
+1
2021-06-08
scsi: core: Put .shost_dev in failure path if host state changes to RUNNING
Ming Lei
1
-2
/
+6
2021-06-08
scsi: core: Fix failure handling of scsi_add_host_with_dma()
Ming Lei
1
-8
/
+6
2021-06-08
scsi: core: Fix error handling of scsi_host_alloc()
Ming Lei
1
-10
/
+13
2021-06-03
scsi: core: Change the type of the second argument of scsi_host_complete_all_...
Bart Van Assche
1
-3
/
+5
2021-05-22
scsi: core: Cap scsi_host cmd_per_lun at can_queue
John Garry
1
-0
/
+3
2021-05-15
scsi: core: Fix a comment in function scsi_host_dev_release()
Xiang Chen
1
-1
/
+1
2021-04-06
scsi: remove the unchecked_isa_dma flag
Christoph Hellwig
1
-6
/
+1
2020-10-06
scsi: Add host and host template flag 'host_tagset'
Hannes Reinecke
1
-0
/
+1
2020-07-03
scsi: core: Register sysfs for SCSI workqueue
Bob Liu
1
-3
/
+5
2020-02-29
scsi: core: add scsi_host_busy_iter()
Hannes Reinecke
1
-0
/
+37
2020-02-29
scsi: core: add scsi_host_complete_all_commands() helper
Hannes Reinecke
1
-0
/
+28
2019-11-02
scsi: core: avoid host-wide host_busy counter for scsi_mq
Ming Lei
1
-1
/
+18
2019-07-20
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
1
-0
/
+3
2019-07-17
scsi: core: add a host / host template field for the virt boundary
Christoph Hellwig
1
-0
/
+3
2019-05-21
scsi: core: add SPDX tags to scsi midlayer files missing licensing information
Christoph Hellwig
1
-0
/
+1
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2018-12-29
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-1
/
+5
2018-12-19
scsi: remove the use_clustering flag
Christoph Hellwig
1
-1
/
+0
2018-12-19
scsi: introduce a max_segment_size host_template parameters
Christoph Hellwig
1
-0
/
+5
2018-11-07
scsi: kill off the legacy IO path
Jens Axboe
1
-23
/
+6
2018-08-27
Revert "scsi: core: avoid host-wide host_busy counter for scsi_mq"
Ming Lei
1
-23
/
+1
2018-06-26
scsi: core: avoid host-wide host_busy counter for scsi_mq
Ming Lei
1
-1
/
+23
2018-06-26
scsi: read host_busy via scsi_host_busy()
Ming Lei
1
-0
/
+10
2018-04-09
scsi: core: remove redundant assignment to shost->use_blk_mq
Colin Ian King
1
-1
/
+0
2018-04-04
Merge branch 'fixes' into misc
James Bottomley
1
-3
/
+1
2018-03-20
scsi: remove the old scsi_module.c initialization model
Christoph Hellwig
1
-23
/
+0
2018-03-20
scsi: core: unexport scsi_host_set_state
Christoph Hellwig
1
-1
/
+0
2018-03-15
scsi: core: introduce force_blk_mq
Ming Lei
1
-0
/
+1
2018-03-02
scsi: core: Avoid that ATA error handling can trigger a kernel hang or oops
Bart Van Assche
1
-3
/
+0
2018-02-14
scsi: core: Move the eh_deadline module parameter definition
Bart Van Assche
1
-6
/
+6
2017-12-08
scsi: core: Ensure that the SCSI error handler gets woken up
Bart Van Assche
1
-0
/
+6
2017-09-05
scsi: Remove Scsi_Host.uspace_req_q
Bart Van Assche
1
-8
/
+0
2017-01-28
scsi: allocate scsi_cmnd structures as part of struct request
Christoph Hellwig
1
-18
/
+2
2017-01-28
scsi: respect unchecked_isa_dma for blk-mq
Christoph Hellwig
1
-0
/
+4
2016-10-07
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-4
/
+8
2016-09-27
scsi: Avoid that toggling use_blk_mq triggers a memory leak
Bart Van Assche
1
-0
/
+2
2016-08-26
scsi: configure runtime pm before calling device_add in scsi_add_host_with_dma
Heiner Kallweit
1
-4
/
+8
2016-07-15
scsi: remove the disable_blk_mq host flag
Christoph Hellwig
1
-2
/
+0
2016-03-19
Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...
Linus Torvalds
1
-0
/
+7
2016-02-24
scsi: Use ida for host number management
Lee Duncan
1
-8
/
+14
2016-02-19
scsi: Drop runtime PM usage count after host is added
Mika Westerberg
1
-0
/
+7
2015-12-03
Merge branch 'mkp-fixes' into fixes
James Bottomley
1
-0
/
+11
2015-12-01
Fix a memory leak in scsi_host_dev_release()
Bart Van Assche
1
-0
/
+11
2015-11-10
scsi: use host wide tags by default
Christoph Hellwig
1
-0
/
+7
2014-11-12
scsi: remove ordered_tag host template field
Christoph Hellwig
1
-1
/
+0
2014-11-12
scsi: fixup logging messages in scsi_error.c
Hannes Reinecke
1
-2
/
+2
2014-07-26
scsi: add support for a blk-mq based I/O path.
Christoph Hellwig
1
-5
/
+30
2014-07-18
scsi: use dev_printk variants where possible
Hannes Reinecke
1
-7
/
+8
[next]