index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
scsi_lib.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-14
scsi: core: Fix scsi_mode_select() buffer length handling
Damien Le Moal
1
-8
/
+13
2024-07-27
scsi: core: Fix a use-after-free
Bart Van Assche
1
-1
/
+5
2024-02-23
scsi: core: Move scsi_host_busy() out of host lock if it is for per-command
Ming Lei
1
-1
/
+3
2024-02-23
scsi: core: Move scsi_host_busy() out of host lock for waking up EH handler
Ming Lei
1
-1
/
+1
2024-02-23
scsi: core: Introduce enum scsi_disposition
Bart Van Assche
1
-1
/
+1
2024-01-12
Revert "scsi: core: Use scsi_cmd_to_rq() instead of scsi_cmnd.request"
Greg Kroah-Hartman
1
-15
/
+13
2024-01-12
Revert "scsi: core: Use a structure member to track the SCSI command submitter"
Greg Kroah-Hartman
1
-10
/
+0
2024-01-05
scsi: core: Use a structure member to track the SCSI command submitter
Bart Van Assche
1
-0
/
+10
2024-01-05
scsi: core: Use scsi_cmd_to_rq() instead of scsi_cmnd.request
Bart Van Assche
1
-13
/
+15
2023-06-09
scsi: core: Decrease scsi_device's iorequest_cnt if dispatch failed
Wenchao Hao
1
-0
/
+2
2021-11-18
scsi: core: Remove command size deduction from scsi_setup_scsi_cmnd()
Tadeusz Struk
1
-2
/
+0
2021-07-20
scsi: core: Fixup calling convention for scsi_mode_sense()
Hannes Reinecke
1
-4
/
+6
2021-07-14
scsi: core: Retry I/O for Notify (Enable Spinup) Required error
Quat Le
1
-0
/
+1
2021-01-12
scsi: core: Only process PM requests if rpm_status != RPM_ACTIVE
Bart Van Assche
1
-13
/
+14
2020-12-30
scsi: core: Fix VPD LUN ID designator priorities
Martin Wilck
1
-40
/
+86
2020-12-07
scsi: core: Fix race between handling STS_RESOURCE and completion
Ming Lei
1
-2
/
+1
2020-10-24
Merge tag 'block-5.10-2020-10-24' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+9
2020-10-23
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-73
/
+35
2020-10-14
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-14
/
+63
2020-10-13
scsi: handle zone resources errors
Damien Le Moal
1
-0
/
+9
2020-10-08
scsi: core: Set sc_data_direction to DMA_NONE for no-transfer commands
Christoph Hellwig
1
-1
/
+4
2020-10-07
scsi: core: Only start the request just before dispatching
Christoph Hellwig
1
-3
/
+1
2020-10-07
scsi: core: Remove scsi_setup_cmnd() and scsi_setup_fs_cmnd()
Christoph Hellwig
1
-33
/
+18
2020-10-07
scsi: core: Clean up allocation and freeing of sgtables
Christoph Hellwig
1
-14
/
+8
2020-10-07
scsi: core: Rename scsi_mq_prep_fn() to scsi_prepare_cmd()
Christoph Hellwig
1
-2
/
+2
2020-10-07
scsi: core: Rename scsi_prep_state_check() to scsi_device_state_check()
Christoph Hellwig
1
-2
/
+2
2020-10-07
scsi: core: Use rq_dma_dir in scsi_setup_cmnd()
Christoph Hellwig
1
-6
/
+1
2020-10-07
scsi: core: Move command size detection out of the fast path
Christoph Hellwig
1
-2
/
+2
2020-10-07
scsi: core: Remove scsi_init_cmd_errh
Christoph Hellwig
1
-16
/
+4
2020-10-07
scsi: core: Don't export scsi_device_from_queue()
Christoph Hellwig
1
-1
/
+0
2020-10-06
scsi: Add host and host template flag 'host_tagset'
Hannes Reinecke
1
-0
/
+2
2020-10-02
scsi: core: Add limitless cmd retry support
Mike Christie
1
-10
/
+19
2020-09-15
scsi: core: Only re-run queue in scsi_end_request() if device queue is busy
Ming Lei
1
-4
/
+44
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-08-06
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-38
/
+24
2020-08-03
Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-14
/
+6
2020-07-24
scsi: core: Add missing scsi_device_put() in scsi_host_block()
Ye Bin
1
-1
/
+3
2020-07-20
scsi: core: Run queue in case of I/O resource contention failure
Ming Lei
1
-5
/
+11
2020-06-30
blk-mq: pass request queue into get/put budget callback
Ming Lei
1
-5
/
+3
2020-06-24
blk-mq: move failure injection out of blk_mq_complete_request
Christoph Hellwig
1
-9
/
+3
2020-06-19
scsi: core: Fix formatting errors in scsi_lib.c
Bean Huo
1
-22
/
+21
2020-06-19
scsi: core: Remove scsi_sdb_cache
Bean Huo
1
-15
/
+0
2020-06-05
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-125
/
+105
2020-06-02
Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-32
/
+55
2020-05-19
scsi: core: Refactor scsi_mq_setup_tags function
Ye Bin
1
-11
/
+12
2020-05-19
scsi: core: Fix incorrect usage of shost_for_each_device
Ye Bin
1
-1
/
+3
2020-05-12
block: Introduce REQ_OP_ZONE_APPEND
Keith Busch
1
-0
/
+1
2020-04-29
scsi: core: free sgtables in case command setup fails
Johannes Thumshirn
1
-5
/
+11
2020-04-27
scsi: core: doc: Change function comments to kernel-doc style
André Almeida
1
-107
/
+62
2020-04-24
scsi: core: Avoid calling synchronize_rcu() for each device in scsi_host_block()
Ming Lei
1
-1
/
+17
[next]