1. ac514ff dm mpath: delay the retry of a request if the target responded as busy by Mike Snitzer · 7 years ago
  2. f6e7baa dm: move dm_table_destroy() to same header as dm_table_create() by Brian Norris · 8 years ago
  3. 22c1185 dm: introduce DM_TYPE_NVME_BIO_BASED by Mike Snitzer · 7 years ago
  4. 64f52b0 dm: improve performance by moving dm_io structure to per-bio-data by Mike Snitzer · 7 years ago
  5. f31c21e dm: remove unused 'num_write_bios' target interface by NeilBrown · 7 years ago
  6. c3ca015 dax: remove the pmem_dax_ops->flush abstraction by Mikulas Patocka · 7 years ago
  7. 5916a22 dm: constify argument arrays by Eric Biggers · 8 years ago
  8. 6044078 dm: fix printk() rate limiting code by Bart Van Assche · 7 years ago
  9. b6ffe9b Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  10. 1099930 dm: introduce dm_remap_zone_report() by Damien Le Moal · 8 years ago
  11. dd88d31 dm table: add zoned block devices validation by Damien Le Moal · 8 years ago
  12. d2c3c8d dm: convert DM printk macros to pr_<level> macros by Joe Perches · 8 years ago
  13. abebfbe2 dm: add ->flush() dax operation support by Dan Williams · 8 years ago
  14. 7e026c8 dm: add ->copy_from_iter() dax operation support by Dan Williams · 8 years ago
  15. 4e4cbee block: switch bios to blk_status_t by Christoph Hellwig · 8 years ago
  16. 2a842ac block: introduce new block status code type by Christoph Hellwig · 8 years ago
  17. 1be5690 dm: change ->end_io calling convention by Christoph Hellwig · 8 years ago
  18. 53ef7d0 Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  19. 412445a dm: introduce a new DM_MAPIO_KILL return value by Christoph Hellwig · 8 years ago
  20. 7ed8578 dm rq: change ->rq_end_io calling conventions by Christoph Hellwig · 8 years ago
  21. 7e25a76 Merge branch 'dm-4.12' into dm-4.12-post-merge by Mike Snitzer · 8 years ago
  22. 7e0d574 dm: introduce enum dm_queue_mode to cleanup related code by Bart Van Assche · 8 years ago
  23. 817bf40 dm: teach dm-targets to use a dax_device + dax_operations by Dan Williams · 8 years ago
  24. e2460f2 dm: mark targets that pass integrity data by Mikulas Patocka · 8 years ago
  25. f26c571 dm: add dax_device and dax_operations support by Dan Williams · 8 years ago
  26. 48920ff block: remove the discard_zeroes_data flag by Christoph Hellwig · 8 years ago
  27. ac62d62 dm: support REQ_OP_WRITE_ZEROES by Christoph Hellwig · 8 years ago
  28. 9b4b5a7 dm table: add flag to allow target to handle its own integrity metadata by Milan Broz · 8 years ago
  29. eb8db83 dm: always defer request allocation to the owner of the request_queue by Christoph Hellwig · 8 years ago
  30. a8ac51e dm rq: add DM_MAPIO_DELAY_REQUEUE to delay requeue of blk-mq requests by Mike Snitzer · 8 years ago
  31. f0c98eb Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  32. 545ed20 dm: add infrastructure for DAX support by Toshi Kani · 9 years ago
  33. e83068a dm mpath: add optional "queue_mode" feature by Mike Snitzer · 9 years ago
  34. 4df2bf4 dm snapshot: disallow the COW and origin devices from being identical by DingXiang · 9 years ago
  35. 30187e1 dm: rename target's per_bio_data_size to per_io_data_size by Mike Snitzer · 9 years ago
  36. f083b09 dm: set DM_TARGET_WILDCARD feature on "error" target by Mike Snitzer · 9 years ago
  37. e56f81e dm: refactor ioctl handling by Christoph Hellwig · 9 years ago
  38. 8ae1266 block: kill merge_bvec_fn() completely by Kent Overstreet · 10 years ago
  39. 52b0991 dm: remove unnecessary wrapper around blk_lld_busy by Mike Snitzer · 10 years ago
  40. 09ee96b dm snapshot: suspend merging snapshot when doing exception handover by Mikulas Patocka · 10 years ago
  41. e5863d9 dm: allocate requests in target when stacking on blk-mq devices by Mike Snitzer · 10 years ago
  42. dbf9782 dm: remove exports for request-based interfaces without external callers by Mike Snitzer · 10 years ago
  43. d67ee21 dm: add presuspend_undo hook to target_type by Mike Snitzer · 10 years ago
  44. 11f0431 dm: remove symbol export for dm_set_device_limits by Mike Snitzer · 11 years ago
  45. 1dd40c3 dm: introduce dm_accept_partial_bio by Mikulas Patocka · 11 years ago
  46. 9974fa2 dm table: add dm_table_run_md_queue_async by Mike Snitzer · 11 years ago
  47. d70ab4f dm: remove dm_get_mapinfo by Mikulas Patocka · 11 years ago
  48. f84cb8a dm mpath: disable WRITE SAME if it fails by Mike Snitzer · 11 years ago
  49. fd2ed4d dm: add statistics support by Mikulas Patocka · 11 years ago
  50. 83d5e5b dm: optimize use SRCU and RCU by Mikulas Patocka · 12 years ago
  51. 058ce5c dm: document iterate_devices by Alasdair G Kergon · 12 years ago
  52. b0d8ed4 dm: add target num_write_bios fn by Alasdair G Kergon · 12 years ago
  53. 55a62ee dm: rename request variables to bios by Alasdair G Kergon · 12 years ago
  54. fd7c092 dm: fix truncated status strings by Mikulas Patocka · 12 years ago
  55. 7de3ee5 dm: remove map_info by Mikulas Patocka · 12 years ago
  56. ddbd658 dm: move target request nr to dm_target_io by Mikulas Patocka · 12 years ago
  57. c0820cf dm: introduce per_bio_data by Mikulas Patocka · 12 years ago
  58. d54eaa5 dm: prepare to support WRITE SAME by Mike Snitzer · 12 years ago
  59. 1f4e0ff dm thin: commit before gathering status by Alasdair G Kergon · 12 years ago
  60. 0ac5548 dm: use bool bitfields in struct dm_target by Alasdair G Kergon · 12 years ago
  61. 0e9c24e dm: allow targets to request flushes regardless of underlying device support by Joe Thornber · 12 years ago
  62. 7acf027 dm: introduce split_discard_requests by Mikulas Patocka · 12 years ago
  63. 542f903 dm: support non power of two target max_io_len by Mike Snitzer · 12 years ago
  64. af7346e dm: remove unused flush target method by Joe Thornber · 12 years ago
  65. 36a0456 dm table: add immutable feature by Alasdair G Kergon · 13 years ago
  66. cc6cbe1 dm table: add always writeable feature by Alasdair G Kergon · 13 years ago
  67. 3791e2f dm table: add singleton feature by Alasdair G Kergon · 13 years ago
  68. 71a1673 dm: use local printk ratelimit by Namhyung Kim · 13 years ago
  69. 983c7db dm crypt: always disable discard_zeroes_data by Milan Broz · 13 years ago
  70. 498f010 dm table: share target argument parsing functions by Mike Snitzer · 13 years ago
  71. 4c25932 dm table: allow targets to support discards internally by Mike Snitzer · 14 years ago
  72. af1db72 md/dm - remove remains of plug_fn callback. by NeilBrown · 14 years ago
  73. 7eaceac block: remove per-queue plugging by Jens Axboe · 14 years ago
  74. 99d03c1 dm: per target unplug callback support by NeilBrown · 14 years ago
  75. 9d357b0 dm: introduce target callbacks and congestion callback by NeilBrown · 14 years ago
  76. 56a67df dm: factor out max_io_len_target_boundary by Mike Snitzer · 14 years ago
  77. 5ae89a8 dm: linear support discard by Mike Snitzer · 14 years ago
  78. 57cba5d dm: rename map_info flush_request to target_request_nr by Mike Snitzer · 14 years ago
  79. 8215d6e dm table: remove unused dm_get_device range parameters by Nikanth Karthikesan · 15 years ago
  80. 64dbce5 dm: export suspended state to targets by Kiyoshi Ueda · 15 years ago
  81. 4f186f8 dm: rename dm_suspended to dm_suspended_md by Kiyoshi Ueda · 15 years ago
  82. 042d2a9 dm: keep old table until after resume succeeded by Alasdair G Kergon · 15 years ago
  83. 7c66641 dm: rename dm_get_table to dm_get_live_table by Alasdair G Kergon · 15 years ago
  84. 40bea43 dm stripe: expose correct io hints by Mike Snitzer · 15 years ago
  85. 5dea271 dm table: pass correct dev area size to device_area_is_valid by Mike Snitzer · 15 years ago
  86. cec47e3 dm: prepare for request based option by Kiyoshi Ueda · 16 years ago
  87. 754c5fc dm: calculate queue limits during resume not load by Mike Snitzer · 16 years ago
  88. af4874e dm target:s introduce iterate devices fn by Mike Snitzer · 16 years ago
  89. 5ab9758 dm table: replace struct io_restrictions with struct queue_limits by Mike Snitzer · 16 years ago
  90. f9ab94c dm: introduce num_flush_requests by Mikulas Patocka · 16 years ago
  91. e1defc4 block: Do away with the notion of hardsect_size by Martin K. Petersen · 16 years ago
  92. 692d0eb dm: remove limited barrier support by Mikulas Patocka · 16 years ago
  93. 45194e4 dm target: remove struct tt_internal by Cheng Renquan · 16 years ago
  94. ab4c14248 dm: support barriers on simple devices by Andi Kleen · 16 years ago
  95. 7d76345 dm request: extend target interface by Kiyoshi Ueda · 16 years ago
  96. 10d3bd0 dm: consolidate target deregistration error handling by Mikulas Patocka · 16 years ago
  97. 2248485 Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdev by Linus Torvalds · 16 years ago
  98. d63a5ce dm: publish array_too_big by Mikulas Patocka · 16 years ago
  99. 647b3d0 [PATCH] lose unused arguments in dm ioctl callbacks by Al Viro · 17 years ago
  100. aeb5d72 [PATCH] introduce fmode_t, do annotations by Al Viro · 16 years ago