summaryrefslogtreecommitdiff
path: root/drivers/md/raid5.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-13md/raid5: make use of spin_lock_irq over local_irq_disable + spin_lockJulia Cartwright1-10/+7
2018-03-22md/raid6: Fix anomily when recovering a single device in RAID6.NeilBrown1-1/+12
2017-12-20raid5: Set R5_Expanded on parity devices as well as data.NeilBrown1-1/+4
2017-10-05md/raid5: preserve STRIPE_ON_UNPLUG_LIST in break_stripe_batch_listDennis Yang1-1/+2
2017-10-05md/raid5: fix a race condition in stripe batchShaohua Li1-2/+8
2017-09-20md/raid5: release/flush io in raid5_do_work()Song Liu1-0/+2
2017-08-07md/raid5: add thread_group worker async_tx_issue_pending_allOfer Heifetz1-0/+2
2017-07-28Raid5 should update rdev->sectors after reshapeXiao Ni1-3/+1
2017-07-28md: don't use flush_signals in userspace processesMikulas Patocka1-1/+4
2017-05-25md: update slab_cache before releasing new stripes when stripes resizingDennis Yang1-2/+4
2017-01-09md/raid5: limit request size according to implementation limitsKonstantin Khlebnikov1-0/+9
2016-10-07Merge tag 'md/4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds1-2/+9
2016-10-04Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-55/+29
2016-09-21raid5: handle register_shrinker failureShaohua Li1-1/+1
2016-09-21raid5: fix to detect failure of register_shrinkerChao Yu1-1/+6
2016-09-21raid5: allow arbitrary max_hw_sectorsShaohua Li1-0/+2
2016-09-09raid5: fix a small race conditionShaohua Li1-2/+2
2016-09-06md/raid5: Convert to hotplug state machineSebastian Andrzej Siewior1-55/+29
2016-08-31raid5: guarantee enough stripes to avoid reshape hangShaohua Li1-0/+10
2016-08-30Merge tag 'md/4.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds1-21/+43
2016-08-24raid5: avoid unnecessary bio data setShaohua Li1-8/+5
2016-08-24raid5: fix memory leak of bio integrity dataShaohua Li1-7/+15
2016-08-24r5cache: set MD_JOURNAL_CLEAN correctlySong Liu1-5/+8
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe1-10/+10
2016-08-06md: Prevent IO hold during accessing to faulty raid5 arrayAlexey Obitotskiy1-1/+3
2016-08-02raid5: fix incorrectly counter of conf->empty_inactive_list_nrZhengYuan Liu1-0/+12
2016-07-28Merge branch 'mymd/for-next' into mymd/for-linusShaohua Li1-18/+27
2016-07-21block: get rid of bio_rw and READAChristoph Hellwig1-1/+1
2016-06-13md: reduce the number of synchronize_rcu() calls when multiple devices fail.NeilBrown1-6/+9
2016-06-13md: be extra careful not to take a reference to a Faulty device.NeilBrown1-1/+2
2016-06-13md/raid5: add rcu protection to rdev accesses in raid5_status.NeilBrown1-4/+6
2016-06-13md/raid5: add rcu protection to rdev accesses in want_replaceNeilBrown1-3/+4
2016-06-13md/raid5: add rcu protection to rdev accesses in handle_failed_sync.NeilBrown1-2/+4
2016-06-07block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie1-1/+1
2016-06-07block, drivers, fs: shrink bi_rw from long to intMike Christie1-3/+3
2016-06-07md: use bio op accessorsMike Christie1-20/+20
2016-05-26right meaning of PARITY_ENABLE_RMW and PARITY_PREFER_RMWSong Liu1-2/+2
2016-05-09md: set MD_CHANGE_PENDING in a atomic regionGuoqing Jiang1-2/+2
2016-05-09md: raid5: add prerequisite to run underneath dm-raidHeinz Mauelshagen1-2/+4
2016-04-30raid5: delete unnecessary warnningShaohua Li1-2/+0
2016-03-18md/raid5: Cleanup cpu hotplug notifierAnna-Maria Gleixner1-0/+2
2016-03-09md/raid5: output stripe state for debugShaohua Li1-4/+6
2016-03-09md/raid5: preserve STRIPE_PREREAD_ACTIVE in break_stripe_batch_listNeilBrown1-1/+1
2016-02-26RAID5: revert e9e4c377e2f563 to fix a livelockShaohua Li1-19/+8
2016-02-26RAID5: check_reshape() shouldn't call mddev_suspendShaohua Li1-0/+18
2016-02-26md/raid5: Compare apples to apples (or sectors to sectors)Jes Sorensen1-2/+2
2016-01-21MD: rename some functionsShaohua Li1-22/+23
2016-01-06raid5-cache: add journal hot add/remove supportShaohua Li1-8/+26
2016-01-06md/raid5: remove redundant check in stripe_add_to_batch_list()Roman Gushchin1-2/+0
2015-11-05Merge tag 'md/4.4' of git://neil.brown.name/mdLinus Torvalds1-57/+132