summaryrefslogtreecommitdiff
path: root/drivers/scsi/scsi_debug.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-68/+225
2024-02-27scsi: scsi_debug: Maintain write statistics per group numberBart Van Assche1-4/+45
2024-02-27scsi: scsi_debug: Implement GET STREAM STATUSBart Van Assche1-0/+50
2024-02-27scsi: scsi_debug: Implement the IO Advice Hints Grouping mode pageBart Van Assche1-3/+58
2024-02-27scsi: scsi_debug: Allocate the MODE SENSE response from the heapBart Van Assche1-2/+7
2024-02-27scsi: scsi_debug: Rework subpage code error handlingBart Van Assche1-34/+36
2024-02-27scsi: scsi_debug: Rework page code error handlingBart Van Assche1-12/+12
2024-02-27scsi: scsi_debug: Support the block limits extension VPD pageBart Van Assche1-0/+16
2024-02-27scsi: scsi_debug: Reduce code duplicationBart Van Assche1-14/+2
2024-02-06scsi: scsi_debug: Make pseudo_lld_bus constRicardo B. Marliere1-2/+2
2023-12-20block: remove support for the host aware zone modelChristoph Hellwig1-14/+13
2023-11-09scsi: scsi_debug: Delete some bogus error checkingDan Carpenter1-7/+0
2023-11-09scsi: scsi_debug: Fix some bugs in sdebug_error_write()Dan Carpenter1-1/+1
2023-10-17scsi: scsi_debug: Add param to control sdev's allow_restartWenchao Hao1-0/+6
2023-10-17scsi: scsi_debug: Add debugfs interface to fail target resetWenchao Hao1-1/+113
2023-10-17scsi: scsi_debug: Add new error injection type: Reset LUN failedWenchao Hao1-0/+39
2023-10-17scsi: scsi_debug: Add new error injection type: Abort FailedWenchao Hao1-0/+40
2023-10-17scsi: scsi_debug: Set command result and sense data if error is injectedWenchao Hao1-0/+53
2023-10-17scsi: scsi_debug: Return failed value if error is injectedWenchao Hao1-0/+36
2023-10-17scsi: scsi_debug: Time out command if the error is injectedWenchao Hao1-0/+34
2023-10-17scsi: scsi_debug: Define grammar to remove added error injectionWenchao Hao1-0/+31
2023-10-17scsi: scsi_debug: Add interface to manage error injection for a single deviceWenchao Hao1-4/+210
2023-10-17scsi: scsi_debug: Create scsi_debug directory in the debugfs filesystemWenchao Hao1-0/+8
2023-07-06scsi: scsi_debug: Remove dead codeMaurizio Lombardi1-8/+0
2023-04-19scsi: scsi_debug: Abort commands from scsi_debug_device_reset()John Garry1-0/+22
2023-04-12scsi: scsi_debug: Fix missing error code in scsi_debug_init()Harshit Mogalapalli1-1/+3
2023-04-03Merge patch series "Fix shost command overloading issues"Martin K. Petersen1-422/+361
2023-04-03scsi: scsi_debug: Drop sdebug_queueJohn Garry1-138/+51
2023-04-03scsi: scsi_debug: Only allow sdebug_max_queue be modified when no shostsJohn Garry1-61/+6
2023-04-03scsi: scsi_debug: Use scsi_host_busy() in delay_store() and ndelay_store()John Garry1-14/+13
2023-04-03scsi: scsi_debug: Use blk_mq_tagset_busy_iter() in stop_all_queued()John Garry1-28/+17
2023-04-03scsi: scsi_debug: Use blk_mq_tagset_busy_iter() in sdebug_blk_mq_poll()John Garry1-97/+98
2023-04-03scsi: scsi_debug: Dynamically allocate sdebug_queued_cmdJohn Garry1-174/+253
2023-04-03scsi: scsi_debug: Use scsi_block_requests() to block queuesJohn Garry1-9/+9
2023-04-03scsi: scsi_debug: Protect block_unblock_all_queues() with mutexJohn Garry1-1/+17
2023-04-03scsi: scsi_debug: Change shost list lock to a mutexJohn Garry1-19/+19
2023-04-03scsi: scsi_debug: Don't iter all shosts in clear_luns_changed_on_target()John Garry1-8/+5
2023-04-03scsi: scsi_debug: Fix check for sdev queue fullJohn Garry1-1/+1
2023-03-25scsi: scsi_debug: Remove redundant driver match functionLizhe1-7/+0
2023-03-17scsi: scsi_debug: Add poll mode deferred completions to statisticsJohn Garry1-0/+7
2023-03-17scsi: scsi_debug: Get command abort feature working againJohn Garry1-9/+8
2023-03-17scsi: scsi_debug: Drop sdebug_dev_info.num_in_qJohn Garry1-47/+16
2023-03-17scsi: scsi_debug: Drop check for num_in_q exceeding queue depthJohn Garry1-9/+2
2023-03-17scsi: scsi_debug: Drop scsi_debug_host_reset() device NULL pointer checkJohn Garry1-1/+1
2023-03-17scsi: scsi_debug: Drop scsi_debug_bus_reset() NULL pointer checksJohn Garry1-18/+8
2023-03-17scsi: scsi_debug: Drop scsi_debug_target_reset() NULL pointer checksJohn Garry1-21/+10
2023-03-17scsi: scsi_debug: Drop scsi_debug_device_reset() NULL pointer checksJohn Garry1-9/+8
2023-03-17scsi: scsi_debug: Drop scsi_debug_abort() NULL pointer checksJohn Garry1-7/+7
2023-03-17scsi: scsi_debug: Stop setting devip->sdbg_host twiceJohn Garry1-1/+0
2023-03-17scsi: scsi_debug: Don't hold driver host struct pointer in host->hostdata[]John Garry1-13/+11