summaryrefslogtreecommitdiffstats
path: root/drivers/md/raid5.h
Commit message (Expand)AuthorAgeFilesLines
* md/raid5: let multiple devices of stripe_head share pageYufen Yu2020-09-241-1/+27
* md/raid5: add a new member of offset into r5devYufen Yu2020-09-241-0/+1
* Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-08-101-1/+1
|\
| * raid5: Use sequence counter with associated spinlockAhmed S. Darwish2020-07-291-1/+1
* | md/raid5: set default stripe_size as 4096Yufen Yu2020-07-211-3/+19
* | md/raid456: convert macro STRIPE_* to RAID5_STRIPE_*Yufen Yu2020-07-211-17/+20
|/
* raid5: use bio_end_sector in r5_next_bioGuoqing Jiang2019-09-131-3/+1
* raid5: remove STRIPE_OPS_REQ_PENDINGGuoqing Jiang2019-09-131-1/+0
* md: convert to kvmallocKent Overstreet2019-03-121-4/+5
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2018-06-091-0/+1
|\
| * raid5: copy write hint from origin bio to stripeMariusz Dabrowski2018-05-171-0/+1
* | md: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-301-1/+1
|/
* md: document lifetime of internal rdev pointer.NeilBrown2018-02-181-0/+12
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* Merge tag 'for-4.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-031-0/+11
|\
| * md: add raid4/5/6 journal mode switching APIHeinz Mauelshagen2017-03-271-0/+11
* | md/raid5: make chunk_aligned_read() split bios more cleanly.NeilBrown2017-04-111-0/+1
* | md/raid5: remove over-loading of ->bi_phys_segments.NeilBrown2017-03-221-29/+1
* | md/raid5: use bio_inc_remaining() instead of repurposing bi_phys_segments as ...NeilBrown2017-03-221-16/+1
* | md/raid5: call bio_endio() directly rather than queueing for later.NeilBrown2017-03-221-1/+0
* | md/raid5: simplfy delaying of writes while metadata is updated.NeilBrown2017-03-221-3/+0
* | raid5-ppl: Partial Parity Log write logging implementationArtur Paszkiewicz2017-03-161-1/+9
* | raid5: separate header for log functionsArtur Paszkiewicz2017-03-161-30/+0
* | md/raid5: sort biosShaohua Li2017-03-161-1/+13
* | md/raid5: prioritize stripes for writebackShaohua Li2017-03-161-0/+2
|/
* 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