summaryrefslogtreecommitdiff
path: root/drivers/md/raid1.c
AgeCommit message (Expand)Author
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro
2005-09-09[PATCH] md: tidy up daemon stop/start code in md/bitmap.cNeilBrown
2005-09-09[PATCH] md: raid1_quiesce is back to front, fix it.NeilBrown
2005-09-09[PATCH] md: add write-behind support for md/raid1NeilBrown
2005-09-09[PATCH] md: support write-mostly device in raid1NeilBrown
2005-09-09[PATCH] md: all hot-add and hot-remove of md intent logging bitmapsNeilBrown
2005-09-09[PATCH] md: fail IO request to md that require a barrier.NeilBrown
2005-08-04[PATCH] md: yet another attempt to get bitmap-based resync to do the right th...NeilBrown
2005-07-27[PATCH] md: when resizing an array, we need to update resync_max_sectors as w...NeilBrown
2005-07-15[PATCH] md/raid1: clear bitmap when fullsync completesNeilBrown
2005-06-21[PATCH] md: remove unneeded NULL checks before kfreeJesper Juhl
2005-06-21[PATCH] md: fix deadlock due to md thread processing delayed requests.NeilBrown
2005-06-21[PATCH] md: optimise reconstruction when re-adding a recently failed drive.NeilBrown
2005-06-21[PATCH] md: initialise sync_blocks in raid1 resyncNeilBrown
2005-06-21[PATCH] md: fix bug when raid1 attempts a partial reconstruct.NeilBrown
2005-06-21[PATCH] md: raid1 support for bitmap intent loggingNeilBrown
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-06-21[PATCH] md: cause md/raid1 to "repack" working devices when number of drives ...NeilBrown
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-28Mark "gfp" masks as "unsigned int" and use __nocast to find violations.Linus Torvalds
2005-03-11[PATCH] md: remove possible oops in md/raid1Neil Brown
2005-03-11[PATCH] md: erroneous sizeof use in raid1Neil Brown
2005-01-07[PATCH] Lock initializer unifying: RaidThomas Gleixner
2004-11-10[PATCH] md: delete unplug timer before shutting down md arrayNeil Brown
2004-10-25[PATCH] md: make read retry use a new bio in raid1 and raid10Neil 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-25[PATCH] md: make retry_list non-global in raid1 and multipathNeil Brown
2004-10-18[PATCH] drivers/md: replace schedule_timeout() with msleep_interruptible()Maximilian Attems
2004-09-13[PATCH] blk: max_sectors tunablesIngo Molnar
2004-08-23[PATCH] md: assorted minor md/raid1 fixesNeil 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-06-23[PATCH] md: Fix up handling for read error in raid1.Andrew Morton
2004-06-17[PATCH] Fix raid1 read_balancing code.Neil Brown
2004-06-04[PATCH] md: support reshaping raid1 arrays - adding or removing drives.Neil Brown
2004-06-04[PATCH] md: allow md arrays to be resized if devices are large enough.Neil Brown
2004-06-04[PATCH] md: abort the resync of raid1 there is only one device.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] unplugging: md updateAndrew Morton
2004-04-12[PATCH] per-backing dev unpluggingAndrew Morton
2004-03-01[PATCH] raid1: fix oops in bio_put()Andrew Morton
2004-02-18[PATCH] md: Dynamically limit size of bio requests used for raid1 resyncAndrew Morton
2004-02-18[PATCH] md: Avoid unnecessary bio allocation during raid1 resyncAndrew Morton