1. fabc7df md/raid5: add thread_group worker async_tx_issue_pending_all by Ofer Heifetz · 7 years ago
  2. 1e95148 Raid5 should update rdev->sectors after reshape by Xiao Ni · 7 years ago
  3. 03c1d9d md: don't use flush_signals in userspace processes by Mikulas Patocka · 7 years ago
  4. fa9a4a9 md: update slab_cache before releasing new stripes when stripes resizing by Dennis Yang · 7 years ago
  5. 8beb252 md/raid5: limit request size according to implementation limits by Konstantin Khlebnikov · 8 years ago
  6. c23112e Merge tag 'md/4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 8 years ago
  7. 597f03f Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  8. 30c8946 raid5: handle register_shrinker failure by Shaohua Li · 8 years ago
  9. 6a0f53f raid5: fix to detect failure of register_shrinker by Chao Yu · 8 years ago
  10. 1dffddd raid5: allow arbitrary max_hw_sectors by Shaohua Li · 8 years ago
  11. c944555 raid5: fix a small race condition by Shaohua Li · 8 years ago
  12. 29c6d1b md/raid5: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  13. ad5b0f7 raid5: guarantee enough stripes to avoid reshape hang by Shaohua Li · 8 years ago
  14. 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
  15. 45c91d8 raid5: avoid unnecessary bio data set by Shaohua Li · 8 years ago
  16. 5f9d1fd raid5: fix memory leak of bio integrity data by Shaohua Li · 8 years ago
  17. 486b0f7 r5cache: set MD_JOURNAL_CLEAN correctly by Song Liu · 8 years ago
  18. 1eff9d3 block: rename bio bi_rw to bi_opf by Jens Axboe · 8 years ago
  19. 1136779 md: Prevent IO hold during accessing to faulty raid5 array by Alexey Obitotskiy · 8 years ago
  20. ff00d3b raid5: fix incorrectly counter of conf->empty_inactive_list_nr by ZhengYuan Liu · 8 years ago
  21. 3f35e21 Merge branch 'mymd/for-next' into mymd/for-linus by Shaohua Li · 8 years ago
  22. 7024628 block: get rid of bio_rw and READA by Christoph Hellwig · 8 years ago
  23. d787be4 md: reduce the number of synchronize_rcu() calls when multiple devices fail. by NeilBrown · 8 years ago
  24. f5b67ae md: be extra careful not to take a reference to a Faulty device. by NeilBrown · 8 years ago
  25. 5fd1335 md/raid5: add rcu protection to rdev accesses in raid5_status. by NeilBrown · 8 years ago
  26. 3f232d6 md/raid5: add rcu protection to rdev accesses in want_replace by NeilBrown · 8 years ago
  27. e50d399 md/raid5: add rcu protection to rdev accesses in handle_failed_sync. by NeilBrown · 8 years ago
  28. 28a8f0d block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH by Mike Christie · 8 years ago
  29. 6296b96 block, drivers, fs: shrink bi_rw from long to int by Mike Christie · 8 years ago
  30. 796a5cf md: use bio op accessors by Mike Christie · 8 years ago
  31. 4125758 right meaning of PARITY_ENABLE_RMW and PARITY_PREFER_RMW by Song Liu · 8 years ago
  32. 85ad1d1 md: set MD_CHANGE_PENDING in a atomic region by Guoqing Jiang · 8 years ago
  33. fe67d19 md: raid5: add prerequisite to run underneath dm-raid by Heinz Mauelshagen · 8 years ago
  34. b8a0b8e raid5: delete unnecessary warnning by Shaohua Li · 8 years ago
  35. 1d034e6 md/raid5: Cleanup cpu hotplug notifier by Anna-Maria Gleixner · 8 years ago
  36. fb3229d md/raid5: output stripe state for debug by Shaohua Li · 8 years ago
  37. 550da24 md/raid5: preserve STRIPE_PREREAD_ACTIVE in break_stripe_batch_list by NeilBrown · 8 years ago
  38. 6ab2a4b RAID5: revert e9e4c377e2f563 to fix a livelock by Shaohua Li · 9 years ago
  39. 27a353c RAID5: check_reshape() shouldn't call mddev_suspend by Shaohua Li · 9 years ago
  40. e7597e6 md/raid5: Compare apples to apples (or sectors to sectors) by Jes Sorensen · 9 years ago
  41. 849674e MD: rename some functions by Shaohua Li · 9 years ago
  42. f6b6ec5 raid5-cache: add journal hot add/remove support by Shaohua Li · 9 years ago
  43. b46020a md/raid5: remove redundant check in stripe_add_to_batch_list() by Roman Gushchin · 9 years ago
  44. ac322de Merge tag 'md/4.4' of git://neil.brown.name/md by Linus Torvalds · 9 years ago
  45. f2076e7 MD: set journal disk ->raid_disk by Shaohua Li · 9 years ago
  46. 7dde2ad raid5-cache: start raid5 readonly if journal is missing by Shaohua Li · 9 years ago
  47. 6e74a9c raid5-cache: IO error handling by Shaohua Li · 9 years ago
  48. c2bb624 raid5: journal disk can't be removed by Shaohua Li · 9 years ago
  49. e6c033f raid5-cache: move reclaim stop to quiesce by Shaohua Li · 9 years ago
  50. 828cbe9 raid5-cache: optimize FLUSH IO with log enabled by Shaohua Li · 9 years ago
  51. a8c34f9 raid5-cache: switching to state machine for log disk cache flush by Shaohua Li · 9 years ago
  52. 5c7e81c raid5: enable log for raid array with cache disk by Shaohua Li · 9 years ago
  53. 713cf5a raid5: don't allow resize/reshape with cache(log) support by Shaohua Li · 9 years ago
  54. 9c3e333 raid5: disable batch with log enabled by Shaohua Li · 9 years ago
  55. b8a9d66 md/raid5: fix locking in handle_stripe_clean_event() by Roman Gushchin · 9 years ago
  56. 0576b1c raid5: log reclaim support by Shaohua Li · 9 years ago
  57. f6bed0e raid5: add basic stripe log by Shaohua Li · 9 years ago
  58. b70abcb raid5: add a new state for stripe log handling by Shaohua Li · 9 years ago
  59. 6d036f7 raid5: export some functions by Shaohua Li · 9 years ago
  60. c40f341 md-cluster: Use a small window for resync by Goldwyn Rodrigues · 9 years ago
  61. 644df1a md: drop null test before destroy functions by Julia Lawall · 9 years ago
  62. 36707bb md/raid5: don't index beyond end of array in need_this_block(). by NeilBrown · 9 years ago
  63. ebda780 raid5: update analysis state for failed stripe by Shaohua Li · 9 years ago
  64. e89c6fd Merge linux-block/for-4.3/core into md/for-linux by NeilBrown · 9 years ago
  65. 1081230 Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  66. c3cce6c md/raid5: ensure device failure recorded before write request returns. by NeilBrown · 9 years ago
  67. 34a6f80 md/raid5: use bio_list for the list of bios to return. by NeilBrown · 9 years ago
  68. 6cbd814 md/raid5: handle possible race as reshape completes. by NeilBrown · 9 years ago
  69. c5e19d9 md: be careful when testing resync_max against curr_resync_completed. by NeilBrown · 9 years ago
  70. c74c0d7 md/raid5: remove incorrect "min_t()" when calculating writepos. by NeilBrown · 9 years ago
  71. 05256d9 md/raid5: strengthen check on reshape_position at run. by NeilBrown · 9 years ago
  72. 3cb5edf md/raid5: switch to use conf->chunk_sectors in place of mddev->chunk_sectors where possible by NeilBrown · 9 years ago
  73. 5cac6bc md/raid5: always set conf->prev_chunk_sectors and ->prev_algo by NeilBrown · 9 years ago
  74. 9214048 md/raid5: consider updating reshape_position at start of reshape. by NeilBrown · 9 years ago
  75. 8ae1266 block: kill merge_bvec_fn() completely by Kent Overstreet · 9 years ago
  76. 7140aaf md/raid5: get rid of bio_fits_rdev() by Kent Overstreet · 11 years ago
  77. 7ef6b12 md/raid5: split bio for chunk_aligned_read by Ming Lin · 9 years ago
  78. 9b81c84 block: don't access bio->bi_error after bio_put() by Sasha Levin · 9 years ago
  79. 49895bc md/raid5: don't let shrink_slab shrink too far. by NeilBrown · 9 years ago
  80. b7c44ed block: manipulate bio->bi_flags through helpers by Jens Axboe · 9 years ago
  81. 4246a0b block: add a bi_error field to struct bio by Christoph Hellwig · 9 years ago
  82. e6030cb md/raid5: clear R5_NeedReplace when no longer needed. by NeilBrown · 9 years ago
  83. 2d5b569 md/raid5: avoid races when changing cache size. by NeilBrown · 9 years ago
  84. 713bc5c md/raid5: ignore released_stripes check by Shaohua Li · 9 years ago
  85. e9e4c37 md/raid5: per hash value and exclusive wait_for_stripe by Yuanhan Liu · 9 years ago
  86. b1b4648 md/raid5: split wait_for_stripe and introduce wait_for_quiescent by Yuanhan Liu · 9 years ago
  87. ea358cd md: make sure MD_RECOVERY_DONE is clear before starting recovery/resync by NeilBrown · 9 years ago
  88. 626f209 md/raid5: break stripe-batches when the array has failed. by NeilBrown · 9 years ago
  89. 787b76f md/raid5: call break_stripe_batch_list from handle_stripe_clean_event by NeilBrown · 9 years ago
  90. 1b956f7 md/raid5: be more selective about distributing flags across batch. by NeilBrown · 9 years ago
  91. 3960ce7 md/raid5: add handle_flags arg to break_stripe_batch_list. by NeilBrown · 9 years ago
  92. fb642b9 md/raid5: duplicate some more handle_stripe_clean_event code in break_stripe_batch_list by NeilBrown · 9 years ago
  93. 4e3d62f md/raid5: remove condition test from check_break_stripe_batch_list. by NeilBrown · 9 years ago
  94. b15a9db md/raid5: Ensure a batch member is not handled prematurely. by NeilBrown · 9 years ago
  95. d0852df5 md/raid5: close race between STRIPE_BIT_DELAY and batching. by NeilBrown · 9 years ago
  96. 2b6b245 md/raid5: ensure whole batch is delayed for all required bitmap updates. by NeilBrown · 9 years ago
  97. 4876969 raid5: fix broken async operation chain by Shaohua Li · 9 years ago
  98. bb27051 md/raid5: fix handling of degraded stripes in batches. by NeilBrown · 9 years ago
  99. 738a273 md/raid5: fix allocation of 'scribble' array. by NeilBrown · 9 years ago
  100. 6e9eac2 md/raid5: don't record new size if resize_stripes fails. by NeilBrown · 9 years ago