1. 6dcbb52 dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding them by Christoph Hellwig · 3 years, 2 months ago
  2. 8ec4566 dm: update target status functions to support IMA measurement by Tushar Sugandhi · 3 years, 6 months ago
  3. dc4fa29 dm io tracker: factor out IO tracker by Mike Snitzer · 3 years, 6 months ago
  4. 63508e3 dm cache: remove needless request_queue NULL pointer checks by Xu Wang · 3 years, 9 months ago
  5. b777092 dm cache: simplify the return expression of load_mapping() by Zheng Yongjun · 4 years, 1 month ago
  6. 35d2835 Revert "dm cache: fix arm link errors with inline" by Nick Desaulniers · 4 years, 2 months ago
  7. d4a512e dm: use dm_table_get_device_name() where appropriate in targets by Mike Snitzer · 4 years, 3 months ago
  8. 21cf866 writeback: remove bdi->congested_fn by Christoph Hellwig · 4 years, 6 months ago
  9. ed00aab block: rename generic_make_request to submit_bio_noacct by Christoph Hellwig · 4 years, 6 months ago
  10. 636be42 dm: bump version of core and various targets by Mike Snitzer · 4 years, 10 months ago
  11. 7cdf6a0 dm cache: fix a crash due to incorrect work item cancelling by Mikulas Patocka · 4 years, 10 months ago
  12. 26b924b dm cache: replace spin_lock_irqsave with spin_lock_irq by Mikulas Patocka · 5 years ago
  13. 13bd677 dm cache: fix bugs when a GFP_NOWAIT allocation fails by Mikulas Patocka · 5 years ago
  14. de7180f dm cache: add support for discard passdown to the origin device by Mike Snitzer · 6 years ago
  15. 61697a6 dm: eliminate 'split_discard_bios' flag from DM target interface by Mike Snitzer · 6 years ago
  16. c7cd555 dm cache: destroy migration_cache if cache target registration failed by Shenghui Wang · 6 years ago
  17. 5d07384 dm cache: fix resize crash if user doesn't reload cache table by Mike Snitzer · 6 years ago
  18. 7209049d dm kcopyd: return void from dm_kcopyd_copy() by Mike Snitzer · 6 years ago
  19. af9313c dm cache: only allow a single io_mode cache feature to be requested by John Pittman · 7 years ago
  20. 72d711c dm: adjust structure members to improve alignment by Mike Snitzer · 7 years ago
  21. 6f1c819 dm: convert to bioset_init()/mempool_init() by Kent Overstreet · 7 years ago
  22. 1eb5fa8 dm: allow targets to return output from messages they are sent by Mike Snitzer · 7 years ago
  23. 7e6358d dm: fix various targets to dm_register_target after module __init resources created by monty_pavel@sina.com · 7 years ago
  24. ef7afb3 dm cache: lift common migration preparation code to alloc_migration() by Mike Snitzer · 7 years ago
  25. ede6507 dm cache: remove usused deferred_cells member from struct cache by Joe Thornber · 7 years ago
  26. 693b960 dm cache: simplify get_per_bio_data() by removing data_size argument by Mike Snitzer · 7 years ago
  27. 9958f1d dm cache: remove all obsolete writethrough-specific code by Mike Snitzer · 7 years ago
  28. 2df3bae dm cache: submit writethrough writes in parallel to origin and cache by Mike Snitzer · 7 years ago
  29. 8e3c382 dm cache: pass cache structure to mode functions by Mike Snitzer · 7 years ago
  30. d1260e2 dm cache: fix race condition in the writeback mode overwrite_bio optimisation by Joe Thornber · 7 years ago
  31. dff4d1f Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 7 years ago
  32. 5916a22 dm: constify argument arrays by Eric Biggers · 8 years ago
  33. 74d4699 block: replace bi_bdev with a gendisk pointer and partitions index by Christoph Hellwig · 7 years ago
  34. 4e4cbee block: switch bios to blk_status_t by Christoph Hellwig · 8 years ago
  35. 1be5690 dm: change ->end_io calling convention by Christoph Hellwig · 8 years ago
  36. 49b7f76 dm cache: simplify the IDLE vs BUSY state calculation by Joe Thornber · 8 years ago
  37. 701e03e4 dm cache: track all IO to the cache rather than just the origin device's IO by Joe Thornber · 8 years ago
  38. 072792d dm cache: fix incorrect 'idle_time' reset in IO tracker by Joe Thornber · 8 years ago
  39. d35a878 Merge tag 'for-4.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 8 years ago
  40. 48920ff block: remove the discard_zeroes_data flag by Christoph Hellwig · 8 years ago
  41. 449b668 dm cache: set/clear the cache core's dirty_bitset when loading mappings by Joe Thornber · 8 years ago
  42. b29d498 dm cache: significant rework to leverage dm-bio-prison-v2 by Joe Thornber · 8 years ago
  43. 742c8fd dm bio prison v2: new interface for the bio prison by Joe Thornber · 8 years ago
  44. 7a771ce Merge tag 'dm-4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 8 years ago
  45. 629d0a8 dm cache metadata: add "metadata2" feature by Joe Thornber · 8 years ago
  46. ca763d0 dm cache: fix corruption seen when using cache > 2TB by Joe Thornber · 8 years ago
  47. dc3b17c block: Use pointer to backing_dev_info from request_queue by Jan Kara · 8 years ago
  48. f73f44e block: add a op_is_flush helper by Christoph Hellwig · 8 years ago
  49. 23cab26 dm cache: add missing cache device name to DMERR in set_cache_mode() by Mike Snitzer · 8 years ago
  50. 1eff9d3 block: rename bio bi_rw to bi_opf by Jens Axboe · 8 years ago
  51. 28a8f0d block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH by Mike Christie · 9 years ago
  52. e604714 dm: use bio op accessors by Mike Christie · 9 years ago
  53. 843f0f2 dm cache: bump the target version by Mike Snitzer · 9 years ago
  54. d14fcf3 dm cache: make sure every metadata function checks fail_io by Joe Thornber · 9 years ago
  55. 30187e1 dm: rename target's per_bio_data_size to per_io_data_size by Mike Snitzer · 9 years ago
  56. fe3265b dm: don't save and restore bi_private by Mikulas Patocka · 9 years ago
  57. 6f65985 dm: drop NULL test before kmem_cache_destroy() and mempool_destroy() by Julia Lawall · 9 years ago
  58. 1e1a4e8 Merge tag 'dm-4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 9 years ago
  59. 1081230 Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  60. cc7da0b dm cache: fix use after freeing migrations by Joe Thornber · 9 years ago
  61. dc9cee5 dm cache: small cleanups related to deferred prison cell cleanup by Mike Snitzer · 9 years ago
  62. 9153df7 dm cache: fix leaking of deferred bio prison cells by Joe Thornber · 9 years ago
  63. 8ae1266 block: kill merge_bvec_fn() completely by Kent Overstreet · 10 years ago
  64. e44b6a5 dm cache: move wake_waker() from free_migrations() to where it is needed by Joe Thornber · 9 years ago
  65. 795e633 dm cache: fix device destroy hang due to improper prealloc_used accounting by Mike Snitzer · 9 years ago
  66. 3508e65 Revert "dm cache: do not wake_worker() in free_migration()" by Mike Snitzer · 9 years ago
  67. 4246a0b block: add a bi_error field to struct bio by Christoph Hellwig · 9 years ago
  68. 665022d dm cache: avoid calls to prealloc_free_structs() if possible by Mike Snitzer · 9 years ago
  69. e782eff dm cache: avoid preallocation if no work in writeback_some_dirty_blocks() by Mike Snitzer · 9 years ago
  70. 386cb7c dm cache: do not wake_worker() in free_migration() by Mike Snitzer · 9 years ago
  71. 255eac2 dm cache: display 'needs_check' in status if it is set by Mike Snitzer · 9 years ago
  72. fba1010 dm cache: age and write back cache entries even without active IO by Joe Thornber · 10 years ago
  73. b61d950 dm cache: prefix all DMERR and DMINFO messages with cache device name by Mike Snitzer · 10 years ago
  74. 028ae9f dm cache: add fail io mode and needs_check flag by Joe Thornber · 10 years ago
  75. 88bf5184 dm cache: wake the worker thread every time we free a migration object by Joe Thornber · 10 years ago
  76. 4077525 dm cache: boost promotion of blocks that will be overwritten by Joe Thornber · 10 years ago
  77. 651f5fa dm cache: defer whole cells by Joe Thornber · 10 years ago
  78. 451b9e0 dm cache: pull out some bitset utility functions for reuse by Joe Thornber · 10 years ago
  79. 20f6814 dm cache: pass a new 'critical' flag to the policies when requesting writeback work by Joe Thornber · 10 years ago
  80. 066dbaa3 dm cache: track IO to the origin device using io_tracker by Joe Thornber · 10 years ago
  81. 77289d3 dm cache: add io_tracker by Joe Thornber · 10 years ago
  82. fb4100a dm cache: fix race when issuing a POLICY_REPLACE operation by Joe Thornber · 10 years ago
  83. 326e1db block: remove management of bi_remaining when restoring original bi_end_io by Mike Snitzer · 10 years ago
  84. c4cf526 bio: skip atomic inc/dec of ->bi_remaining for non-chains by Jens Axboe · 10 years ago
  85. 802ea9d Merge tag 'dm-3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 10 years ago
  86. 0f30af9 dm: use time_in_range() and time_after() by Manuel Schölling · 11 years ago
  87. a59db67 dm cache: fix problematic dual use of a single migration count variable by Joe Thornber · 10 years ago
  88. f824a2a dm cache: fix spurious cell_defer when dealing with partial block at end of device by Joe Thornber · 10 years ago
  89. 1e32134 dm cache: dirty flag was mistakenly being cleared when promoting via overwrite by Joe Thornber · 10 years ago
  90. f29a314 dm cache: only use overwrite optimisation for promotion when in writeback mode by Joe Thornber · 10 years ago
  91. 2bb812d dm cache: discard block size must be a multiple of cache block size by Joe Thornber · 10 years ago
  92. 43c32bf dm cache: fix a harmless race when working out if a block is discarded by Joe Thornber · 10 years ago
  93. 3e2e1c3 dm cache: when reloading a discard bitset allow for a different discard block size by Joe Thornber · 10 years ago
  94. 2572629 dm cache: fix some issues with the new discard range support by Joe Thornber · 10 years ago
  95. d1d9220 dm cache: emit a warning message if there are a lot of cache blocks by Joe Thornber · 10 years ago
  96. 7ae34e7 dm cache: improve discard support by Joe Thornber · 10 years ago
  97. 08b1845 dm cache: revert "prevent corruption caused by discard_block_size > cache_block_size" by Joe Thornber · 10 years ago
  98. 1bad9bc dm cache: revert "remove remainder of distinct discard block size" by Joe Thornber · 10 years ago
  99. 5f274d8 dm bio prison: introduce support for locking ranges of blocks by Joe Thornber · 10 years ago
  100. a195db2 dm bio prison: switch to using a red black tree by Joe Thornber · 10 years ago