aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_debug.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: scsi_debug: Make read-only arrays static constColin Ian King2025-07-311-34/+57
* scsi: Don't use %pK through printk()Thomas Weißschuh2025-06-161-1/+1
* scsi: scsi_debug: Reduce DEF_ATOMIC_WR_MAX_LENGTHJohn Garry2025-05-061-1/+1
* scsi: scsi_debug: Add ERASE for tapesKai Mäkisara2025-04-111-3/+20
* scsi: scsi_debug: Use scsi_device->type instead os sdebug_ptype where possibleKai Mäkisara2025-04-111-26/+35
* scsi: scsi_debug: Move some tape-specific commands to separate definitionsKai Mäkisara2025-04-111-39/+38
* scsi: scsi_debug: Enable different command definitions for different device t...Kai Mäkisara2025-04-111-89/+115
* scsi: scsi_debug: Fix two typos in command definitionsKai Mäkisara2025-04-111-2/+2
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2025-03-271-137/+791
|\
| * scsi: scsi_debug: Fix uninitialized variable useArnd Bergmann2025-03-031-1/+1
| * scsi: scsi_debug: Do not sleep in atomic sectionsBart Van Assche2025-02-251-6/+10
| * scsi: scsi_debug: Simplify command handlingBart Van Assche2025-02-251-110/+20
| * scsi: scsi_debug: Remove a reference to in_use_bmBart Van Assche2025-02-251-1/+1
| * scsi: scsi_debug: Remove sdebug_device_access_infoJohn Garry2025-02-251-7/+0
| * scsi: scsi_debug: Add support for partitioning the tapeKai Mäkisara2025-02-241-4/+104
| * scsi: scsi_debug: Reset tape setting at device resetKai Mäkisara2025-02-241-1/+20
| * scsi: scsi_debug: Add compression mode page for tapesKai Mäkisara2025-02-241-0/+33
| * scsi: scsi_debug: Add read support and update locate for tapesKai Mäkisara2025-02-241-5/+235
| * scsi: scsi_debug: Add write support with block lengths and 4 bytes of dataKai Mäkisara2025-02-241-5/+212
| * scsi: scsi_debug: Add READ BLOCK LIMITS and modify LOAD for tapesKai Mäkisara2025-02-241-6/+121
| * scsi: scsi_debug: First fixes for tapesKai Mäkisara2025-02-241-6/+49
* | scsi: Switch to use hrtimer_setup()Nam Cao2025-02-181-2/+2
|/
* scsi: scsi_debug: Constify sdebug_driver_templateJohn Garry2025-01-101-6/+6
* Merge branch '6.13/scsi-fixes' into 6.14/scsi-stagingMartin K. Petersen2025-01-101-1/+1
|\
| * scsi: scsi_debug: Fix hrtimer support for ndelayJohn Garry2024-12-041-1/+1
* | scsi: scsi_debug: Skip host/bus reset settle delayBart Van Assche2025-01-021-0/+1
* | scsi: Convert SCSI drivers to .sdev_configure()Bart Van Assche2024-12-041-4/+5
* | scsi: Rename .slave_alloc() and .slave_destroy()Bart Van Assche2024-12-041-6/+6
|/
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2024-10-301-6/+4
|\
| * scsi: scsi_debug: Fix do_device_access() handling of unexpected SG copy lengthJohn Garry2024-10-251-6/+4
* | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-021-1/+1
|/
* scsi: scsi_debug: Remove a useless memset()Christophe JAILLET2024-09-131-1/+0
* Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds2024-07-151-134/+454
|\
| * scsi: scsi_debug: Atomic write supportJohn Garry2024-06-201-134/+454
* | scsi: scsi_debug: Fix create target debugfs failureMing Lei2024-06-261-1/+5
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2024-03-221-68/+225
|\
| * scsi: scsi_debug: Maintain write statistics per group numberBart Van Assche2024-02-271-4/+45
| * scsi: scsi_debug: Implement GET STREAM STATUSBart Van Assche2024-02-271-0/+50
| * scsi: scsi_debug: Implement the IO Advice Hints Grouping mode pageBart Van Assche2024-02-271-3/+58
| * scsi: scsi_debug: Allocate the MODE SENSE response from the heapBart Van Assche2024-02-271-2/+7
| * scsi: scsi_debug: Rework subpage code error handlingBart Van Assche2024-02-271-34/+36
| * scsi: scsi_debug: Rework page code error handlingBart Van Assche2024-02-271-12/+12
| * scsi: scsi_debug: Support the block limits extension VPD pageBart Van Assche2024-02-271-0/+16
| * scsi: scsi_debug: Reduce code duplicationBart Van Assche2024-02-271-14/+2
* | scsi: scsi_debug: Make pseudo_lld_bus constRicardo B. Marliere2024-02-061-2/+2
|/
* block: remove support for the host aware zone modelChristoph Hellwig2023-12-201-14/+13
* scsi: scsi_debug: Delete some bogus error checkingDan Carpenter2023-11-091-7/+0
* scsi: scsi_debug: Fix some bugs in sdebug_error_write()Dan Carpenter2023-11-091-1/+1
* scsi: scsi_debug: Add param to control sdev's allow_restartWenchao Hao2023-10-171-0/+6
* scsi: scsi_debug: Add debugfs interface to fail target resetWenchao Hao2023-10-171-1/+113