summaryrefslogtreecommitdiff
path: root/drivers/scsi/scsi_debug.c
AgeCommit message (Expand)Author
2025-03-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2025-03-02scsi: scsi_debug: Fix uninitialized variable useArnd Bergmann
2025-02-24scsi: scsi_debug: Do not sleep in atomic sectionsBart Van Assche
2025-02-24scsi: scsi_debug: Simplify command handlingBart Van Assche
2025-02-24scsi: scsi_debug: Remove a reference to in_use_bmBart Van Assche
2025-02-24scsi: scsi_debug: Remove sdebug_device_access_infoJohn Garry
2025-02-23scsi: scsi_debug: Add support for partitioning the tapeKai Mäkisara
2025-02-23scsi: scsi_debug: Reset tape setting at device resetKai Mäkisara
2025-02-23scsi: scsi_debug: Add compression mode page for tapesKai Mäkisara
2025-02-23scsi: scsi_debug: Add read support and update locate for tapesKai Mäkisara
2025-02-23scsi: scsi_debug: Add write support with block lengths and 4 bytes of dataKai Mäkisara
2025-02-23scsi: scsi_debug: Add READ BLOCK LIMITS and modify LOAD for tapesKai Mäkisara
2025-02-23scsi: scsi_debug: First fixes for tapesKai Mäkisara
2025-02-18scsi: Switch to use hrtimer_setup()Nam Cao
2025-01-10scsi: scsi_debug: Constify sdebug_driver_templateJohn Garry
2025-01-10Merge branch '6.13/scsi-fixes' into 6.14/scsi-stagingMartin K. Petersen
2025-01-02scsi: scsi_debug: Skip host/bus reset settle delayBart Van Assche
2024-12-04scsi: Convert SCSI drivers to .sdev_configure()Bart Van Assche
2024-12-04scsi: Rename .slave_alloc() and .slave_destroy()Bart Van Assche
2024-12-04scsi: scsi_debug: Fix hrtimer support for ndelayJohn Garry
2024-10-30Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2024-10-25scsi: scsi_debug: Fix do_device_access() handling of unexpected SG copy lengthJohn Garry
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-12scsi: scsi_debug: Remove a useless memset()Christophe JAILLET
2024-07-15Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds
2024-06-25scsi: scsi_debug: Fix create target debugfs failureMing Lei
2024-06-20scsi: scsi_debug: Atomic write supportJohn Garry
2024-03-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2024-02-26scsi: scsi_debug: Maintain write statistics per group numberBart Van Assche
2024-02-26scsi: scsi_debug: Implement GET STREAM STATUSBart Van Assche
2024-02-26scsi: scsi_debug: Implement the IO Advice Hints Grouping mode pageBart Van Assche
2024-02-26scsi: scsi_debug: Allocate the MODE SENSE response from the heapBart Van Assche
2024-02-26scsi: scsi_debug: Rework subpage code error handlingBart Van Assche
2024-02-26scsi: scsi_debug: Rework page code error handlingBart Van Assche
2024-02-26scsi: scsi_debug: Support the block limits extension VPD pageBart Van Assche
2024-02-26scsi: scsi_debug: Reduce code duplicationBart Van Assche
2024-02-05scsi: scsi_debug: Make pseudo_lld_bus constRicardo B. Marliere
2023-12-19block: remove support for the host aware zone modelChristoph Hellwig
2023-11-08scsi: scsi_debug: Delete some bogus error checkingDan Carpenter
2023-11-08scsi: scsi_debug: Fix some bugs in sdebug_error_write()Dan Carpenter
2023-10-16scsi: scsi_debug: Add param to control sdev's allow_restartWenchao Hao
2023-10-16scsi: scsi_debug: Add debugfs interface to fail target resetWenchao Hao
2023-10-16scsi: scsi_debug: Add new error injection type: Reset LUN failedWenchao Hao
2023-10-16scsi: scsi_debug: Add new error injection type: Abort FailedWenchao Hao
2023-10-16scsi: scsi_debug: Set command result and sense data if error is injectedWenchao Hao
2023-10-16scsi: scsi_debug: Return failed value if error is injectedWenchao Hao
2023-10-16scsi: scsi_debug: Time out command if the error is injectedWenchao Hao
2023-10-16scsi: scsi_debug: Define grammar to remove added error injectionWenchao Hao
2023-10-16scsi: scsi_debug: Add interface to manage error injection for a single deviceWenchao Hao
2023-10-16scsi: scsi_debug: Create scsi_debug directory in the debugfs filesystemWenchao Hao