aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/scsi/scsi_debug.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-137/+791
2025-03-02scsi: scsi_debug: Fix uninitialized variable useArnd Bergmann1-1/+1
2025-02-24scsi: scsi_debug: Do not sleep in atomic sectionsBart Van Assche1-6/+10
2025-02-24scsi: scsi_debug: Simplify command handlingBart Van Assche1-110/+20
2025-02-24scsi: scsi_debug: Remove a reference to in_use_bmBart Van Assche1-1/+1
2025-02-24scsi: scsi_debug: Remove sdebug_device_access_infoJohn Garry1-7/+0
2025-02-23scsi: scsi_debug: Add support for partitioning the tapeKai Mäkisara1-4/+104
2025-02-23scsi: scsi_debug: Reset tape setting at device resetKai Mäkisara1-1/+20
2025-02-23scsi: scsi_debug: Add compression mode page for tapesKai Mäkisara1-0/+33
2025-02-23scsi: scsi_debug: Add read support and update locate for tapesKai Mäkisara1-5/+235
2025-02-23scsi: scsi_debug: Add write support with block lengths and 4 bytes of dataKai Mäkisara1-5/+212
2025-02-23scsi: scsi_debug: Add READ BLOCK LIMITS and modify LOAD for tapesKai Mäkisara1-6/+121
2025-02-23scsi: scsi_debug: First fixes for tapesKai Mäkisara1-6/+49
2025-02-18scsi: Switch to use hrtimer_setup()Nam Cao1-2/+2
2025-01-10scsi: scsi_debug: Constify sdebug_driver_templateJohn Garry1-6/+6
2025-01-10Merge branch '6.13/scsi-fixes' into 6.14/scsi-stagingMartin K. Petersen1-1/+1
2025-01-02scsi: scsi_debug: Skip host/bus reset settle delayBart Van Assche1-0/+1
2024-12-04scsi: Convert SCSI drivers to .sdev_configure()Bart Van Assche1-4/+5
2024-12-04scsi: Rename .slave_alloc() and .slave_destroy()Bart Van Assche1-6/+6
2024-12-04scsi: scsi_debug: Fix hrtimer support for ndelayJohn Garry1-1/+1
2024-10-30Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-6/+4
2024-10-25scsi: scsi_debug: Fix do_device_access() handling of unexpected SG copy lengthJohn Garry1-6/+4
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-12scsi: scsi_debug: Remove a useless memset()Christophe JAILLET1-1/+0
2024-07-15Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds1-134/+454
2024-06-25scsi: scsi_debug: Fix create target debugfs failureMing Lei1-1/+5
2024-06-20scsi: scsi_debug: Atomic write supportJohn Garry1-134/+454
2024-03-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-68/+225
2024-02-26scsi: scsi_debug: Maintain write statistics per group numberBart Van Assche1-4/+45
2024-02-26scsi: scsi_debug: Implement GET STREAM STATUSBart Van Assche1-0/+50
2024-02-26scsi: scsi_debug: Implement the IO Advice Hints Grouping mode pageBart Van Assche1-3/+58
2024-02-26scsi: scsi_debug: Allocate the MODE SENSE response from the heapBart Van Assche1-2/+7
2024-02-26scsi: scsi_debug: Rework subpage code error handlingBart Van Assche1-34/+36
2024-02-26scsi: scsi_debug: Rework page code error handlingBart Van Assche1-12/+12
2024-02-26scsi: scsi_debug: Support the block limits extension VPD pageBart Van Assche1-0/+16
2024-02-26scsi: scsi_debug: Reduce code duplicationBart Van Assche1-14/+2
2024-02-05scsi: scsi_debug: Make pseudo_lld_bus constRicardo B. Marliere1-2/+2
2023-12-19block: remove support for the host aware zone modelChristoph Hellwig1-14/+13
2023-11-08scsi: scsi_debug: Delete some bogus error checkingDan Carpenter1-7/+0
2023-11-08scsi: scsi_debug: Fix some bugs in sdebug_error_write()Dan Carpenter1-1/+1
2023-10-16scsi: scsi_debug: Add param to control sdev's allow_restartWenchao Hao1-0/+6
2023-10-16scsi: scsi_debug: Add debugfs interface to fail target resetWenchao Hao1-1/+113
2023-10-16scsi: scsi_debug: Add new error injection type: Reset LUN failedWenchao Hao1-0/+39
2023-10-16scsi: scsi_debug: Add new error injection type: Abort FailedWenchao Hao1-0/+40
2023-10-16scsi: scsi_debug: Set command result and sense data if error is injectedWenchao Hao1-0/+53
2023-10-16scsi: scsi_debug: Return failed value if error is injectedWenchao Hao1-0/+36
2023-10-16scsi: scsi_debug: Time out command if the error is injectedWenchao Hao1-0/+34
2023-10-16scsi: scsi_debug: Define grammar to remove added error injectionWenchao Hao1-0/+31
2023-10-16scsi: scsi_debug: Add interface to manage error injection for a single deviceWenchao Hao1-4/+210
2023-10-16scsi: scsi_debug: Create scsi_debug directory in the debugfs filesystemWenchao Hao1-0/+8