summaryrefslogtreecommitdiffstats
path: root/drivers/md/raid5.h
Commit message (Expand)AuthorAgeFilesLines
* md/raid5-cache: exclude reclaiming stripes in reclaim checkShaohua Li2017-02-131-0/+2
* md/r5cache: enable chunk_aligned_read with write back cacheSong Liu2017-02-131-0/+1
* raid5: only dispatch IO from raid5d for harddisk raidShaohua Li2017-02-131-0/+4
* md/r5cache: disable write back for degraded arraySong Liu2017-01-241-0/+2
* md/r5cache: read data into orig_page for prexor of cached dataSong Liu2017-01-241-0/+5
* md/r5cache: handle alloc_page failureSong Liu2016-11-271-0/+6
* md/r5cache: handle FLUSH and FUASong Liu2016-11-181-0/+1
* md/r5cache: sysfs entry journal_modeSong Liu2016-11-181-0/+1
* md/r5cache: write-out phase and reclaim supportSong Liu2016-11-181-11/+28
* md/r5cache: caching phase of r5cacheSong Liu2016-11-181-1/+18
* md/r5cache: State machine for raid5-cache write back modeSong Liu2016-11-181-1/+30
* md/r5cache: move some code to raid5.hSong Liu2016-11-181-0/+77
* md/raid5: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-061-3/+1
* RAID5: revert e9e4c377e2f563 to fix a livelockShaohua Li2016-02-261-1/+1
* RAID5: check_reshape() shouldn't call mddev_suspendShaohua Li2016-02-261-0/+2
* raid5-cache: IO error handlingShaohua Li2015-11-011-0/+2
* raid5-cache: move reclaim stop to quiesceShaohua Li2015-11-011-0/+1
* raid5-cache: optimize FLUSH IO with log enabledShaohua Li2015-11-011-0/+1
* raid5: log reclaim supportShaohua Li2015-10-241-0/+2
* raid5: add basic stripe logShaohua Li2015-10-241-0/+9
* raid5: add a new state for stripe log handlingShaohua Li2015-10-241-0/+1
* raid5: export some functionsShaohua Li2015-10-241-0/+8
* md/raid5: ensure device failure recorded before write request returns.NeilBrown2015-08-311-0/+3
* md/raid5: use bio_list for the list of bios to return.NeilBrown2015-08-311-1/+1
* md/raid5: avoid races when changing cache size.NeilBrown2015-07-221-1/+2
* md/raid5: per hash value and exclusive wait_for_stripeYuanhan Liu2015-06-171-1/+1
* md/raid5: split wait_for_stripe and introduce wait_for_quiescentYuanhan Liu2015-06-171-0/+1
* md/raid5: be more selective about distributing flags across batch.NeilBrown2015-05-281-1/+1
* md/raid5: close race between STRIPE_BIT_DELAY and batching.NeilBrown2015-05-281-0/+3
* md/raid5: allow the stripe_cache to grow and shrink.NeilBrown2015-04-221-1/+10
* md/raid5: change ->inactive_blocked to a bit-flag.NeilBrown2015-04-221-3/+6
* md/raid5: introduce configuration option rmw_levelMarkus Stockhausen2015-04-221-0/+1
* md/raid5: activate raid6 rmw featureMarkus Stockhausen2015-04-221-1/+18
* raid5: handle expansion/resync case with stripe batchingshli@kernel.org2015-04-221-0/+5
* raid5: handle io error of batch listshli@kernel.org2015-04-221-0/+1
* RAID5: batch adjacent full stripe writeshli@kernel.org2015-04-221-0/+4
* raid5: track overwrite disk countshli@kernel.org2015-04-221-0/+4
* raid5: add a new flag to track if a stripe can be batchedshli@kernel.org2015-04-221-0/+1
* raid5: use flex_array for scribble datashli@kernel.org2015-04-221-5/+1
* md: make ->congested robust against personality changes.NeilBrown2015-02-041-1/+0
* md: remove unwanted white space from md.cNeilBrown2014-10-141-3/+1
* raid5: add an option to avoid copy data from bio to stripe cacheShaohua Li2014-05-291-1/+3
* Merge tag 'md/3.13' of git://neil.brown.name/mdLinus Torvalds2013-11-201-1/+15
|\
| * raid5: relieve lock contention in get_active_stripe()Shaohua Li2013-11-191-0/+1
| * raid5: relieve lock contention in get_active_stripe()Shaohua Li2013-11-141-1/+14
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-151-1/+1
|\ \ | |/ |/|
| * treewide: fix "distingush" typoMichael Opdenacker2013-10-141-1/+1
* | raid5: only wakeup necessary threadsShaohua Li2013-09-021-0/+3
* | md/raid5: use seqcount to protect access to shape in make_request.NeilBrown2013-08-281-0/+1
* | raid5: offload stripe handle to workqueueShaohua Li2013-08-281-0/+15