index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
scsi_debug.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
2024-10-30
1
-6
/
+4
|
\
|
*
scsi: scsi_debug: Fix do_device_access() handling of unexpected SG copy length
John Garry
2024-10-25
1
-6
/
+4
*
|
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-10-02
1
-1
/
+1
|
/
*
scsi: scsi_debug: Remove a useless memset()
Christophe JAILLET
2024-09-13
1
-1
/
+0
*
Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linux
Linus Torvalds
2024-07-15
1
-134
/
+454
|
\
|
*
scsi: scsi_debug: Atomic write support
John Garry
2024-06-20
1
-134
/
+454
*
|
scsi: scsi_debug: Fix create target debugfs failure
Ming Lei
2024-06-26
1
-1
/
+5
|
/
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2024-03-22
1
-68
/
+225
|
\
|
*
scsi: scsi_debug: Maintain write statistics per group number
Bart Van Assche
2024-02-27
1
-4
/
+45
|
*
scsi: scsi_debug: Implement GET STREAM STATUS
Bart Van Assche
2024-02-27
1
-0
/
+50
|
*
scsi: scsi_debug: Implement the IO Advice Hints Grouping mode page
Bart Van Assche
2024-02-27
1
-3
/
+58
|
*
scsi: scsi_debug: Allocate the MODE SENSE response from the heap
Bart Van Assche
2024-02-27
1
-2
/
+7
|
*
scsi: scsi_debug: Rework subpage code error handling
Bart Van Assche
2024-02-27
1
-34
/
+36
|
*
scsi: scsi_debug: Rework page code error handling
Bart Van Assche
2024-02-27
1
-12
/
+12
|
*
scsi: scsi_debug: Support the block limits extension VPD page
Bart Van Assche
2024-02-27
1
-0
/
+16
|
*
scsi: scsi_debug: Reduce code duplication
Bart Van Assche
2024-02-27
1
-14
/
+2
*
|
scsi: scsi_debug: Make pseudo_lld_bus const
Ricardo B. Marliere
2024-02-06
1
-2
/
+2
|
/
*
block: remove support for the host aware zone model
Christoph Hellwig
2023-12-20
1
-14
/
+13
*
scsi: scsi_debug: Delete some bogus error checking
Dan Carpenter
2023-11-09
1
-7
/
+0
*
scsi: scsi_debug: Fix some bugs in sdebug_error_write()
Dan Carpenter
2023-11-09
1
-1
/
+1
*
scsi: scsi_debug: Add param to control sdev's allow_restart
Wenchao Hao
2023-10-17
1
-0
/
+6
*
scsi: scsi_debug: Add debugfs interface to fail target reset
Wenchao Hao
2023-10-17
1
-1
/
+113
*
scsi: scsi_debug: Add new error injection type: Reset LUN failed
Wenchao Hao
2023-10-17
1
-0
/
+39
*
scsi: scsi_debug: Add new error injection type: Abort Failed
Wenchao Hao
2023-10-17
1
-0
/
+40
*
scsi: scsi_debug: Set command result and sense data if error is injected
Wenchao Hao
2023-10-17
1
-0
/
+53
*
scsi: scsi_debug: Return failed value if error is injected
Wenchao Hao
2023-10-17
1
-0
/
+36
*
scsi: scsi_debug: Time out command if the error is injected
Wenchao Hao
2023-10-17
1
-0
/
+34
*
scsi: scsi_debug: Define grammar to remove added error injection
Wenchao Hao
2023-10-17
1
-0
/
+31
*
scsi: scsi_debug: Add interface to manage error injection for a single device
Wenchao Hao
2023-10-17
1
-4
/
+210
*
scsi: scsi_debug: Create scsi_debug directory in the debugfs filesystem
Wenchao Hao
2023-10-17
1
-0
/
+8
*
scsi: scsi_debug: Remove dead code
Maurizio Lombardi
2023-07-06
1
-8
/
+0
*
scsi: scsi_debug: Abort commands from scsi_debug_device_reset()
John Garry
2023-04-19
1
-0
/
+22
*
scsi: scsi_debug: Fix missing error code in scsi_debug_init()
Harshit Mogalapalli
2023-04-12
1
-1
/
+3
*
Merge patch series "Fix shost command overloading issues"
Martin K. Petersen
2023-04-03
1
-422
/
+361
|
\
|
*
scsi: scsi_debug: Drop sdebug_queue
John Garry
2023-04-03
1
-138
/
+51
|
*
scsi: scsi_debug: Only allow sdebug_max_queue be modified when no shosts
John Garry
2023-04-03
1
-61
/
+6
|
*
scsi: scsi_debug: Use scsi_host_busy() in delay_store() and ndelay_store()
John Garry
2023-04-03
1
-14
/
+13
|
*
scsi: scsi_debug: Use blk_mq_tagset_busy_iter() in stop_all_queued()
John Garry
2023-04-03
1
-28
/
+17
|
*
scsi: scsi_debug: Use blk_mq_tagset_busy_iter() in sdebug_blk_mq_poll()
John Garry
2023-04-03
1
-97
/
+98
|
*
scsi: scsi_debug: Dynamically allocate sdebug_queued_cmd
John Garry
2023-04-03
1
-174
/
+253
|
*
scsi: scsi_debug: Use scsi_block_requests() to block queues
John Garry
2023-04-03
1
-9
/
+9
|
*
scsi: scsi_debug: Protect block_unblock_all_queues() with mutex
John Garry
2023-04-03
1
-1
/
+17
|
*
scsi: scsi_debug: Change shost list lock to a mutex
John Garry
2023-04-03
1
-19
/
+19
|
*
scsi: scsi_debug: Don't iter all shosts in clear_luns_changed_on_target()
John Garry
2023-04-03
1
-8
/
+5
|
*
scsi: scsi_debug: Fix check for sdev queue full
John Garry
2023-04-03
1
-1
/
+1
*
|
scsi: scsi_debug: Remove redundant driver match function
Lizhe
2023-03-24
1
-7
/
+0
|
/
*
scsi: scsi_debug: Add poll mode deferred completions to statistics
John Garry
2023-03-17
1
-0
/
+7
*
scsi: scsi_debug: Get command abort feature working again
John Garry
2023-03-17
1
-9
/
+8
*
scsi: scsi_debug: Drop sdebug_dev_info.num_in_q
John Garry
2023-03-17
1
-47
/
+16
*
scsi: scsi_debug: Drop check for num_in_q exceeding queue depth
John Garry
2023-03-17
1
-9
/
+2
[next]