1. 4ec331c dm btree: add dm_btree_remove_leaves() by Joe Thornber · 9 years ago
  2. 0f24b79 dm stats: Use kvfree() in dm_kvfree() by Pekka Enberg · 9 years ago
  3. fba1010 dm cache: age and write back cache entries even without active IO by Joe Thornber · 9 years ago
  4. b61d950 dm cache: prefix all DMERR and DMINFO messages with cache device name by Mike Snitzer · 9 years ago
  5. 028ae9f dm cache: add fail io mode and needs_check flag by Joe Thornber · 9 years ago
  6. 88bf5184 dm cache: wake the worker thread every time we free a migration object by Joe Thornber · 9 years ago
  7. 66a6363 dm cache: add stochastic-multi-queue (smq) policy by Joe Thornber · 9 years ago
  8. 4077525 dm cache: boost promotion of blocks that will be overwritten by Joe Thornber · 9 years ago
  9. 651f5fa dm cache: defer whole cells by Joe Thornber · 9 years ago
  10. 3cdf93f dm bio prison: add dm_cell_promote_or_release() by Joe Thornber · 9 years ago
  11. 451b9e0 dm cache: pull out some bitset utility functions for reuse by Joe Thornber · 9 years ago
  12. 20f6814 dm cache: pass a new 'critical' flag to the policies when requesting writeback work by Joe Thornber · 9 years ago
  13. 066dbaa dm cache: track IO to the origin device using io_tracker by Joe Thornber · 9 years ago
  14. 77289d3 dm cache: add io_tracker by Joe Thornber · 9 years ago
  15. fb4100a dm cache: fix race when issuing a POLICY_REPLACE operation by Joe Thornber · 9 years ago
  16. 54cea3f dm crypt: add comments to better describe crypto processing logic by Milan Broz · 9 years ago
  17. ed63287 dm raid1: keep issuing IO after leg failure by Lidong Zhong · 9 years ago
  18. f4ad317 dm log writes: use ULL suffix for 64-bit constants by Geert Uytterhoeven · 9 years ago
  19. e223e1d dm stripe: drop useless exit point from dm_stripe_init() by Luis Henriques · 9 years ago
  20. 0cf4503 dm raid: add support for the MD RAID0 personality by Heinz Mauelshagen · 9 years ago
  21. c76d53f dm raid: a few cleanups by Heinz Mauelshagen · 9 years ago
  22. 0f4106b dm raid: fixup documentation for discard support by Heinz Mauelshagen · 9 years ago
  23. 49f154c dm thin metadata: remove in-core 'read_only' flag by Mike Snitzer · 9 years ago
  24. f8ae752 dm thin: cleanup schedule_zero() to read more logically by Mike Snitzer · 9 years ago
  25. 8b908f8 dm thin: cleanup overwrite's endio restore to be centralized by Mike Snitzer · 9 years ago
  26. 0f20972 dm: factor out a common cleanup_mapped_device() by Mike Snitzer · 9 years ago
  27. 2d76fff dm: cleanup methods that requeue requests by Mike Snitzer · 9 years ago
  28. cbc4e3c dm: do not allocate any mempools for blk-mq request-based DM by Mike Snitzer · 9 years ago
  29. 183f780 Merge remote-tracking branch 'jens/for-4.2/core' into dm-4.2 by Mike Snitzer · 9 years ago
  30. 1c220c6 dm: fix casting bug in dm_merge_bvec() by Joe Thornber · 9 years ago
  31. 15b94a6 dm: fix reload failure of 0 path multipath mapping on blk-mq devices by Junichi Nomura · 9 years ago
  32. e5d8de3 dm: fix false warning in free_rq_clone() for unmapped requests by Mike Snitzer · 9 years ago
  33. 45714fb dm: requeue from blk-mq dm_mq_queue_rq() using BLK_MQ_RQ_QUEUE_BUSY by Mike Snitzer · 9 years ago
  34. 4c6dd53 dm mpath: fix leak of dm_mpath_io structure in blk-mq .queue_rq error path by Mike Snitzer · 9 years ago
  35. 3a14075 dm: fix NULL pointer when clone_and_map_rq returns !DM_MAPIO_REMAPPED by Junichi Nomura · 9 years ago
  36. 4ae9944 dm: run queue on re-queue by Junichi Nomura · 9 years ago
  37. a30ec4b Merge tag 'md/4.1-rc4-fixes' of git://neil.brown.name/md by Linus Torvalds · 9 years ago
  38. 5f1b670 block, dm: don't copy bios for request clones by Christoph Hellwig · 9 years ago
  39. 326e1db block: remove management of bi_remaining when restoring original bi_end_io by Mike Snitzer · 9 years ago
  40. 8532e34 md/bitmap: remove rcu annotation from pointer arithmetic. by NeilBrown · 9 years ago
  41. a811577 md/raid0: fix restore to sector variable in raid0_make_request by Eric Work · 9 years ago
  42. 4876969 raid5: fix broken async operation chain by Shaohua Li · 9 years ago
  43. c91aa67 Merge tag 'md/4.1-rc3-fixes' of git://neil.brown.name/md by Linus Torvalds · 9 years ago
  44. 5d5df5e Merge tag 'dm-4.1-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 9 years ago
  45. 1daac19 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  46. bb27051 md/raid5: fix handling of degraded stripes in batches. by NeilBrown · 9 years ago
  47. 738a273 md/raid5: fix allocation of 'scribble' array. by NeilBrown · 9 years ago
  48. 6e9eac2 md/raid5: don't record new size if resize_stripes fails. by NeilBrown · 9 years ago
  49. 10d82c5 md/raid5: avoid reading parity blocks for full-stripe write to degraded array by NeilBrown · 9 years ago
  50. b0c783b md/raid5: more incorrect BUG_ON in handle_stripe_fill. by NeilBrown · 9 years ago
  51. f18c1a3 md/raid5: new alloc_stripe() to allocate an initialize a stripe. by NeilBrown · 9 years ago
  52. b6538fe md-raid0: conditional mddev->queue access to suit dm-raid by Heinz Mauelshagen · 9 years ago
  53. dac5621 bio: skip atomic inc/dec of ->bi_cnt for most use cases by Jens Axboe · 9 years ago
  54. c4cf526 bio: skip atomic inc/dec of ->bi_remaining for non-chains by Jens Axboe · 9 years ago
  55. c0403ec Revert "dm crypt: fix deadlock when async crypto algorithm returns -EBUSY" by Rabin Vincent · 9 years ago
  56. aa6df8d dm: fix free_rq_clone() NULL pointer when requeueing unmapped request by Mike Snitzer · 9 years ago
  57. 3e6180f dm: only initialize the request_queue once by Christoph Hellwig · 9 years ago
  58. 6cd18e7 block: destroy bdi before blockdev is unregistered. by NeilBrown · 9 years ago
  59. 474095e Merge tag 'md/4.1' of git://neil.brown.name/md by Linus Torvalds · 9 years ago
  60. 9ffc8f7 md/raid5: don't do chunk aligned read on degraded array. by Eric Mei · 9 years ago
  61. edbe83a md/raid5: allow the stripe_cache to grow and shrink. by NeilBrown · 9 years ago
  62. 5423399 md/raid5: change ->inactive_blocked to a bit-flag. by NeilBrown · 9 years ago
  63. 486f064 md/raid5: move max_nr_stripes management into grow_one_stripe and drop_one_stripe by NeilBrown · 9 years ago
  64. a9683a7 md/raid5: pass gfp_t arg to grow_one_stripe() by NeilBrown · 9 years ago
  65. d06f191 md/raid5: introduce configuration option rmw_level by Markus Stockhausen · 10 years ago
  66. 584acdd md/raid5: activate raid6 rmw feature by Markus Stockhausen · 10 years ago
  67. dabc4ec raid5: handle expansion/resync case with stripe batching by shli@kernel.org · 10 years ago
  68. 72ac733 raid5: handle io error of batch list by shli@kernel.org · 10 years ago
  69. 59fc630 RAID5: batch adjacent full stripe write by shli@kernel.org · 10 years ago
  70. 7a87f43 raid5: track overwrite disk count by shli@kernel.org · 10 years ago
  71. da41ba6 raid5: add a new flag to track if a stripe can be batched by shli@kernel.org · 10 years ago
  72. 46d5b78 raid5: use flex_array for scribble data by shli@kernel.org · 10 years ago
  73. 753f285 md raid0: access mddev->queue (request queue member) conditionally because it is not set when accessed from dm-raid by Heinz Mauelshagen · 10 years ago
  74. ac8fa41 md: allow resync to go faster when there is competing IO. by NeilBrown · 9 years ago
  75. 0931479 md: remove 'go_faster' option from ->sync_request() by NeilBrown · 9 years ago
  76. 50c37b1 md: don't require sync_min to be a multiple of chunk_size. by NeilBrown · 9 years ago
  77. d51e4fe Merge branch 'cluster' into for-next by NeilBrown · 9 years ago
  78. 97f6cd3 md-cluster: re-add capabilities by Goldwyn Rodrigues · 9 years ago
  79. a6da4ef md: re-add a failed disk by Goldwyn Rodrigues · 9 years ago
  80. 88bcfef md-cluster: remove capabilities by Goldwyn Rodrigues · 9 years ago
  81. 57d051d md: Export and rename find_rdev_nr_rcu by Goldwyn Rodrigues · 9 years ago
  82. fb56dfe md: Export and rename kick_rdev_from_array by Goldwyn Rodrigues · 9 years ago
  83. 8c58f02 md-cluster: correct the num for comparison by Guoqing Jiang · 9 years ago
  84. afad97e Merge tag 'dm-4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 9 years ago
  85. 44c144f dm crypt: fix missing error code return from crypt_ctr error path by Wei Yongjun · 9 years ago
  86. 0618764 dm crypt: fix deadlock when async crypto algorithm returns -EBUSY by Ben Collins · 9 years ago
  87. 5977907 dm crypt: leverage immutable biovecs when decrypting on read by Mike Snitzer · 9 years ago
  88. e44f23b dm crypt: update URLs to new cryptsetup project page by Milan Broz · 9 years ago
  89. 0e9cebe dm: add log writes target by Josef Bacik · 9 years ago
  90. 7f61f5a dm table: use bool function return values of true/false not 1/0 by Joe Perches · 9 years ago
  91. 65ff5b7 dm verity: add error handling modes for corrupted blocks by Sami Tolvanen · 9 years ago
  92. aca607b dm delay: use msecs_to_jiffies for time conversion by Nicholas Mc Guire · 9 years ago
  93. 18cc980 dm log userspace base: fix compile warning by Nicholas Mc Guire · 9 years ago
  94. c32a512 dm log userspace transfer: match wait_for_completion_timeout return type by Nicholas Mc Guire · 9 years ago
  95. 644bda6 dm table: fall back to getting device using name_to_dev_t() by Dan Ehrenberg · 10 years ago
  96. 17e149b dm: add 'use_blk_mq' module param and expose in per-device ro sysfs attr by Mike Snitzer · 9 years ago
  97. 0223334 dm: optimize dm_mq_queue_rq to _not_ use kthread if using pure blk-mq by Mike Snitzer · 9 years ago
  98. bfebd1c dm: add full blk-mq support to request-based DM by Mike Snitzer · 9 years ago
  99. 0ce6579 dm: impose configurable deadline for dm_request_fn's merge heuristic by Mike Snitzer · 9 years ago
  100. b898320 dm sysfs: introduce ability to add writable attributes by Mike Snitzer · 9 years ago