1. 2073773 Merge branch 'md-next' into md-linus by Shaohua Li · 8 years ago
  2. 36869cb Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  3. 2953079 md: separate flags for superblock changes by Shaohua Li · 8 years ago
  4. 82a301c md: MD_RECOVERY_NEEDED is set for mddev->recovery by Shaohua Li · 8 years ago
  5. e2342ca md: fix refcount problem on mddev when stopping array. by NeilBrown · 8 years ago
  6. 034e33f md: stop write should stop journal reclaim by Shaohua Li · 8 years ago
  7. ce1ccd0 raid5-cache: suspend reclaim thread instead of shutdown by Shaohua Li · 8 years ago
  8. 46533ff md: Use REQ_FAILFAST_* on metadata writes where appropriate by NeilBrown · 8 years ago
  9. 688834e md/failfast: add failfast flag for md to be used by some personalities. by NeilBrown · 8 years ago
  10. 504634f md: add blktrace event for writes to superblock by Shaohua Li · 8 years ago
  11. 6119e67 md: remove md_super_wait() call after bitmap_flush() by NeilBrown · 8 years ago
  12. 060b068 md: perform async updates for metadata where possible. by NeilBrown · 8 years ago
  13. 9d48739 md: change all printk() to pr_err() or pr_warn() etc. by NeilBrown · 8 years ago
  14. 7f0f0d8 md: fix some issues with alloc_disk_sb() by NeilBrown · 8 years ago
  15. 91a6c4a md: wake up personality thread after array state update by Tomasz Majchrzak · 8 years ago
  16. dcbcb48 md: don't fail an array if there are unacknowledged bad blocks by Tomasz Majchrzak · 8 years ago
  17. 35b785f md: add bad block support for external metadata by Tomasz Majchrzak · 8 years ago
  18. 70fd761 block,fs: use REQ_* flags directly by Christoph Hellwig · 8 years ago
  19. 1217e1d md: be careful not lot leak internal curr_resync value into metadata. -- (all) by NeilBrown · 8 years ago
  20. 16f8894 md: report 'write_pending' state when array in sync by Tomasz Majchrzak · 8 years ago
  21. bb086a8 md: set rotational bit by Shaohua Li · 8 years ago
  22. 90bcf133 md: fix a potential deadlock by Shaohua Li · 8 years ago
  23. c20c33f md-cluster: clean related infos of cluster by Guoqing Jiang · 8 years ago
  24. af8d8e6 md: changes for MD_STILL_CLOSED flag by Guoqing Jiang · 8 years ago
  25. e566aef md-cluster: call md_kick_rdev_from_array once ack failed by Guoqing Jiang · 8 years ago
  26. 47a7b0d md-cluster: make md-cluster also can work when compiled into kernel by Guoqing Jiang · 8 years ago
  27. 86a1679 Merge tag 'md/4.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 8 years ago
  28. 486b0f7 r5cache: set MD_JOURNAL_CLEAN correctly by Song Liu · 8 years ago
  29. c622ca5 md: don't print the same repeated messages about delayed sync operation by Artur Paszkiewicz · 8 years ago
  30. 207efcd md: remove obsolete ret in md_start_sync by Guoqing Jiang · 8 years ago
  31. b347af8 md: do not count journal as spare in GET_ARRAY_INFO by Song Liu · 8 years ago
  32. 1eff9d3 block: rename bio bi_rw to bi_opf by Jens Axboe · 8 years ago
  33. 3f35e21 Merge branch 'mymd/for-next' into mymd/for-linus by Shaohua Li · 9 years ago
  34. 5d88178 MD: fix null pointer deference by Shaohua Li · 9 years ago
  35. 573275b md: add missing sysfs_notify on array_state update by Tomasz Majchrzak · 9 years ago
  36. 4cb9da7 Fix kernel module refcount handling by Alexey Obitotskiy · 9 years ago
  37. 0e3ef49 md: use seconds granularity for error logging by Arnd Bergmann · 9 years ago
  38. d787be4 md: reduce the number of synchronize_rcu() calls when multiple devices fail. by NeilBrown · 9 years ago
  39. 8430e7e md: disconnect device from personality before trying to remove it. by NeilBrown · 9 years ago
  40. 4ba1e78 MD:Update superblock when err == 0 in size_store by Xiao Ni · 9 years ago
  41. 5b1f5bc3 md: use a mutex to protect a global list by Cong Wang · 9 years ago
  42. 28a8f0d block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH by Mike Christie · 9 years ago
  43. 796a5cf md: use bio op accessors by Mike Christie · 9 years ago
  44. 4e49ea4 block/fs/drivers: remove rw argument from submit_bio by Mike Christie · 9 years ago
  45. db76767 md: simplify the code with md_kick_rdev_from_array by Guoqing Jiang · 9 years ago
  46. bb8bf15 md-cluster: fix deadlock issue when add disk to an recoverying array by Guoqing Jiang · 9 years ago
  47. feaa7cb Merge tag 'md/4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 9 years ago
  48. 24b9f0c Merge branch 'for-4.7/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  49. 85ad1d1 md: set MD_CHANGE_PENDING in a atomic region by Guoqing Jiang · 9 years ago
  50. 092398d md: md.c: fix oops in mddev_suspend for raid0 by Heinz Mauelshagen · 9 years ago
  51. a578183 md-cluster: wakeup thread if activated a spare disk by Guoqing Jiang · 9 years ago
  52. ab5a98b md-cluster: change array_sectors and update size are not supported by Guoqing Jiang · 9 years ago
  53. 2c97cf1 md-cluser: make resync_finish only called after pers->sync_request by Guoqing Jiang · 9 years ago
  54. 41a9a0d md-cluster: change resync lock from asynchronous to synchronous by Guoqing Jiang · 9 years ago
  55. 9c573de MD: make bio mergeable by Shaohua Li · 9 years ago
  56. 56883a7 md: update to using blk_queue_write_cache() by Jens Axboe · 9 years ago
  57. ed3b98c MD: add rdev reference for super write by Shaohua Li · 9 years ago
  58. 466ad29 md: fix a trivial typo in comments by Wei Fang · 9 years ago
  59. 70d9798b MD: warn for potential deadlock by Shaohua Li · 9 years ago
  60. 399146b md: Drop sending a change uevent when stopping by Sebastian Parschauer · 9 years ago
  61. 3c28c9c Merge tag 'md/4.5' of git://neil.brown.name/md by Linus Torvalds · 9 years ago
  62. d080827 Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
  63. 1501efa md/raid: only permit hot-add of compatible integrity profiles by Dan Williams · 9 years ago
  64. 87d4d91 MD: add journal with array suspended by Shaohua Li · 9 years ago
  65. a62ab49 md: set MD_HAS_JOURNAL in correct places by Shaohua Li · 9 years ago
  66. d3b407fb badblocks: rename badblocks_free to badblocks_exit by Dan Williams · 9 years ago
  67. fc974ee md: convert to use the generic badblocks code by Vishal Verma · 9 years ago
  68. 274d8cb md: Remove 'ready' field from mddev. by NeilBrown · 9 years ago
  69. bb9ef71 md: remove unnecesary md_new_event_inintr by Guoqing Jiang · 9 years ago
  70. f6b6ec5 raid5-cache: add journal hot add/remove support by Shaohua Li · 9 years ago
  71. 9ebc6ef drivers: md: use ktime_get_real_seconds() by Deepa Dinamani · 9 years ago
  72. 3312c95 md: avoid warning for 32-bit sector_t by Arnd Bergmann · 9 years ago
  73. abf3508 md: update comment for md_allow_write by Guoqing Jiang · 9 years ago
  74. 15858fa md-cluster: Defer MD reloading to mddev->thread by Guoqing Jiang · 9 years ago
  75. f6a2dc6 md-cluster: append some actions when change bitmap from clustered to none by Guoqing Jiang · 9 years ago
  76. 09afd2a md-cluster: Allow spare devices to be marked as faulty by Goldwyn Rodrigues · 9 years ago
  77. 54a8839 md-cluster: Fix the remove sequence with the new MD reload code by Goldwyn Rodrigues · 9 years ago
  78. 659b254 md-cluster: remove a disk asynchronously from cluster environment by Guoqing Jiang · 9 years ago
  79. 312045e md: remove check for MD_RECOVERY_NEEDED in action_store. by NeilBrown · 9 years ago
  80. cb01c54 Fix remove_and_add_spares removes drive added as spare in slot_store by Goldwyn Rodrigues · 9 years ago
  81. 0dc10e5 md: fix bug due to nested suspend by Mikulas Patocka · 9 years ago
  82. 9b15603 MD: change journal disk role to disk 0 by Shaohua Li · 9 years ago
  83. dece163 block: change ->make_request_fn() and users to return a queue cookie by Jens Axboe · 9 years ago
  84. ac322de Merge tag 'md/4.4' of git://neil.brown.name/md by Linus Torvalds · 9 years ago
  85. 527d152 Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  86. 339421d MD: when RAID journal is missing/faulty, block RESTART_ARRAY_RW by Song Liu · 9 years ago
  87. f2076e7 MD: set journal disk ->raid_disk by Shaohua Li · 9 years ago
  88. a3dfbda MD: kick out journal disk if it's not fresh by Song Liu · 9 years ago
  89. a97b789 MD: add new bit to indicate raid array with journal by Song Liu · 9 years ago
  90. 9efdca1 MD: fix info output for journal disk by Shaohua Li · 9 years ago
  91. ac6096e md: show journal for journal disk in disk state sysfs by Shaohua Li · 9 years ago
  92. 0b020e8 skip match_mddev_units check for special roles by Song Liu · 9 years ago
  93. bd18f64 md: skip resync for raid array with journal by Shaohua Li · 9 years ago
  94. d01552a Revert "md: allow a partially recovered device to be hot-added to an array." by NeilBrown · 9 years ago
  95. 3069aa8 md: override md superblock recovery_offset for journal device by Shaohua Li · 9 years ago
  96. bac624f MD: add a new disk role to present write journal device by Song Liu · 9 years ago
  97. c4d4c91 MD: replace special disk roles with macros by Song Liu · 9 years ago
  98. 28c1b9f md-cluster: Call update_raid_disks() if another node --grow's raid_disks by Goldwyn Rodrigues · 9 years ago
  99. c7bfced md: suspend i/o during runtime blk_integrity_unregister by Dan Williams · 9 years ago
  100. 9609b99 md, dm, scsi, nvme, libnvdimm: drop blk_integrity_unregister() at shutdown by Dan Williams · 9 years ago