summaryrefslogtreecommitdiffstats
path: root/drivers/md/raid5.c
AgeCommit message (Expand)AuthorLines
2005-03-11[PATCH] md: make raid5 and raid6 robust against failure during recovery.Neil Brown-0/+13
2005-02-11[PATCH] raid5 and raid6 fixes to current bk treeDave Olien-0/+2
2005-02-07[PATCH] raid5 overlapping read hackNeil Brown-8/+47
2005-02-07[PATCH] md: remove extra loop from copy_dataNeil Brown-36/+32
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-10-25[PATCH] md: modify locking when accessing subdevices in mdNeil Brown-23/+28
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-04[PATCH] md: fix BUG in raid5 resync code.Neil Brown-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-7/+14
2004-04-12[PATCH] Fix Raid5/6 above 2 TerabytesAndrew Morton-2/+1
2004-04-12[PATCH] unplugging: md updateAndrew Morton-4/+32
2004-04-12[PATCH] per-backing dev unpluggingAndrew Morton-2/+2
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-20/+20
2004-02-03[PATCH] md: Collect device IO statistics for MD personalities.Andrew Morton-0/+8
2004-01-20[PATCH] md: Don't allow raid5 rebuild to swamp raid5 stripe cacheAndrew Morton-1/+8
2003-12-29[PATCH] md: set ra_pages for raid0/raid5 devices properly.Andrew Morton-0/+10
2003-12-15[PATCH] Fix possible bio corruption with RAID5Neil Brown-9/+25
2003-09-22[PATCH] md: MODULE_ALIAS for mdNeil Brown-0/+1
2003-08-30[PATCH] Honour the read-ahead for for reads in raid5.Neil Brown-1/+6
2003-08-13[PATCH] Disable buggy raid5 handling of read-aheadNeil Brown-1/+1
2003-08-06[PATCH] Proper block queue reference countingJens Axboe-3/+3
2003-06-10[PATCH] md - Zero out some kmalloced space in md driverNeil Brown-1/+1
2003-06-04[PATCH] Fix raid5 bug where wrong 'dev' is used.Neil Brown-1/+1
2003-05-26[PATCH] md: Replace bdev_partition_name with calls to bdevnameNeil Brown-3/+6
2003-05-26[PATCH] md: Remove dependancy on MD_SB_DISKS from raid5Neil Brown-1/+3
2003-05-26[PATCH] md: Fix simple off-by-one error in md driver.Neil Brown-1/+1
2003-05-26[PATCH] md: Handle concurrent failure of two drives in raid5Neil Brown-1/+15
2003-05-26[PATCH] md: Use new single page bio splitting for raid0 and linearNeil Brown-1/+0
2003-04-03[PATCH] md: Cleanups for md to move device size calculations into personalitiesNeil Brown-1/+2
2003-04-02[PATCH] bio kmapping changesAndrew Morton-2/+3
2003-03-26[PATCH] md: Convert md personalities to new module interfaceNeil Brown-5/+1
2003-03-26[PATCH] md: Cleanup #define TEXT text ... printk(TEXT)Neil Brown-38/+80
2003-03-14[PATCH] md: Allow components of MD raid array to have data start at offset fr...Neil Brown-1/+1