summaryrefslogtreecommitdiffstats
path: root/drivers/md/raid5.h
AgeCommit message (Expand)AuthorLines
2017-05-03Merge tag 'for-4.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+11
2017-04-11md/raid5: make chunk_aligned_read() split bios more cleanly.NeilBrown-0/+1
2017-03-27md: add raid4/5/6 journal mode switching APIHeinz Mauelshagen-0/+11
2017-03-22md/raid5: remove over-loading of ->bi_phys_segments.NeilBrown-29/+1
2017-03-22md/raid5: use bio_inc_remaining() instead of repurposing bi_phys_segments as ...NeilBrown-16/+1
2017-03-22md/raid5: call bio_endio() directly rather than queueing for later.NeilBrown-1/+0
2017-03-22md/raid5: simplfy delaying of writes while metadata is updated.NeilBrown-3/+0
2017-03-16raid5-ppl: Partial Parity Log write logging implementationArtur Paszkiewicz-1/+9
2017-03-16raid5: separate header for log functionsArtur Paszkiewicz-30/+0
2017-03-16md/raid5: sort biosShaohua Li-1/+13
2017-03-16md/raid5: prioritize stripes for writebackShaohua Li-0/+2
2017-02-13md/raid5-cache: exclude reclaiming stripes in reclaim checkShaohua Li-0/+2
2017-02-13md/r5cache: enable chunk_aligned_read with write back cacheSong Liu-0/+1
2017-02-13raid5: only dispatch IO from raid5d for harddisk raidShaohua Li-0/+4
2017-01-24md/r5cache: disable write back for degraded arraySong Liu-0/+2
2017-01-24md/r5cache: read data into orig_page for prexor of cached dataSong Liu-0/+5
2016-11-27md/r5cache: handle alloc_page failureSong Liu-0/+6
2016-11-18md/r5cache: handle FLUSH and FUASong Liu-0/+1
2016-11-18md/r5cache: sysfs entry journal_modeSong Liu-0/+1
2016-11-18md/r5cache: write-out phase and reclaim supportSong Liu-11/+28
2016-11-18md/r5cache: caching phase of r5cacheSong Liu-1/+18
2016-11-18md/r5cache: State machine for raid5-cache write back modeSong Liu-1/+30
2016-11-18md/r5cache: move some code to raid5.hSong Liu-0/+77
2016-09-06md/raid5: Convert to hotplug state machineSebastian Andrzej Siewior-3/+1
2016-02-26RAID5: revert e9e4c377e2f563 to fix a livelockShaohua Li-1/+1
2016-02-26RAID5: check_reshape() shouldn't call mddev_suspendShaohua Li-0/+2
2015-11-01raid5-cache: IO error handlingShaohua Li-0/+2
2015-11-01raid5-cache: move reclaim stop to quiesceShaohua Li-0/+1
2015-11-01raid5-cache: optimize FLUSH IO with log enabledShaohua Li-0/+1
2015-10-24raid5: log reclaim supportShaohua Li-0/+2
2015-10-24raid5: add basic stripe logShaohua Li-0/+9
2015-10-24raid5: add a new state for stripe log handlingShaohua Li-0/+1
2015-10-24raid5: export some functionsShaohua Li-0/+8
2015-08-31md/raid5: ensure device failure recorded before write request returns.NeilBrown-0/+3
2015-08-31md/raid5: use bio_list for the list of bios to return.NeilBrown-1/+1
2015-07-22md/raid5: avoid races when changing cache size.NeilBrown-1/+2
2015-06-17md/raid5: per hash value and exclusive wait_for_stripeYuanhan Liu-1/+1
2015-06-17md/raid5: split wait_for_stripe and introduce wait_for_quiescentYuanhan Liu-0/+1
2015-05-28md/raid5: be more selective about distributing flags across batch.NeilBrown-1/+1
2015-05-28md/raid5: close race between STRIPE_BIT_DELAY and batching.NeilBrown-0/+3
2015-04-22md/raid5: allow the stripe_cache to grow and shrink.NeilBrown-1/+10
2015-04-22md/raid5: change ->inactive_blocked to a bit-flag.NeilBrown-3/+6
2015-04-22md/raid5: introduce configuration option rmw_levelMarkus Stockhausen-0/+1
2015-04-22md/raid5: activate raid6 rmw featureMarkus Stockhausen-1/+18
2015-04-22raid5: handle expansion/resync case with stripe batchingshli@kernel.org-0/+5
2015-04-22raid5: handle io error of batch listshli@kernel.org-0/+1
2015-04-22RAID5: batch adjacent full stripe writeshli@kernel.org-0/+4
2015-04-22raid5: track overwrite disk countshli@kernel.org-0/+4
2015-04-22raid5: add a new flag to track if a stripe can be batchedshli@kernel.org-0/+1
2015-04-22raid5: use flex_array for scribble datashli@kernel.org-5/+1