aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/raid5.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-26RAID5: revert e9e4c377e2f563 to fix a livelockShaohua Li1-1/+1
2016-02-26RAID5: check_reshape() shouldn't call mddev_suspendShaohua Li1-0/+2
2015-11-01raid5-cache: IO error handlingShaohua Li1-0/+2
2015-11-01raid5-cache: move reclaim stop to quiesceShaohua Li1-0/+1
2015-11-01raid5-cache: optimize FLUSH IO with log enabledShaohua Li1-0/+1
2015-10-24raid5: log reclaim supportShaohua Li1-0/+2
2015-10-24raid5: add basic stripe logShaohua Li1-0/+9
2015-10-24raid5: add a new state for stripe log handlingShaohua Li1-0/+1
2015-10-24raid5: export some functionsShaohua Li1-0/+8
2015-08-31md/raid5: ensure device failure recorded before write request returns.NeilBrown1-0/+3
2015-08-31md/raid5: use bio_list for the list of bios to return.NeilBrown1-1/+1
2015-07-22md/raid5: avoid races when changing cache size.NeilBrown1-1/+2
2015-06-17md/raid5: per hash value and exclusive wait_for_stripeYuanhan Liu1-1/+1
2015-06-17md/raid5: split wait_for_stripe and introduce wait_for_quiescentYuanhan Liu1-0/+1
2015-05-28md/raid5: be more selective about distributing flags across batch.NeilBrown1-1/+1
2015-05-28md/raid5: close race between STRIPE_BIT_DELAY and batching.NeilBrown1-0/+3
2015-04-22md/raid5: allow the stripe_cache to grow and shrink.NeilBrown1-1/+10
2015-04-22md/raid5: change ->inactive_blocked to a bit-flag.NeilBrown1-3/+6
2015-04-22md/raid5: introduce configuration option rmw_levelMarkus Stockhausen1-0/+1
2015-04-22md/raid5: activate raid6 rmw featureMarkus Stockhausen1-1/+18
2015-04-22raid5: handle expansion/resync case with stripe batchingshli@kernel.org1-0/+5
2015-04-22raid5: handle io error of batch listshli@kernel.org1-0/+1
2015-04-22RAID5: batch adjacent full stripe writeshli@kernel.org1-0/+4
2015-04-22raid5: track overwrite disk countshli@kernel.org1-0/+4
2015-04-22raid5: add a new flag to track if a stripe can be batchedshli@kernel.org1-0/+1
2015-04-22raid5: use flex_array for scribble datashli@kernel.org1-5/+1
2015-02-04md: make ->congested robust against personality changes.NeilBrown1-1/+0
2014-10-14md: remove unwanted white space from md.cNeilBrown1-3/+1
2014-05-29raid5: add an option to avoid copy data from bio to stripe cacheShaohua Li1-1/+3
2013-11-20Merge tag 'md/3.13' of git://neil.brown.name/mdLinus Torvalds1-1/+15
2013-11-19raid5: relieve lock contention in get_active_stripe()Shaohua Li1-0/+1
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-11-14raid5: relieve lock contention in get_active_stripe()Shaohua Li1-1/+14
2013-10-14treewide: fix "distingush" typoMichael Opdenacker1-1/+1
2013-09-02raid5: only wakeup necessary threadsShaohua Li1-0/+3
2013-08-28md/raid5: use seqcount to protect access to shape in make_request.NeilBrown1-0/+1
2013-08-28raid5: offload stripe handle to workqueueShaohua Li1-0/+15
2013-08-28raid5: make release_stripe locklessShaohua Li1-0/+3
2013-07-25md/raid5: fix interaction of 'replace' and 'recovery'.NeilBrown1-0/+1
2013-03-20md: remove CONFIG_MULTICORE_RAID456 entirelyPaul Bolle1-4/+0
2013-03-20md/raid5: ensure sync and DISCARD don't happen at the same time.NeilBrown1-0/+1
2012-10-11MD: raid5 trim supportShaohua Li1-0/+1
2012-08-02Merge tag 'md-3.6' of git://neil.brown.name/mdLinus Torvalds1-0/+1
2012-08-02raid5: make_request use batch stripe releaseShaohua Li1-0/+1
2012-07-31raid5: Add R5_ReadNoMerge flag which prevent bio from merging at block layermajianpeng1-0/+1
2012-07-19raid5: add a per-stripe lockShaohua Li1-0/+1
2012-05-22raid5: support sync requestShaohua Li1-0/+1
2012-05-21md/raid5: allow for change in data_offset while managing a reshape.NeilBrown1-0/+6
2011-12-23md/raid5: detect and handle replacements during recovery.NeilBrown1-1/+12
2011-12-23md/raid5: writes should get directed to replacement as well as original.NeilBrown1-0/+1