index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
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
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
/
vhost
/
scsi.c
Age
Commit message (
Expand
)
Author
Files
Lines
10 days
vhost-scsi: Fix check for inline_sg_cnt exceeding preallocated limit
Alok Tiwari
1
-1
/
+1
10 days
vhost-scsi: Fix log flooding with target does not exist errors
Mike Christie
1
-3
/
+1
2025-04-18
vhost-scsi: Fix vhost_scsi_send_status()
Dongli Zhang
1
-7
/
+11
2025-04-18
vhost-scsi: Fix vhost_scsi_send_bad_target()
Dongli Zhang
1
-11
/
+37
2025-04-18
vhost-scsi: protect vq->log_used with vq->mutex
Dongli Zhang
1
-0
/
+8
2025-02-25
vhost-scsi: Reduce response iov mem use
Mike Christie
1
-22
/
+60
2025-02-25
vhost-scsi: Allocate iov_iter used for unaligned copies when needed
Mike Christie
1
-9
/
+17
2025-02-25
vhost-scsi: Stop duplicating se_cmd fields
Mike Christie
1
-59
/
+36
2025-02-25
vhost-scsi: Dynamically allocate scatterlists
Mike Christie
1
-88
/
+172
2025-02-25
vhost-scsi: Return queue full for page alloc failures during copy
Mike Christie
1
-6
/
+9
2025-02-25
vhost-scsi: Add better resource allocation failure handling
Mike Christie
1
-3
/
+25
2025-02-25
vhost-scsi: Allocate T10 PI structs only when enabled
Mike Christie
1
-6
/
+8
2025-02-25
vhost-scsi: Reduce mem use by moving upages to per queue
Mike Christie
1
-14
/
+10
2025-02-25
vhost-scsi: Fix handling of multiple calls to vhost_scsi_set_endpoint
Mike Christie
1
-12
/
+13
2024-10-07
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-12
/
+15
2024-10-07
vhost/scsi: null-ptr-dereference in vhost_scsi_get_req()
Haoran Zhang
1
-12
/
+15
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-05-22
vhost_scsi: Handle vhost_vq_work_queue failures for TMFs
Mike Christie
1
-1
/
+2
2024-05-22
vhost-scsi: Use system wq to flush dev for TMFs
Mike Christie
1
-20
/
+19
2024-05-22
vhost-scsi: Handle vhost_vq_work_queue failures for cmds
Mike Christie
1
-1
/
+12
2024-05-22
vhost-scsi: Handle vhost_vq_work_queue failures for events
Mike Christie
1
-5
/
+12
2023-11-05
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-1
/
+1
2023-11-01
vhost-scsi: Spelling s/preceeding/preceding/g
Geert Uytterhoeven
1
-1
/
+1
2023-10-13
scsi: target: Allow userspace to request direct submissions
Mike Christie
1
-1
/
+1
2023-10-13
scsi: target: Have drivers report if they support direct submissions
Mike Christie
1
-0
/
+3
2023-08-10
vhost-scsi: Rename vhost_scsi_iov_to_sgl
Mike Christie
1
-6
/
+7
2023-08-10
vhost-scsi: Fix alignment handling with windows
Mike Christie
1
-25
/
+161
2023-07-03
vhost_scsi: add support for worker ioctls
Mike Christie
1
-0
/
+8
2023-07-03
vhost_scsi: flush IO vqs then send TMF rsp
Mike Christie
1
-3
/
+18
2023-07-03
vhost_scsi: convert to vhost_vq_work_queue
Mike Christie
1
-9
/
+9
2023-07-03
vhost_scsi: make SCSI cmd completion per vq
Mike Christie
1
-30
/
+26
2023-04-27
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-46
/
+56
2023-04-26
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-31
/
+0
2023-04-24
Merge tag 'iter-ubuf.2-2023-04-21' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+1
2023-04-21
vhost-scsi: Reduce vhost_scsi_mutex use
Mike Christie
1
-7
/
+9
2023-04-21
vhost-scsi: Drop vhost_scsi_mutex use in port callouts
Mike Christie
1
-12
/
+2
2023-04-21
vhost-scsi: Check for a cleared backend before queueing an event
Mike Christie
1
-0
/
+8
2023-04-21
vhost-scsi: Drop device mutex use in vhost_scsi_do_plug
Mike Christie
1
-3
/
+0
2023-04-21
vhost-scsi: Delay releasing our refcount on the tpg
Mike Christie
1
-24
/
+37
2023-04-04
vhost-scsi: Fix crash during LUN unmapping
Mike Christie
1
-32
/
+4
2023-04-04
vhost-scsi: Fix vhost_scsi struct use after free
Mike Christie
1
-0
/
+3
2023-03-30
iov_iter: add iter_iovec() helper
Jens Axboe
1
-1
/
+1
2023-03-16
scsi: vhost-scsi: Remove default fabric ops callouts
Dmitry Bogdanov
1
-31
/
+0
2023-02-20
vhost-scsi: convert sysfs snprintf and sprintf to sysfs_emit
Bo Liu
1
-3
/
+3
2023-01-27
vhost-scsi: unbreak any layout for response
Jason Wang
1
-4
/
+17
2022-11-25
use less confusing names for iov_iter direction initializers
Al Viro
1
-5
/
+5
2022-08-12
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-24
/
+61
2022-08-11
vhost scsi: Allow user to control num virtqueues
Mike Christie
1
-24
/
+61
2022-08-11
vhost-scsi: Fix max number of virtqueues
Mike Christie
1
-1
/
+1
2022-08-08
iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()
Al Viro
1
-3
/
+1
[next]