summaryrefslogtreecommitdiff
path: root/drivers/md/raid5.c
AgeCommit message (Expand)Author
2019-10-05md/raid6: Set R5_ReadError when there is read failure on parity diskXiao Ni
2019-05-25md/raid: raid5 preserve the writeback action after the parity checkNigel Croxon
2019-05-25Revert "Don't jump to compute_result state from check_result state"Song Liu
2019-05-16Don't jump to compute_result state from check_result stateNigel Croxon
2019-03-23md: Fix failed allocation of md_register_threadAditya Pakki
2018-09-19md/raid5: fix data corruption of replacements after originals droppedBingJing Chang
2018-05-30md: fix a potential deadlock of raid5/raid10 reshapeBingJing Chang
2018-05-30md: raid5: avoid string overflow warningArnd Bergmann
2018-04-13md/raid5: make use of spin_lock_irq over local_irq_disable + spin_lockJulia Cartwright
2018-03-22md/raid6: Fix anomily when recovering a single device in RAID6.NeilBrown
2017-12-20raid5: Set R5_Expanded on parity devices as well as data.NeilBrown
2017-10-05md/raid5: preserve STRIPE_ON_UNPLUG_LIST in break_stripe_batch_listDennis Yang
2017-10-05md/raid5: fix a race condition in stripe batchShaohua Li
2017-09-20md/raid5: release/flush io in raid5_do_work()Song Liu
2017-08-06md/raid5: add thread_group worker async_tx_issue_pending_allOfer Heifetz
2017-07-27Raid5 should update rdev->sectors after reshapeXiao Ni
2017-07-27md: don't use flush_signals in userspace processesMikulas Patocka
2017-05-25md: update slab_cache before releasing new stripes when stripes resizingDennis Yang
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