1. 49895bc md/raid5: don't let shrink_slab shrink too far. by NeilBrown · 9 years ago
  2. e6030cb md/raid5: clear R5_NeedReplace when no longer needed. by NeilBrown · 9 years ago
  3. 2d5b569 md/raid5: avoid races when changing cache size. by NeilBrown · 9 years ago
  4. 713bc5c md/raid5: ignore released_stripes check by Shaohua Li · 9 years ago
  5. e9e4c37 md/raid5: per hash value and exclusive wait_for_stripe by Yuanhan Liu · 10 years ago
  6. b1b4648 md/raid5: split wait_for_stripe and introduce wait_for_quiescent by Yuanhan Liu · 10 years ago
  7. ea358cd md: make sure MD_RECOVERY_DONE is clear before starting recovery/resync by NeilBrown · 9 years ago
  8. 626f209 md/raid5: break stripe-batches when the array has failed. by NeilBrown · 10 years ago
  9. 787b76f md/raid5: call break_stripe_batch_list from handle_stripe_clean_event by NeilBrown · 10 years ago
  10. 1b956f7 md/raid5: be more selective about distributing flags across batch. by NeilBrown · 10 years ago
  11. 3960ce7 md/raid5: add handle_flags arg to break_stripe_batch_list. by NeilBrown · 10 years ago
  12. fb642b9 md/raid5: duplicate some more handle_stripe_clean_event code in break_stripe_batch_list by NeilBrown · 10 years ago
  13. 4e3d62f md/raid5: remove condition test from check_break_stripe_batch_list. by NeilBrown · 10 years ago
  14. b15a9db md/raid5: Ensure a batch member is not handled prematurely. by NeilBrown · 10 years ago
  15. d0852df5 md/raid5: close race between STRIPE_BIT_DELAY and batching. by NeilBrown · 9 years ago
  16. 2b6b245 md/raid5: ensure whole batch is delayed for all required bitmap updates. by NeilBrown · 10 years ago
  17. 4876969 raid5: fix broken async operation chain by Shaohua Li · 10 years ago
  18. bb27051 md/raid5: fix handling of degraded stripes in batches. by NeilBrown · 10 years ago
  19. 738a273 md/raid5: fix allocation of 'scribble' array. by NeilBrown · 10 years ago
  20. 6e9eac2 md/raid5: don't record new size if resize_stripes fails. by NeilBrown · 10 years ago
  21. 10d82c5 md/raid5: avoid reading parity blocks for full-stripe write to degraded array by NeilBrown · 10 years ago
  22. b0c783b md/raid5: more incorrect BUG_ON in handle_stripe_fill. by NeilBrown · 10 years ago
  23. f18c1a3 md/raid5: new alloc_stripe() to allocate an initialize a stripe. by NeilBrown · 10 years ago
  24. 9ffc8f7 md/raid5: don't do chunk aligned read on degraded array. by Eric Mei · 10 years ago
  25. edbe83a md/raid5: allow the stripe_cache to grow and shrink. by NeilBrown · 10 years ago
  26. 5423399 md/raid5: change ->inactive_blocked to a bit-flag. by NeilBrown · 10 years ago
  27. 486f064 md/raid5: move max_nr_stripes management into grow_one_stripe and drop_one_stripe by NeilBrown · 10 years ago
  28. a9683a7 md/raid5: pass gfp_t arg to grow_one_stripe() by NeilBrown · 10 years ago
  29. d06f191 md/raid5: introduce configuration option rmw_level by Markus Stockhausen · 10 years ago
  30. 584acdd md/raid5: activate raid6 rmw feature by Markus Stockhausen · 10 years ago
  31. dabc4ec raid5: handle expansion/resync case with stripe batching by shli@kernel.org · 10 years ago
  32. 72ac733 raid5: handle io error of batch list by shli@kernel.org · 10 years ago
  33. 59fc630 RAID5: batch adjacent full stripe write by shli@kernel.org · 10 years ago
  34. 7a87f43 raid5: track overwrite disk count by shli@kernel.org · 10 years ago
  35. da41ba6 raid5: add a new flag to track if a stripe can be batched by shli@kernel.org · 10 years ago
  36. 46d5b78 raid5: use flex_array for scribble data by shli@kernel.org · 10 years ago
  37. 0931479 md: remove 'go_faster' option from ->sync_request() by NeilBrown · 10 years ago
  38. 16d9cfa raid5: check faulty flag for array status during recovery. by Eric Mei · 10 years ago
  39. 26ac107 md/raid5: Fix livelock when array is both resyncing and degraded. by NeilBrown · 10 years ago
  40. 6791875 md: make reconfig_mutex optional for writes to md sysfs files. by NeilBrown · 10 years ago
  41. 7b1485b md/raid5: use ->lock to protect accessing raid5 sysfs attributes. by NeilBrown · 10 years ago
  42. afa0f55 md: rename ->stop to ->free by NeilBrown · 10 years ago
  43. 5aa61f4 md: split detach operation out from ->stop. by NeilBrown · 10 years ago
  44. 64590f4 md: make merge_bvec_fn more robust in face of personality changes. by NeilBrown · 10 years ago
  45. 5c675f8 md: make ->congested robust against personality changes. by NeilBrown · 10 years ago
  46. ea664c8 md/raid5: need_this_block: tidy/fix last condition. by NeilBrown · 10 years ago
  47. a9d5695 md/raid5: need_this_block: start simplifying the last two conditions. by NeilBrown · 10 years ago
  48. a79cfe1 md/raid5: separate out the easy conditions in need_this_block. by NeilBrown · 10 years ago
  49. 2c58f06 md/raid5: separate large if clause out of fetch_block(). by NeilBrown · 10 years ago
  50. ad3ab8b md: do_release_stripe(): No need to call md_wakeup_thread() twice by Jes Sorensen · 10 years ago
  51. b1b02fe md/raid5: fix another livelock caused by non-aligned writes. by NeilBrown · 10 years ago
  52. 108cef3 md/raid5: fetch_block must fetch all the blocks handle_stripe_dirtying wants. by NeilBrown · 10 years ago
  53. f72ffdd md: remove unwanted white space from md.c by NeilBrown · 10 years ago
  54. b8e6a15 md/raid5: fix init_stripe() inconsistencies by Markus Stockhausen · 10 years ago
  55. 3fd8371 md: use set_bit/clear_bit instead of shift/mask for bi_flags changes. by NeilBrown · 10 years ago
  56. 8e0e99b md/raid5: disable 'DISCARD' by default due to safety concerns. by NeilBrown · 10 years ago
  57. 9c4bdf6 md/raid6: avoid data corruption during recovery of double-degraded RAID6 by NeilBrown · 10 years ago
  58. a40687f md/raid5: avoid livelock caused by non-aligned writes. by NeilBrown · 10 years ago
  59. 8d0304e Merge tag 'md/3.16' of git://neil.brown.name/md by Linus Torvalds · 10 years ago
  60. 053f5b6 raid5: speedup sync_request processing by Eivind Sarto · 10 years ago
  61. 2844dc3 md/raid5: deadlock between retry_aligned_read with barrier io by hui jiao · 10 years ago
  62. d592a99 raid5: add an option to avoid copy data from bio to stripe cache by Shaohua Li · 11 years ago
  63. cf170f3 raid5: avoid release list until last reference of the stripe by Eivind Sarto · 10 years ago
  64. 67f4554 md/raid56: Don't perform reads to support writes until stripe is ready. by NeilBrown · 10 years ago
  65. 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 11 years ago
  66. c7a6d35 raid5: fix a race of stripe count check by Shaohua Li · 11 years ago
  67. e240c18 raid5: get_active_stripe avoids device_lock by Shaohua Li · 11 years ago
  68. 27c0f68 raid5: make_request does less prepare wait by Shaohua Li · 11 years ago
  69. 789b5e0 md/raid5: Fix CPU hotplug callback registration by Oleg Nesterov · 11 years ago
  70. 53d8ab2 Merge branch 'for-3.14/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  71. f568849 Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  72. 7da9d45 md/raid5: close recently introduced race in stripe_head management. by NeilBrown · 11 years ago
  73. 9f97e4b md/raid5: fix long-standing problem with bitmap handling on write failure. by NeilBrown · 11 years ago
  74. 5af9bef md/raid5: fix a recently broken BUG_ON(). by NeilBrown · 11 years ago
  75. 1cc03eb md/raid5: Fix possible confusion when multiple write errors occur. by NeilBrown · 11 years ago
  76. c78afc6 bcache/md: Use raid stripe size by Kent Overstreet · 11 years ago
  77. b28bc9b Merge tag 'v3.13-rc6' into for-3.14/core by Jens Axboe · 11 years ago
  78. 6d183de md/raid5: fix newly-broken locking in get_active_stripe. by NeilBrown · 11 years ago
  79. 0c775d5 md/raid5: fix new memory-reference bug in alloc_thread_groups. by NeilBrown · 11 years ago
  80. 7988613 block: Convert bio_for_each_segment() to bvec_iter by Kent Overstreet · 11 years ago
  81. 4f024f3 block: Abstract out bvec iterator by Kent Overstreet · 11 years ago
  82. 6d6e352 Merge tag 'md/3.13' of git://neil.brown.name/md by Linus Torvalds · 11 years ago
  83. 60aaf93 md/raid5: Use conf->device_lock protect changing of multi-thread resources. by majianpeng · 11 years ago
  84. d206dcf md/raid5: Before freeing old multi-thread worker, it should flush them. by majianpeng · 11 years ago
  85. e59aa23 md/raid5: For stripe with R5_ReadNoMerge, we replace REQ_FLUSH with REQ_NOMERGE. by majianpeng · 11 years ago
  86. c91abf5 md: use MD_RECOVERY_INTR instead of kthread_should_stop in resync thread. by NeilBrown · 11 years ago
  87. edfa1f6 raid5: Retry R5_ReadNoMerge flag when hit a read error. by Bian Yu · 11 years ago
  88. 4bda556 raid5: relieve lock contention in get_active_stripe() by Shaohua Li · 11 years ago
  89. b89241e llists: move llist_reverse_order from raid5 to llist.c by Christoph Hellwig · 11 years ago
  90. 566c09c raid5: relieve lock contention in get_active_stripe() by Shaohua Li · 11 years ago
  91. ba8805b md/raid5.c: add proper locking to error path of raid5_start_reshape. by NeilBrown · 11 years ago
  92. ad4068d raid5: Use slow_path to release stripe when mddev->thread is null by majianpeng · 11 years ago
  93. d47648f raid5: avoid finding "discard" stripe by Shaohua Li · 11 years ago
  94. 37c61ff raid5: set bio bi_vcnt 0 for discard request by Shaohua Li · 11 years ago
  95. bfc90cb raid5: only wakeup necessary threads by Shaohua Li · 11 years ago
  96. 4d77e3b md/raid5: flush out all pending requests before proceeding with reshape. by NeilBrown · 11 years ago
  97. c46501b md/raid5: use seqcount to protect access to shape in make_request. by NeilBrown · 11 years ago
  98. b721420 raid5: sysfs entry to control worker thread number by Shaohua Li · 11 years ago
  99. 851c30c raid5: offload stripe handle to workqueue by Shaohua Li · 11 years ago
  100. d265d9d raid5: fix stripe release order by Shaohua Li · 11 years ago