linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/13] Series short description
@ 2010-11-18  9:21 Krzysztof Wojcik
  2010-11-18  9:21 ` [PATCH 01/13] Provide a mdstat_ent to subarray helper Krzysztof Wojcik
                   ` (12 more replies)
  0 siblings, 13 replies; 20+ messages in thread
From: Krzysztof Wojcik @ 2010-11-18  9:21 UTC (permalink / raw)
  To: neilb
  Cc: linux-raid, wojciech.neubauer, adam.kwolek, dan.j.williams,
	ed.ciechanowski

The following series of patches are based on mdadm version 3.1.4.

This series is the first of three parts of reshape/takeover implementation for external metadata.
Next parts are:
- OnlineCapacityExpansion/Checkpointing (already sent)
- Takeover/Migrations (will be send)

The external-reshape-design.txt file
(provided by 0011-Document-the-external-reshape-implementation.patch patch)
contains detailed description of the reshape/takeover design.

---

Dan Williams (13):
      Provide a mdstat_ent to subarray helper
      block monitor: freeze spare assignment for external arrays
      Manage: allow manual control of external raid0 readonly flag
      Grow: mark some functions static
      Assemble: fix assembly in the delta_disks > max_degraded case
      Grow: fix check for raid6 layout normalization
      Grow: add missing raid4 geometries to geo_map()
      fix a get_linux_version() comparison typo
      Create: cleanup/unify default geometry handling
      Initialize st->devnum and st->container_dev in super_by_fd
      Document the external reshape implementation
      External reshape (step 1): container reshape and ->reshape_super()
      External reshape (step 2): Freeze container


 Assemble.c                  |    4 
 Create.c                    |   21 +-
 Detail.c                    |   11 -
 Grow.c                      |  493 ++++++++++++++++++++++++++++++++++++++++---
 Manage.c                    |    1 
 external-reshape-design.txt |  168 +++++++++++++++
 managemon.c                 |   21 ++
 mdadm.c                     |    2 
 mdadm.h                     |   26 ++
 msg.c                       |  195 +++++++++++++++++
 msg.h                       |    2 
 restripe.c                  |    2 
 super-ddf.c                 |   11 +
 super-intel.c               |   15 +
 sysfs.c                     |   33 +++
 util.c                      |   48 +++-
 16 files changed, 965 insertions(+), 88 deletions(-)
 create mode 100644 external-reshape-design.txt

-- 
Krzysztof Wojcik

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

end of thread, other threads:[~2010-11-23  6:11 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-18  9:21 [PATCH 00/13] Series short description Krzysztof Wojcik
2010-11-18  9:21 ` [PATCH 01/13] Provide a mdstat_ent to subarray helper Krzysztof Wojcik
2010-11-18  9:21 ` [PATCH 02/13] block monitor: freeze spare assignment for external arrays Krzysztof Wojcik
2010-11-23  4:03   ` Neil Brown
2010-11-18  9:21 ` [PATCH 03/13] Manage: allow manual control of external raid0 readonly flag Krzysztof Wojcik
2010-11-23  4:08   ` Neil Brown
2010-11-18  9:21 ` [PATCH 04/13] Grow: mark some functions static Krzysztof Wojcik
2010-11-18  9:22 ` [PATCH 05/13] Assemble: fix assembly in the delta_disks > max_degraded case Krzysztof Wojcik
2010-11-18  9:22 ` [PATCH 06/13] Grow: fix check for raid6 layout normalization Krzysztof Wojcik
2010-11-18  9:22 ` [PATCH 07/13] Grow: add missing raid4 geometries to geo_map() Krzysztof Wojcik
2010-11-23  4:16   ` Neil Brown
2010-11-18  9:22 ` [PATCH 08/13] fix a get_linux_version() comparison typo Krzysztof Wojcik
2010-11-18  9:22 ` [PATCH 09/13] Create: cleanup/unify default geometry handling Krzysztof Wojcik
2010-11-18  9:22 ` [PATCH 10/13] Initialize st->devnum and st->container_dev in super_by_fd Krzysztof Wojcik
2010-11-18  9:22 ` [PATCH 11/13] Document the external reshape implementation Krzysztof Wojcik
2010-11-23  4:52   ` Neil Brown
2010-11-18  9:22 ` [PATCH 12/13] External reshape (step 1): container reshape and ->reshape_super() Krzysztof Wojcik
2010-11-23  5:22   ` Neil Brown
2010-11-18  9:23 ` [PATCH 13/13] External reshape (step 2): Freeze container Krzysztof Wojcik
2010-11-23  6:11   ` Neil Brown

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).