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