Age | Commit message (Expand) | Author | Files | Lines |
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 |