summaryrefslogtreecommitdiffstats
path: root/drivers/md/raid5.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'md-3.6' of git://neil.brown.name/mdLinus Torvalds2012-08-021-16/+91
|\
| * raid5: raid5d handle stripe in batch wayShaohua Li2012-08-021-13/+32
| * raid5: make_request use batch stripe releaseShaohua Li2012-08-021-3/+59
* | Merge branch 'for-3.6/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2012-08-011-3/+2Star
|\|
| * md: remove plug_cnt feature of plugging.NeilBrown2012-07-311-3/+2Star
* | md/raid5: For odirect-write performance, do not set STRIPE_PREREAD_ACTIVE.majianpeng2012-07-311-1/+1
* | raid5: Add R5_ReadNoMerge flag which prevent bio from merging at block layermajianpeng2012-07-311-2/+12
* | raid5: add a per-stripe lockShaohua Li2012-07-191-16/+19
* | raid5: remove unnecessary bitmap write optimizationShaohua Li2012-07-191-12/+9Star
* | raid5: lockless access raid5 overrided bi_phys_segmentsShaohua Li2012-07-191-30/+32
* | raid5: reduce chance release_stripe() taking device_lockShaohua Li2012-07-191-34/+41
|/
* md: fix up plugging (again).NeilBrown2012-07-031-5/+1Star
* raid5: delayed stripe fixShaohua Li2012-07-031-1/+3
* md/raid456: When read error cannot be recovered, record bad blockmajianpeng2012-07-031-4/+11
* md: make 'name' arg to md_register_thread non-optional.NeilBrown2012-07-031-1/+3
* md/raid5: fix refcount problem when blocked_rdev is set.NeilBrown2012-07-031-2/+12
* md/raid5: In ops_run_io, inc nr_pending before calling md_wait_for_blocked_rdevmajianpeng2012-07-031-0/+6
* md/raid5: Do not add data_offset before call to is_badblockmajianpeng2012-07-031-2/+3
* md/raid5: prefer replacing failed devices over want-replacement devices.NeilBrown2012-07-031-5/+8
* md/raid5: improve removal of extra devices after reshape.NeilBrown2012-05-221-5/+5
* md/raid5: Allow reshape while a bitmap is present.NeilBrown2012-05-221-3/+3
* md: allow array to be resized while bitmap is present.NeilBrown2012-05-221-4/+10
* raid5: support sync requestShaohua Li2012-05-221-2/+10
* raid5: remove unused variablesShaohua Li2012-05-221-4/+0Star
* md/raid5: allow for change in data_offset while managing a reshape.NeilBrown2012-05-211-33/+76
* md/raid5: Use correct data_offset for all IO.NeilBrown2012-05-211-13/+59
* md: add possibility to change data-offset for devices.NeilBrown2012-05-211-3/+7
* md: allow a reshape operation to be reversed.NeilBrown2012-05-211-11/+12
* md/raid5: Fix a bug about judging if the operation is syncing or replacingmajianpeng2012-04-031-1/+3
* md/raid5: fix handling of bad blocks during recovery.NeilBrown2012-04-031-26/+29
* md: tidy up rdev_for_each usage.NeilBrown2012-03-191-4/+4
* md: allow re-add to failed arrays.NeilBrown2012-03-191-1/+1
* md/raid5: use atomic_dec_return() instead of atomic_dec() and atomic_read().majianpeng2012-03-131-4/+3Star
* md/raid5: removed unused 'added_devices' variable.NeilBrown2012-03-131-5/+2Star
* md/raid5: make sure reshape_position is cleared on error path.NeilBrown2012-03-131-0/+1
* md/raid5: Mark device want_replacement when we see a write error.NeilBrown2011-12-231-0/+3
* md/raid5: If there is a spare and a want_replacement device, start replacement.NeilBrown2011-12-231-2/+14
* md/raid5: recognise replacements when assembling array.NeilBrown2011-12-231-6/+31
* md/raid5: handle activation of replacement device when recovery completes.NeilBrown2011-12-231-7/+62
* md/raid5: detect and handle replacements during recovery.NeilBrown2011-12-231-29/+94
* md/raid5: writes should get directed to replacement as well as original.NeilBrown2011-12-231-23/+96
* md/raid5: allow removal for failed replacement devices.NeilBrown2011-12-231-26/+32
* md/raid5: preferentially read from replacement device if possible.NeilBrown2011-12-231-15/+54
* md/raid5: remove redundant bio initialisations.NeilBrown2011-12-231-8/+1Star
* md/raid5: allow each slot to have an extra replacement deviceNeilBrown2011-12-231-2/+13
* md: change hot_remove_disk to take an rdev rather than a number.NeilBrown2011-12-231-5/+5
* md/raid5: be more thorough in calculating 'degraded' value.NeilBrown2011-12-231-30/+33
* md/raid5: ensure correct assessment of drives during degraded reshape.NeilBrown2011-12-221-4/+10
* md: raid5 crash during degradationAdam Kwolek2011-12-091-2/+2
* md/raid5: never wait for bad-block acks on failed device.NeilBrown2011-12-081-1/+3