1. 9922fa4 md/raid5: fix oops during stripe resizing by Song Liu · 3 years, 10 months ago
  2. 566cba3 md/raid5: Fix Force reconstruct-write io stuck in degraded raid5 by ChangSyun Peng · 4 years ago
  3. a40982c raid5: need to set STRIPE_HANDLE for batch head by Guoqing Jiang · 4 years, 8 months ago
  4. a12c768 md: improve handling of bio with REQ_PREFLUSH in md_flush_request() by David Jeffery · 4 years, 11 months ago
  5. e8323e0 md/raid6: Set R5_ReadError when there is read failure on parity disk by Xiao Ni · 5 years ago
  6. 0a43d5d raid5: don't increment read_errors on EILSEQ return by Nigel Croxon · 5 years ago
  7. a5443cd raid5: don't set STRIPE_HANDLE to stripe which is in batch list by Guoqing Jiang · 4 years, 11 months ago
  8. eb6c84e raid5-cache: Need to do start() part job after adding journal device by Xiao Ni · 5 years ago
  9. 4309080 md/raid: raid5 preserve the writeback action after the parity check by Nigel Croxon · 5 years ago
  10. 3d25b7f Revert "Don't jump to compute_result state from check_result state" by Song Liu · 5 years ago
  11. 85f3479 Don't jump to compute_result state from check_result state by Nigel Croxon · 5 years ago
  12. cc3b79d md: Fix failed allocation of md_register_thread by Aditya Pakki · 5 years ago
  13. e7f11c5 md/raid5: fix 'out of memory' during raid cache recovery by Alexei Naberezhnov · 6 years ago
  14. e254de6 md/raid5-cache: disable reshape completely by Shaohua Li · 6 years ago
  15. 08b5fa8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 6 years ago
  16. d63e2fc md/raid5: fix data corruption of replacements after originals dropped by BingJing Chang · 6 years ago
  17. e64e4018 md: Avoid namespace collision with bitmap API by Andy Shevchenko · 6 years ago
  18. 08edaaa drivers/md/raid5: Do not disable irq on release_inactive_stripe_list() call by Anna-Maria Gleixner · 6 years ago
  19. 685dbca drivers/md/raid5: Use irqsave variant of atomic_dec_and_lock() by Anna-Maria Gleixner · 6 years ago
  20. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 6 years ago
  21. d60dafd Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 6 years ago
  22. afeee51 md: convert to bioset_init()/mempool_init() by Kent Overstreet · 6 years ago
  23. 448ec63 md/raid5: Assigning NULL to sh->batch_head before testing bit R5_Overlap of a stripe by Amy Chiang · 6 years ago
  24. 2cd259a raid5: copy write hint from origin bio to stripe by Mariusz Dabrowski · 6 years ago
  25. 3526dd0 Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  26. 8b904b5 block: Use blk_queue_flag_*() in drivers instead of queue_flag_*() by Bart Van Assche · 6 years ago
  27. 8876391 md: fix a potential deadlock of raid5/raid10 reshape by BingJing Chang · 6 years ago
  28. 53b8d89 md: raid5: avoid string overflow warning by Arnd Bergmann · 6 years ago
  29. 565e045 md/raid5: simplify uninitialization of shrinker by Aliaksei Karaliou · 7 years ago
  30. 1532d9e raid5-ppl: PPL support for disks with write-back cache enabled by Tomasz Majchrzak · 7 years ago
  31. d5d885f md: introduce new personality funciton start() by Song Liu · 7 years ago
  32. aff69d8 md/raid5: correct degraded calculation in raid5_error by bingjingc · 7 years ago
  33. 47f521b Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 7 years ago
  34. db0505d md: be cautious about using ->curr_resync_completed for ->recovery_offset by NeilBrown · 7 years ago
  35. ae89fd3 md: use TASK_IDLE instead of blocking signals by Mikulas Patocka · 7 years ago
  36. b03e0cc md: remove special meaning of ->quiesce(.., 2) by NeilBrown · 7 years ago
  37. b3143b9 md: move suspend_hi/lo handling into core md code by NeilBrown · 7 years ago
  38. 230b55f md: forbid a RAID5 from having both a bitmap and a journal. by NeilBrown · 7 years ago
  39. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  40. 235b600 raid5: Set R5_Expanded on parity devices as well as data. by NeilBrown · 7 years ago
  41. 935fe09 md: rename some drivers/md/ files to have an "md-" prefix by Mike Snitzer · 7 years ago
  42. 7d5d7b5 md/raid5: cap worker count by Shaohua Li · 7 years ago
  43. 12fcf66 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 7 years ago
  44. 3645e6d Merge tag 'md/4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 7 years ago
  45. 184a09e md/raid5: preserve STRIPE_ON_UNPLUG_LIST in break_stripe_batch_list by Dennis Yang · 7 years ago
  46. 3664847 md/raid5: fix a race condition in stripe batch by Shaohua Li · 7 years ago
  47. ddc0882 md: Runtime support for multiple ppls by Pawel Baldysiak · 7 years ago
  48. 27a4ff8 raid5: remove raid5_build_block by Guoqing Jiang · 7 years ago
  49. 9c72a18e4 md/raid5: release/flush io in raid5_do_work() by Song Liu · 7 years ago
  50. 74d4699 block: replace bi_bdev with a gendisk pointer and partitions index by Christoph Hellwig · 7 years ago
  51. 10433d0 raid5: remove a call to get_start_sect by Christoph Hellwig · 7 years ago
  52. 7e96d55 md/raid5: add thread_group worker async_tx_issue_pending_all by Ofer Heifetz · 7 years ago
  53. 6308d8e md: simplify code with bio_io_error by Guoqing Jiang · 7 years ago
  54. b5d2771 Raid5 should update rdev->sectors after reshape by Xiao Ni · 7 years ago
  55. 026d15f Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 7 years ago
  56. 011067b blk: replace bioset_create_nobvec() with a flags arg to bioset_create() by NeilBrown · 7 years ago
  57. f9c79bc md: don't use flush_signals in userspace processes by Mikulas Patocka · 7 years ago
  58. cc27b0c md: fix deadlock between mddev_suspend() and md_write_start() by NeilBrown · 7 years ago
  59. 8f66439 Merge tag 'v4.12-rc5' into for-4.13/block by Jens Axboe · 7 years ago
  60. 4e4cbee block: switch bios to blk_status_t by Christoph Hellwig · 7 years ago
  61. a415c0f md: initialise ->writes_pending in personality modules. by NeilBrown · 7 years ago
  62. e153903 md: report sector of stripes with check mismatches by Nix · 7 years ago
  63. 5ddf044 md/r5cache: handle sync with data in write back cache by Song Liu · 7 years ago
  64. 70d466f md/r5cache: gracefully handle journal device errors for writeback mode by Song Liu · 7 years ago
  65. 2214c26 md: don't return -EAGAIN in md_allow_write for external metadata arrays by Artur Paszkiewicz · 7 years ago
  66. 3d05f3a md/raid5: make use of spin_lock_irq over local_irq_disable + spin_lock by Julia Cartwright · 7 years ago
  67. e265eb3a Merge branch 'md-next' into md-linus by Shaohua Li · 7 years ago
  68. e5bc9c3 md: clear WantReplacement once disk is removed by Guoqing Jiang · 7 years ago
  69. dd7a8f5 md/raid5: make chunk_aligned_read() split bios more cleanly. by NeilBrown · 7 years ago
  70. ae1713e raid5-ppl: partial parity calculation optimization by Artur Paszkiewicz · 7 years ago
  71. 845b9e2 raid5-ppl: use resize_stripes() when enabling or disabling ppl by Artur Paszkiewicz · 7 years ago
  72. 7471fb7 md/raid6: Fix anomily when recovering a single device in RAID6. by NeilBrown · 7 years ago
  73. 583da48 md: update slab_cache before releasing new stripes when stripes resizing by Dennis Yang · 7 years ago
  74. 48920ff block: remove the discard_zeroes_data flag by Christoph Hellwig · 7 years ago
  75. 3deff1a md: support REQ_OP_WRITE_ZEROES by Christoph Hellwig · 7 years ago
  76. fbbaf70 block: trace completion of all bios. by NeilBrown · 7 years ago
  77. 0bb0c10 md/raid5: use consistency_policy to remove journal feature by Song Liu · 7 years ago
  78. 3560741e md: fix several trivial typos in comments by Zhilong Liu · 7 years ago
  79. 84dd97a md/raid5: don't test ->writes_pending in raid5_remove_disk by NeilBrown · 7 years ago
  80. 97d5343 Revert "md/raid5: limit request size according to implementation limits" by NeilBrown · 7 years ago
  81. 0472a42 md/raid5: remove over-loading of ->bi_phys_segments. by NeilBrown · 7 years ago
  82. 016c76a md/raid5: use bio_inc_remaining() instead of repurposing bi_phys_segments as a counter by NeilBrown · 7 years ago
  83. bd83d0a md/raid5: call bio_endio() directly rather than queueing for later. by NeilBrown · 7 years ago
  84. 16d997b md/raid5: simplfy delaying of writes while metadata is updated. by NeilBrown · 7 years ago
  85. 4972805 md/raid5: use md_write_start to count stripes, not bios by NeilBrown · 7 years ago
  86. ba903a3 raid5-ppl: runtime PPL enabling or disabling by Artur Paszkiewicz · 7 years ago
  87. 6358c23 raid5-ppl: support disk hot add/remove with PPL by Artur Paszkiewicz · 7 years ago
  88. 4536bf9b raid5-ppl: load and recover the log by Artur Paszkiewicz · 7 years ago
  89. 3418d03 raid5-ppl: Partial Parity Log write logging implementation by Artur Paszkiewicz · 7 years ago
  90. ff87573 raid5: separate header for log functions by Artur Paszkiewicz · 7 years ago
  91. aaf9f12 md/raid5: sort bios by Shaohua Li · 7 years ago
  92. 535ae4e md/raid5: prioritize stripes for writeback by Shaohua Li · 7 years ago
  93. 0977762 md/r5cache: fix set_syndrome_sources() for data in cache by Song Liu · 7 years ago
  94. c948363 md: move funcs from pers->resize to update_size by Guoqing Jiang · 7 years ago
  95. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 7 years ago
  96. a682e00 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 7 years ago
  97. 818551e Merge branch 'for-4.11/next' into for-4.11/linus-merge by Jens Axboe · 7 years ago
  98. eae8263 md/raid5: Don't reinvent the wheel but use existing llist API by Byungchul Park · 7 years ago
  99. d7a1030 md: fast clone bio in bio_clone_mddev() by Ming Lei · 7 years ago
  100. e33fbb9 md/raid5-cache: exclude reclaiming stripes in reclaim check by Shaohua Li · 7 years ago