1. 228fc7d md: avoid invalid memory access for array sb->dev_roles by Yufen Yu · 5 years ago
  2. 6a5cb53 md: no longer compare spare disk superblock events in super_load by Yufen Yu · 5 years ago
  3. 775d783 md: improve handling of bio with REQ_PREFLUSH in md_flush_request() by David Jeffery · 5 years ago
  4. 33f2c35 md: add feature flag MD_FEATURE_RAID0_LAYOUT by NeilBrown · 5 years ago
  5. 62f7b19 md raid0/linear: Mark array as 'broken' and fail BIOs if a member is gone by Guilherme G. Piccoli · 5 years ago
  6. 9d4b45d md: don't report active array_state until after revalidate_disk() completes. by NeilBrown · 5 years ago
  7. 480523f md: only call set_in_sync() when it is expected to succeed. by NeilBrown · 5 years ago
  8. 0d8ed0e9 md: don't call spare_active in md_reap_sync_thread if all member devices can't work by Guoqing Jiang · 5 years ago
  9. 062f5b2a md: don't set In_sync if array is frozen by Guoqing Jiang · 5 years ago
  10. 9a56784 md: allow last device to be forcibly removed from RAID1/RAID10. by Guoqing Jiang · 5 years ago
  11. cf89160 md: Convert to use int_pow() by Andy Shevchenko · 5 years ago
  12. a1240cf74 Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu by Linus Torvalds · 5 years ago
  13. 5be1f9d Merge tag 'v5.2-rc6' into for-5.3/block by Jens Axboe · 6 years ago
  14. d494549 md: add bitmap_abort label in md_run by Guoqing Jiang · 6 years ago
  15. 963c555 md: introduce mddev_create/destroy_wb_pool for the change of member device by Guoqing Jiang · 6 years ago
  16. 3e148a3 md/raid1: fix potential data inconsistency issue with write behind device by Guoqing Jiang · 6 years ago
  17. 9642fa7 md: fix for divide error in status_resync by Mariusz Tkaczyk · 6 years ago
  18. e5b521e md: fix spelling typo and add necessary space by Yufen Yu · 6 years ago
  19. 168b305 md: md.c: Return -ENODEV when mddev is NULL in rdev_attr_show by Marcos Paulo de Souza · 6 years ago
  20. af1a889 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 47 by Thomas Gleixner · 6 years ago
  21. ddde2af md: initialize percpu refcounters using PERCU_REF_ALLOW_REINIT by Roman Gushchin · 6 years ago
  22. c42d324 md: return -ENODEV if rdev has no mddev assigned by Pawel Baldysiak · 6 years ago
  23. 2b598ee md: mark md_cluster_mod static by Christoph Hellwig · 6 years ago
  24. ae50640 md: use correct type in super_1_sync by Christoph Hellwig · 6 years ago
  25. 00485d0 md: use correct type in super_1_load by Christoph Hellwig · 6 years ago
  26. ed4d0a4e md: add a missing endianness conversion in check_sb_changes by Christoph Hellwig · 6 years ago
  27. ee37e62 md: add mddev->pers to avoid potential NULL pointer dereference by Yufen Yu · 6 years ago
  28. 72deb45 block: remove CONFIG_LBDAF by Christoph Hellwig · 6 years ago
  29. 2bc13b8 md: batch flush requests. by NeilBrown · 6 years ago
  30. 4bc034d Revert "MD: fix lock contention for flush bios" by NeilBrown · 6 years ago
  31. 6251691 md: Make bio_alloc_mddev use bio_alloc_bioset by Marcos Paulo de Souza · 6 years ago
  32. dc629c2 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md into for-linus by Jens Axboe · 6 years ago
  33. 37b22c2 md: remvoe redundant condition check by Chengguang Xu · 6 years ago
  34. f91389c md: remove set but not used variable 'bi_rdev' by Yue Haibing · 6 years ago
  35. 112f158 block: stop passing 'cpu' to all percpu stats methods by Mike Snitzer · 6 years ago
  36. af9b926 MD: Memory leak when flush bio size is zero by Xiao Ni · 6 years ago
  37. 6aaa58c md: fix memleak for mempool by Jack Wang · 6 years ago
  38. cb9ee15 md-cluster: send BITMAP_NEEDS_SYNC message if reshaping is interrupted by Guoqing Jiang · 6 years ago
  39. ca1e98e md-cluster/raid10: don't call remove_and_add_spares during reshaping stage by Guoqing Jiang · 6 years ago
  40. aefb2e5 md-cluster/raid10: call update_size in md_reap_sync_thread by Guoqing Jiang · 6 years ago
  41. 7564bed md-cluster/raid10: support add disk under grow mode by Guoqing Jiang · 6 years ago
  42. 9e753ba MD: fix invalid stored role for a disk - try2 by Shaohua Li · 6 years ago
  43. 059421e md: allow metadata updates while suspending an array - fix by NeilBrown · 6 years ago
  44. d595567 MD: fix invalid stored role for a disk by Shaohua Li · 6 years ago
  45. 08b5fa8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 6 years ago
  46. b219a1d Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 6 years ago
  47. e64e4018 md: Avoid namespace collision with bitmap API by Andy Shevchenko · 6 years ago
  48. 3ed122e md: remove a bogus comment by Christoph Hellwig · 6 years ago
  49. ddcf35d block: Add and use op_stat_group() for indexing disk_stat fields. by Michael Callahan · 6 years ago
  50. 59767fb block: Add part_stat_read_accum to read across field entries. by Michael Callahan · 6 years ago
  51. 0357ba2 md-cluster: show array's status more accurate by Guoqing Jiang · 7 years ago
  52. bfc9dfd MD: cleanup resources in failure by Shaohua Li · 7 years ago
  53. d60dafd Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 7 years ago
  54. 28dec87 md: Unify mddev destruction paths by Kent Overstreet · 7 years ago
  55. afeee51 md: convert to bioset_init()/mempool_init() by Kent Overstreet · 7 years ago
  56. 5a409b4 MD: fix lock contention for flush bios by Xiao Ni · 7 years ago
  57. c42a0e2 md: fix NULL dereference of mddev->pers in remove_and_add_spares() by Yufen Yu · 7 years ago
  58. 011abdc md: fix two problems with setting the "re-add" device state. by NeilBrown · 7 years ago
  59. 0ea9924 md-cluster: don't update recovery_offset for faulty device by Guoqing Jiang · 7 years ago
  60. 3526dd0 Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  61. 8b904b5 block: Use blk_queue_flag_*() in drivers instead of queue_flag_*() by Bart Van Assche · 7 years ago
  62. d8115c35 md: Delete gendisk before cleaning up the request queue by Bart Van Assche · 7 years ago
  63. 8876391 md: fix a potential deadlock of raid5/raid10 reshape by BingJing Chang · 7 years ago
  64. 39772f0 md: only allow remove_and_add_spares when no sync_thread running. by NeilBrown · 7 years ago
  65. 4b6c106 md: fix md_write_start() deadlock w/o metadata devices by Heinz Mauelshagen · 7 years ago
  66. b126194 MD: Free bioset when md_run fails by Xiao Ni · 7 years ago
  67. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  68. 040639b Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 7 years ago
  69. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  70. 1532d9e raid5-ppl: PPL support for disks with write-back cache enabled by Tomasz Majchrzak · 7 years ago
  71. d5d885f md: introduce new personality funciton start() by Song Liu · 7 years ago
  72. d2e2ec8 md: limit mdstat resync progress to max_sectors by Nate Dailey · 7 years ago
  73. afc9a42 the rest of drivers/*: annotate ->poll() instances by Al Viro · 8 years ago
  74. 06ede5f Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  75. 1be2172 Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 7 years ago
  76. 8376d3c md: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  77. 47f521b Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 7 years ago
  78. 0202ce8 md: release allocated bitset sync_set by Zdenek Kabelac · 7 years ago
  79. db0505d md: be cautious about using ->curr_resync_completed for ->recovery_offset by NeilBrown · 7 years ago
  80. b90f6ff md: don't check MD_SB_CHANGE_CLEAN in md_allow_write by Artur Paszkiewicz · 7 years ago
  81. efa4b77 md: use lockdep_assert_held by Shaohua Li · 7 years ago
  82. b03e0cc md: remove special meaning of ->quiesce(.., 2) by NeilBrown · 7 years ago
  83. 35bfc52 md: allow metadata update while suspending. by NeilBrown · 7 years ago
  84. 9e1cc0a md: use mddev_suspend/resume instead of ->quiesce() by NeilBrown · 7 years ago
  85. b3143b9 md: move suspend_hi/lo handling into core md code by NeilBrown · 7 years ago
  86. 52a0d49 md: don't call bitmap_create() while array is quiesced. by NeilBrown · 7 years ago
  87. 4d5324f md: always hold reconfig_mutex when calling mddev_suspend() by NeilBrown · 7 years ago
  88. 230b55f md: forbid a RAID5 from having both a bitmap and a journal. by NeilBrown · 7 years ago
  89. e4dca7b treewide: Fix function prototypes for module_param_call() by Kees Cook · 7 years ago
  90. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  91. 935fe09 md: rename some drivers/md/ files to have an "md-" prefix by Mike Snitzer · 7 years ago
  92. d1d9014 md: always set THREAD_WAKEUP and wake up wqueue if thread existed by Guoqing Jiang · 7 years ago
  93. d47c8ad md: fix deadlock error in recent patch. by NeilBrown · 7 years ago
  94. 79bf31a md: fix a race condition for flush request handling by Shaohua Li · 7 years ago
  95. 393debc md: separate request handling by Shaohua Li · 7 years ago
  96. 3645e6d Merge tag 'md/4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 7 years ago
  97. a0725ab Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  98. ddc0882 md: Runtime support for multiple ppls by Pawel Baldysiak · 7 years ago
  99. 26e1304 md: replace seq_release_private with seq_release by Cihangir Akturk · 7 years ago
  100. 5492c46 md: notify about new spare disk in the container by Alexey Obitotskiy · 7 years ago