summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_debug.c
Commit message (Expand)AuthorAgeFilesLines
* block: remove support for the host aware zone modelChristoph Hellwig2023-12-191-14/+13
* scsi: scsi_debug: Delete some bogus error checkingDan Carpenter2023-11-081-7/+0
* scsi: scsi_debug: Fix some bugs in sdebug_error_write()Dan Carpenter2023-11-081-1/+1
* scsi: scsi_debug: Add param to control sdev's allow_restartWenchao Hao2023-10-161-0/+6
* scsi: scsi_debug: Add debugfs interface to fail target resetWenchao Hao2023-10-161-1/+113
* scsi: scsi_debug: Add new error injection type: Reset LUN failedWenchao Hao2023-10-161-0/+39
* scsi: scsi_debug: Add new error injection type: Abort FailedWenchao Hao2023-10-161-0/+40
* scsi: scsi_debug: Set command result and sense data if error is injectedWenchao Hao2023-10-161-0/+53
* scsi: scsi_debug: Return failed value if error is injectedWenchao Hao2023-10-161-0/+36
* scsi: scsi_debug: Time out command if the error is injectedWenchao Hao2023-10-161-0/+34
* scsi: scsi_debug: Define grammar to remove added error injectionWenchao Hao2023-10-161-0/+31
* scsi: scsi_debug: Add interface to manage error injection for a single deviceWenchao Hao2023-10-161-4/+210
* scsi: scsi_debug: Create scsi_debug directory in the debugfs filesystemWenchao Hao2023-10-161-0/+8
* scsi: scsi_debug: Remove dead codeMaurizio Lombardi2023-07-051-8/+0
* scsi: scsi_debug: Abort commands from scsi_debug_device_reset()John Garry2023-04-181-0/+22
* scsi: scsi_debug: Fix missing error code in scsi_debug_init()Harshit Mogalapalli2023-04-111-1/+3
* Merge patch series "Fix shost command overloading issues"Martin K. Petersen2023-04-021-422/+361
|\
| * scsi: scsi_debug: Drop sdebug_queueJohn Garry2023-04-021-138/+51
| * scsi: scsi_debug: Only allow sdebug_max_queue be modified when no shostsJohn Garry2023-04-021-61/+6
| * scsi: scsi_debug: Use scsi_host_busy() in delay_store() and ndelay_store()John Garry2023-04-021-14/+13
| * scsi: scsi_debug: Use blk_mq_tagset_busy_iter() in stop_all_queued()John Garry2023-04-021-28/+17
| * scsi: scsi_debug: Use blk_mq_tagset_busy_iter() in sdebug_blk_mq_poll()John Garry2023-04-021-97/+98
| * scsi: scsi_debug: Dynamically allocate sdebug_queued_cmdJohn Garry2023-04-021-174/+253
| * scsi: scsi_debug: Use scsi_block_requests() to block queuesJohn Garry2023-04-021-9/+9
| * scsi: scsi_debug: Protect block_unblock_all_queues() with mutexJohn Garry2023-04-021-1/+17
| * scsi: scsi_debug: Change shost list lock to a mutexJohn Garry2023-04-021-19/+19
| * scsi: scsi_debug: Don't iter all shosts in clear_luns_changed_on_target()John Garry2023-04-021-8/+5
| * scsi: scsi_debug: Fix check for sdev queue fullJohn Garry2023-04-021-1/+1
* | scsi: scsi_debug: Remove redundant driver match functionLizhe2023-03-241-7/+0
|/
* scsi: scsi_debug: Add poll mode deferred completions to statisticsJohn Garry2023-03-161-0/+7
* scsi: scsi_debug: Get command abort feature working againJohn Garry2023-03-161-9/+8
* scsi: scsi_debug: Drop sdebug_dev_info.num_in_qJohn Garry2023-03-161-47/+16
* scsi: scsi_debug: Drop check for num_in_q exceeding queue depthJohn Garry2023-03-161-9/+2
* scsi: scsi_debug: Drop scsi_debug_host_reset() device NULL pointer checkJohn Garry2023-03-161-1/+1
* scsi: scsi_debug: Drop scsi_debug_bus_reset() NULL pointer checksJohn Garry2023-03-161-18/+8
* scsi: scsi_debug: Drop scsi_debug_target_reset() NULL pointer checksJohn Garry2023-03-161-21/+10
* scsi: scsi_debug: Drop scsi_debug_device_reset() NULL pointer checksJohn Garry2023-03-161-9/+8
* scsi: scsi_debug: Drop scsi_debug_abort() NULL pointer checksJohn Garry2023-03-161-7/+7
* scsi: scsi_debug: Stop setting devip->sdbg_host twiceJohn Garry2023-03-161-1/+0
* scsi: scsi_debug: Don't hold driver host struct pointer in host->hostdata[]John Garry2023-03-161-13/+11
* Merge branch '6.2/scsi-queue' into 6.2/scsi-fixesMartin K. Petersen2022-12-301-2/+0
|\
| * scsi: scsi_debug: Delete unreachable code in inquiry_vpd_b0()John Garry2022-12-141-2/+0
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-12-141-4/+7
|\|
| * scsi: scsi_debug: Fix possible name leak in sdebug_add_host_helper()Yang Yingliang2022-11-261-1/+4
| * scsi: scsi_debug: Fix a warning in resp_report_zones()Harshit Mogalapalli2022-11-251-1/+1
| * scsi: scsi_debug: Fix a warning in resp_verify()Harshit Mogalapalli2022-11-251-1/+1
| * scsi: scsi_debug: Fix a warning in resp_write_scat()Harshit Mogalapalli2022-11-171-1/+1
* | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-121-3/+3
|\ \
| * | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-3/+3
* | | scsi: scsi_debug: Fix possible UAF in sdebug_add_host_helper()Yuan Can2022-11-171-1/+5
|/ /