summaryrefslogtreecommitdiff
path: root/drivers/md/raid5.c
AgeCommit message (Expand)Author
2017-01-09md/raid5: limit request size according to implementation limitsKonstantin Khlebnikov
2016-10-07Merge tag 'md/4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds
2016-10-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-09-21raid5: handle register_shrinker failureShaohua Li
2016-09-21raid5: fix to detect failure of register_shrinkerChao Yu
2016-09-21raid5: allow arbitrary max_hw_sectorsShaohua Li
2016-09-09raid5: fix a small race conditionShaohua Li
2016-09-06md/raid5: Convert to hotplug state machineSebastian Andrzej Siewior
2016-08-31raid5: guarantee enough stripes to avoid reshape hangShaohua Li
2016-08-30Merge tag 'md/4.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds
2016-08-24raid5: avoid unnecessary bio data setShaohua Li
2016-08-24raid5: fix memory leak of bio integrity dataShaohua Li
2016-08-24r5cache: set MD_JOURNAL_CLEAN correctlySong Liu
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe
2016-08-05md: Prevent IO hold during accessing to faulty raid5 arrayAlexey Obitotskiy
2016-08-01raid5: fix incorrectly counter of conf->empty_inactive_list_nrZhengYuan Liu
2016-07-28Merge branch 'mymd/for-next' into mymd/for-linusShaohua Li
2016-07-20block: get rid of bio_rw and READAChristoph Hellwig
2016-06-13md: reduce the number of synchronize_rcu() calls when multiple devices fail.NeilBrown
2016-06-13md: be extra careful not to take a reference to a Faulty device.NeilBrown
2016-06-13md/raid5: add rcu protection to rdev accesses in raid5_status.NeilBrown
2016-06-13md/raid5: add rcu protection to rdev accesses in want_replaceNeilBrown
2016-06-13md/raid5: add rcu protection to rdev accesses in handle_failed_sync.NeilBrown
2016-06-07block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie
2016-06-07block, drivers, fs: shrink bi_rw from long to intMike Christie
2016-06-07md: use bio op accessorsMike Christie
2016-05-25right meaning of PARITY_ENABLE_RMW and PARITY_PREFER_RMWSong Liu
2016-05-09md: set MD_CHANGE_PENDING in a atomic regionGuoqing Jiang
2016-05-09md: raid5: add prerequisite to run underneath dm-raidHeinz Mauelshagen
2016-04-29raid5: delete unnecessary warnningShaohua Li
2016-03-17md/raid5: Cleanup cpu hotplug notifierAnna-Maria Gleixner
2016-03-09md/raid5: output stripe state for debugShaohua Li
2016-03-09md/raid5: preserve STRIPE_PREREAD_ACTIVE in break_stripe_batch_listNeilBrown
2016-02-26RAID5: revert e9e4c377e2f563 to fix a livelockShaohua Li
2016-02-26RAID5: check_reshape() shouldn't call mddev_suspendShaohua Li
2016-02-25md/raid5: Compare apples to apples (or sectors to sectors)Jes Sorensen
2016-01-20MD: rename some functionsShaohua Li
2016-01-06raid5-cache: add journal hot add/remove supportShaohua Li
2016-01-06md/raid5: remove redundant check in stripe_add_to_batch_list()Roman Gushchin
2015-11-04Merge tag 'md/4.4' of git://neil.brown.name/mdLinus Torvalds
2015-11-01MD: set journal disk ->raid_diskShaohua Li
2015-11-01raid5-cache: start raid5 readonly if journal is missingShaohua Li
2015-11-01raid5-cache: IO error handlingShaohua Li
2015-11-01raid5: journal disk can't be removedShaohua Li
2015-11-01raid5-cache: move reclaim stop to quiesceShaohua Li
2015-11-01raid5-cache: optimize FLUSH IO with log enabledShaohua Li
2015-11-01raid5-cache: switching to state machine for log disk cache flushShaohua Li
2015-11-01raid5: enable log for raid array with cache diskShaohua Li
2015-11-01raid5: don't allow resize/reshape with cache(log) supportShaohua Li
2015-11-01raid5: disable batch with log enabledShaohua Li