NeilBrown ca65b73bd9 [PATCH] md: fix raid6 resync check/repair code
raid6 currently does not check the P/Q syndromes when doing a resync, it just
calculates the correct value and writes it.  Doing the check can reduce writes
(often to 0) for a resync, and it is needed to properly implement the

  echo check > sync_action

operation.

This patch implements the appropriate checks and tidies up some related code.

It also allows raid6 user-requested resync to bypass the intent bitmap.

Signed-off-by: Neil Brown <neilb@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-01-06 08:34:03 -08:00
..
2005-10-30 17:37:10 -08:00
2006-01-06 08:33:53 -08:00
2005-10-30 17:37:32 -08:00
2006-01-06 08:33:56 -08:00
2006-01-06 08:33:54 -08:00
2006-01-06 08:33:58 -08:00
2006-01-06 08:33:35 -08:00
2006-01-06 08:33:53 -08:00
2005-06-21 18:46:32 -07:00
2005-10-30 17:37:32 -08:00
2005-09-11 19:15:07 -07:00
2005-12-03 20:50:51 -08:00