1. 4f2c8bf scsi: scsi_debug: IMMED related delay adjustments by Douglas Gilbert · 7 years ago
  2. 052c220 Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  3. 8b904b5 block: Use blk_queue_flag_*() in drivers instead of queue_flag_*() by Bart Van Assche · 7 years ago
  4. f66b851 scsi: scsi_debug: call resp_*() function after setting host_scribble by Martin Wilck · 7 years ago
  5. f9ba7af scsi: scsi_debug: reset injection flags for every_nth > 0 by Martin Wilck · 7 years ago
  6. 80c4956 scsi: scsi_debug: implement IMMED bit by Douglas Gilbert · 7 years ago
  7. 91d4c75 scsi: scsi_debug: Fix pointer styling issues by John Pittman · 7 years ago
  8. d9da891 scsi: scsi_debug: Add two new parameters to scsi_debug driver by Laurence Oberman · 7 years ago
  9. 458df78 scsi: scsi_debug: Simplify request tag decoding by Bart Van Assche · 7 years ago
  10. 10bde98 scsi: scsi_debug: delay stress fix by Douglas Gilbert · 7 years ago
  11. 481b5e5 scsi: scsi_debug: add resp_write_scat function by Douglas Gilbert · 7 years ago
  12. 46f64e7 scsi: scsi_debug: ARRAY_SIZE and FF_MEDIA_IO by Douglas Gilbert · 7 years ago
  13. 0a7e69c scsi: scsi_debug: do_device_access add sg offset argument by Douglas Gilbert · 7 years ago
  14. b7e2458 scsi: scsi_debug: fix group_number mask by Douglas Gilbert · 7 years ago
  15. 9a05101 scsi: scsi_debug: tab, kstrto changes by Douglas Gilbert · 7 years ago
  16. 7ee6d1b scsi: scsi_debug: Add support for injecting SCSI_MLQUEUE_HOST_BUSY by Bart Van Assche · 7 years ago
  17. 9b760fd scsi: scsi_debug: add cdb_len parameter by Douglas Gilbert · 7 years ago
  18. 13f6b61 scsi: scsi_debug: remove jiffies_to_timespec by Arnd Bergmann · 7 years ago
  19. e33d7c5 scsi: scsi_debug: write_same: fix error report by Douglas Gilbert · 7 years ago
  20. e5203cf scsi: scsi_debug: allow to specify inquiry vendor and model by Hannes Reinecke · 7 years ago
  21. 9b130ad treewide: make "nr_cpu_ids" unsigned by Alexey Dobriyan · 7 years ago
  22. ab17241 scsi: scsi_debug: Remove a set-but-not-used variable by Bart Van Assche · 7 years ago
  23. 81e3e04 Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuid by Linus Torvalds · 7 years ago
  24. bf47643 scsi_debug: switch to uuid_t by Christoph Hellwig · 7 years ago
  25. 70bdf20 scsi: scsi_debug: Avoid PI being disabled when TPGS is enabled by Martin K. Petersen · 7 years ago
  26. 86e6828 scsi: scsi_debug: Add OPTIMAL TRANSFER LENGTH GRANULARITY option. by Lukas Herbolt · 8 years ago
  27. 8b0e195 ktime: Cleanup ktime_set() usage by Thomas Gleixner · 8 years ago
  28. 4d2b496 scsi: scsi_debug: Fix memory leak if LBP enabled and module is unloaded by Ewan D. Milne · 8 years ago
  29. 8475c81 scsi: sd: Move DIF protection types to t10-pi.h by Christoph Hellwig · 8 years ago
  30. 6ebf105 scsi: scsi_debug: Use struct t10_pi_tuple instead of struct sd_dif_tuple by Christoph Hellwig · 8 years ago
  31. fb0cc8d scsi_debug: fix sleep in invalid context by Douglas Gilbert · 8 years ago
  32. 1b37bd6 scsi_debug: use locally assigned naa by Douglas Gilbert · 9 years ago
  33. 09ba24c scsi_debug: uuid for lu name by Douglas Gilbert · 9 years ago
  34. 760f3b0 scsi_debug: vpd and mode page work by Douglas Gilbert · 9 years ago
  35. c483739 scsi_debug: add multiple queue support by Douglas Gilbert · 9 years ago
  36. 8d039e2 scsi_debug: rework resp_report_luns by Douglas Gilbert · 9 years ago
  37. b01f6f8 scsi_debug: use pdt constants by Douglas Gilbert · 9 years ago
  38. f46eb0e scsi_debug: use likely hints on fast path by Douglas Gilbert · 9 years ago
  39. fd32119 scsi_debug: re-order file scope declarations by Douglas Gilbert · 9 years ago
  40. a10bc12 scsi_debug: replace tasklet with work queue by Douglas Gilbert · 9 years ago
  41. c220609 scsi_debug: make jiffy delay name clearer by Douglas Gilbert · 9 years ago
  42. b333a81 scsi_debug: replace jiffy timers with hr timers by Douglas Gilbert · 9 years ago
  43. 185dd23 scsi_debug: ignore host lock option by Douglas Gilbert · 9 years ago
  44. 773642d scsi_debug: cleanup naming and bit crunching by Douglas Gilbert · 9 years ago
  45. 65e8617 scsi: rename SCSI_MAX_{SG, SG_CHAIN}_SEGMENTS by Ming Lin · 9 years ago
  46. abaee09 Merge branch 'jejb-scsi' into misc by James Bottomley · 9 years ago
  47. 32c5844 scsi_debug: Increase the reported optimal transfer length by Martin K. Petersen · 9 years ago
  48. fa785f0 scsi_debug: check for bigger value first by Andy Shevchenko · 9 years ago
  49. 4941311 scsi: use sector_div instead of do_div by Arnd Bergmann · 9 years ago
  50. f7f9f26 scsi_debug: fix prevent_allow+verify regressions by Douglas Gilbert · 9 years ago
  51. 2492fc0 scsi_debug: resp_request: remove unused variable by Tomas Winkler · 9 years ago
  52. f2d3fd2 scsi_debug: fix REPORT LUNS Well Known LU by Tomas Winkler · 9 years ago
  53. 299b6c0 scsi_debug: schedule_resp fix input variable check by Tomas Winkler · 9 years ago
  54. 58a8635 scsi_debug: make dump_sector static by Tomas Winkler · 9 years ago
  55. de232af scsi_debug: vfree is null safe so drop the check by Tomas Winkler · 9 years ago
  56. 34d5543 scsi_debug: use SCSI_W_LUN_REPORT_LUNS instead of SAM2_WLUN_REPORT_LUNS; by Tomas Winkler · 9 years ago
  57. c1287970 scsi_debug: define pr_fmt() for consistent logging by Tomas Winkler · 9 years ago
  58. 386ecb1 drivers/scsi/scsi_debug.c: resolve sg buffer const-ness issue by Dave Gordon · 9 years ago
  59. c7badc9 scsi: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 10 years ago
  60. 540a7c5 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
  61. 6d310df scsi_debug: test always evaluates to false, || should be used instead by Colin Ian King · 10 years ago
  62. 99531e6 scsi_debug: use atomic allocation in resp_rsup_opcodes by Sasha Levin · 10 years ago
  63. acafd0b scsi_debug: Implement WRITE BUFFER command by Ewan D. Milne · 10 years ago
  64. 19c8ead scsi_debug: Add REPORTED LUNS DATA HAS CHANGED Unit Attention by Ewan D. Milne · 10 years ago
  65. f49accf scsi_debug: fix missing "break;" in SDEBUG_UA_CAPACITY_CHANGED case by Ewan D. Milne · 10 years ago
  66. 4bc6b63 scsi_debug: take sdebug_host_list_lock when changing capacity by Ewan D. Milne · 10 years ago
  67. d467d31 scsi_debug: fix compare and write errors by Douglas Gilbert · 10 years ago
  68. 68d81f4 scsi: remove MSG_*_TAG defines by Christoph Hellwig · 10 years ago
  69. efc3c1d scsi: remove ->change_queue_type method by Christoph Hellwig · 10 years ago
  70. 38d5c83 scsi_debug: add Report supported opcodes+tmfs; Compare and write by Douglas Gilbert · 10 years ago
  71. c2248fc scsi_debug: change SCSI command parser to table driven by Douglas Gilbert · 10 years ago
  72. 0d01c5d scsi_debug: add Capacity Changed Unit Attention by Douglas Gilbert · 10 years ago
  73. 817fd66 scsi_debug: append inject error flags onto scsi_cmnd object by Douglas Gilbert · 10 years ago
  74. 22017ed scsi_debug: pinpoint invalid field in sense data by Douglas Gilbert · 10 years ago
  75. db5ed4d scsi: drop reason argument from ->change_queue_depth by Christoph Hellwig · 10 years ago
  76. c40ecc1 scsi: avoid ->change_queue_depth indirection for queue full tracking by Christoph Hellwig · 10 years ago
  77. 17c9ff5 scsi_debug: error message should say scsi_host_alloc not scsi_register by Finn Thain · 10 years ago
  78. ee11560 scsi: don't force tagged_supported in drivers by Christoph Hellwig · 10 years ago
  79. c8b09f6 scsi: don't set tagging state from scsi_adjust_queue_depth by Christoph Hellwig · 10 years ago
  80. a62182f scsi: provide a generic change_queue_type method by Christoph Hellwig · 10 years ago
  81. 48a9687 scsi: replace strnicmp with strncasecmp by Rasmus Villemoes · 10 years ago
  82. db525fc scsi_debug: deadlock between completions and surprise module removal by Douglas Gilbert · 10 years ago
  83. e46b034 scsi_debug: bump inquiry version to SPC-4, update version descriptors by Douglas Gilbert · 10 years ago
  84. cd62b7d scsi_debug: give unit attention and other errors precedence over TSF by Douglas Gilbert · 10 years ago
  85. 01123ef scsi_debug: scsi_cmnd->cmnd check and casts unnecessary by Douglas Gilbert · 10 years ago
  86. cbf6784 scsi_debug: support scsi-mq, queues and locks by Douglas Gilbert · 10 years ago
  87. 9cb78c1 scsi: use 64-bit LUNs by Hannes Reinecke · 10 years ago
  88. 6bb5e6e scsi_debug: allow huge transfer length for read/write commands by Akinobu Mita · 10 years ago
  89. b57d7c0 scsi_debug: simple short transfer injection by Christoph Hellwig · 11 years ago
  90. 0759c66 [SCSI] scsi_debug: add ability to enable clustering by Akinobu Mita · 11 years ago
  91. 6c78cc0 [SCSI] scsi_debug: protect device access with atomic_rw lock by Akinobu Mita · 11 years ago
  92. be4e11b [SCSI] scsi_debug: prepare to enable clustering by Akinobu Mita · 11 years ago
  93. c5af0db [SCSI] scsi_debug: fix resp_xdwriteread() return value when running out of memory by Akinobu Mita · 11 years ago
  94. c613d06 [SCSI] scsi_debug: fix duplicate dif_errors increment by Akinobu Mita · 11 years ago
  95. 11ddcec [SCSI] scsi_debug: make pseudo_primary static by Akinobu Mita · 11 years ago
  96. c45eabec [SCSI] scsi_debug: fix false positive logical block reference tag check fail by Akinobu Mita · 11 years ago
  97. 8206937 [SCSI] scsi_debug: simplify creation and destruction of driver attribute files by Akinobu Mita · 11 years ago
  98. 51d648a [SCSI] scsi_debug: fix sparse warnings related to data integrity field by Akinobu Mita · 11 years ago
  99. 68aee7b [SCSI] scsi_debug: fix invalid value check for guard module parameter by Akinobu Mita · 11 years ago
  100. 65f72f2a [SCSI] scsi_debug: avoid partial copying PI from prot_sglist to dif_storep by Akinobu Mita · 11 years ago