1. ed9b66d MD: fix warnning for UP case by Shaohua Li · 7 years ago
  2. 026d15f Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 7 years ago
  3. 7184ef8 MD: fix sleep in atomic by Shaohua Li · 7 years ago
  4. 7f053a6a MD: fix a null dereference by Shaohua Li · 7 years ago
  5. 5a85071 md: use a separate bio_set for synchronous IO. by NeilBrown · 7 years ago
  6. 9b10f6a block: remove bio_clone() and all references. by NeilBrown · 7 years ago
  7. 011067b blk: replace bioset_create_nobvec() with a flags arg to bioset_create() by NeilBrown · 7 years ago
  8. af67c31 blk: remove bio_set arg from blk_queue_split() by NeilBrown · 7 years ago
  9. 8df7202 md: change the initialization value for a spare device spot to MD_DISK_ROLE_SPARE by Lidong Zhong · 8 years ago
  10. cc27b0c md: fix deadlock between mddev_suspend() and md_write_start() by NeilBrown · 8 years ago
  11. fdd050b Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme-base by Christoph Hellwig · 8 years ago
  12. 8f66439 Merge tag 'v4.12-rc5' into for-4.13/block by Jens Axboe · 8 years ago
  13. 4e4cbee block: switch bios to blk_status_t by Christoph Hellwig · 8 years ago
  14. a415c0f md: initialise ->writes_pending in personality modules. by NeilBrown · 8 years ago
  15. e6fd209 md: namespace private helper names by Amir Goldstein · 8 years ago
  16. 5a8948f md: Make flush bios explicitely sync by Jan Kara · 8 years ago
  17. 2214c26 md: don't return -EAGAIN in md_allow_write for external metadata arrays by Artur Paszkiewicz · 8 years ago
  18. 97b20ef md: handle read-only member devices better. by NeilBrown · 8 years ago
  19. 78b6350 md: support disabling of create-on-open semantics. by NeilBrown · 8 years ago
  20. 039b722 md: allow creation of mdNNN arrays via md_mod/parameters/new_array by NeilBrown · 8 years ago
  21. b670883 md.c:didn't unlock the mddev before return EINVAL in array_size_store by Zhilong Liu · 8 years ago
  22. 065e519 md: MD_CLOSING needs to be cleared after called md_set_readonly or do_md_stop by NeilBrown · 8 years ago
  23. 4ad23a97 MD: use per-cpu counter for writes_pending by NeilBrown · 8 years ago
  24. 55cc39f md: close a race with setting mddev->in_sync by NeilBrown · 8 years ago
  25. 6497709b md: factor out set_in_sync() by NeilBrown · 8 years ago
  26. 4972805 md/raid5: use md_write_start to count stripes, not bios by NeilBrown · 8 years ago
  27. 48df498 md: move bitmap_destroy to the beginning of __md_stop by Guoqing Jiang · 8 years ago
  28. ba903a3 raid5-ppl: runtime PPL enabling or disabling by Artur Paszkiewicz · 8 years ago
  29. 664aed0 md: add sysfs entries for PPL by Artur Paszkiewicz · 8 years ago
  30. ea0213e md: superblock changes for PPL by Artur Paszkiewicz · 8 years ago
  31. 818da59 md-cluster: add the support for resize by Guoqing Jiang · 8 years ago
  32. 0ba9597 md-cluster: use sync way to handle METADATA_UPDATED msg by Guoqing Jiang · 8 years ago
  33. 1345921 md: fix incorrect use of lexx_to_cpu in does_sb_need_changing by Jason Yan · 8 years ago
  34. 3fb632e md: fix super_offset endianness in super_1_rdev_size_change by Jason Yan · 8 years ago
  35. 1b3bae4 md: don't impose the MD_SB_DISKS limit on arrays without metadata. by NeilBrown · 8 years ago
  36. c948363 md: move funcs from pers->resize to update_size by Guoqing Jiang · 8 years ago
  37. 99b3d74 md: delete dead code by Shaohua Li · 8 years ago
  38. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  39. a682e00 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 8 years ago
  40. 818551e Merge branch 'for-4.11/next' into for-4.11/linus-merge by Jens Axboe · 8 years ago
  41. d7a1030 md: fast clone bio in bio_clone_mddev() by Ming Lei · 8 years ago
  42. ed7ef73 md: remove unnecessary check on mddev by Ming Lei · 8 years ago
  43. 1027317 md: fail if mddev->bio_set can't be created by Ming Lei · 8 years ago
  44. 9356863 md: ensure md devices are freed before module is unloaded. by NeilBrown · 8 years ago
  45. dc3b17c block: Use pointer to backing_dev_info from request_queue by Jan Kara · 8 years ago
  46. a85dd7b md/r5cache: flush data only stripes in r5l_recovery_log() by Song Liu · 8 years ago
  47. 2073773 Merge branch 'md-next' into md-linus by Shaohua Li · 8 years ago
  48. 36869cb Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  49. 2953079 md: separate flags for superblock changes by Shaohua Li · 8 years ago
  50. 82a301c md: MD_RECOVERY_NEEDED is set for mddev->recovery by Shaohua Li · 8 years ago
  51. e2342ca md: fix refcount problem on mddev when stopping array. by NeilBrown · 8 years ago
  52. 034e33f md: stop write should stop journal reclaim by Shaohua Li · 8 years ago
  53. ce1ccd0 raid5-cache: suspend reclaim thread instead of shutdown by Shaohua Li · 8 years ago
  54. 46533ff md: Use REQ_FAILFAST_* on metadata writes where appropriate by NeilBrown · 8 years ago
  55. 688834e md/failfast: add failfast flag for md to be used by some personalities. by NeilBrown · 8 years ago
  56. 504634f md: add blktrace event for writes to superblock by Shaohua Li · 8 years ago
  57. 6119e67 md: remove md_super_wait() call after bitmap_flush() by NeilBrown · 8 years ago
  58. 060b068 md: perform async updates for metadata where possible. by NeilBrown · 8 years ago
  59. 9d48739 md: change all printk() to pr_err() or pr_warn() etc. by NeilBrown · 8 years ago
  60. 7f0f0d8 md: fix some issues with alloc_disk_sb() by NeilBrown · 8 years ago
  61. 91a6c4a md: wake up personality thread after array state update by Tomasz Majchrzak · 8 years ago
  62. dcbcb48 md: don't fail an array if there are unacknowledged bad blocks by Tomasz Majchrzak · 8 years ago
  63. 35b785f md: add bad block support for external metadata by Tomasz Majchrzak · 8 years ago
  64. 70fd761 block,fs: use REQ_* flags directly by Christoph Hellwig · 8 years ago
  65. 1217e1d md: be careful not lot leak internal curr_resync value into metadata. -- (all) by NeilBrown · 8 years ago
  66. 16f8894 md: report 'write_pending' state when array in sync by Tomasz Majchrzak · 8 years ago
  67. bb086a8 md: set rotational bit by Shaohua Li · 8 years ago
  68. 90bcf133 md: fix a potential deadlock by Shaohua Li · 8 years ago
  69. c20c33f md-cluster: clean related infos of cluster by Guoqing Jiang · 8 years ago
  70. af8d8e6 md: changes for MD_STILL_CLOSED flag by Guoqing Jiang · 8 years ago
  71. e566aef md-cluster: call md_kick_rdev_from_array once ack failed by Guoqing Jiang · 8 years ago
  72. 47a7b0d md-cluster: make md-cluster also can work when compiled into kernel by Guoqing Jiang · 8 years ago
  73. 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
  74. 486b0f7 r5cache: set MD_JOURNAL_CLEAN correctly by Song Liu · 8 years ago
  75. c622ca5 md: don't print the same repeated messages about delayed sync operation by Artur Paszkiewicz · 8 years ago
  76. 207efcd md: remove obsolete ret in md_start_sync by Guoqing Jiang · 8 years ago
  77. b347af8 md: do not count journal as spare in GET_ARRAY_INFO by Song Liu · 8 years ago
  78. 1eff9d3 block: rename bio bi_rw to bi_opf by Jens Axboe · 8 years ago
  79. 3f35e21 Merge branch 'mymd/for-next' into mymd/for-linus by Shaohua Li · 8 years ago
  80. 5d88178 MD: fix null pointer deference by Shaohua Li · 8 years ago
  81. 573275b md: add missing sysfs_notify on array_state update by Tomasz Majchrzak · 8 years ago
  82. 4cb9da7 Fix kernel module refcount handling by Alexey Obitotskiy · 8 years ago
  83. 0e3ef49 md: use seconds granularity for error logging by Arnd Bergmann · 8 years ago
  84. d787be4 md: reduce the number of synchronize_rcu() calls when multiple devices fail. by NeilBrown · 9 years ago
  85. 8430e7e md: disconnect device from personality before trying to remove it. by NeilBrown · 9 years ago
  86. 4ba1e78 MD:Update superblock when err == 0 in size_store by Xiao Ni · 9 years ago
  87. 5b1f5bc3 md: use a mutex to protect a global list by Cong Wang · 9 years ago
  88. 28a8f0d block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH by Mike Christie · 9 years ago
  89. 796a5cf md: use bio op accessors by Mike Christie · 9 years ago
  90. 4e49ea4 block/fs/drivers: remove rw argument from submit_bio by Mike Christie · 9 years ago
  91. db76767 md: simplify the code with md_kick_rdev_from_array by Guoqing Jiang · 9 years ago
  92. bb8bf15 md-cluster: fix deadlock issue when add disk to an recoverying array by Guoqing Jiang · 9 years ago
  93. 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
  94. 24b9f0c Merge branch 'for-4.7/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  95. 85ad1d1 md: set MD_CHANGE_PENDING in a atomic region by Guoqing Jiang · 9 years ago
  96. 092398d md: md.c: fix oops in mddev_suspend for raid0 by Heinz Mauelshagen · 9 years ago
  97. a578183 md-cluster: wakeup thread if activated a spare disk by Guoqing Jiang · 9 years ago
  98. ab5a98b md-cluster: change array_sectors and update size are not supported by Guoqing Jiang · 9 years ago
  99. 2c97cf1 md-cluser: make resync_finish only called after pers->sync_request by Guoqing Jiang · 9 years ago
  100. 41a9a0d md-cluster: change resync lock from asynchronous to synchronous by Guoqing Jiang · 9 years ago