aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/raid1.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] md: tidy up daemon stop/start code in md/bitmap.cNeilBrown2005-09-091-1/+1
* [PATCH] md: raid1_quiesce is back to front, fix it.NeilBrown2005-09-091-2/+2
* [PATCH] md: add write-behind support for md/raid1NeilBrown2005-09-091-7/+117
* [PATCH] md: support write-mostly device in raid1NeilBrown2005-09-091-24/+52
* [PATCH] md: all hot-add and hot-remove of md intent logging bitmapsNeilBrown2005-09-091-0/+30
* [PATCH] md: fail IO request to md that require a barrier.NeilBrown2005-09-091-0/+4
* [PATCH] md: yet another attempt to get bitmap-based resync to do the right th...NeilBrown2005-08-041-14/+15
* [PATCH] md: when resizing an array, we need to update resync_max_sectors as w...NeilBrown2005-07-271-0/+1
* [PATCH] md/raid1: clear bitmap when fullsync completesNeilBrown2005-07-151-19/+18
* [PATCH] md: remove unneeded NULL checks before kfreeJesper Juhl2005-06-211-8/+4
* [PATCH] md: fix deadlock due to md thread processing delayed requests.NeilBrown2005-06-211-2/+2
* [PATCH] md: optimise reconstruction when re-adding a recently failed drive.NeilBrown2005-06-211-1/+6
* [PATCH] md: initialise sync_blocks in raid1 resyncNeilBrown2005-06-211-0/+1
* [PATCH] md: fix bug when raid1 attempts a partial reconstruct.NeilBrown2005-06-211-7/+10
* [PATCH] md: raid1 support for bitmap intent loggingNeilBrown2005-06-211-28/+154
* [PATCH] md: improve the interface to sync_requestNeilBrown2005-06-211-4/+4
* [PATCH] md: improve locking on 'safemode' and move superblock writesNeilBrown2005-06-211-1/+3
* [PATCH] md: merge md_enter_safemode into md_check_recoveryNeilBrown2005-06-211-1/+0
* [PATCH] md: cause md/raid1 to "repack" working devices when number of drives ...NeilBrown2005-06-211-5/+19
* [PATCH] md: set the unplug_fn and issue_flush_fn for md devices *after* commi...NeilBrown2005-05-171-4/+3
* [PATCH] Change synchronize_kernel to _rcu and _schedPaul E. McKenney2005-05-011-1/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+1449