summaryrefslogtreecommitdiff
path: root/drivers/md/raid5.h
AgeCommit message (Expand)Author
2017-02-13md/raid5-cache: exclude reclaiming stripes in reclaim checkShaohua Li
2017-02-13md/r5cache: enable chunk_aligned_read with write back cacheSong Liu
2017-02-13raid5: only dispatch IO from raid5d for harddisk raidShaohua Li
2017-01-24md/r5cache: disable write back for degraded arraySong Liu
2017-01-24md/r5cache: read data into orig_page for prexor of cached dataSong Liu
2016-11-27md/r5cache: handle alloc_page failureSong Liu
2016-11-18md/r5cache: handle FLUSH and FUASong Liu
2016-11-18md/r5cache: sysfs entry journal_modeSong Liu
2016-11-18md/r5cache: write-out phase and reclaim supportSong Liu
2016-11-18md/r5cache: caching phase of r5cacheSong Liu
2016-11-18md/r5cache: State machine for raid5-cache write back modeSong Liu
2016-11-18md/r5cache: move some code to raid5.hSong Liu
2016-09-06md/raid5: Convert to hotplug state machineSebastian Andrzej Siewior
2016-02-26RAID5: revert e9e4c377e2f563 to fix a livelockShaohua Li
2016-02-26RAID5: check_reshape() shouldn't call mddev_suspendShaohua Li
2015-11-01raid5-cache: IO error handlingShaohua Li
2015-11-01raid5-cache: move reclaim stop to quiesceShaohua Li
2015-11-01raid5-cache: optimize FLUSH IO with log enabledShaohua Li
2015-10-24raid5: log reclaim supportShaohua Li
2015-10-24raid5: add basic stripe logShaohua Li
2015-10-24raid5: add a new state for stripe log handlingShaohua Li
2015-10-24raid5: export some functionsShaohua Li
2015-08-31md/raid5: ensure device failure recorded before write request returns.NeilBrown
2015-08-31md/raid5: use bio_list for the list of bios to return.NeilBrown
2015-07-22md/raid5: avoid races when changing cache size.NeilBrown
2015-06-17md/raid5: per hash value and exclusive wait_for_stripeYuanhan Liu
2015-06-17md/raid5: split wait_for_stripe and introduce wait_for_quiescentYuanhan Liu
2015-05-28md/raid5: be more selective about distributing flags across batch.NeilBrown
2015-05-28md/raid5: close race between STRIPE_BIT_DELAY and batching.NeilBrown
2015-04-22md/raid5: allow the stripe_cache to grow and shrink.NeilBrown
2015-04-22md/raid5: change ->inactive_blocked to a bit-flag.NeilBrown
2015-04-22md/raid5: introduce configuration option rmw_levelMarkus Stockhausen
2015-04-22md/raid5: activate raid6 rmw featureMarkus Stockhausen
2015-04-22raid5: handle expansion/resync case with stripe batchingshli@kernel.org
2015-04-22raid5: handle io error of batch listshli@kernel.org
2015-04-22RAID5: batch adjacent full stripe writeshli@kernel.org
2015-04-22raid5: track overwrite disk countshli@kernel.org
2015-04-22raid5: add a new flag to track if a stripe can be batchedshli@kernel.org
2015-04-22raid5: use flex_array for scribble datashli@kernel.org
2015-02-04md: make ->congested robust against personality changes.NeilBrown
2014-10-14md: remove unwanted white space from md.cNeilBrown
2014-05-29raid5: add an option to avoid copy data from bio to stripe cacheShaohua Li
2013-11-20Merge tag 'md/3.13' of git://neil.brown.name/mdLinus Torvalds
2013-11-19raid5: relieve lock contention in get_active_stripe()Shaohua Li
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-11-14raid5: relieve lock contention in get_active_stripe()Shaohua Li
2013-10-14treewide: fix "distingush" typoMichael Opdenacker
2013-09-02raid5: only wakeup necessary threadsShaohua Li
2013-08-28md/raid5: use seqcount to protect access to shape in make_request.NeilBrown
2013-08-28raid5: offload stripe handle to workqueueShaohua Li