linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Grow_continue() prepare for usage in assembly
@ 2011-02-28 15:06 Adam Kwolek
  2011-02-28 15:07 ` [PATCH 1/5] FIX: Spelling error in dprintf output Adam Kwolek
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Adam Kwolek @ 2011-02-28 15:06 UTC (permalink / raw)
  To: neilb; +Cc: linux-raid, dan.j.williams, ed.ciechanowski, wojciech.neubauer

This is first part of reshape continuation. This patch series makes (mainly) some changes to Grow_continue()
for use for reshape continuation during array assembling.

It runs reshape_array() in background (for container operation it should be also ok, as we can have only one
metadata marked for reshape at the time).
For external metadata reshape_array requires container name parameter.

For reshape invoked from assembly reshape_array cannot start reshape (this would push md to call i.e. start_reshape
vector from personality). Staring reshape is based on run() mechanism in md so reshape_array should not configure or start reshape.
It should monitor check-pointing only.


BR
Adam


---

Adam Kwolek (5):
      FIX: Do not configure and start, already started reshape
      FIX: Continue reshape in the background
      FIX: Set readonly state in Grow_continue() when necessary
      FIX: Pass container name to reshape array for external meta data
      FIX: Spelling error in dprintf output


 Grow.c |   53 ++++++++++++++++++++++++++++++++++++++++-------------
 1 files changed, 40 insertions(+), 13 deletions(-)

-- 
Signature

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2011-03-02  8:43 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-28 15:06 [PATCH 0/5] Grow_continue() prepare for usage in assembly Adam Kwolek
2011-02-28 15:07 ` [PATCH 1/5] FIX: Spelling error in dprintf output Adam Kwolek
2011-02-28 15:07 ` [PATCH 2/5] FIX: Pass container name to reshape array for external meta data Adam Kwolek
2011-02-28 15:07 ` [PATCH 3/5] FIX: Set readonly state in Grow_continue() when necessary Adam Kwolek
2011-02-28 15:07 ` [PATCH 4/5] FIX: Continue reshape in the background Adam Kwolek
2011-02-28 15:07 ` [PATCH 5/5] FIX: Do not configure and start, already started reshape Adam Kwolek
2011-03-02  0:57 ` [PATCH 0/5] Grow_continue() prepare for usage in assembly NeilBrown
2011-03-02  7:37   ` Kwolek, Adam
2011-03-02  8:43   ` Kwolek, Adam

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).