summaryrefslogtreecommitdiff
path: root/drivers/md/raid6main.c
AgeCommit message (Expand)Author
2005-09-09[PATCH] md: write-intent bitmap support for raid6NeilBrown
2005-09-09[PATCH] md: fail IO request to md that require a barrier.NeilBrown
2005-08-01[PATCH] md: make sure raid5/raid6 resync uses correct 'max_sectors'NeilBrown
2005-07-27[PATCH] md: when resizing an array, we need to update resync_max_sectors as w...NeilBrown
2005-06-21[PATCH] md: fix deadlock due to md thread processing delayed requests.NeilBrown
2005-06-21[PATCH] md: improve the interface to sync_requestNeilBrown
2005-06-21[PATCH] md: improve locking on 'safemode' and move superblock writesNeilBrown
2005-06-21[PATCH] md: merge md_enter_safemode into md_check_recoveryNeilBrown
2005-05-17[PATCH] md: set the unplug_fn and issue_flush_fn for md devices *after* commi...NeilBrown
2005-05-01[PATCH] Change synchronize_kernel to _rcu and _schedPaul E. McKenney
2005-03-11[PATCH] md: make raid5 and raid6 robust against failure during recovery.Neil Brown
2005-02-11[PATCH] raid5 and raid6 fixes to current bk treeDave Olien
2005-02-07[PATCH] raid5 overlapping read hackNeil Brown
2005-02-07[PATCH] md: remove extra loop from copy_dataNeil Brown
2005-02-01[PATCH] assert_spin_locked()Herbert Pƶtzl
2005-01-07[PATCH] Lock initializer unifying: RaidThomas Gleixner
2004-11-10[PATCH] md: delete unplug timer before shutting down md arrayNeil Brown
2004-11-10[PATCH] md: fix raid6 problemNeil Brown
2004-10-25[PATCH] md: modify locking when accessing subdevices in mdNeil Brown
2004-10-25[PATCH] md: make sure md always uses rdev_dec_pending properlyNeil Brown
2004-10-25[PATCH] md: rationalise unplug functions in mdNeil Brown
2004-10-25[PATCH] md: rationalise issue_flush function in md personalitiesNeil Brown
2004-10-19[PATCH] md: convert %Lu to %llu in printkNeil Brown
2004-10-19[PATCH] #include <asm/bitops.h> -> #include <linux/bitops.h>Adrian Bunk
2004-09-07[PATCH] md: correct "working_disk" counts for raid5 and raid6Neil Brown
2004-08-23[PATCH] md: assorted fixes/improvemnet to generic md resync code.Neil Brown
2004-08-22[PATCH] disk barriers: MDJens Axboe
2004-07-30[PATCH] #if abusesAlexander Viro
2004-06-08[PATCH] md: fix BUG in raid6 resync code.Andrew Morton
2004-06-04[PATCH] md: allow md arrays to be resized if devices are large enough.Neil Brown
2004-06-04[PATCH] md: make sure the size of a raid5/6 array is a multiple of the chunk ...Neil Brown
2004-06-04[PATCH] md: make sure md_check_recovery will remove a faulty device when ->nr...Neil Brown
2004-05-19[PATCH] raid locking fix.Andrew Morton
2004-04-12[PATCH] Fix Raid5/6 above 2 TerabytesAndrew Morton
2004-04-12[PATCH] unplugging: md updateAndrew Morton
2004-04-12[PATCH] per-backing dev unpluggingAndrew Morton
2004-03-28[PATCH] md: Convert a number or "unsigned long"s to "sector_t"sAndrew Morton
2004-03-13[PATCH] md: use "shedule_timeout()" instead of yield()Andrew Morton
2004-03-11[PATCH] fix raid0 readahead sizeAndrew Morton
2004-02-18[PATCH] md: Allow partitioning of MD devices.Andrew Morton
2004-02-03[PATCH] md: Change the way the name of an md device is printed in error messa...Andrew Morton
2004-02-03[PATCH] md: Collect device IO statistics for MD personalities.Andrew Morton
2004-01-20[PATCH] RAID-6Andrew Morton