All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] LVM2 topology support (patchset 1)
@ 2009-07-30 23:04 Mike Snitzer
  2009-07-30 23:04 ` [PATCH 1/3] Formalize pe_start policy as split between .pv_setup and .pv_write Mike Snitzer
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Mike Snitzer @ 2009-07-30 23:04 UTC (permalink / raw)
  To: lvm-devel

Split the overall LVM2 topology patchset into 2 sets.
This first patchset is the core of the LVM2 topology support; the second
patchset is more straight-forward.

First 2 patches are just fixes.

The --dataalignmentoffset patch (3) now adds the dataalignmentoffset to
the first mda (rather than leaving an unused gap between the first mda
and pe_start).  _text_pv_setup() was updated to make certain there isn't
a double-adjustment of pe_start.

Mike Snitzer (3):
  Formalize pe_start policy as split between .pv_setup and .pv_write.
  Fix _mda_setup() to not check first mda's size before pe_align rounding.
  Add --dataalignmentoffset to pvcreate to shift start of aligned data area.

 WHATS_NEW                        |    3 ++
 lib/format1/format1.c            |    1 +
 lib/format_pool/format_pool.c    |    1 +
 lib/format_text/archiver.c       |    2 +-
 lib/format_text/format-text.c    |   60 +++++++++++++++++++++++++++++++------
 lib/metadata/metadata-exported.h |    3 ++
 lib/metadata/metadata.c          |   30 +++++++++++++++++--
 lib/metadata/metadata.h          |    3 ++
 man/pvcreate.8.in                |   20 +++++++++++--
 tools/args.h                     |    1 +
 tools/commands.h                 |    7 ++--
 tools/pvcreate.c                 |   21 ++++++++++++-
 tools/vgconvert.c                |    2 +-
 13 files changed, 132 insertions(+), 22 deletions(-)



^ permalink raw reply	[flat|nested] 6+ messages in thread
* [PATCH 0/3] LVM2 topology support (patchset 1)
@ 2009-07-29 20:46 Mike Snitzer
  0 siblings, 0 replies; 6+ messages in thread
From: Mike Snitzer @ 2009-07-29 20:46 UTC (permalink / raw)
  To: lvm-devel

Split the overall LVM2 topology patchset into 2 sets.
This first patchset is the core of the LVM2 topology support; the second
patchset is more straight-forward.

First 2 patches are just fixes.

The --dataalignmentoffset patch (3) now adds the dataalignmentoffset to
the first mda (rather than leaving an unused gap between the first mda
and pe_start).  _text_pv_setup() was updated to make certain there isn't
a double-adjustment of pe_start.

Mike Snitzer (3):
  Formalize pe_start policy as split between .pv_setup and .pv_write.
  Fix _mda_setup() to not check first mda's size before pe_align rounding.
  Add --dataalignmentoffset to pvcreate to shift start of aligned data area.

 WHATS_NEW                        |    3 ++
 lib/format1/format1.c            |    1 +
 lib/format_pool/format_pool.c    |    1 +
 lib/format_text/archiver.c       |    2 +-
 lib/format_text/format-text.c    |   60 +++++++++++++++++++++++++++++++------
 lib/metadata/metadata-exported.h |    3 ++
 lib/metadata/metadata.c          |   30 +++++++++++++++++--
 lib/metadata/metadata.h          |    3 ++
 man/pvcreate.8.in                |   20 +++++++++++--
 tools/args.h                     |    1 +
 tools/commands.h                 |    7 ++--
 tools/pvcreate.c                 |   21 ++++++++++++-
 tools/vgconvert.c                |    2 +-
 13 files changed, 132 insertions(+), 22 deletions(-)



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

end of thread, other threads:[~2009-07-30 23:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-30 23:04 [PATCH 0/3] LVM2 topology support (patchset 1) Mike Snitzer
2009-07-30 23:04 ` [PATCH 1/3] Formalize pe_start policy as split between .pv_setup and .pv_write Mike Snitzer
2009-07-30 23:04 ` [PATCH 2/3] Fix _mda_setup() to not check first mda's size before pe_align rounding Mike Snitzer
2009-07-30 23:04 ` [PATCH 3/3] Add --dataalignmentoffset to pvcreate to shift start of aligned data area Mike Snitzer
2009-07-30 23:07 ` [PATCH 0/3] LVM2 topology support (patchset 1) Mike Snitzer
  -- strict thread matches above, loose matches on Subject: below --
2009-07-29 20:46 Mike Snitzer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.