aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/raid5.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-22md/raid5: Cleanup prototype of raid5_get_active_stripe()Logan Gunthorpe1-1/+11
2022-09-22md/raid5: Drop extern on function declarations in raid5.hLogan Gunthorpe1-12/+10
2022-08-02md/raid5: Ensure batch_last is released before sleeping for quiesceLogan Gunthorpe1-1/+1
2022-04-25md/raid5: Add __rcu annotation to struct disk_infoLogan Gunthorpe1-1/+2
2022-04-25md/raid5: Un-nest struct raid5_percpu definitionLogan Gunthorpe1-9/+11
2022-01-06md/raid5: play nice with PREEMPT_RTDavidlohr Bueso1-1/+3
2020-09-24md/raid5: let multiple devices of stripe_head share pageYufen Yu1-1/+27
2020-09-24md/raid5: add a new member of offset into r5devYufen Yu1-0/+1
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2020-07-29raid5: Use sequence counter with associated spinlockAhmed S. Darwish1-1/+1
2020-07-21md/raid5: set default stripe_size as 4096Yufen Yu1-3/+19
2020-07-21md/raid456: convert macro STRIPE_* to RAID5_STRIPE_*Yufen Yu1-17/+20
2019-09-13raid5: use bio_end_sector in r5_next_bioGuoqing Jiang1-3/+1
2019-09-13raid5: remove STRIPE_OPS_REQ_PENDINGGuoqing Jiang1-1/+0
2019-03-12md: convert to kvmallocKent Overstreet1-4/+5
2018-06-09Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds1-0/+1
2018-05-30md: convert to bioset_init()/mempool_init()Kent Overstreet1-1/+1
2018-05-17raid5: copy write hint from origin bio to stripeMariusz Dabrowski1-0/+1
2018-02-18md: document lifetime of internal rdev pointer.NeilBrown1-0/+12
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-05-03Merge tag 'for-4.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-0/+11
2017-04-11md/raid5: make chunk_aligned_read() split bios more cleanly.NeilBrown1-0/+1
2017-03-27md: add raid4/5/6 journal mode switching APIHeinz Mauelshagen1-0/+11
2017-03-22md/raid5: remove over-loading of ->bi_phys_segments.NeilBrown1-29/+1
2017-03-22md/raid5: use bio_inc_remaining() instead of repurposing bi_phys_segments as a counterNeilBrown1-16/+1
2017-03-22md/raid5: call bio_endio() directly rather than queueing for later.NeilBrown1-1/+0
2017-03-22md/raid5: simplfy delaying of writes while metadata is updated.NeilBrown1-3/+0
2017-03-16raid5-ppl: Partial Parity Log write logging implementationArtur Paszkiewicz1-1/+9
2017-03-16raid5: separate header for log functionsArtur Paszkiewicz1-30/+0
2017-03-16md/raid5: sort biosShaohua Li1-1/+13
2017-03-16md/raid5: prioritize stripes for writebackShaohua Li1-0/+2
2017-02-13md/raid5-cache: exclude reclaiming stripes in reclaim checkShaohua Li1-0/+2
2017-02-13md/r5cache: enable chunk_aligned_read with write back cacheSong Liu1-0/+1
2017-02-13raid5: only dispatch IO from raid5d for harddisk raidShaohua Li1-0/+4
2017-01-24md/r5cache: disable write back for degraded arraySong Liu1-0/+2
2017-01-24md/r5cache: read data into orig_page for prexor of cached dataSong Liu1-0/+5
2016-11-27md/r5cache: handle alloc_page failureSong Liu1-0/+6
2016-11-18md/r5cache: handle FLUSH and FUASong Liu1-0/+1
2016-11-18md/r5cache: sysfs entry journal_modeSong Liu1-0/+1
2016-11-18md/r5cache: write-out phase and reclaim supportSong Liu1-11/+28
2016-11-18md/r5cache: caching phase of r5cacheSong Liu1-1/+18
2016-11-18md/r5cache: State machine for raid5-cache write back modeSong Liu1-1/+30
2016-11-18md/r5cache: move some code to raid5.hSong Liu1-0/+77
2016-09-06md/raid5: Convert to hotplug state machineSebastian Andrzej Siewior1-3/+1
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