summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_debug.c
AgeCommit message (Expand)AuthorLines
2025-01-10scsi: scsi_debug: Constify sdebug_driver_templateJohn Garry-6/+6
2025-01-10Merge branch '6.13/scsi-fixes' into 6.14/scsi-stagingMartin K. Petersen-1/+1
2025-01-02scsi: scsi_debug: Skip host/bus reset settle delayBart Van Assche-0/+1
2024-12-04scsi: Convert SCSI drivers to .sdev_configure()Bart Van Assche-4/+5
2024-12-04scsi: Rename .slave_alloc() and .slave_destroy()Bart Van Assche-6/+6
2024-12-04scsi: scsi_debug: Fix hrtimer support for ndelayJohn Garry-1/+1
2024-10-30Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-6/+4
2024-10-25scsi: scsi_debug: Fix do_device_access() handling of unexpected SG copy lengthJohn Garry-6/+4
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-1/+1
2024-09-12scsi: scsi_debug: Remove a useless memset()Christophe JAILLET-1/+0
2024-07-15Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds-134/+454
2024-06-25scsi: scsi_debug: Fix create target debugfs failureMing Lei-1/+5
2024-06-20scsi: scsi_debug: Atomic write supportJohn Garry-134/+454
2024-03-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-68/+225
2024-02-26scsi: scsi_debug: Maintain write statistics per group numberBart Van Assche-4/+45
2024-02-26scsi: scsi_debug: Implement GET STREAM STATUSBart Van Assche-0/+50
2024-02-26scsi: scsi_debug: Implement the IO Advice Hints Grouping mode pageBart Van Assche-3/+58
2024-02-26scsi: scsi_debug: Allocate the MODE SENSE response from the heapBart Van Assche-2/+7
2024-02-26scsi: scsi_debug: Rework subpage code error handlingBart Van Assche-34/+36
2024-02-26scsi: scsi_debug: Rework page code error handlingBart Van Assche-12/+12
2024-02-26scsi: scsi_debug: Support the block limits extension VPD pageBart Van Assche-0/+16
2024-02-26scsi: scsi_debug: Reduce code duplicationBart Van Assche-14/+2
2024-02-05scsi: scsi_debug: Make pseudo_lld_bus constRicardo B. Marliere-2/+2
2023-12-19block: remove support for the host aware zone modelChristoph Hellwig-14/+13
2023-11-08scsi: scsi_debug: Delete some bogus error checkingDan Carpenter-7/+0
2023-11-08scsi: scsi_debug: Fix some bugs in sdebug_error_write()Dan Carpenter-1/+1
2023-10-16scsi: scsi_debug: Add param to control sdev's allow_restartWenchao Hao-0/+6
2023-10-16scsi: scsi_debug: Add debugfs interface to fail target resetWenchao Hao-1/+113
2023-10-16scsi: scsi_debug: Add new error injection type: Reset LUN failedWenchao Hao-0/+39
2023-10-16scsi: scsi_debug: Add new error injection type: Abort FailedWenchao Hao-0/+40
2023-10-16scsi: scsi_debug: Set command result and sense data if error is injectedWenchao Hao-0/+53
2023-10-16scsi: scsi_debug: Return failed value if error is injectedWenchao Hao-0/+36
2023-10-16scsi: scsi_debug: Time out command if the error is injectedWenchao Hao-0/+34
2023-10-16scsi: scsi_debug: Define grammar to remove added error injectionWenchao Hao-0/+31
2023-10-16scsi: scsi_debug: Add interface to manage error injection for a single deviceWenchao Hao-4/+210
2023-10-16scsi: scsi_debug: Create scsi_debug directory in the debugfs filesystemWenchao Hao-0/+8
2023-07-05scsi: scsi_debug: Remove dead codeMaurizio Lombardi-8/+0
2023-04-18scsi: scsi_debug: Abort commands from scsi_debug_device_reset()John Garry-0/+22
2023-04-11scsi: scsi_debug: Fix missing error code in scsi_debug_init()Harshit Mogalapalli-1/+3
2023-04-02Merge patch series "Fix shost command overloading issues"Martin K. Petersen-422/+361
2023-04-02scsi: scsi_debug: Drop sdebug_queueJohn Garry-138/+51
2023-04-02scsi: scsi_debug: Only allow sdebug_max_queue be modified when no shostsJohn Garry-61/+6
2023-04-02scsi: scsi_debug: Use scsi_host_busy() in delay_store() and ndelay_store()John Garry-14/+13
2023-04-02scsi: scsi_debug: Use blk_mq_tagset_busy_iter() in stop_all_queued()John Garry-28/+17
2023-04-02scsi: scsi_debug: Use blk_mq_tagset_busy_iter() in sdebug_blk_mq_poll()John Garry-97/+98
2023-04-02scsi: scsi_debug: Dynamically allocate sdebug_queued_cmdJohn Garry-174/+253
2023-04-02scsi: scsi_debug: Use scsi_block_requests() to block queuesJohn Garry-9/+9
2023-04-02scsi: scsi_debug: Protect block_unblock_all_queues() with mutexJohn Garry-1/+17
2023-04-02scsi: scsi_debug: Change shost list lock to a mutexJohn Garry-19/+19
2023-04-02scsi: scsi_debug: Don't iter all shosts in clear_luns_changed_on_target()John Garry-8/+5