summaryrefslogtreecommitdiff
path: root/drivers/scsi/scsi_debug.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-22scsi: scsi_debug: Sanity check block descriptor length in resp_mode_select()George Kennedy1-2/+2
2021-12-22scsi: scsi_debug: Fix type in min_t to avoid stack OOBGeorge Kennedy1-15/+19
2021-12-22scsi: scsi_debug: Don't call kcalloc() if size arg is zeroGeorge Kennedy1-0/+4
2021-12-14scsi: scsi_debug: Fix buffer size of REPORT ZONES commandShin'ichiro Kawasaki1-1/+1
2021-12-01scsi: scsi_debug: Zero clear zones at reset write pointerShin'ichiro Kawasaki1-0/+5
2021-11-25scsi: scsi_debug: Fix out-of-bound read in resp_report_tgtpgs()Ye Bin1-3/+4
2021-11-25scsi: scsi_debug: Fix out-of-bound read in resp_readcap16()Ye Bin1-2/+2
2021-09-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-52/+73
2021-08-12scsi: scsi_debug: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-6/+7
2021-07-21bus: Make remove callback return voidUwe Kleine-König1-2/+1
2021-07-21scsi: scsi_debug: Improve RDPROTECT/WRPROTECT handlingMartin K. Petersen1-23/+67
2021-07-21scsi: scsi_debug: Remove dump_sector()Martin K. Petersen1-25/+1
2021-06-01scsi: core: Kill DRIVER_SENSEHannes Reinecke1-2/+2
2021-06-01scsi: core: Introduce scsi_build_sense()Hannes Reinecke1-7/+4
2021-05-15scsi: scsi_debug: Drop if with an always false conditionUwe Kleine-König1-5/+0
2021-05-03scsi: scsi_debug: Fix cmd_per_lun, set to max_queueDouglas Gilbert1-8/+16
2021-03-05scsi: scsi_debug: Fix cmd duration calculationDouglas Gilbert1-5/+6
2021-03-05scsi: scsi_debug: Add new defer type for mq_pollDouglas Gilbert1-54/+94
2021-03-05scsi: scsi_debug: mq_poll supportKashyap Desai1-0/+130
2021-02-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2021-02-09scsi: scsi_debug: Fix a memory leakMaurizio Lombardi1-0/+1
2021-01-23scsi: scsi_debug: Do not set COMMAND_COMPLETEHannes Reinecke1-1/+1
2021-01-06scsi: scsi_debug: Fix memleak in scsi_debug_init()Dinghao Liu1-2/+3
2020-10-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-11/+72
2020-10-06scsi: scsi_debug: Support host tagsetJohn Garry1-18/+10
2020-09-15Merge branch '5.9/scsi-fixes' into 5.10/scsi-ufsMartin K. Petersen1-2/+2
2020-09-03scsi: scsi_debug: Make sdebug_build_parts() respect virtual_gbJohn Pittman1-1/+1
2020-09-03scsi: scsi_debug: Adjust num_parts to create equally sized partitionsJohn Pittman1-3/+7
2020-09-02scsi: scsi_debug: Implement lun_formatDouglas Gilbert1-7/+64
2020-08-25scsi: scsi_debug: Remove superfluous close zone in resp_open_zone()Niklas Cassel1-2/+0
2020-08-18scsi: scsi_debug: Fix scp is NULL errorsDouglas Gilbert1-0/+2
2020-07-29scsi: scsi_debug: Implement tur_ms_to_ready parameterDouglas Gilbert1-17/+93
2020-07-29scsi: scsi_debug: Fix request senseDouglas Gilbert1-35/+29
2020-07-14scsi: scsi_debug: Update documentation url and bump versionDouglas Gilbert1-3/+3
2020-07-14scsi: scsi_debug: every_nth triggered error injectionDouglas Gilbert1-130/+101
2020-07-14scsi: scsi_debug: Support hostwide tagsJohn Garry1-12/+68
2020-07-14scsi: scsi_debug: Add check for sdebug_max_queue during module initJohn Garry1-0/+6
2020-07-03scsi: scsi_debug: Fix in_use bitmap corruptionDouglas Gilbert1-3/+6
2020-05-20scsi: scsi_debug: Parser tables and code interactionDouglas Gilbert1-50/+63
2020-05-12scsi: scsi_debug: Fix an error handling bug in sdeb_zbc_model_str()Dan Carpenter1-1/+1
2020-05-08scsi: scsi_debug: Disallow zone sizes that are not powers of 2Damien Le Moal1-10/+7
2020-05-05scsi: scsi_debug: Implement ZBC host-aware emulationDamien Le Moal1-45/+103
2020-05-05scsi: scsi_debug: Add zone_size_mb module parameterDamien Le Moal1-5/+7
2020-05-05scsi: scsi_debug: Add zone_nr_conv module parameterDamien Le Moal1-1/+12
2020-05-05scsi: scsi_debug: Add zone_max_open module parameterDamien Le Moal1-3/+5
2020-05-05scsi: scsi_debug: Add ZBC module parameterDouglas Gilbert1-3/+78
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-05scsi: scsi_debug: Bump to version 1.89Douglas Gilbert1-3/+3
2020-05-05scsi: scsi_debug: Re-arrange parameters alphabeticallyDouglas Gilbert1-16/+18