index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
scsi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-01
scsi: core: Revert "Simplify LLD module reference counting"
Bart Van Assche
1
-6
/
+3
2022-08-01
scsi: core: Simplify LLD module reference counting
Ming Lei
1
-3
/
+6
2022-05-02
scsi: core: Cache VPD pages b0, b1, b2
Martin K. Petersen
1
-0
/
+6
2022-05-02
scsi: core: Pick suitable allocation length in scsi_report_opcode()
Martin K. Petersen
1
-4
/
+13
2022-05-02
scsi: core: Query VPD size before getting full page
Martin K. Petersen
1
-31
/
+58
2022-04-18
scsi: core: Increase max device queue_depth to 4096
Sumit Saxena
1
-2
/
+2
2021-12-06
scsi: core: Fix scsi_device_max_queue_depth()
Bart Van Assche
1
-2
/
+2
2021-11-29
scsi: Remove superfluous #include <linux/async.h> directives
Bart Van Assche
1
-1
/
+0
2021-11-05
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-8
/
+0
2021-10-16
scsi: core: pm: Rely on the device driver core for async power management
Bart Van Assche
1
-8
/
+0
2021-10-12
scsi: core: Put LLD module refcnt after SCSI device is released
Ming Lei
1
-1
/
+3
2021-08-11
scsi: core: Use scsi_cmd_to_rq() instead of scsi_cmnd.request
Bart Van Assche
1
-1
/
+1
2021-05-31
scsi: core: Kill DRIVER_SENSE
Hannes Reinecke
1
-7
/
+0
2021-05-31
scsi: core: Introduce scsi_status_is_check_condition()
Hannes Reinecke
1
-1
/
+1
2021-05-31
scsi: core: Stop using DRIVER_ERROR
Hannes Reinecke
1
-0
/
+2
2021-03-04
scsi: core: Replace sdev->device_busy with sbitmap
Ming Lei
1
-1
/
+3
2021-03-04
scsi: core: Make sure sdev->queue_depth is <= max(shost->can_queue, 1024)
Ming Lei
1
-0
/
+11
2020-06-19
scsi: core: Remove scsi_sdb_cache
Bean Huo
1
-3
/
+0
2020-02-28
scsi: core: Remove cmd_list functionality
Hannes Reinecke
1
-14
/
+0
2020-02-12
scsi: core: Delete scsi_use_blk_mq
John Garry
1
-4
/
+0
2019-12-02
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-1
/
+5
2019-11-01
scsi: core: avoid host-wide host_busy counter for scsi_mq
Ming Lei
1
-1
/
+1
2019-10-30
drivers/scsi: Replace rcu_swap_protected() with rcu_replace_pointer()
Paul E. McKenney
1
-2
/
+2
2019-09-30
scsi: core: Add sysfs attributes for VPD pages 0h and 89h
Ryan Attard
1
-0
/
+4
2019-07-11
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-9
/
+3
2019-06-18
scsi: sd: Rely on the driver core for asynchronous probing
Bart Van Assche
1
-9
/
+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 more missed files
Thomas Gleixner
1
-0
/
+1
2019-02-27
scsi: kill command serial number
Hannes Reinecke
1
-16
/
+0
2018-11-07
scsi: kill off the legacy IO path
Jens Axboe
1
-4
/
+1
2018-06-26
scsi: read host_busy via scsi_host_busy()
Ming Lei
1
-1
/
+1
2018-06-26
scsi: core: check for equality of result byte values
Johannes Thumshirn
1
-1
/
+1
2018-02-27
scsi: core: fix two wrong indentation cases
Jianchao Wang
1
-1
/
+1
2017-09-07
Merge branch 'fixes' into misc
James Bottomley
1
-0
/
+4
2017-08-29
scsi: Rework handling of scsi_device.vpd_pg8[03]
Bart Van Assche
1
-26
/
+18
2017-08-29
scsi: Rework the code for caching Vital Product Data (VPD)
Bart Van Assche
1
-78
/
+66
2017-08-16
Revert "scsi: default to scsi-mq"
Christoph Hellwig
1
-0
/
+4
2017-06-27
scsi: default to scsi-mq
Christoph Hellwig
1
-4
/
+0
2017-06-12
scsi: Only add commands to the device command list if required by the LLD
Bart Van Assche
1
-8
/
+1
2017-05-08
scsi: Skip deleted devices in __scsi_device_lookup
Zhou Zhengping
1
-0
/
+2
2017-01-31
block: introduce blk_rq_is_passthrough
Christoph Hellwig
1
-1
/
+1
2017-01-27
scsi: allocate scsi_cmnd structures as part of struct request
Christoph Hellwig
1
-319
/
+0
2017-01-27
scsi: remove scsi_cmd_dma_pool
Christoph Hellwig
1
-14
/
+1
2017-01-27
scsi: respect unchecked_isa_dma for blk-mq
Christoph Hellwig
1
-19
/
+5
2017-01-27
scsi: remove gfp_flags member in scsi_host_cmd_pool
Christoph Hellwig
1
-10
/
+4
2016-11-05
block: add code to track actual device queue depth
Jens Axboe
1
-0
/
+3
2016-09-26
scsi: Avoid that toggling use_blk_mq triggers a memory leak
Bart Van Assche
1
-1
/
+0
2016-07-15
scsi: remove the disable_blk_mq host flag
Christoph Hellwig
1
-0
/
+1
2016-04-05
scsi: Do not attach VPD to devices that don't support it
Hannes Reinecke
1
-1
/
+2
2015-11-30
scsi: rescan VPD attributes
Hannes Reinecke
1
-3
/
+17
[next]