summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_debug.c
AgeCommit message (Expand)AuthorLines
2021-12-06scsi: scsi_debug: Fix buffer size of REPORT ZONES commandShin'ichiro Kawasaki-1/+1
2021-11-22scsi: scsi_debug: Zero clear zones at reset write pointerShin'ichiro Kawasaki-0/+5
2021-11-22scsi: scsi_debug: Sanity check block descriptor length in resp_mode_select()George Kennedy-2/+2
2021-11-18scsi: scsi_debug: Fix type in min_t to avoid stack OOBGeorge Kennedy-15/+19
2021-11-12Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-0/+4
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-9/+10
2021-11-04scsi: scsi_debug: Don't call kcalloc() if size arg is zeroGeorge Kennedy-0/+4
2021-10-18scsi: scsi_debug: Fix out-of-bound read in resp_report_tgtpgs()Ye Bin-3/+4
2021-10-18scsi: scsi_debug: Fix out-of-bound read in resp_readcap16()Ye Bin-2/+2
2021-10-18block: rename REQ_HIPRI to REQ_POLLEDChristoph Hellwig-5/+5
2021-10-16scsi: scsi_debug: Call scsi_done() directlyBart Van Assche-4/+4
2021-09-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-52/+73
2021-08-11scsi: scsi_debug: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche-6/+7
2021-07-21bus: Make remove callback return voidUwe Kleine-König-2/+1
2021-07-20scsi: scsi_debug: Improve RDPROTECT/WRPROTECT handlingMartin K. Petersen-23/+67
2021-07-20scsi: scsi_debug: Remove dump_sector()Martin K. Petersen-25/+1
2021-05-31scsi: core: Kill DRIVER_SENSEHannes Reinecke-2/+2
2021-05-31scsi: core: Introduce scsi_build_sense()Hannes Reinecke-7/+4
2021-05-14scsi: scsi_debug: Drop if with an always false conditionUwe Kleine-König-5/+0
2021-05-02scsi: scsi_debug: Fix cmd_per_lun, set to max_queueDouglas Gilbert-8/+16
2021-03-04scsi: scsi_debug: Fix cmd duration calculationDouglas Gilbert-5/+6
2021-03-04scsi: scsi_debug: Add new defer type for mq_pollDouglas Gilbert-54/+94
2021-03-04scsi: scsi_debug: mq_poll supportKashyap Desai-0/+130
2021-02-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-1/+1
2021-02-08scsi: scsi_debug: Fix a memory leakMaurizio Lombardi-0/+1
2021-01-22scsi: scsi_debug: Do not set COMMAND_COMPLETEHannes Reinecke-1/+1
2021-01-05scsi: scsi_debug: Fix memleak in scsi_debug_init()Dinghao Liu-2/+3
2020-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-11/+72
2020-10-06scsi: scsi_debug: Support host tagsetJohn Garry-18/+10
2020-09-15Merge branch '5.9/scsi-fixes' into 5.10/scsi-ufsMartin K. Petersen-2/+2
2020-09-02scsi: scsi_debug: Make sdebug_build_parts() respect virtual_gbJohn Pittman-1/+1
2020-09-02scsi: scsi_debug: Adjust num_parts to create equally sized partitionsJohn Pittman-3/+7
2020-09-01scsi: scsi_debug: Implement lun_formatDouglas Gilbert-7/+64
2020-08-24scsi: scsi_debug: Remove superfluous close zone in resp_open_zone()Niklas Cassel-2/+0
2020-08-17scsi: scsi_debug: Fix scp is NULL errorsDouglas Gilbert-0/+2
2020-07-29scsi: scsi_debug: Implement tur_ms_to_ready parameterDouglas Gilbert-17/+93
2020-07-29scsi: scsi_debug: Fix request senseDouglas Gilbert-35/+29
2020-07-13scsi: scsi_debug: Update documentation url and bump versionDouglas Gilbert-3/+3
2020-07-13scsi: scsi_debug: every_nth triggered error injectionDouglas Gilbert-130/+101
2020-07-13scsi: scsi_debug: Support hostwide tagsJohn Garry-12/+68
2020-07-13scsi: scsi_debug: Add check for sdebug_max_queue during module initJohn Garry-0/+6
2020-07-02scsi: scsi_debug: Fix in_use bitmap corruptionDouglas Gilbert-3/+6
2020-05-19scsi: scsi_debug: Parser tables and code interactionDouglas Gilbert-50/+63
2020-05-11scsi: scsi_debug: Fix an error handling bug in sdeb_zbc_model_str()Dan Carpenter-1/+1
2020-05-07scsi: scsi_debug: Disallow zone sizes that are not powers of 2Damien Le Moal-10/+7
2020-05-05scsi: scsi_debug: Implement ZBC host-aware emulationDamien Le Moal-45/+103
2020-05-05scsi: scsi_debug: Add zone_size_mb module parameterDamien Le Moal-5/+7
2020-05-05scsi: scsi_debug: Add zone_nr_conv module parameterDamien Le Moal-1/+12
2020-05-05scsi: scsi_debug: Add zone_max_open module parameterDamien Le Moal-3/+5
2020-05-05scsi: scsi_debug: Add ZBC module parameterDouglas Gilbert-3/+78