1. 26ac107 md/raid5: Fix livelock when array is both resyncing and degraded. by NeilBrown · 9 years ago
  2. 6791875 md: make reconfig_mutex optional for writes to md sysfs files. by NeilBrown · 10 years ago
  3. 7b1485b md/raid5: use ->lock to protect accessing raid5 sysfs attributes. by NeilBrown · 10 years ago
  4. afa0f55 md: rename ->stop to ->free by NeilBrown · 10 years ago
  5. 5aa61f4 md: split detach operation out from ->stop. by NeilBrown · 10 years ago
  6. 64590f4 md: make merge_bvec_fn more robust in face of personality changes. by NeilBrown · 10 years ago
  7. 5c675f8 md: make ->congested robust against personality changes. by NeilBrown · 10 years ago
  8. ea664c8 md/raid5: need_this_block: tidy/fix last condition. by NeilBrown · 9 years ago
  9. a9d5695 md/raid5: need_this_block: start simplifying the last two conditions. by NeilBrown · 9 years ago
  10. a79cfe1 md/raid5: separate out the easy conditions in need_this_block. by NeilBrown · 9 years ago
  11. 2c58f06 md/raid5: separate large if clause out of fetch_block(). by NeilBrown · 9 years ago
  12. ad3ab8b md: do_release_stripe(): No need to call md_wakeup_thread() twice by Jes Sorensen · 9 years ago
  13. b1b02fe md/raid5: fix another livelock caused by non-aligned writes. by NeilBrown · 9 years ago
  14. 108cef3 md/raid5: fetch_block must fetch all the blocks handle_stripe_dirtying wants. by NeilBrown · 10 years ago
  15. f72ffdd md: remove unwanted white space from md.c by NeilBrown · 10 years ago
  16. b8e6a15 md/raid5: fix init_stripe() inconsistencies by Markus Stockhausen · 10 years ago
  17. 3fd8371 md: use set_bit/clear_bit instead of shift/mask for bi_flags changes. by NeilBrown · 10 years ago
  18. 8e0e99b md/raid5: disable 'DISCARD' by default due to safety concerns. by NeilBrown · 10 years ago
  19. 9c4bdf6 md/raid6: avoid data corruption during recovery of double-degraded RAID6 by NeilBrown · 10 years ago
  20. a40687f md/raid5: avoid livelock caused by non-aligned writes. by NeilBrown · 10 years ago
  21. 8d0304e Merge tag 'md/3.16' of git://neil.brown.name/md by Linus Torvalds · 10 years ago
  22. 053f5b6 raid5: speedup sync_request processing by Eivind Sarto · 10 years ago
  23. 2844dc3 md/raid5: deadlock between retry_aligned_read with barrier io by hui jiao · 10 years ago
  24. d592a99 raid5: add an option to avoid copy data from bio to stripe cache by Shaohua Li · 10 years ago
  25. cf170f3 raid5: avoid release list until last reference of the stripe by Eivind Sarto · 10 years ago
  26. 67f4554 md/raid56: Don't perform reads to support writes until stripe is ready. by NeilBrown · 10 years ago
  27. 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 10 years ago
  28. c7a6d35 raid5: fix a race of stripe count check by Shaohua Li · 10 years ago
  29. e240c18 raid5: get_active_stripe avoids device_lock by Shaohua Li · 10 years ago
  30. 27c0f68 raid5: make_request does less prepare wait by Shaohua Li · 10 years ago
  31. 789b5e0 md/raid5: Fix CPU hotplug callback registration by Oleg Nesterov · 10 years ago
  32. 53d8ab2 Merge branch 'for-3.14/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  33. f568849 Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  34. 7da9d45 md/raid5: close recently introduced race in stripe_head management. by NeilBrown · 10 years ago
  35. 9f97e4b md/raid5: fix long-standing problem with bitmap handling on write failure. by NeilBrown · 11 years ago
  36. 5af9bef md/raid5: fix a recently broken BUG_ON(). by NeilBrown · 11 years ago
  37. 1cc03eb md/raid5: Fix possible confusion when multiple write errors occur. by NeilBrown · 11 years ago
  38. c78afc6 bcache/md: Use raid stripe size by Kent Overstreet · 11 years ago
  39. b28bc9b Merge tag 'v3.13-rc6' into for-3.14/core by Jens Axboe · 11 years ago
  40. 6d183de md/raid5: fix newly-broken locking in get_active_stripe. by NeilBrown · 11 years ago
  41. 0c775d5 md/raid5: fix new memory-reference bug in alloc_thread_groups. by NeilBrown · 11 years ago
  42. 7988613 block: Convert bio_for_each_segment() to bvec_iter by Kent Overstreet · 11 years ago
  43. 4f024f3 block: Abstract out bvec iterator by Kent Overstreet · 11 years ago
  44. 6d6e352 Merge tag 'md/3.13' of git://neil.brown.name/md by Linus Torvalds · 11 years ago
  45. 60aaf93 md/raid5: Use conf->device_lock protect changing of multi-thread resources. by majianpeng · 11 years ago
  46. d206dcf md/raid5: Before freeing old multi-thread worker, it should flush them. by majianpeng · 11 years ago
  47. e59aa23 md/raid5: For stripe with R5_ReadNoMerge, we replace REQ_FLUSH with REQ_NOMERGE. by majianpeng · 11 years ago
  48. c91abf5 md: use MD_RECOVERY_INTR instead of kthread_should_stop in resync thread. by NeilBrown · 11 years ago
  49. edfa1f6 raid5: Retry R5_ReadNoMerge flag when hit a read error. by Bian Yu · 11 years ago
  50. 4bda556 raid5: relieve lock contention in get_active_stripe() by Shaohua Li · 11 years ago
  51. b89241e llists: move llist_reverse_order from raid5 to llist.c by Christoph Hellwig · 11 years ago
  52. 566c09c raid5: relieve lock contention in get_active_stripe() by Shaohua Li · 11 years ago
  53. ba8805b md/raid5.c: add proper locking to error path of raid5_start_reshape. by NeilBrown · 11 years ago
  54. ad4068d raid5: Use slow_path to release stripe when mddev->thread is null by majianpeng · 11 years ago
  55. d47648f raid5: avoid finding "discard" stripe by Shaohua Li · 11 years ago
  56. 37c61ff raid5: set bio bi_vcnt 0 for discard request by Shaohua Li · 11 years ago
  57. bfc90cb raid5: only wakeup necessary threads by Shaohua Li · 11 years ago
  58. 4d77e3b md/raid5: flush out all pending requests before proceeding with reshape. by NeilBrown · 11 years ago
  59. c46501b md/raid5: use seqcount to protect access to shape in make_request. by NeilBrown · 11 years ago
  60. b721420 raid5: sysfs entry to control worker thread number by Shaohua Li · 11 years ago
  61. 851c30c raid5: offload stripe handle to workqueue by Shaohua Li · 11 years ago
  62. d265d9d raid5: fix stripe release order by Shaohua Li · 11 years ago
  63. 773ca82 raid5: make release_stripe lockless by Shaohua Li · 11 years ago
  64. f94c0b6 md/raid5: fix interaction of 'replace' and 'recovery'. by NeilBrown · 11 years ago
  65. fdcfbbb md/raid5: allow 5-device RAID6 to be reshaped to 4-device. by NeilBrown · 11 years ago
  66. b29bebd md: replace strict_strto*() with kstrto*() by Jingoo Han · 11 years ago
  67. 82ea4be Merge tag 'md-3.10-fixes' of git://neil.brown.name/md by Linus Torvalds · 11 years ago
  68. 5026d7a md/raid1,5,10: Disable WRITE SAME until a recovery strategy is in place by H. Peter Anvin · 11 years ago
  69. 4997b72 raid5: Initialize bi_vcnt by Kent Overstreet · 11 years ago
  70. 4de13d7a Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  71. c0b3297 md/raid5: avoid an extra write when writing to a known-bad-block. by NeilBrown · 11 years ago
  72. 6f60804 md/raid5: Change or of some order to improve efficiency. by majianpeng · 11 years ago
  73. 0a82a8d Revert "block: add missing block_bio_complete() tracepoint" by Linus Torvalds · 11 years ago
  74. 64f8de4 Merge branch 'writeback-workqueue' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq into for-3.10/core by Jens Axboe · 11 years ago
  75. 22c3f2f Merge tag 'md-3.9-fixes' of git://neil.brown.name/md by Linus Torvalds · 11 years ago
  76. 2f6db2a raid5: use bio_reset() by Kent Overstreet · 12 years ago
  77. aa8b57a block: Use bio_sectors() more consistently by Kent Overstreet · 11 years ago
  78. f73a1c7 block: Add bio_end_sector() by Kent Overstreet · 12 years ago
  79. f8dfcff md/raid5: ensure sync and DISCARD don't happen at the same time. by NeilBrown · 11 years ago
  80. e3620a3 MD RAID5: Avoid accessing gendisk or queue structs when not available by Jonathan Brassow · 11 years ago
  81. ce7d363 md/raid5: schedule_construction should abort if nothing to do. by NeilBrown · 11 years ago
  82. a5e0d73 Merge tag 'md-3.9' of git://neil.brown.name/md by Linus Torvalds · 11 years ago
  83. ee89f81 Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  84. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  85. 51acbce md: remove CONFIG_MULTICORE_RAID456 by NeilBrown · 11 years ago
  86. 3a366e6 block: add missing block_bio_complete() tracepoint by Tejun Heo · 12 years ago
  87. ea88eea Merge tag 'md-3.8' of git://neil.brown.name/md by Linus Torvalds · 12 years ago
  88. a9add5d md/raid5: add blktrace calls by NeilBrown · 12 years ago
  89. 9228ff9 Merge branch 'for-3.8/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  90. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  91. 749586b md/raid5: use async_tx_quiesce() instead of open-coding it. by NeilBrown · 12 years ago
  92. eed8c02 wait: add wait_event_lock_irq() interface by Lukas Czerner · 12 years ago
  93. ca64cae md/raid5: Make sure we clear R5_Discard when discard is finished. by NeilBrown · 12 years ago
  94. ef5b7c6 md/raid5: move resolving of reconstruct_state earlier in stripe_handle. by NeilBrown · 12 years ago
  95. 4ac6875 md/raid5: round discard alignment up to power of 2. by NeilBrown · 12 years ago
  96. 83f0d77 md: Fix typo in drivers/md by Masanari Iida · 12 years ago
  97. 9db9088 Merge tag 'md-3.7' of git://neil.brown.name/md by Linus Torvalds · 12 years ago
  98. e56108d6 md/raid5: be careful not to resize_stripes too big. by NeilBrown · 12 years ago
  99. 7f7583d Subject: [PATCH] md:change resync_mismatches to atomic64_t to avoid races by Jianpeng Ma · 12 years ago
  100. 1ed850f md/raid5: make sure to_read and to_write never go negative. by NeilBrown · 12 years ago