All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Thin external origin support
@ 2013-02-05 13:56 Zdenek Kabelac
  2013-02-05 13:56 ` [PATCH 1/6] thin: add support for external origin Zdenek Kabelac
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Zdenek Kabelac @ 2013-02-05 13:56 UTC (permalink / raw)
  To: lvm-devel

Pach set adds support for external origin usage for thin volumes.
Usage might be observed in the 'tests:' patch 6.

I've tried to combine as many usage patterns as I could think of,
but if someone sees still some missing behavior, report please.

Patch set does not provide yet for 'lvcreate -s' usage.

Zdenek Kabelac (6):
  thin: add support for external origin
  thin: external origin cannot be changed
  thin: report external origin
  thin: removal of external origin
  thin: lvconvert support for external origin
  tests: lvconvert external origin

 lib/activate/activate.c               |   6 +-
 lib/activate/dev_manager.c            |  40 ++++++++
 lib/format_text/flags.c               |   3 +-
 lib/metadata/lv.c                     |   9 +-
 lib/metadata/lv_manip.c               |  62 ++++++++----
 lib/metadata/merge.c                  |   7 +-
 lib/metadata/metadata-exported.h      |   5 +-
 lib/metadata/metadata.h               |   5 +-
 lib/metadata/thin_manip.c             |  50 ++++++++++
 lib/report/report.c                   |   3 +
 lib/thin/thin.c                       |  33 ++++++-
 man/lvconvert.8.in                    |  32 +++++++
 test/shell/lvconvert-thin-external.sh |  82 ++++++++++++++++
 tools/args.h                          |   3 +-
 tools/commands.h                      |   7 +-
 tools/lvchange.c                      |   6 ++
 tools/lvconvert.c                     | 173 ++++++++++++++++++++++++++++++++--
 tools/lvresize.c                      |   9 ++
 18 files changed, 497 insertions(+), 38 deletions(-)
 create mode 100644 test/shell/lvconvert-thin-external.sh

-- 
1.8.1.2



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

end of thread, other threads:[~2013-02-05 13:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-05 13:56 [PATCH 0/6] Thin external origin support Zdenek Kabelac
2013-02-05 13:56 ` [PATCH 1/6] thin: add support for external origin Zdenek Kabelac
2013-02-05 13:56 ` [PATCH 2/6] thin: external origin cannot be changed Zdenek Kabelac
2013-02-05 13:56 ` [PATCH 3/6] thin: report external origin Zdenek Kabelac
2013-02-05 13:56 ` [PATCH 4/6] thin: removal of " Zdenek Kabelac
2013-02-05 13:56 ` [PATCH 5/6] thin: lvconvert support for " Zdenek Kabelac
2013-02-05 13:56 ` [PATCH 6/6] tests: lvconvert " Zdenek Kabelac

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.