aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_debug.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-05scsi: scsi_debug: Add ZBC zone commandsDouglas Gilbert1-15/+804
2020-05-05scsi: scsi_debug: Add ZBC mode and VPD pagesDouglas Gilbert1-11/+44
2020-05-04scsi: scsi_debug: Bump to version 1.89Douglas Gilbert1-3/+3
2020-05-04scsi: scsi_debug: Re-arrange parameters alphabeticallyDouglas Gilbert1-16/+18
2020-05-04scsi: scsi_debug: Implement PRE-FETCH commandsDouglas Gilbert1-5/+70
2020-05-04scsi: scsi_debug: Improve command duration calculationDouglas Gilbert1-2/+29
2020-05-04scsi: scsi_debug: Weaken rwlock around ramdisk accessDouglas Gilbert1-29/+18
2020-05-04scsi: scsi_debug: Implement VERIFY(10), add VERIFY(16)Douglas Gilbert1-7/+94
2020-05-04scsi: scsi_debug: Add per_host_store optionDouglas Gilbert1-214/+494
2020-05-04scsi: scsi_debug: Randomize command completion timeDouglas Gilbert1-3/+39
2020-03-24block: move struct partition out of genhd.hChristoph Hellwig1-2/+3
2019-11-19scsi: scsi_debug: num_tgts must be >= 0Maurizio Lombardi1-0/+5
2019-11-08scsi: core: Fix scsi_get/set_resid() interfaceDamien Le Moal1-2/+2
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 45Thomas Gleixner1-6/+1
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-134/+52
2019-02-12scsi: scsi_debug: Implement support for write protectMartin K. Petersen1-45/+31
2019-02-12scsi: scsi_debug: Use scsi_[gs]et_resid() where appropriateBart Van Assche1-4/+5
2019-02-12scsi: scsi_debug: Fix a recently introduced regressionBart Van Assche1-8/+7
2019-02-08scsi: ata: Use unsigned int for cmd's type in ioctls in scsi_host_templateNathan Chancellor1-1/+2
2019-02-05scsi: remove bidirectional command supportChristoph Hellwig1-77/+8
2019-01-29scsi: scsi_debug: fix write_same with virtual_gb problemDouglas Gilbert1-20/+21
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-4/+4
2018-12-18scsi: remove the use_clustering flagChristoph Hellwig1-1/+2
2018-12-18scsi: introduce a max_segment_size host_template parametersChristoph Hellwig1-1/+1
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig1-3/+2
2018-11-07scsi: kill off the legacy IO pathJens Axboe1-2/+1
2018-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-19/+38
2018-07-30scsi: scsi_debug: add cmd abort option to every_nthDouglas Gilbert1-15/+32
2018-07-12scsi: scsi_debug: skip long delays when ndelay smallDouglas Gilbert1-4/+6
2018-06-18scsi: scsi_debug: Fix memory leak on module unloadLuis Henriques1-1/+1
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-1/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-04-18scsi: scsi_debug: IMMED related delay adjustmentsDouglas Gilbert1-9/+24
2018-04-05Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-89/+152
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche1-1/+1
2018-02-15scsi: scsi_debug: call resp_*() function after setting host_scribbleMartin Wilck1-20/+33
2018-02-13scsi: scsi_debug: reset injection flags for every_nth > 0Martin Wilck1-1/+6
2018-02-13scsi: scsi_debug: implement IMMED bitDouglas Gilbert1-11/+65
2018-02-13scsi: scsi_debug: Fix pointer styling issuesJohn Pittman1-36/+36
2018-02-13scsi: scsi_debug: Add two new parameters to scsi_debug driverLaurence Oberman1-2/+8
2018-02-13scsi: scsi_debug: Simplify request tag decodingBart Van Assche1-26/+11
2018-01-17scsi: scsi_debug: delay stress fixDouglas Gilbert1-26/+46
2018-01-10scsi: scsi_debug: add resp_write_scat functionDouglas Gilbert1-3/+176
2018-01-10scsi: scsi_debug: ARRAY_SIZE and FF_MEDIA_IODouglas Gilbert1-73/+90
2018-01-10scsi: scsi_debug: do_device_access add sg offset argumentDouglas Gilbert1-7/+8
2018-01-10scsi: scsi_debug: fix group_number maskDouglas Gilbert1-14/+14
2018-01-10scsi: scsi_debug: tab, kstrto changesDouglas Gilbert1-87/+87
2017-12-07scsi: scsi_debug: Add support for injecting SCSI_MLQUEUE_HOST_BUSYBart Van Assche1-1/+13
2017-12-07scsi: scsi_debug: add cdb_len parameterDouglas Gilbert1-5/+87
2017-12-04scsi: scsi_debug: remove jiffies_to_timespecArnd Bergmann1-4/+1