aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/raid5.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe1-6/+6
2017-02-02block: Use pointer to backing_dev_info from request_queueJan Kara1-6/+6
2017-01-24md/r5cache: disable write back for degraded arraySong Liu1-7/+8
2017-01-24md/r5cache: shift complex rmw from read path to write pathSong Liu1-4/+45
2017-01-24md/raid5: move comment of fetch_block to right locationSong Liu1-7/+6
2017-01-24md/r5cache: read data into orig_page for prexor of cached dataSong Liu1-9/+35
2017-01-09md/raid5: Use correct IS_ERR() variation on pointer checkJes Sorensen1-1/+1
2017-01-05md: cleanup mddev flag clear for takeoverShaohua Li1-1/+4
2016-12-13Merge branch 'md-next' into md-linusShaohua Li1-242/+381
2016-12-08md: separate flags for superblock changesShaohua Li1-13/+13
2016-12-08md: takeover should clear unrelated bitsShaohua Li1-1/+5
2016-11-29md/raid5: limit request size according to implementation limitsKonstantin Khlebnikov1-0/+9
2016-11-27md/r5cache: handle alloc_page failureSong Liu1-12/+66
2016-11-22block: bio: pass bvec table to bio_init()Ming Lei1-7/+2
2016-11-18md/r5cache: handle FLUSH and FUASong Liu1-0/+12
2016-11-18md/r5cache: r5cache recovery: part 2Song Liu1-1/+2
2016-11-18md/r5cache: sysfs entry journal_modeSong Liu1-0/+1
2016-11-18md/r5cache: write-out phase and reclaim supportSong Liu1-0/+21
2016-11-18md/r5cache: caching phase of r5cacheSong Liu1-22/+130
2016-11-18md/r5cache: State machine for raid5-cache write back modeSong Liu1-4/+41
2016-11-18md/r5cache: move some code to raid5.hSong Liu1-71/+0
2016-11-07md/raid5: change printk() to pr_*()NeilBrown1-121/+86
2016-11-07raid5: revert commit 11367799f3d1Tomasz Majchrzak1-3/+1
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-1/+1
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-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus 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-05md: Prevent IO hold during accessing to faulty raid5 arrayAlexey Obitotskiy1-1/+3
2016-08-01raid5: 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-20block: 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-25right meaning of PARITY_ENABLE_RMW and PARITY_PREFER_RMWSong Liu1-2/+2