summaryrefslogtreecommitdiffstats
path: root/drivers/md/raid6main.c
AgeCommit message (Expand)AuthorLines
2005-03-11[PATCH] md: make raid5 and raid6 robust against failure during recovery.Neil Brown-0/+12
2005-02-11[PATCH] raid5 and raid6 fixes to current bk treeDave Olien-0/+2
2005-02-07[PATCH] raid5 overlapping read hackNeil Brown-9/+42
2005-02-07[PATCH] md: remove extra loop from copy_dataNeil Brown-32/+29
2005-02-01[PATCH] assert_spin_locked()Herbert Pƶtzl-1/+1
2005-01-07[PATCH] Lock initializer unifying: RaidThomas Gleixner-2/+2
2004-11-10[PATCH] md: delete unplug timer before shutting down md arrayNeil Brown-0/+1
2004-11-10[PATCH] md: fix raid6 problemNeil Brown-8/+9
2004-10-25[PATCH] md: modify locking when accessing subdevices in mdNeil Brown-23/+29
2004-10-25[PATCH] md: make sure md always uses rdev_dec_pending properlyNeil Brown-1/+1
2004-10-25[PATCH] md: rationalise unplug functions in mdNeil Brown-2/+2
2004-10-25[PATCH] md: rationalise issue_flush function in md personalitiesNeil Brown-16/+6
2004-10-19[PATCH] md: convert %Lu to %llu in printkNeil Brown-1/+1
2004-10-19[PATCH] #include <asm/bitops.h> -> #include <linux/bitops.h>Adrian Bunk-1/+1
2004-09-07[PATCH] md: correct "working_disk" counts for raid5 and raid6Neil Brown-1/+1
2004-08-23[PATCH] md: assorted fixes/improvemnet to generic md resync code.Neil Brown-2/+3
2004-08-22[PATCH] disk barriers: MDJens Axboe-0/+34
2004-07-30[PATCH] #if abusesAlexander Viro-1/+1
2004-06-08[PATCH] md: fix BUG in raid6 resync code.Andrew Morton-1/+1
2004-06-04[PATCH] md: allow md arrays to be resized if devices are large enough.Neil Brown-0/+22
2004-06-04[PATCH] md: make sure the size of a raid5/6 array is a multiple of the chunk ...Neil Brown-0/+3
2004-06-04[PATCH] md: make sure md_check_recovery will remove a faulty device when ->nr...Neil Brown-2/+2
2004-05-19[PATCH] raid locking fix.Andrew Morton-8/+14
2004-04-12[PATCH] Fix Raid5/6 above 2 TerabytesAndrew Morton-1/+1
2004-04-12[PATCH] unplugging: md updateAndrew Morton-3/+33
2004-04-12[PATCH] per-backing dev unpluggingAndrew Morton-2/+1
2004-03-28[PATCH] md: Convert a number or "unsigned long"s to "sector_t"sAndrew Morton-11/+11
2004-03-13[PATCH] md: use "shedule_timeout()" instead of yield()Andrew Morton-1/+2
2004-03-11[PATCH] fix raid0 readahead sizeAndrew Morton-4/+4
2004-02-18[PATCH] md: Allow partitioning of MD devices.Andrew Morton-1/+1
2004-02-03[PATCH] md: Change the way the name of an md device is printed in error messa...Andrew Morton-21/+21
2004-02-03[PATCH] md: Collect device IO statistics for MD personalities.Andrew Morton-0/+8
2004-01-20[PATCH] RAID-6Andrew Morton-0/+1990