summaryrefslogtreecommitdiffstats
path: root/drivers/md/raid5.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'md-next' into md-linusShaohua Li2016-12-131-242/+381
|\
| * md: separate flags for superblock changesShaohua Li2016-12-091-13/+13
| * md: takeover should clear unrelated bitsShaohua Li2016-12-091-1/+5
| * md/raid5: limit request size according to implementation limitsKonstantin Khlebnikov2016-11-301-0/+9
| * md/r5cache: handle alloc_page failureSong Liu2016-11-281-12/+66
| * md/r5cache: handle FLUSH and FUASong Liu2016-11-191-0/+12
| * md/r5cache: r5cache recovery: part 2Song Liu2016-11-181-1/+2
| * md/r5cache: sysfs entry journal_modeSong Liu2016-11-181-0/+1
| * md/r5cache: write-out phase and reclaim supportSong Liu2016-11-181-0/+21
| * md/r5cache: caching phase of r5cacheSong Liu2016-11-181-22/+130
| * md/r5cache: State machine for raid5-cache write back modeSong Liu2016-11-181-4/+41
| * md/r5cache: move some code to raid5.hSong Liu2016-11-181-71/+0Star
| * md/raid5: change printk() to pr_*()NeilBrown2016-11-081-121/+86Star
| * raid5: revert commit 11367799f3d1Tomasz Majchrzak2016-11-081-3/+1Star
* | block: bio: pass bvec table to bio_init()Ming Lei2016-11-221-7/+2Star
* | block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-011-1/+1
|/
* Merge tag 'md/4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2016-10-071-2/+9
|\
| * raid5: handle register_shrinker failureShaohua Li2016-09-211-1/+1
| * raid5: fix to detect failure of register_shrinkerChao Yu2016-09-211-1/+6
| * raid5: allow arbitrary max_hw_sectorsShaohua Li2016-09-211-0/+2
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-10-041-55/+29Star
|\ \ | |/ |/|
| * md/raid5: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-061-55/+29Star
* | raid5: fix a small race conditionShaohua Li2016-09-091-2/+2
* | raid5: guarantee enough stripes to avoid reshape hangShaohua Li2016-08-311-0/+10
* | Merge tag 'md/4.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2016-08-301-21/+43
|\ \ | |/ |/|
| * raid5: avoid unnecessary bio data setShaohua Li2016-08-241-8/+5Star
| * raid5: fix memory leak of bio integrity dataShaohua Li2016-08-241-7/+15
| * r5cache: set MD_JOURNAL_CLEAN correctlySong Liu2016-08-241-5/+8
| * md: Prevent IO hold during accessing to faulty raid5 arrayAlexey Obitotskiy2016-08-061-1/+3
| * raid5: fix incorrectly counter of conf->empty_inactive_list_nrZhengYuan Liu2016-08-021-0/+12
* | block: rename bio bi_rw to bi_opfJens Axboe2016-08-071-10/+10
|/
* Merge branch 'mymd/for-next' into mymd/for-linusShaohua Li2016-07-281-18/+27
|\
| * md: reduce the number of synchronize_rcu() calls when multiple devices fail.NeilBrown2016-06-131-6/+9
| * md: be extra careful not to take a reference to a Faulty device.NeilBrown2016-06-131-1/+2
| * md/raid5: add rcu protection to rdev accesses in raid5_status.NeilBrown2016-06-131-4/+6
| * md/raid5: add rcu protection to rdev accesses in want_replaceNeilBrown2016-06-131-3/+4
| * md/raid5: add rcu protection to rdev accesses in handle_failed_sync.NeilBrown2016-06-131-2/+4
| * right meaning of PARITY_ENABLE_RMW and PARITY_PREFER_RMWSong Liu2016-05-261-2/+2
* | block: get rid of bio_rw and READAChristoph Hellwig2016-07-211-1/+1
* | block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie2016-06-071-1/+1
* | block, drivers, fs: shrink bi_rw from long to intMike Christie2016-06-071-3/+3
* | md: use bio op accessorsMike Christie2016-06-071-20/+20
|/
* md: set MD_CHANGE_PENDING in a atomic regionGuoqing Jiang2016-05-091-2/+2
* md: raid5: add prerequisite to run underneath dm-raidHeinz Mauelshagen2016-05-091-2/+4
* raid5: delete unnecessary warnningShaohua Li2016-04-291-2/+0Star
* md/raid5: Cleanup cpu hotplug notifierAnna-Maria Gleixner2016-03-171-0/+2
* md/raid5: output stripe state for debugShaohua Li2016-03-091-4/+6
* md/raid5: preserve STRIPE_PREREAD_ACTIVE in break_stripe_batch_listNeilBrown2016-03-091-1/+1
* RAID5: revert e9e4c377e2f563 to fix a livelockShaohua Li2016-02-261-19/+8Star
* RAID5: check_reshape() shouldn't call mddev_suspendShaohua Li2016-02-261-0/+18