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