1. bfc9dfd MD: cleanup resources in failure by Shaohua Li · 6 years ago
  2. d60dafd Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 6 years ago
  3. 28dec87 md: Unify mddev destruction paths by Kent Overstreet · 6 years ago
  4. afeee51 md: convert to bioset_init()/mempool_init() by Kent Overstreet · 6 years ago
  5. 5a409b4 MD: fix lock contention for flush bios by Xiao Ni · 6 years ago
  6. c42a0e2 md: fix NULL dereference of mddev->pers in remove_and_add_spares() by Yufen Yu · 7 years ago
  7. 011abdc md: fix two problems with setting the "re-add" device state. by NeilBrown · 7 years ago
  8. 0ea9924 md-cluster: don't update recovery_offset for faulty device by Guoqing Jiang · 7 years ago
  9. 3526dd0 Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  10. 8b904b5 block: Use blk_queue_flag_*() in drivers instead of queue_flag_*() by Bart Van Assche · 7 years ago
  11. d8115c35 md: Delete gendisk before cleaning up the request queue by Bart Van Assche · 7 years ago
  12. 8876391 md: fix a potential deadlock of raid5/raid10 reshape by BingJing Chang · 7 years ago
  13. 39772f0 md: only allow remove_and_add_spares when no sync_thread running. by NeilBrown · 7 years ago
  14. 4b6c106 md: fix md_write_start() deadlock w/o metadata devices by Heinz Mauelshagen · 7 years ago
  15. b126194 MD: Free bioset when md_run fails by Xiao Ni · 7 years ago
  16. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  17. 040639b Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 7 years ago
  18. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  19. 1532d9e raid5-ppl: PPL support for disks with write-back cache enabled by Tomasz Majchrzak · 7 years ago
  20. d5d885f md: introduce new personality funciton start() by Song Liu · 7 years ago
  21. d2e2ec8 md: limit mdstat resync progress to max_sectors by Nate Dailey · 7 years ago
  22. afc9a42 the rest of drivers/*: annotate ->poll() instances by Al Viro · 7 years ago
  23. 06ede5f Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  24. 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
  25. 8376d3c md: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  26. 47f521b Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 7 years ago
  27. 0202ce8 md: release allocated bitset sync_set by Zdenek Kabelac · 7 years ago
  28. db0505d md: be cautious about using ->curr_resync_completed for ->recovery_offset by NeilBrown · 7 years ago
  29. b90f6ff md: don't check MD_SB_CHANGE_CLEAN in md_allow_write by Artur Paszkiewicz · 7 years ago
  30. efa4b77 md: use lockdep_assert_held by Shaohua Li · 7 years ago
  31. b03e0cc md: remove special meaning of ->quiesce(.., 2) by NeilBrown · 7 years ago
  32. 35bfc52 md: allow metadata update while suspending. by NeilBrown · 7 years ago
  33. 9e1cc0a md: use mddev_suspend/resume instead of ->quiesce() by NeilBrown · 7 years ago
  34. b3143b9 md: move suspend_hi/lo handling into core md code by NeilBrown · 7 years ago
  35. 52a0d49 md: don't call bitmap_create() while array is quiesced. by NeilBrown · 7 years ago
  36. 4d5324f md: always hold reconfig_mutex when calling mddev_suspend() by NeilBrown · 7 years ago
  37. 230b55f md: forbid a RAID5 from having both a bitmap and a journal. by NeilBrown · 7 years ago
  38. e4dca7b treewide: Fix function prototypes for module_param_call() by Kees Cook · 7 years ago
  39. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  40. 935fe09 md: rename some drivers/md/ files to have an "md-" prefix by Mike Snitzer · 7 years ago
  41. d1d9014 md: always set THREAD_WAKEUP and wake up wqueue if thread existed by Guoqing Jiang · 7 years ago
  42. d47c8ad md: fix deadlock error in recent patch. by NeilBrown · 7 years ago
  43. 79bf31a md: fix a race condition for flush request handling by Shaohua Li · 7 years ago
  44. 393debc md: separate request handling by Shaohua Li · 7 years ago
  45. 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
  46. a0725ab Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  47. ddc0882 md: Runtime support for multiple ppls by Pawel Baldysiak · 7 years ago
  48. 26e1304 md: replace seq_release_private with seq_release by Cihangir Akturk · 7 years ago
  49. 5492c46 md: notify about new spare disk in the container by Alexey Obitotskiy · 7 years ago
  50. 74d4699 block: replace bi_bdev with a gendisk pointer and partitions index by Christoph Hellwig · 7 years ago
  51. afc1f55 MD: not clear ->safemode for external metadata array by Shaohua Li · 7 years ago
  52. 81fe48e md: fix test in md_write_start() by NeilBrown · 7 years ago
  53. 33182d1 md: always clear ->safemode when md_check_recovery gets the mddev lock. by NeilBrown · 7 years ago
  54. ed9b66d MD: fix warnning for UP case by Shaohua Li · 7 years ago
  55. 026d15f Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 7 years ago
  56. 7184ef8 MD: fix sleep in atomic by Shaohua Li · 7 years ago
  57. 7f053a6a MD: fix a null dereference by Shaohua Li · 7 years ago
  58. 5a85071 md: use a separate bio_set for synchronous IO. by NeilBrown · 7 years ago
  59. 9b10f6a block: remove bio_clone() and all references. by NeilBrown · 7 years ago
  60. 011067b blk: replace bioset_create_nobvec() with a flags arg to bioset_create() by NeilBrown · 7 years ago
  61. af67c31 blk: remove bio_set arg from blk_queue_split() by NeilBrown · 7 years ago
  62. 8df7202 md: change the initialization value for a spare device spot to MD_DISK_ROLE_SPARE by Lidong Zhong · 7 years ago
  63. cc27b0c md: fix deadlock between mddev_suspend() and md_write_start() by NeilBrown · 7 years ago
  64. fdd050b Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme-base by Christoph Hellwig · 7 years ago
  65. 8f66439 Merge tag 'v4.12-rc5' into for-4.13/block by Jens Axboe · 7 years ago
  66. 4e4cbee block: switch bios to blk_status_t by Christoph Hellwig · 7 years ago
  67. a415c0f md: initialise ->writes_pending in personality modules. by NeilBrown · 7 years ago
  68. e6fd209 md: namespace private helper names by Amir Goldstein · 8 years ago
  69. 5a8948f md: Make flush bios explicitely sync by Jan Kara · 7 years ago
  70. 2214c26 md: don't return -EAGAIN in md_allow_write for external metadata arrays by Artur Paszkiewicz · 8 years ago
  71. 97b20ef md: handle read-only member devices better. by NeilBrown · 8 years ago
  72. 78b6350 md: support disabling of create-on-open semantics. by NeilBrown · 8 years ago
  73. 039b722 md: allow creation of mdNNN arrays via md_mod/parameters/new_array by NeilBrown · 8 years ago
  74. b670883 md.c:didn't unlock the mddev before return EINVAL in array_size_store by Zhilong Liu · 8 years ago
  75. 065e519 md: MD_CLOSING needs to be cleared after called md_set_readonly or do_md_stop by NeilBrown · 8 years ago
  76. 4ad23a97 MD: use per-cpu counter for writes_pending by NeilBrown · 8 years ago
  77. 55cc39f md: close a race with setting mddev->in_sync by NeilBrown · 8 years ago
  78. 6497709b md: factor out set_in_sync() by NeilBrown · 8 years ago
  79. 4972805 md/raid5: use md_write_start to count stripes, not bios by NeilBrown · 8 years ago
  80. 48df498 md: move bitmap_destroy to the beginning of __md_stop by Guoqing Jiang · 8 years ago
  81. ba903a3 raid5-ppl: runtime PPL enabling or disabling by Artur Paszkiewicz · 8 years ago
  82. 664aed0 md: add sysfs entries for PPL by Artur Paszkiewicz · 8 years ago
  83. ea0213e md: superblock changes for PPL by Artur Paszkiewicz · 8 years ago
  84. 818da59 md-cluster: add the support for resize by Guoqing Jiang · 8 years ago
  85. 0ba9597 md-cluster: use sync way to handle METADATA_UPDATED msg by Guoqing Jiang · 8 years ago
  86. 1345921 md: fix incorrect use of lexx_to_cpu in does_sb_need_changing by Jason Yan · 8 years ago
  87. 3fb632e md: fix super_offset endianness in super_1_rdev_size_change by Jason Yan · 8 years ago
  88. 1b3bae4 md: don't impose the MD_SB_DISKS limit on arrays without metadata. by NeilBrown · 8 years ago
  89. c948363 md: move funcs from pers->resize to update_size by Guoqing Jiang · 8 years ago
  90. 99b3d74 md: delete dead code by Shaohua Li · 8 years ago
  91. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  92. a682e00 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 8 years ago
  93. 818551e Merge branch 'for-4.11/next' into for-4.11/linus-merge by Jens Axboe · 8 years ago
  94. d7a1030 md: fast clone bio in bio_clone_mddev() by Ming Lei · 8 years ago
  95. ed7ef73 md: remove unnecessary check on mddev by Ming Lei · 8 years ago
  96. 1027317 md: fail if mddev->bio_set can't be created by Ming Lei · 8 years ago
  97. 9356863 md: ensure md devices are freed before module is unloaded. by NeilBrown · 8 years ago
  98. dc3b17c block: Use pointer to backing_dev_info from request_queue by Jan Kara · 8 years ago
  99. a85dd7b md/r5cache: flush data only stripes in r5l_recovery_log() by Song Liu · 8 years ago
  100. 2073773 Merge branch 'md-next' into md-linus by Shaohua Li · 8 years ago