Age | Commit message (Expand) | Author | Files | Lines |
2018-08-15 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -19/+38 |
2018-07-30 | scsi: scsi_debug: add cmd abort option to every_nth | Douglas Gilbert | 1 | -15/+32 |
2018-07-12 | scsi: scsi_debug: skip long delays when ndelay small | Douglas Gilbert | 1 | -4/+6 |
2018-06-18 | scsi: scsi_debug: Fix memory leak on module unload | Luis Henriques | 1 | -1/+1 |
2018-06-12 | treewide: Use array_size() in vmalloc() | Kees Cook | 1 | -1/+2 |
2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook | 1 | -1/+1 |
2018-04-18 | scsi: scsi_debug: IMMED related delay adjustments | Douglas Gilbert | 1 | -9/+24 |
2018-04-05 | Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Linus Torvalds | 1 | -89/+152 |
2018-03-08 | block: Use blk_queue_flag_*() in drivers instead of queue_flag_*() | Bart Van Assche | 1 | -1/+1 |
2018-02-15 | scsi: scsi_debug: call resp_*() function after setting host_scribble | Martin Wilck | 1 | -20/+33 |
2018-02-13 | scsi: scsi_debug: reset injection flags for every_nth > 0 | Martin Wilck | 1 | -1/+6 |
2018-02-13 | scsi: scsi_debug: implement IMMED bit | Douglas Gilbert | 1 | -11/+65 |
2018-02-13 | scsi: scsi_debug: Fix pointer styling issues | John Pittman | 1 | -36/+36 |
2018-02-13 | scsi: scsi_debug: Add two new parameters to scsi_debug driver | Laurence Oberman | 1 | -2/+8 |
2018-02-13 | scsi: scsi_debug: Simplify request tag decoding | Bart Van Assche | 1 | -26/+11 |
2018-01-17 | scsi: scsi_debug: delay stress fix | Douglas Gilbert | 1 | -26/+46 |
2018-01-10 | scsi: scsi_debug: add resp_write_scat function | Douglas Gilbert | 1 | -3/+176 |
2018-01-10 | scsi: scsi_debug: ARRAY_SIZE and FF_MEDIA_IO | Douglas Gilbert | 1 | -73/+90 |
2018-01-10 | scsi: scsi_debug: do_device_access add sg offset argument | Douglas Gilbert | 1 | -7/+8 |
2018-01-10 | scsi: scsi_debug: fix group_number mask | Douglas Gilbert | 1 | -14/+14 |
2018-01-10 | scsi: scsi_debug: tab, kstrto changes | Douglas Gilbert | 1 | -87/+87 |
2017-12-07 | scsi: scsi_debug: Add support for injecting SCSI_MLQUEUE_HOST_BUSY | Bart Van Assche | 1 | -1/+13 |
2017-12-07 | scsi: scsi_debug: add cdb_len parameter | Douglas Gilbert | 1 | -5/+87 |
2017-12-04 | scsi: scsi_debug: remove jiffies_to_timespec | Arnd Bergmann | 1 | -4/+1 |
2017-10-31 | scsi: scsi_debug: write_same: fix error report | Douglas Gilbert | 1 | -3/+3 |
2017-10-17 | scsi: scsi_debug: allow to specify inquiry vendor and model | Hannes Reinecke | 1 | -8/+17 |
2017-09-08 | treewide: make "nr_cpu_ids" unsigned | Alexey Dobriyan | 1 | -1/+1 |
2017-08-25 | scsi: scsi_debug: Remove a set-but-not-used variable | Bart Van Assche | 1 | -2/+1 |
2017-07-03 | Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuid | Linus Torvalds | 1 | -5/+5 |
2017-06-05 | scsi_debug: switch to uuid_t | Christoph Hellwig | 1 | -5/+5 |
2017-05-31 | scsi: scsi_debug: Avoid PI being disabled when TPGS is enabled | Martin K. Petersen | 1 | -1/+1 |
2017-01-31 | scsi: scsi_debug: Add OPTIMAL TRANSFER LENGTH GRANULARITY option. | Lukas Herbolt | 1 | -1/+9 |
2016-12-25 | ktime: Cleanup ktime_set() usage | Thomas Gleixner | 1 | -1/+1 |
2016-10-26 | scsi: scsi_debug: Fix memory leak if LBP enabled and module is unloaded | Ewan D. Milne | 1 | -0/+1 |
2016-09-15 | scsi: sd: Move DIF protection types to t10-pi.h | Christoph Hellwig | 1 | -20/+19 |
2016-09-15 | scsi: scsi_debug: Use struct t10_pi_tuple instead of struct sd_dif_tuple | Christoph Hellwig | 1 | -7/+8 |
2016-07-12 | scsi_debug: fix sleep in invalid context | Douglas Gilbert | 1 | -27/+66 |
2016-05-10 | scsi_debug: use locally assigned naa | Douglas Gilbert | 1 | -17/+18 |
2016-05-10 | scsi_debug: uuid for lu name | Douglas Gilbert | 1 | -10/+51 |
2016-05-10 | scsi_debug: vpd and mode page work | Douglas Gilbert | 1 | -79/+108 |
2016-05-10 | scsi_debug: add multiple queue support | Douglas Gilbert | 1 | -256/+446 |
2016-05-03 | scsi_debug: rework resp_report_luns | Douglas Gilbert | 1 | -48/+87 |
2016-05-03 | scsi_debug: use pdt constants | Douglas Gilbert | 1 | -41/+45 |
2016-04-29 | scsi_debug: use likely hints on fast path | Douglas Gilbert | 1 | -114/+105 |
2016-04-29 | scsi_debug: re-order file scope declarations | Douglas Gilbert | 1 | -163/+151 |
2016-04-29 | scsi_debug: replace tasklet with work queue | Douglas Gilbert | 1 | -135/+95 |
2016-04-29 | scsi_debug: make jiffy delay name clearer | Douglas Gilbert | 1 | -23/+23 |
2016-04-29 | scsi_debug: replace jiffy timers with hr timers | Douglas Gilbert | 1 | -35/+21 |
2016-04-29 | scsi_debug: ignore host lock option | Douglas Gilbert | 1 | -37/+7 |
2016-04-29 | scsi_debug: cleanup naming and bit crunching | Douglas Gilbert | 1 | -637/+525 |