index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
scsi_debug.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-26
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-137
/
+791
2025-03-02
scsi: scsi_debug: Fix uninitialized variable use
Arnd Bergmann
1
-1
/
+1
2025-02-24
scsi: scsi_debug: Do not sleep in atomic sections
Bart Van Assche
1
-6
/
+10
2025-02-24
scsi: scsi_debug: Simplify command handling
Bart Van Assche
1
-110
/
+20
2025-02-24
scsi: scsi_debug: Remove a reference to in_use_bm
Bart Van Assche
1
-1
/
+1
2025-02-24
scsi: scsi_debug: Remove sdebug_device_access_info
John Garry
1
-7
/
+0
2025-02-23
scsi: scsi_debug: Add support for partitioning the tape
Kai Mäkisara
1
-4
/
+104
2025-02-23
scsi: scsi_debug: Reset tape setting at device reset
Kai Mäkisara
1
-1
/
+20
2025-02-23
scsi: scsi_debug: Add compression mode page for tapes
Kai Mäkisara
1
-0
/
+33
2025-02-23
scsi: scsi_debug: Add read support and update locate for tapes
Kai Mäkisara
1
-5
/
+235
2025-02-23
scsi: scsi_debug: Add write support with block lengths and 4 bytes of data
Kai Mäkisara
1
-5
/
+212
2025-02-23
scsi: scsi_debug: Add READ BLOCK LIMITS and modify LOAD for tapes
Kai Mäkisara
1
-6
/
+121
2025-02-23
scsi: scsi_debug: First fixes for tapes
Kai Mäkisara
1
-6
/
+49
2025-02-18
scsi: Switch to use hrtimer_setup()
Nam Cao
1
-2
/
+2
2025-01-10
scsi: scsi_debug: Constify sdebug_driver_template
John Garry
1
-6
/
+6
2025-01-10
Merge branch '6.13/scsi-fixes' into 6.14/scsi-staging
Martin K. Petersen
1
-1
/
+1
2025-01-02
scsi: scsi_debug: Skip host/bus reset settle delay
Bart Van Assche
1
-0
/
+1
2024-12-04
scsi: Convert SCSI drivers to .sdev_configure()
Bart Van Assche
1
-4
/
+5
2024-12-04
scsi: Rename .slave_alloc() and .slave_destroy()
Bart Van Assche
1
-6
/
+6
2024-12-04
scsi: scsi_debug: Fix hrtimer support for ndelay
John Garry
1
-1
/
+1
2024-10-30
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-6
/
+4
2024-10-25
scsi: scsi_debug: Fix do_device_access() handling of unexpected SG copy length
John Garry
1
-6
/
+4
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-09-12
scsi: scsi_debug: Remove a useless memset()
Christophe JAILLET
1
-1
/
+0
2024-07-15
Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linux
Linus Torvalds
1
-134
/
+454
2024-06-25
scsi: scsi_debug: Fix create target debugfs failure
Ming Lei
1
-1
/
+5
2024-06-20
scsi: scsi_debug: Atomic write support
John Garry
1
-134
/
+454
2024-03-22
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-68
/
+225
2024-02-26
scsi: scsi_debug: Maintain write statistics per group number
Bart Van Assche
1
-4
/
+45
2024-02-26
scsi: scsi_debug: Implement GET STREAM STATUS
Bart Van Assche
1
-0
/
+50
2024-02-26
scsi: scsi_debug: Implement the IO Advice Hints Grouping mode page
Bart Van Assche
1
-3
/
+58
2024-02-26
scsi: scsi_debug: Allocate the MODE SENSE response from the heap
Bart Van Assche
1
-2
/
+7
2024-02-26
scsi: scsi_debug: Rework subpage code error handling
Bart Van Assche
1
-34
/
+36
2024-02-26
scsi: scsi_debug: Rework page code error handling
Bart Van Assche
1
-12
/
+12
2024-02-26
scsi: scsi_debug: Support the block limits extension VPD page
Bart Van Assche
1
-0
/
+16
2024-02-26
scsi: scsi_debug: Reduce code duplication
Bart Van Assche
1
-14
/
+2
2024-02-05
scsi: scsi_debug: Make pseudo_lld_bus const
Ricardo B. Marliere
1
-2
/
+2
2023-12-19
block: remove support for the host aware zone model
Christoph Hellwig
1
-14
/
+13
2023-11-08
scsi: scsi_debug: Delete some bogus error checking
Dan Carpenter
1
-7
/
+0
2023-11-08
scsi: scsi_debug: Fix some bugs in sdebug_error_write()
Dan Carpenter
1
-1
/
+1
2023-10-16
scsi: scsi_debug: Add param to control sdev's allow_restart
Wenchao Hao
1
-0
/
+6
2023-10-16
scsi: scsi_debug: Add debugfs interface to fail target reset
Wenchao Hao
1
-1
/
+113
2023-10-16
scsi: scsi_debug: Add new error injection type: Reset LUN failed
Wenchao Hao
1
-0
/
+39
2023-10-16
scsi: scsi_debug: Add new error injection type: Abort Failed
Wenchao Hao
1
-0
/
+40
2023-10-16
scsi: scsi_debug: Set command result and sense data if error is injected
Wenchao Hao
1
-0
/
+53
2023-10-16
scsi: scsi_debug: Return failed value if error is injected
Wenchao Hao
1
-0
/
+36
2023-10-16
scsi: scsi_debug: Time out command if the error is injected
Wenchao Hao
1
-0
/
+34
2023-10-16
scsi: scsi_debug: Define grammar to remove added error injection
Wenchao Hao
1
-0
/
+31
2023-10-16
scsi: scsi_debug: Add interface to manage error injection for a single device
Wenchao Hao
1
-4
/
+210
2023-10-16
scsi: scsi_debug: Create scsi_debug directory in the debugfs filesystem
Wenchao Hao
1
-0
/
+8
[next]