aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/raid1.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-19md/raid1: handle merge_bvec_fn in member devices.NeilBrown1-21/+56
2012-03-19md: tidy up rdev_for_each usage.NeilBrown1-2/+2
2012-03-19md/raid1,raid10: avoid deadlock during resync/recovery.NeilBrown1-2/+15
2012-02-13md/raid1: fix buglet in md_raid1_contested.NeilBrown1-1/+1
2012-01-11md/raid1: perform bad-block tests for WriteMostly devices too.NeilBrown1-1/+10
2011-12-23md/raid1: Mark device want_replacement when we see a write error.NeilBrown1-1/+15
2011-12-23md/raid1: If there is a spare and a want_replacement device, start replacement.NeilBrown1-2/+15
2011-12-23md/raid1: recognise replacements when assembling arrays.NeilBrown1-2/+23
2011-12-23md/raid1: handle activation of replacement device when recovery completes.NeilBrown1-3/+33
2011-12-23md/raid1: Allow a failed replacement device to be removed.NeilBrown1-0/+6
2011-12-23md/raid1: Allocate spare to store replacement devices and their bios.NeilBrown1-30/+34
2011-12-23md/raid1: Replace use of mddev->raid_disks with conf->raid_disks.NeilBrown1-3/+4
2011-12-23md: change hot_remove_disk to take an rdev rather than a number.NeilBrown1-4/+3
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2011-11-04Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-6/+3
2011-10-31md: Add module.h to all files using it implicitlyPaul Gortmaker1-0/+1
2011-10-26md: Fix some bugs in recovery_disabled handling.NeilBrown1-1/+3
2011-10-24block: Remove the control of complete cpu from bio.Tao Ma1-1/+0
2011-10-19Merge branch 'v3.1-rc10' into for-3.2/coreJens Axboe1-7/+10
2011-10-11md: add proper write-congestion reporting to RAID1 and RAID10.NeilBrown1-0/+20
2011-10-11md: rename "mdk_personality" to "md_personality"NeilBrown1-1/+1
2011-10-11md/raid1: typedef removal: conf_t -> struct r1confNeilBrown1-47/+47
2011-10-11md: remove typedefs: mirror_info_t -> struct mirror_infoNeilBrown1-5/+5
2011-10-11md: remove typedefs: r10bio_t -> struct r10bio and r1bio_t -> struct r1bioNeilBrown1-30/+30
2011-10-11md: remove typedefs: mddev_t -> struct mddevNeilBrown1-26/+26
2011-10-11md: removing typedefs: mdk_rdev_t -> struct md_rdevNeilBrown1-23/+23
2011-10-07md: remove PRINTK and dprintk debugging and use pr_debugNeilBrown1-13/+11
2011-10-07md/raid1/ avoid bio search in end_sync_read()NeilBrown1-2/+1
2011-10-07md/raid1: factor out common bio handling codeNamhyung Kim1-20/+24
2011-09-21md: Avoid waking up a thread after it has been freed.NeilBrown1-2/+1
2011-09-12block: remove support for bio remapping from ->make_requestChristoph Hellwig1-5/+3
2011-09-10md/raid1,10: Remove use-after-free bug in make_request.NeilBrown1-5/+9
2011-07-28md/raid1: factor several functions out or raid1d()NeilBrown1-159/+151
2011-07-28md/raid1: improve handling of read failure during recovery.NeilBrown1-7/+34
2011-07-28md/raid1: record badblocks found during resync etc.NeilBrown1-30/+51
2011-07-28md/raid1: Handle write errors by updating badblock log.NeilBrown1-23/+145
2011-07-28md/raid1: store behind-write pages in bi_vecs.NeilBrown1-16/+17
2011-07-28md/raid1: clear bad-block record when write succeeds.NeilBrown1-11/+68
2011-07-28md/raid1: avoid writing to known-bad blocks on known-bad drives.NeilBrown1-38/+115
2011-07-28md: make it easier to wait for bad blocks to be acknowledged.NeilBrown1-0/+3
2011-07-28md/raid1: avoid reading known bad blocks during resyncNeilBrown1-22/+75
2011-07-28md/raid1: avoid reading from known bad blocks.NeilBrown1-29/+179
2011-07-28md: don't allow arrays to contain devices with bad blocks.NeilBrown1-0/+7
2011-07-27MD: raid1 s/sysfs_notify_dirent/sysfs_notify_dirent_safeJonathan Brassow1-1/+1
2011-07-27md/raid1: move rdev->corrected_errors countingNamhyung Kim1-11/+6
2011-07-27md: change managed of recovery_disabled.NeilBrown1-2/+5
2011-07-27md: introduce link/unlink_rdev() helpersNamhyung Kim1-10/+5
2011-07-27md/raid: use printk_ratelimited instead of printk_ratelimitChristian Dietrich1-10/+15
2011-06-08MD: raid1 changes to allow use by device mapperJonathan Brassow1-7/+17
2011-05-11md: allow resync_start to be set while an array is active.NeilBrown1-1/+1