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