summaryrefslogtreecommitdiffstats
path: root/drivers/md/raid1.c
Commit message (Expand)AuthorAgeFilesLines
* Subject: [PATCH] md:change resync_mismatches to atomic64_t to avoid racesJianpeng Ma2012-10-111-1/+1
* md/raid1: Don't release reference to device while handling read error.NeilBrown2012-10-111-4/+5
* MD: change the parameter of md threadShaohua Li2012-10-111-1/+2
* md: raid 1 supports TRIMShaohua Li2012-10-111-2/+21
* Merge tag 'md-3.6' of git://neil.brown.name/mdLinus Torvalds2012-08-021-3/+54
|\
| * md/raid1: submit IO from originating thread instead of md thread.NeilBrown2012-08-021-3/+54
* | Merge branch 'for-3.6/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2012-08-011-2/+1Star
|\|
| * md: remove plug_cnt feature of plugging.NeilBrown2012-07-311-2/+1Star
* | md/RAID1: Add missing case for attempting to repair known bad blocks.Alexander Lyakas2012-07-311-0/+12
* | md/raid1: don't abort a resync on the first badblock.NeilBrown2012-07-311-1/+4
* | md/raid1: prevent merging too large requestShaohua Li2012-07-311-7/+49
* | md/raid1: read balance chooses idlest disk for SSDShaohua Li2012-07-311-3/+31
* | md/raid1: make sequential read detection per disk basedShaohua Li2012-07-311-28/+7Star
* | MD: Move macros from raid1*.h to raid1*.cJonathan Brassow2012-07-311-0/+14
* | MD RAID1: rename mirror_info structureJonathan Brassow2012-07-311-7/+7
|/
* md/raid1: close some possible races on write errors during resyncNeilBrown2012-07-191-2/+8
* md/raid1: fix use-after-free bug in RAID1 data-check code.NeilBrown2012-07-091-1/+2
* md: fix up plugging (again).NeilBrown2012-07-031-5/+2Star
* md/raid1: fix bug in read_balance introduced by hot-replaceNeilBrown2012-07-031-2/+2
* md: make 'name' arg to md_register_thread non-optional.NeilBrown2012-07-031-1/+1
* md: raid1/raid10: fix problem with merge_bvec_fnNeilBrown2012-05-311-0/+4
* MD RAID1: Further conditionalize 'fullsync'Jonathan Brassow2012-05-221-1/+2
* md: allow array to be resized while bitmap is present.NeilBrown2012-05-221-2/+9
* md/raid1: allow fix_read_error to read from recovering device.majianpeng2012-05-221-1/+3
* md: add possibility to change data-offset for devices.NeilBrown2012-05-211-2/+2
* md/raid1,raid10: Fix calculation of 'vcnt' when processing error recovery.majianpeng2012-04-121-1/+2
* md/raid1,raid10: don't compare excess byte during consistency check.NeilBrown2012-04-031-1/+1
* md/raid1:Remove unnecessary rcu_dereference(conf->mirrors[i].rdev).majianpeng2012-04-031-2/+1Star
* md/raid1: If md_integrity_register() failed,run() must free the memmajianpeng2012-04-021-1/+7
* md/raid1: handle merge_bvec_fn in member devices.NeilBrown2012-03-191-21/+56
* md: tidy up rdev_for_each usage.NeilBrown2012-03-191-2/+2
* md/raid1,raid10: avoid deadlock during resync/recovery.NeilBrown2012-03-191-2/+15
* md/raid1: fix buglet in md_raid1_contested.NeilBrown2012-02-131-1/+1
* md/raid1: perform bad-block tests for WriteMostly devices too.NeilBrown2012-01-101-1/+10
* md/raid1: Mark device want_replacement when we see a write error.NeilBrown2011-12-231-1/+15
* md/raid1: If there is a spare and a want_replacement device, start replacement.NeilBrown2011-12-231-2/+15
* md/raid1: recognise replacements when assembling arrays.NeilBrown2011-12-231-2/+23
* md/raid1: handle activation of replacement device when recovery completes.NeilBrown2011-12-231-3/+33
* md/raid1: Allow a failed replacement device to be removed.NeilBrown2011-12-231-0/+6
* md/raid1: Allocate spare to store replacement devices and their bios.NeilBrown2011-12-231-30/+34
* md/raid1: Replace use of mddev->raid_disks with conf->raid_disks.NeilBrown2011-12-231-3/+4
* md: change hot_remove_disk to take an rdev rather than a number.NeilBrown2011-12-231-4/+3Star
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-071-0/+1
|\
| * md: Add module.h to all files using it implicitlyPaul Gortmaker2011-11-011-0/+1
* | Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds2011-11-051-6/+3Star
|\ \ | |/ |/|
| * block: Remove the control of complete cpu from bio.Tao Ma2011-10-241-1/+0Star
| * Merge branch 'v3.1-rc10' into for-3.2/coreJens Axboe2011-10-191-7/+10
| |\
| * | block: remove support for bio remapping from ->make_requestChristoph Hellwig2011-09-121-5/+3Star
* | | md: Fix some bugs in recovery_disabled handling.NeilBrown2011-10-261-1/+3
* | | md: add proper write-congestion reporting to RAID1 and RAID10.NeilBrown2011-10-111-0/+20