1. 474095e Merge tag 'md/4.1' of git://neil.brown.name/md by Linus Torvalds · 9 years ago
  2. 9ffc8f7 md/raid5: don't do chunk aligned read on degraded array. by Eric Mei · 9 years ago
  3. edbe83a md/raid5: allow the stripe_cache to grow and shrink. by NeilBrown · 9 years ago
  4. 5423399 md/raid5: change ->inactive_blocked to a bit-flag. by NeilBrown · 9 years ago
  5. 486f064 md/raid5: move max_nr_stripes management into grow_one_stripe and drop_one_stripe by NeilBrown · 9 years ago
  6. a9683a7 md/raid5: pass gfp_t arg to grow_one_stripe() by NeilBrown · 9 years ago
  7. d06f191 md/raid5: introduce configuration option rmw_level by Markus Stockhausen · 10 years ago
  8. 584acdd md/raid5: activate raid6 rmw feature by Markus Stockhausen · 10 years ago
  9. dabc4ec raid5: handle expansion/resync case with stripe batching by shli@kernel.org · 10 years ago
  10. 72ac733 raid5: handle io error of batch list by shli@kernel.org · 10 years ago
  11. 59fc630 RAID5: batch adjacent full stripe write by shli@kernel.org · 10 years ago
  12. 7a87f43 raid5: track overwrite disk count by shli@kernel.org · 10 years ago
  13. da41ba6 raid5: add a new flag to track if a stripe can be batched by shli@kernel.org · 10 years ago
  14. 46d5b78 raid5: use flex_array for scribble data by shli@kernel.org · 10 years ago
  15. 753f285 md raid0: access mddev->queue (request queue member) conditionally because it is not set when accessed from dm-raid by Heinz Mauelshagen · 9 years ago
  16. ac8fa41 md: allow resync to go faster when there is competing IO. by NeilBrown · 9 years ago
  17. 0931479 md: remove 'go_faster' option from ->sync_request() by NeilBrown · 9 years ago
  18. 50c37b1 md: don't require sync_min to be a multiple of chunk_size. by NeilBrown · 9 years ago
  19. d51e4fe Merge branch 'cluster' into for-next by NeilBrown · 9 years ago
  20. 97f6cd3 md-cluster: re-add capabilities by Goldwyn Rodrigues · 9 years ago
  21. a6da4ef md: re-add a failed disk by Goldwyn Rodrigues · 9 years ago
  22. 88bcfef md-cluster: remove capabilities by Goldwyn Rodrigues · 9 years ago
  23. 57d051d md: Export and rename find_rdev_nr_rcu by Goldwyn Rodrigues · 9 years ago
  24. fb56dfe md: Export and rename kick_rdev_from_array by Goldwyn Rodrigues · 9 years ago
  25. 8c58f02 md-cluster: correct the num for comparison by Guoqing Jiang · 9 years ago
  26. 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
  27. 44c144f dm crypt: fix missing error code return from crypt_ctr error path by Wei Yongjun · 9 years ago
  28. 0618764 dm crypt: fix deadlock when async crypto algorithm returns -EBUSY by Ben Collins · 9 years ago
  29. 5977907 dm crypt: leverage immutable biovecs when decrypting on read by Mike Snitzer · 9 years ago
  30. e44f23b dm crypt: update URLs to new cryptsetup project page by Milan Broz · 9 years ago
  31. 0e9cebe dm: add log writes target by Josef Bacik · 9 years ago
  32. 7f61f5a dm table: use bool function return values of true/false not 1/0 by Joe Perches · 9 years ago
  33. 65ff5b7 dm verity: add error handling modes for corrupted blocks by Sami Tolvanen · 9 years ago
  34. aca607b dm delay: use msecs_to_jiffies for time conversion by Nicholas Mc Guire · 9 years ago
  35. 18cc980 dm log userspace base: fix compile warning by Nicholas Mc Guire · 9 years ago
  36. c32a512 dm log userspace transfer: match wait_for_completion_timeout return type by Nicholas Mc Guire · 9 years ago
  37. 644bda6 dm table: fall back to getting device using name_to_dev_t() by Dan Ehrenberg · 9 years ago
  38. 17e149b dm: add 'use_blk_mq' module param and expose in per-device ro sysfs attr by Mike Snitzer · 9 years ago
  39. 0223334 dm: optimize dm_mq_queue_rq to _not_ use kthread if using pure blk-mq by Mike Snitzer · 9 years ago
  40. bfebd1c dm: add full blk-mq support to request-based DM by Mike Snitzer · 9 years ago
  41. 0ce6579 dm: impose configurable deadline for dm_request_fn's merge heuristic by Mike Snitzer · 9 years ago
  42. b898320 dm sysfs: introduce ability to add writable attributes by Mike Snitzer · 9 years ago
  43. de3ec86 dm: don't start current request if it would've merged with the previous by Mike Snitzer · 9 years ago
  44. d548b34 dm: reduce the queue delay used in dm_request_fn from 100ms to 10ms by Mike Snitzer · 9 years ago
  45. 9d1deb8 dm: don't schedule delayed run of the queue if nothing to do by Mike Snitzer · 9 years ago
  46. 9a0e609 dm: only run the queue on completion if congested or no requests pending by Mike Snitzer · 9 years ago
  47. ff36ab3 dm: remove request-based logic from make_request_fn wrapper by Mike Snitzer · 9 years ago
  48. 47d6897 md/raid0: fix bug with chunksize not a power of 2. by NeilBrown · 9 years ago
  49. 74672d0 md: fix md io stats accounting broken by Gu Zheng · 9 years ago
  50. d56b9b2 dm: remove request-based DM queue's lld_busy_fn hook by Mike Snitzer · 9 years ago
  51. 52b0991 dm: remove unnecessary wrapper around blk_lld_busy by Mike Snitzer · 9 years ago
  52. 09c2d53 dm: rename __dm_get_reserved_ios() helper to __dm_get_module_param() by Mike Snitzer · 9 years ago
  53. e65ff87 dm cache policy mq: try not to writeback data that changed in the last second by Joe Thornber · 9 years ago
  54. fdecee3 dm cache policy mq: remove unused generation member of struct entry by Joe Thornber · 9 years ago
  55. 3e45c91 dm cache policy mq: track entries hit this 'tick' via sentinel objects by Joe Thornber · 9 years ago
  56. c74ffc5 dm cache policy mq: remove queue_shift_down() by Joe Thornber · 9 years ago
  57. 75da39b dm cache policy mq: keep track of the number of entries in a multiqueue by Joe Thornber · 9 years ago
  58. ac1f9ef dm log userspace: split flush_entry_pool to be per dirty-log by Mike Snitzer · 9 years ago
  59. be8a9bc Merge tag 'dm-4.0-fix-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 9 years ago
  60. 124eb76 md: Fix bitmap offset calculations by Goldwyn Rodrigues · 9 years ago
  61. 63a4f06 dm: fix add_disk() NULL pointer due to race with free_dev() by Mike Snitzer · 9 years ago
  62. 1b717b1 Merge tag 'md/4.0-rc4-fix' of git://neil.brown.name/md by Linus Torvalds · 9 years ago
  63. da6b9a2 Merge tag 'dm-4.0-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 9 years ago
  64. 09dd1af md/cluster: Communication Framework: fix semicolon.cocci warnings by kbuild test robot · 9 years ago
  65. 6dc69c9c md: recover_bitmaps() can be static by kbuild test robot · 9 years ago
  66. fa8259d md: Fix stray --cluster-confirm crash by Goldwyn Rodrigues · 9 years ago
  67. 0c35bd4 md: fix problems with freeing private data after ->run failure. by NeilBrown · 9 years ago
  68. 3b0e6aa md/bitmap: use sector_div for sector_t divisions by Stephen Rothwell · 9 years ago
  69. 935f3d4 md/bitmap: fix incorrect DIV_ROUND_UP usage. by NeilBrown · 9 years ago
  70. e5db298 dm io: deal with wandering queue limits when handling REQ_DISCARD and REQ_WRITE_SAME by Darrick J. Wong · 9 years ago
  71. 09ee96b dm snapshot: suspend merging snapshot when doing exception handover by Mikulas Patocka · 9 years ago
  72. b735fed dm snapshot: suspend origin when doing exception handover by Mikulas Patocka · 9 years ago
  73. ab7c7bb dm: hold suspend_lock while suspending device during device deletion by Mikulas Patocka · 9 years ago
  74. 5f027a3 dm thin: fix to consistently zero-fill reads to unprovisioned blocks by Joe Thornber · 9 years ago
  75. ba599ac md: fix error paths from bitmap_create. by NeilBrown · 9 years ago
  76. 750f199 md: mark some attributes as pre-alloc by NeilBrown · 10 years ago
  77. 16d9cfa raid5: check faulty flag for array status during recovery. by Eric Mei · 9 years ago
  78. d1901ef md/raid1: fix read balance when a drive is write-mostly. by Tomáš Hodek · 9 years ago
  79. 1aee41f Add new disk to clustered array by Goldwyn Rodrigues · 10 years ago
  80. 7d49ffc Read from the first device when an area is resyncing by Goldwyn Rodrigues · 10 years ago
  81. 589a1c4 Suspend writes in RAID1 if within range by Goldwyn Rodrigues · 10 years ago
  82. e59721c Resync start/Finish actions by Goldwyn Rodrigues · 10 years ago
  83. 965400e Send RESYNCING while performing resync start/stop by Goldwyn Rodrigues · 10 years ago
  84. 1d7e3e9 Reload superblock if METADATA_UPDATED is received by Goldwyn Rodrigues · 10 years ago
  85. 293467a metadata_update sends message to other nodes by Goldwyn Rodrigues · 10 years ago
  86. 601b515 Communication Framework: Sending functions by Goldwyn Rodrigues · 10 years ago
  87. 4664680 Communication Framework: Receiving by Goldwyn Rodrigues · 10 years ago
  88. 4b26a08 Perform resync for cluster node failure by Goldwyn Rodrigues · 10 years ago
  89. e94987d Initiate recovery on node failure by Goldwyn Rodrigues · 10 years ago
  90. 11dd35d Copy set bits from another slot by Goldwyn Rodrigues · 10 years ago
  91. f9209a3 bitmap_create returns bitmap pointer by Goldwyn Rodrigues · 10 years ago
  92. 96ae923 Gather on-going resync information of other nodes by Goldwyn Rodrigues · 10 years ago
  93. 54519c5 Lock bitmap while joining the cluster by Goldwyn Rodrigues · 10 years ago
  94. b97e9257 Use separate bitmaps for each nodes in the cluster by Goldwyn Rodrigues · 10 years ago
  95. cf921cc Add node recovery callbacks by Goldwyn Rodrigues · 10 years ago
  96. ca8895d Return MD_SB_CLUSTERED if mddev is clustered by Goldwyn Rodrigues · 10 years ago
  97. c4ce867 Introduce md_cluster_info by Goldwyn Rodrigues · 10 years ago
  98. edb39c9 Introduce md_cluster_operations to handle cluster functions by Goldwyn Rodrigues · 10 years ago
  99. 47741b7 DLM lock and unlock functions by Goldwyn Rodrigues · 10 years ago
  100. 8e854e9 Create a separate module for clustering support by Goldwyn Rodrigues · 10 years ago