1. 3f99980 md: add a newline when printing parameter 'start_ro' by sysfs by Xiongfeng Wang · 4 years, 8 months ago
  2. e4fc5a7 md: stop using ->queuedata by Christoph Hellwig · 4 years, 8 months ago
  3. 3024ba2 md: remove redundant memalloc scope API usage by Coly Li · 4 years, 9 months ago
  4. 78f57ef md: use memalloc scope APIs in mddev_suspend()/mddev_resume() by Coly Li · 4 years, 9 months ago
  5. 3f79cc2 md: remove the extra line for ->hot_add_disk by Guoqing Jiang · 4 years, 10 months ago
  6. 78b990c md: flush md_rdev_misc_wq for HOT_ADD_DISK case by Guoqing Jiang · 4 years, 10 months ago
  7. f6766ff md: don't flush workqueue unconditionally in md_open by Guoqing Jiang · 4 years, 10 months ago
  8. cc1ffe6 md: add new workqueue for delete rdev by Guoqing Jiang · 4 years, 10 months ago
  9. 21e0958 md: add checkings before flush md_misc_wq by Guoqing Jiang · 4 years, 10 months ago
  10. 1592614 Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 10 months ago
  11. 3d745ea block: simplify queue allocation by Christoph Hellwig · 4 years, 10 months ago
  12. c6a564ff block: move the part_stat* helpers from genhd.h to a new header by Christoph Hellwig · 4 years, 10 months ago
  13. 74cc979c block: cleanup how md_autodetect_dev is called by Christoph Hellwig · 4 years, 10 months ago
  14. ea3edd4 block: remove __bdevname by Christoph Hellwig · 4 years, 10 months ago
  15. 6b40bec md: check arrays is suspended in mddev_detach before call quiesce operations by Guoqing Jiang · 5 years ago
  16. 97a3253 proc: convert everything to "struct proc_ops" by Alexey Dobriyan · 5 years ago
  17. 025471f md/raid1: use bucket based mechanism for IO serialization by Guoqing Jiang · 5 years ago
  18. 69b00b5 md: introduce a new struct for IO serialization by Guoqing Jiang · 5 years ago
  19. de31ee9 md: reorgnize mddev_create/destroy_serial_pool by Guoqing Jiang · 5 years ago
  20. 3938f5f md: add serialize_policy sysfs node for raid1 by Guoqing Jiang · 5 years ago
  21. 11d3a9f md: prepare for enable raid1 io serialization by Guoqing Jiang · 5 years ago
  22. 3e173ab md: fix a typo s/creat/create by Guoqing Jiang · 5 years ago
  23. 404659c md: rename wb stuffs by Guoqing Jiang · 5 years ago
  24. 3b7436c md: make sure desc_nr less than MD_SB_DISKS by Yufen Yu · 5 years ago
  25. 228fc7d md: avoid invalid memory access for array sb->dev_roles by Yufen Yu · 5 years ago
  26. 6a5cb53 md: no longer compare spare disk superblock events in super_load by Yufen Yu · 5 years ago
  27. 775d783 md: improve handling of bio with REQ_PREFLUSH in md_flush_request() by David Jeffery · 5 years ago
  28. 33f2c35 md: add feature flag MD_FEATURE_RAID0_LAYOUT by NeilBrown · 5 years ago
  29. 62f7b19 md raid0/linear: Mark array as 'broken' and fail BIOs if a member is gone by Guilherme G. Piccoli · 5 years ago
  30. 9d4b45d md: don't report active array_state until after revalidate_disk() completes. by NeilBrown · 5 years ago
  31. 480523f md: only call set_in_sync() when it is expected to succeed. by NeilBrown · 5 years ago
  32. 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
  33. 062f5b2a md: don't set In_sync if array is frozen by Guoqing Jiang · 5 years ago
  34. 9a56784 md: allow last device to be forcibly removed from RAID1/RAID10. by Guoqing Jiang · 5 years ago
  35. cf89160 md: Convert to use int_pow() by Andy Shevchenko · 5 years ago
  36. a1240cf74 Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu by Linus Torvalds · 6 years ago
  37. 5be1f9d Merge tag 'v5.2-rc6' into for-5.3/block by Jens Axboe · 6 years ago
  38. d494549 md: add bitmap_abort label in md_run by Guoqing Jiang · 6 years ago
  39. 963c555 md: introduce mddev_create/destroy_wb_pool for the change of member device by Guoqing Jiang · 6 years ago
  40. 3e148a3 md/raid1: fix potential data inconsistency issue with write behind device by Guoqing Jiang · 6 years ago
  41. 9642fa7 md: fix for divide error in status_resync by Mariusz Tkaczyk · 6 years ago
  42. e5b521e md: fix spelling typo and add necessary space by Yufen Yu · 6 years ago
  43. 168b305 md: md.c: Return -ENODEV when mddev is NULL in rdev_attr_show by Marcos Paulo de Souza · 6 years ago
  44. af1a889 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 47 by Thomas Gleixner · 6 years ago
  45. ddde2af md: initialize percpu refcounters using PERCU_REF_ALLOW_REINIT by Roman Gushchin · 6 years ago
  46. c42d324 md: return -ENODEV if rdev has no mddev assigned by Pawel Baldysiak · 6 years ago
  47. 2b598ee md: mark md_cluster_mod static by Christoph Hellwig · 6 years ago
  48. ae50640 md: use correct type in super_1_sync by Christoph Hellwig · 6 years ago
  49. 00485d0 md: use correct type in super_1_load by Christoph Hellwig · 6 years ago
  50. ed4d0a4e md: add a missing endianness conversion in check_sb_changes by Christoph Hellwig · 6 years ago
  51. ee37e62 md: add mddev->pers to avoid potential NULL pointer dereference by Yufen Yu · 6 years ago
  52. 72deb45 block: remove CONFIG_LBDAF by Christoph Hellwig · 6 years ago
  53. 2bc13b8 md: batch flush requests. by NeilBrown · 6 years ago
  54. 4bc034d Revert "MD: fix lock contention for flush bios" by NeilBrown · 6 years ago
  55. 6251691 md: Make bio_alloc_mddev use bio_alloc_bioset by Marcos Paulo de Souza · 6 years ago
  56. 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
  57. 37b22c2 md: remvoe redundant condition check by Chengguang Xu · 6 years ago
  58. f91389c md: remove set but not used variable 'bi_rdev' by Yue Haibing · 6 years ago
  59. 112f158 block: stop passing 'cpu' to all percpu stats methods by Mike Snitzer · 6 years ago
  60. af9b926 MD: Memory leak when flush bio size is zero by Xiao Ni · 6 years ago
  61. 6aaa58c md: fix memleak for mempool by Jack Wang · 6 years ago
  62. cb9ee15 md-cluster: send BITMAP_NEEDS_SYNC message if reshaping is interrupted by Guoqing Jiang · 6 years ago
  63. ca1e98e md-cluster/raid10: don't call remove_and_add_spares during reshaping stage by Guoqing Jiang · 6 years ago
  64. aefb2e5 md-cluster/raid10: call update_size in md_reap_sync_thread by Guoqing Jiang · 6 years ago
  65. 7564bed md-cluster/raid10: support add disk under grow mode by Guoqing Jiang · 6 years ago
  66. 9e753ba MD: fix invalid stored role for a disk - try2 by Shaohua Li · 6 years ago
  67. 059421e md: allow metadata updates while suspending an array - fix by NeilBrown · 6 years ago
  68. d595567 MD: fix invalid stored role for a disk by Shaohua Li · 6 years ago
  69. 08b5fa8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 6 years ago
  70. b219a1d Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 6 years ago
  71. e64e4018 md: Avoid namespace collision with bitmap API by Andy Shevchenko · 6 years ago
  72. 3ed122e md: remove a bogus comment by Christoph Hellwig · 6 years ago
  73. ddcf35d block: Add and use op_stat_group() for indexing disk_stat fields. by Michael Callahan · 7 years ago
  74. 59767fb block: Add part_stat_read_accum to read across field entries. by Michael Callahan · 7 years ago
  75. 0357ba2 md-cluster: show array's status more accurate by Guoqing Jiang · 7 years ago
  76. bfc9dfd MD: cleanup resources in failure by Shaohua Li · 7 years ago
  77. d60dafd Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 7 years ago
  78. 28dec87 md: Unify mddev destruction paths by Kent Overstreet · 7 years ago
  79. afeee51 md: convert to bioset_init()/mempool_init() by Kent Overstreet · 7 years ago
  80. 5a409b4 MD: fix lock contention for flush bios by Xiao Ni · 7 years ago
  81. c42a0e2 md: fix NULL dereference of mddev->pers in remove_and_add_spares() by Yufen Yu · 7 years ago
  82. 011abdc md: fix two problems with setting the "re-add" device state. by NeilBrown · 7 years ago
  83. 0ea9924 md-cluster: don't update recovery_offset for faulty device by Guoqing Jiang · 7 years ago
  84. 3526dd0 Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  85. 8b904b5 block: Use blk_queue_flag_*() in drivers instead of queue_flag_*() by Bart Van Assche · 7 years ago
  86. d8115c35 md: Delete gendisk before cleaning up the request queue by Bart Van Assche · 7 years ago
  87. 8876391 md: fix a potential deadlock of raid5/raid10 reshape by BingJing Chang · 7 years ago
  88. 39772f0 md: only allow remove_and_add_spares when no sync_thread running. by NeilBrown · 7 years ago
  89. 4b6c106 md: fix md_write_start() deadlock w/o metadata devices by Heinz Mauelshagen · 7 years ago
  90. b126194 MD: Free bioset when md_run fails by Xiao Ni · 7 years ago
  91. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  92. 040639b Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 7 years ago
  93. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  94. 1532d9e raid5-ppl: PPL support for disks with write-back cache enabled by Tomasz Majchrzak · 7 years ago
  95. d5d885f md: introduce new personality funciton start() by Song Liu · 7 years ago
  96. d2e2ec8 md: limit mdstat resync progress to max_sectors by Nate Dailey · 7 years ago
  97. afc9a42 the rest of drivers/*: annotate ->poll() instances by Al Viro · 8 years ago
  98. 06ede5f Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  99. 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
  100. 8376d3c md: Convert timers to use timer_setup() by Kees Cook · 7 years ago