| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-03 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -12/+5 |
| 2025-09-09 | scsi: scsi_debug: Replace kzalloc() + copy_from_user() with memdup_user_nul() | Thorsten Blum | 1 | -8/+3 |
| 2025-08-19 | scsi: scsi_debug: Use vcalloc() to simplify code | Qianfeng Rong | 1 | -4/+2 |
| 2025-07-30 | scsi: scsi_debug: Make read-only arrays static const | Colin Ian King | 1 | -34/+57 |
| 2025-06-16 | scsi: Don't use %pK through printk() | Thomas Weißschuh | 1 | -1/+1 |
| 2025-05-05 | scsi: scsi_debug: Reduce DEF_ATOMIC_WR_MAX_LENGTH | John Garry | 1 | -1/+1 |
| 2025-04-11 | scsi: scsi_debug: Add ERASE for tapes | Kai Mäkisara | 1 | -3/+20 |
| 2025-04-11 | scsi: scsi_debug: Use scsi_device->type instead os sdebug_ptype where possible | Kai Mäkisara | 1 | -26/+35 |
| 2025-04-11 | scsi: scsi_debug: Move some tape-specific commands to separate definitions | Kai Mäkisara | 1 | -39/+38 |
| 2025-04-11 | scsi: scsi_debug: Enable different command definitions for different device t... | Kai Mäkisara | 1 | -89/+115 |
| 2025-04-11 | scsi: scsi_debug: Fix two typos in command definitions | Kai Mäkisara | 1 | -2/+2 |
| 2025-03-26 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -137/+791 |
| 2025-03-02 | scsi: scsi_debug: Fix uninitialized variable use | Arnd Bergmann | 1 | -1/+1 |
| 2025-02-24 | scsi: scsi_debug: Do not sleep in atomic sections | Bart Van Assche | 1 | -6/+10 |
| 2025-02-24 | scsi: scsi_debug: Simplify command handling | Bart Van Assche | 1 | -110/+20 |
| 2025-02-24 | scsi: scsi_debug: Remove a reference to in_use_bm | Bart Van Assche | 1 | -1/+1 |
| 2025-02-24 | scsi: scsi_debug: Remove sdebug_device_access_info | John Garry | 1 | -7/+0 |
| 2025-02-23 | scsi: scsi_debug: Add support for partitioning the tape | Kai Mäkisara | 1 | -4/+104 |
| 2025-02-23 | scsi: scsi_debug: Reset tape setting at device reset | Kai Mäkisara | 1 | -1/+20 |
| 2025-02-23 | scsi: scsi_debug: Add compression mode page for tapes | Kai Mäkisara | 1 | -0/+33 |
| 2025-02-23 | scsi: scsi_debug: Add read support and update locate for tapes | Kai Mäkisara | 1 | -5/+235 |
| 2025-02-23 | scsi: scsi_debug: Add write support with block lengths and 4 bytes of data | Kai Mäkisara | 1 | -5/+212 |
| 2025-02-23 | scsi: scsi_debug: Add READ BLOCK LIMITS and modify LOAD for tapes | Kai Mäkisara | 1 | -6/+121 |
| 2025-02-23 | scsi: scsi_debug: First fixes for tapes | Kai Mäkisara | 1 | -6/+49 |
| 2025-02-18 | scsi: Switch to use hrtimer_setup() | Nam Cao | 1 | -2/+2 |
| 2025-01-10 | scsi: scsi_debug: Constify sdebug_driver_template | John Garry | 1 | -6/+6 |
| 2025-01-10 | Merge branch '6.13/scsi-fixes' into 6.14/scsi-staging | Martin K. Petersen | 1 | -1/+1 |
| 2025-01-02 | scsi: scsi_debug: Skip host/bus reset settle delay | Bart Van Assche | 1 | -0/+1 |
| 2024-12-04 | scsi: Convert SCSI drivers to .sdev_configure() | Bart Van Assche | 1 | -4/+5 |
| 2024-12-04 | scsi: Rename .slave_alloc() and .slave_destroy() | Bart Van Assche | 1 | -6/+6 |
| 2024-12-04 | scsi: scsi_debug: Fix hrtimer support for ndelay | John Garry | 1 | -1/+1 |
| 2024-10-30 | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 1 | -6/+4 |
| 2024-10-25 | scsi: scsi_debug: Fix do_device_access() handling of unexpected SG copy length | John Garry | 1 | -6/+4 |
| 2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 1 | -1/+1 |
| 2024-09-12 | scsi: scsi_debug: Remove a useless memset() | Christophe JAILLET | 1 | -1/+0 |
| 2024-07-15 | Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -134/+454 |
| 2024-06-25 | scsi: scsi_debug: Fix create target debugfs failure | Ming Lei | 1 | -1/+5 |
| 2024-06-20 | scsi: scsi_debug: Atomic write support | John Garry | 1 | -134/+454 |
| 2024-03-22 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -68/+225 |
| 2024-02-26 | scsi: scsi_debug: Maintain write statistics per group number | Bart Van Assche | 1 | -4/+45 |
| 2024-02-26 | scsi: scsi_debug: Implement GET STREAM STATUS | Bart Van Assche | 1 | -0/+50 |
| 2024-02-26 | scsi: scsi_debug: Implement the IO Advice Hints Grouping mode page | Bart Van Assche | 1 | -3/+58 |
| 2024-02-26 | scsi: scsi_debug: Allocate the MODE SENSE response from the heap | Bart Van Assche | 1 | -2/+7 |
| 2024-02-26 | scsi: scsi_debug: Rework subpage code error handling | Bart Van Assche | 1 | -34/+36 |
| 2024-02-26 | scsi: scsi_debug: Rework page code error handling | Bart Van Assche | 1 | -12/+12 |
| 2024-02-26 | scsi: scsi_debug: Support the block limits extension VPD page | Bart Van Assche | 1 | -0/+16 |
| 2024-02-26 | scsi: scsi_debug: Reduce code duplication | Bart Van Assche | 1 | -14/+2 |
| 2024-02-05 | scsi: scsi_debug: Make pseudo_lld_bus const | Ricardo B. Marliere | 1 | -2/+2 |
| 2023-12-19 | block: remove support for the host aware zone model | Christoph Hellwig | 1 | -14/+13 |
| 2023-11-08 | scsi: scsi_debug: Delete some bogus error checking | Dan Carpenter | 1 | -7/+0 |
| 2023-11-08 | scsi: scsi_debug: Fix some bugs in sdebug_error_write() | Dan Carpenter | 1 | -1/+1 |
| 2023-10-16 | scsi: scsi_debug: Add param to control sdev's allow_restart | Wenchao Hao | 1 | -0/+6 |
| 2023-10-16 | scsi: scsi_debug: Add debugfs interface to fail target reset | Wenchao Hao | 1 | -1/+113 |
| 2023-10-16 | scsi: scsi_debug: Add new error injection type: Reset LUN failed | Wenchao Hao | 1 | -0/+39 |
| 2023-10-16 | scsi: scsi_debug: Add new error injection type: Abort Failed | Wenchao Hao | 1 | -0/+40 |
| 2023-10-16 | scsi: scsi_debug: Set command result and sense data if error is injected | Wenchao Hao | 1 | -0/+53 |
| 2023-10-16 | scsi: scsi_debug: Return failed value if error is injected | Wenchao Hao | 1 | -0/+36 |
| 2023-10-16 | scsi: scsi_debug: Time out command if the error is injected | Wenchao Hao | 1 | -0/+34 |
| 2023-10-16 | scsi: scsi_debug: Define grammar to remove added error injection | Wenchao Hao | 1 | -0/+31 |
| 2023-10-16 | scsi: scsi_debug: Add interface to manage error injection for a single device | Wenchao Hao | 1 | -4/+210 |
| 2023-10-16 | scsi: scsi_debug: Create scsi_debug directory in the debugfs filesystem | Wenchao Hao | 1 | -0/+8 |
| 2023-07-05 | scsi: scsi_debug: Remove dead code | Maurizio Lombardi | 1 | -8/+0 |
| 2023-04-18 | scsi: scsi_debug: Abort commands from scsi_debug_device_reset() | John Garry | 1 | -0/+22 |
| 2023-04-11 | scsi: scsi_debug: Fix missing error code in scsi_debug_init() | Harshit Mogalapalli | 1 | -1/+3 |
| 2023-04-02 | Merge patch series "Fix shost command overloading issues" | Martin K. Petersen | 1 | -422/+361 |
| 2023-04-02 | scsi: scsi_debug: Drop sdebug_queue | John Garry | 1 | -138/+51 |
| 2023-04-02 | scsi: scsi_debug: Only allow sdebug_max_queue be modified when no shosts | John Garry | 1 | -61/+6 |
| 2023-04-02 | scsi: scsi_debug: Use scsi_host_busy() in delay_store() and ndelay_store() | John Garry | 1 | -14/+13 |
| 2023-04-02 | scsi: scsi_debug: Use blk_mq_tagset_busy_iter() in stop_all_queued() | John Garry | 1 | -28/+17 |
| 2023-04-02 | scsi: scsi_debug: Use blk_mq_tagset_busy_iter() in sdebug_blk_mq_poll() | John Garry | 1 | -97/+98 |
| 2023-04-02 | scsi: scsi_debug: Dynamically allocate sdebug_queued_cmd | John Garry | 1 | -174/+253 |
| 2023-04-02 | scsi: scsi_debug: Use scsi_block_requests() to block queues | John Garry | 1 | -9/+9 |
| 2023-04-02 | scsi: scsi_debug: Protect block_unblock_all_queues() with mutex | John Garry | 1 | -1/+17 |
| 2023-04-02 | scsi: scsi_debug: Change shost list lock to a mutex | John Garry | 1 | -19/+19 |
| 2023-04-02 | scsi: scsi_debug: Don't iter all shosts in clear_luns_changed_on_target() | John Garry | 1 | -8/+5 |
| 2023-04-02 | scsi: scsi_debug: Fix check for sdev queue full | John Garry | 1 | -1/+1 |
| 2023-03-24 | scsi: scsi_debug: Remove redundant driver match function | Lizhe | 1 | -7/+0 |
| 2023-03-16 | scsi: scsi_debug: Add poll mode deferred completions to statistics | John Garry | 1 | -0/+7 |
| 2023-03-16 | scsi: scsi_debug: Get command abort feature working again | John Garry | 1 | -9/+8 |
| 2023-03-16 | scsi: scsi_debug: Drop sdebug_dev_info.num_in_q | John Garry | 1 | -47/+16 |
| 2023-03-16 | scsi: scsi_debug: Drop check for num_in_q exceeding queue depth | John Garry | 1 | -9/+2 |
| 2023-03-16 | scsi: scsi_debug: Drop scsi_debug_host_reset() device NULL pointer check | John Garry | 1 | -1/+1 |
| 2023-03-16 | scsi: scsi_debug: Drop scsi_debug_bus_reset() NULL pointer checks | John Garry | 1 | -18/+8 |
| 2023-03-16 | scsi: scsi_debug: Drop scsi_debug_target_reset() NULL pointer checks | John Garry | 1 | -21/+10 |
| 2023-03-16 | scsi: scsi_debug: Drop scsi_debug_device_reset() NULL pointer checks | John Garry | 1 | -9/+8 |
| 2023-03-16 | scsi: scsi_debug: Drop scsi_debug_abort() NULL pointer checks | John Garry | 1 | -7/+7 |
| 2023-03-16 | scsi: scsi_debug: Stop setting devip->sdbg_host twice | John Garry | 1 | -1/+0 |
| 2023-03-16 | scsi: scsi_debug: Don't hold driver host struct pointer in host->hostdata[] | John Garry | 1 | -13/+11 |
| 2022-12-30 | Merge branch '6.2/scsi-queue' into 6.2/scsi-fixes | Martin K. Petersen | 1 | -2/+0 |
| 2022-12-14 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -4/+7 |
| 2022-12-14 | scsi: scsi_debug: Delete unreachable code in inquiry_vpd_b0() | John Garry | 1 | -2/+0 |
| 2022-12-12 | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -3/+3 |
| 2022-11-26 | scsi: scsi_debug: Fix possible name leak in sdebug_add_host_helper() | Yang Yingliang | 1 | -1/+4 |
| 2022-11-25 | scsi: scsi_debug: Fix a warning in resp_report_zones() | Harshit Mogalapalli | 1 | -1/+1 |
| 2022-11-25 | scsi: scsi_debug: Fix a warning in resp_verify() | Harshit Mogalapalli | 1 | -1/+1 |
| 2022-11-18 | treewide: use get_random_u32_below() instead of deprecated function | Jason A. Donenfeld | 1 | -3/+3 |
| 2022-11-17 | scsi: scsi_debug: Fix a warning in resp_write_scat() | Harshit Mogalapalli | 1 | -1/+1 |
| 2022-11-17 | scsi: scsi_debug: Fix possible UAF in sdebug_add_host_helper() | Yuan Can | 1 | -1/+5 |
| 2022-11-08 | scsi: scsi_debug: Make the READ CAPACITY response compliant with ZBC | Bart Van Assche | 1 | -0/+7 |
| 2022-08-22 | block: Change the return type of blk_mq_map_queues() into void | Bart Van Assche | 1 | -5/+2 |
| 2022-06-10 | scsi: scsi_debug: Fix zone transition to full condition | Damien Le Moal | 1 | -2/+20 |
| 2022-04-25 | scsi: scsi_debug: Add gap zone support | Damien Le Moal | 1 | -25/+104 |
| 2022-04-25 | scsi: scsi_debug: Rename zone type constants | Damien Le Moal | 1 | -9/+9 |
| 2022-04-25 | scsi: scsi_debug: Fix a typo | Bart Van Assche | 1 | -1/+1 |
| 2022-04-11 | Revert "scsi: scsi_debug: Address races following module load" | Bart Van Assche | 1 | -146/+51 |
| 2022-04-06 | scsi: scsi_debug: Fix sdebug_blk_mq_poll() in_use_bm bitmap use | Damien Le Moal | 1 | -3/+5 |
| 2022-03-24 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -139/+349 |
| 2022-03-08 | scsi: scsi_debug: Fix qc_lock use in sdebug_blk_mq_poll() | Damien Le Moal | 1 | -9/+7 |
| 2022-03-08 | scsi: scsi_debug: Silence unexpected unlock warnings | Damien Le Moal | 1 | -24/+44 |
| 2022-02-02 | block: remove genhd.h | Christoph Hellwig | 1 | -1/+0 |
| 2022-01-25 | scsi: scsi_debug: Add environmental reporting log subpage | Douglas Gilbert | 1 | -0/+33 |
| 2022-01-25 | scsi: scsi_debug: Add no_rwlock parameter | Douglas Gilbert | 1 | -50/+102 |
| 2022-01-25 | scsi: scsi_debug: Divide power on reset UNIT ATTENTION | Douglas Gilbert | 1 | -11/+19 |
| 2022-01-25 | scsi: scsi_debug: Refine sdebug_blk_mq_poll() | Douglas Gilbert | 1 | -5/+16 |
| 2022-01-25 | scsi: scsi_debug: Use TASK SET FULL more | Douglas Gilbert | 1 | -13/+6 |
| 2022-01-25 | scsi: scsi_debug: Strengthen defer_t accesses | Douglas Gilbert | 1 | -11/+11 |
| 2022-01-25 | scsi: scsi_debug: Address races following module load | Douglas Gilbert | 1 | -51/+146 |
| 2021-12-06 | scsi: scsi_debug: Fix buffer size of REPORT ZONES command | Shin'ichiro Kawasaki | 1 | -1/+1 |
| 2021-11-22 | scsi: scsi_debug: Zero clear zones at reset write pointer | Shin'ichiro Kawasaki | 1 | -0/+5 |
| 2021-11-22 | scsi: scsi_debug: Sanity check block descriptor length in resp_mode_select() | George Kennedy | 1 | -2/+2 |
| 2021-11-18 | scsi: scsi_debug: Fix type in min_t to avoid stack OOB | George Kennedy | 1 | -15/+19 |
| 2021-11-12 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -0/+4 |
| 2021-11-05 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -9/+10 |
| 2021-11-04 | scsi: scsi_debug: Don't call kcalloc() if size arg is zero | George Kennedy | 1 | -0/+4 |
| 2021-10-18 | scsi: scsi_debug: Fix out-of-bound read in resp_report_tgtpgs() | Ye Bin | 1 | -3/+4 |
| 2021-10-18 | scsi: scsi_debug: Fix out-of-bound read in resp_readcap16() | Ye Bin | 1 | -2/+2 |
| 2021-10-18 | block: rename REQ_HIPRI to REQ_POLLED | Christoph Hellwig | 1 | -5/+5 |
| 2021-10-16 | scsi: scsi_debug: Call scsi_done() directly | Bart Van Assche | 1 | -4/+4 |
| 2021-09-02 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -52/+73 |
| 2021-08-11 | scsi: scsi_debug: Use scsi_cmd_to_rq() instead of scsi_cmnd.request | Bart Van Assche | 1 | -6/+7 |
| 2021-07-21 | bus: Make remove callback return void | Uwe Kleine-König | 1 | -2/+1 |
| 2021-07-20 | scsi: scsi_debug: Improve RDPROTECT/WRPROTECT handling | Martin K. Petersen | 1 | -23/+67 |
| 2021-07-20 | scsi: scsi_debug: Remove dump_sector() | Martin K. Petersen | 1 | -25/+1 |
| 2021-05-31 | scsi: core: Kill DRIVER_SENSE | Hannes Reinecke | 1 | -2/+2 |
| 2021-05-31 | scsi: core: Introduce scsi_build_sense() | Hannes Reinecke | 1 | -7/+4 |
| 2021-05-14 | scsi: scsi_debug: Drop if with an always false condition | Uwe Kleine-König | 1 | -5/+0 |
| 2021-05-02 | scsi: scsi_debug: Fix cmd_per_lun, set to max_queue | Douglas Gilbert | 1 | -8/+16 |
| 2021-03-04 | scsi: scsi_debug: Fix cmd duration calculation | Douglas Gilbert | 1 | -5/+6 |
| 2021-03-04 | scsi: scsi_debug: Add new defer type for mq_poll | Douglas Gilbert | 1 | -54/+94 |
| 2021-03-04 | scsi: scsi_debug: mq_poll support | Kashyap Desai | 1 | -0/+130 |
| 2021-02-22 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -1/+1 |
| 2021-02-08 | scsi: scsi_debug: Fix a memory leak | Maurizio Lombardi | 1 | -0/+1 |
| 2021-01-22 | scsi: scsi_debug: Do not set COMMAND_COMPLETE | Hannes Reinecke | 1 | -1/+1 |
| 2021-01-05 | scsi: scsi_debug: Fix memleak in scsi_debug_init() | Dinghao Liu | 1 | -2/+3 |
| 2020-10-14 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -11/+72 |
| 2020-10-06 | scsi: scsi_debug: Support host tagset | John Garry | 1 | -18/+10 |
| 2020-09-15 | Merge branch '5.9/scsi-fixes' into 5.10/scsi-ufs | Martin K. Petersen | 1 | -2/+2 |
| 2020-09-02 | scsi: scsi_debug: Make sdebug_build_parts() respect virtual_gb | John Pittman | 1 | -1/+1 |
| 2020-09-02 | scsi: scsi_debug: Adjust num_parts to create equally sized partitions | John Pittman | 1 | -3/+7 |
| 2020-09-01 | scsi: scsi_debug: Implement lun_format | Douglas Gilbert | 1 | -7/+64 |
| 2020-08-24 | scsi: scsi_debug: Remove superfluous close zone in resp_open_zone() | Niklas Cassel | 1 | -2/+0 |
| 2020-08-17 | scsi: scsi_debug: Fix scp is NULL errors | Douglas Gilbert | 1 | -0/+2 |
| 2020-07-29 | scsi: scsi_debug: Implement tur_ms_to_ready parameter | Douglas Gilbert | 1 | -17/+93 |
| 2020-07-29 | scsi: scsi_debug: Fix request sense | Douglas Gilbert | 1 | -35/+29 |
| 2020-07-13 | scsi: scsi_debug: Update documentation url and bump version | Douglas Gilbert | 1 | -3/+3 |
| 2020-07-13 | scsi: scsi_debug: every_nth triggered error injection | Douglas Gilbert | 1 | -130/+101 |
| 2020-07-13 | scsi: scsi_debug: Support hostwide tags | John Garry | 1 | -12/+68 |
| 2020-07-13 | scsi: scsi_debug: Add check for sdebug_max_queue during module init | John Garry | 1 | -0/+6 |
| 2020-07-02 | scsi: scsi_debug: Fix in_use bitmap corruption | Douglas Gilbert | 1 | -3/+6 |
| 2020-05-19 | scsi: scsi_debug: Parser tables and code interaction | Douglas Gilbert | 1 | -50/+63 |
| 2020-05-11 | scsi: scsi_debug: Fix an error handling bug in sdeb_zbc_model_str() | Dan Carpenter | 1 | -1/+1 |
| 2020-05-07 | scsi: scsi_debug: Disallow zone sizes that are not powers of 2 | Damien Le Moal | 1 | -10/+7 |
| 2020-05-05 | scsi: scsi_debug: Implement ZBC host-aware emulation | Damien Le Moal | 1 | -45/+103 |
| 2020-05-05 | scsi: scsi_debug: Add zone_size_mb module parameter | Damien Le Moal | 1 | -5/+7 |
| 2020-05-05 | scsi: scsi_debug: Add zone_nr_conv module parameter | Damien Le Moal | 1 | -1/+12 |
| 2020-05-05 | scsi: scsi_debug: Add zone_max_open module parameter | Damien Le Moal | 1 | -3/+5 |
| 2020-05-05 | scsi: scsi_debug: Add ZBC module parameter | Douglas Gilbert | 1 | -3/+78 |
| 2020-05-05 | scsi: scsi_debug: Add ZBC zone commands | Douglas Gilbert | 1 | -15/+804 |
| 2020-05-05 | scsi: scsi_debug: Add ZBC mode and VPD pages | Douglas Gilbert | 1 | -11/+44 |
| 2020-05-04 | scsi: scsi_debug: Bump to version 1.89 | Douglas Gilbert | 1 | -3/+3 |
| 2020-05-04 | scsi: scsi_debug: Re-arrange parameters alphabetically | Douglas Gilbert | 1 | -16/+18 |
| 2020-05-04 | scsi: scsi_debug: Implement PRE-FETCH commands | Douglas Gilbert | 1 | -5/+70 |
| 2020-05-04 | scsi: scsi_debug: Improve command duration calculation | Douglas Gilbert | 1 | -2/+29 |
| 2020-05-04 | scsi: scsi_debug: Weaken rwlock around ramdisk access | Douglas Gilbert | 1 | -29/+18 |
| 2020-05-04 | scsi: scsi_debug: Implement VERIFY(10), add VERIFY(16) | Douglas Gilbert | 1 | -7/+94 |
| 2020-05-04 | scsi: scsi_debug: Add per_host_store option | Douglas Gilbert | 1 | -214/+494 |
| 2020-05-04 | scsi: scsi_debug: Randomize command completion time | Douglas Gilbert | 1 | -3/+39 |
| 2020-03-24 | block: move struct partition out of genhd.h | Christoph Hellwig | 1 | -2/+3 |
| 2019-11-19 | scsi: scsi_debug: num_tgts must be >= 0 | Maurizio Lombardi | 1 | -0/+5 |
| 2019-11-08 | scsi: core: Fix scsi_get/set_resid() interface | Damien Le Moal | 1 | -2/+2 |
| 2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 45 | Thomas Gleixner | 1 | -6/+1 |
| 2019-03-09 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -134/+52 |
| 2019-02-12 | scsi: scsi_debug: Implement support for write protect | Martin K. Petersen | 1 | -45/+31 |
| 2019-02-12 | scsi: scsi_debug: Use scsi_[gs]et_resid() where appropriate | Bart Van Assche | 1 | -4/+5 |
| 2019-02-12 | scsi: scsi_debug: Fix a recently introduced regression | Bart Van Assche | 1 | -8/+7 |
| 2019-02-08 | scsi: ata: Use unsigned int for cmd's type in ioctls in scsi_host_template | Nathan Chancellor | 1 | -1/+2 |
| 2019-02-05 | scsi: remove bidirectional command support | Christoph Hellwig | 1 | -77/+8 |
| 2019-01-29 | scsi: scsi_debug: fix write_same with virtual_gb problem | Douglas Gilbert | 1 | -20/+21 |
| 2018-12-28 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -4/+4 |
| 2018-12-18 | scsi: remove the use_clustering flag | Christoph Hellwig | 1 | -1/+2 |
| 2018-12-18 | scsi: introduce a max_segment_size host_template parameters | Christoph Hellwig | 1 | -1/+1 |
| 2018-12-18 | scsi: flip the default on use_clustering | Christoph Hellwig | 1 | -3/+2 |
| 2018-11-07 | scsi: kill off the legacy IO path | Jens Axboe | 1 | -2/+1 |
| 2018-08-15 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -19/+38 |
| 2018-07-30 | scsi: scsi_debug: add cmd abort option to every_nth | Douglas Gilbert | 1 | -15/+32 |
| 2018-07-12 | scsi: scsi_debug: skip long delays when ndelay small | Douglas Gilbert | 1 | -4/+6 |
| 2018-06-18 | scsi: scsi_debug: Fix memory leak on module unload | Luis Henriques | 1 | -1/+1 |
| 2018-06-12 | treewide: Use array_size() in vmalloc() | Kees Cook | 1 | -1/+2 |
| 2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook | 1 | -1/+1 |
| 2018-04-18 | scsi: scsi_debug: IMMED related delay adjustments | Douglas Gilbert | 1 | -9/+24 |