aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_debug.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-31scsi: scsi_debug: write_same: fix error reportDouglas Gilbert1-3/+3
2017-10-17scsi: scsi_debug: allow to specify inquiry vendor and modelHannes Reinecke1-8/+17
2017-09-08treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan1-1/+1
2017-08-25scsi: scsi_debug: Remove a set-but-not-used variableBart Van Assche1-2/+1
2017-07-03Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidLinus Torvalds1-5/+5
2017-06-05scsi_debug: switch to uuid_tChristoph Hellwig1-5/+5
2017-05-31scsi: scsi_debug: Avoid PI being disabled when TPGS is enabledMartin K. Petersen1-1/+1
2017-01-31scsi: scsi_debug: Add OPTIMAL TRANSFER LENGTH GRANULARITY option.Lukas Herbolt1-1/+9
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner1-1/+1
2016-10-26scsi: scsi_debug: Fix memory leak if LBP enabled and module is unloadedEwan D. Milne1-0/+1
2016-09-15scsi: sd: Move DIF protection types to t10-pi.hChristoph Hellwig1-20/+19