summaryrefslogtreecommitdiffstats
path: root/drivers/md/raid5.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* md/raid5: STRIPE_ACTIVE has lock semantics, add barriersDan Williams2011-11-081-2/+2
* md/raid5: abort any pending parity operations when array fails.NeilBrown2011-11-081-4/+8
* 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-5/+3Star
|\ \ | |/ |/|
| * Merge branch 'v3.1-rc10' into for-3.2/coreJens Axboe2011-10-191-5/+3Star
| |\
| * | 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-0/+1
* | | md/raid5: fix bug that could result in reads from a failed device.NeilBrown2011-10-261-1/+1
* | | md: rename "mdk_personality" to "md_personality"NeilBrown2011-10-111-4/+4
* | | md/raid5: typedef removal: raid5_conf_t -> struct r5confNeilBrown2011-10-111-79/+79
* | | md/raid0: typedef removal: raid0_conf_t -> struct r0confNeilBrown2011-10-111-4/+4
* | | md: remove typedefs: mddev_t -> struct mddevNeilBrown2011-10-111-40/+40
* | | md: removing typedefs: mdk_rdev_t -> struct md_rdevNeilBrown2011-10-111-17/+17
* | | md: remove some old DEBUGging code.NeilBrown2011-10-071-57/+0Star
* | | md/raid5: convert to macros into inline functions.NeilBrown2011-10-071-3/+14
* | | md/raid5: remove pointless NULL test.NeilBrown2011-10-071-4/+2Star
| |/ |/|
* | md: Avoid waking up a thread after it has been freed.NeilBrown2011-09-211-4/+2Star
* | md/raid5: fix a hang on device failure.NeilBrown2011-08-311-1/+1
|/
* md/raid5: Clear bad blocks on successful write.NeilBrown2011-07-281-1/+18
* md/raid5. Don't write to known bad block on doubtful devices.NeilBrown2011-07-281-1/+30
* md/raid5: write errors should be recorded as bad blocks if possible.NeilBrown2011-07-281-2/+31
* md/raid5: use bad-block log to improve handling of uncorrectable read errors.NeilBrown2011-07-281-7/+52
* md/raid5: avoid reading from known bad blocks.NeilBrown2011-07-281-14/+32
* md: make it easier to wait for bad blocks to be acknowledged.NeilBrown2011-07-281-0/+4
* md: don't allow arrays to contain devices with bad blocks.NeilBrown2011-07-281-0/+7
* md/raid5: Avoid BUG caused by multiple failures.NeilBrown2011-07-271-1/+5
* md/raid5: move rdev->corrected_errors countingNamhyung Kim2011-07-271-4/+1Star