aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/raid1.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-11-09[PATCH] md: make manual repair work for raid1NeilBrown1-4/+6
2005-11-09[PATCH] md: support BIO_RW_BARRIER for md/raid1NeilBrown1-42/+92
2005-11-09[PATCH] md: convert 'faulty' and 'in_sync' fields to bits in 'flags' fieldNeilBrown1-26/+26
2005-11-09[PATCH] md: provide proper rcu_dereference / rcu_assign_pointer annotations in mdSuzanne Wood1-10/+10
2005-11-01[BLOCK] Unify the seperate read/write io stat fields into arraysJens Axboe1-8/+4
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro1-2/+2
2005-09-09[PATCH] md: tidy up daemon stop/start code in md/bitmap.cNeilBrown1-1/+1
2005-09-09[PATCH] md: raid1_quiesce is back to front, fix it.NeilBrown1-2/+2
2005-09-09[PATCH] md: add write-behind support for md/raid1NeilBrown1-7/+117
2005-09-09[PATCH] md: support write-mostly device in raid1NeilBrown1-24/+52
2005-09-09[PATCH] md: all hot-add and hot-remove of md intent logging bitmapsNeilBrown1-0/+30
2005-09-09[PATCH] md: fail IO request to md that require a barrier.NeilBrown1-0/+4
2005-08-04[PATCH] md: yet another attempt to get bitmap-based resync to do the right thing in all cases...NeilBrown1-14/+15
2005-07-27[PATCH] md: when resizing an array, we need to update resync_max_sectors as well as sizeNeilBrown1-0/+1
2005-07-15[PATCH] md/raid1: clear bitmap when fullsync completesNeilBrown1-19/+18
2005-06-21[PATCH] md: remove unneeded NULL checks before kfreeJesper Juhl1-8/+4
2005-06-21[PATCH] md: fix deadlock due to md thread processing delayed requests.NeilBrown1-2/+2
2005-06-21[PATCH] md: optimise reconstruction when re-adding a recently failed drive.NeilBrown1-1/+6
2005-06-21[PATCH] md: initialise sync_blocks in raid1 resyncNeilBrown1-0/+1
2005-06-21[PATCH] md: fix bug when raid1 attempts a partial reconstruct.NeilBrown1-7/+10
2005-06-21[PATCH] md: raid1 support for bitmap intent loggingNeilBrown1-28/+154
2005-06-21[PATCH] md: improve the interface to sync_requestNeilBrown1-4/+4
2005-06-21[PATCH] md: improve locking on 'safemode' and move superblock writesNeilBrown1-1/+3
2005-06-21[PATCH] md: merge md_enter_safemode into md_check_recoveryNeilBrown1-1/+0
2005-06-21[PATCH] md: cause md/raid1 to "repack" working devices when number of drives is changedNeilBrown1-5/+19
2005-05-17[PATCH] md: set the unplug_fn and issue_flush_fn for md devices *after* committed to creationNeilBrown1-4/+3
2005-05-01[PATCH] Change synchronize_kernel to _rcu and _schedPaul E. McKenney1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1449