All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/19] Looking for reviews
@ 2013-05-08 22:45 Tony Asleson
  2013-05-08 22:45 ` [PATCH 01/19] lvm2app: Add thin and thin pool lv creation V4 Tony Asleson
                   ` (18 more replies)
  0 siblings, 19 replies; 22+ messages in thread
From: Tony Asleson @ 2013-05-08 22:45 UTC (permalink / raw)
  To: lvm-devel

Many of these patches have been around for a while.
Looking for comments.  If I don't hear anything I
will assume everything is good and push them in the
next few days.

Thanks,
Tony

Tony Asleson (19):
  lvm2app: Add thin and thin pool lv creation V4
  lvm2app: Implementation of pv resize (v6)
  lvm2app: Move percent_of_extents to lvm-percent.[h|c]
  lvm2app: Rework argument handling for lv resize
  lvm2app: Move core lv re-size code (v2)
  lvm2app: Implement lv resize (v2)
  lvm2app: Add function to retrieve list of PVs
  lvm2app: Implement lvm_pv_remove
  python-lvm: Add bindings for lvm_pv_remove
  lvm2app: Set suppress to 1
  _get_pvs: Remove unused variable
  lib2app: Fix warnings in lvm_list_pvs_free
  lib2app: Added PV create.
  python-lvm: Add pvCreate python method
  lvm2app: Add method to retrieve attr from lv.
  python-lvm: Add method to retrieve lv attr.
  lvm2app: Add function to retrieve the origin.
  python-lvm: Added lv method getOrigin
  python-lvm: Bindings for thin pool, thin lv creation V3

 lib/metadata/lv_manip.c          | 734 ++++++++++++++++++++++++++++++++++++
 lib/metadata/metadata-exported.h |  59 ++-
 lib/metadata/metadata.c          |  82 ++--
 lib/metadata/metadata.h          |   7 +
 lib/metadata/pv_manip.c          | 152 ++++++++
 lib/misc/lvm-percent.c           |   5 +
 lib/misc/lvm-percent.h           |  17 +
 lib/report/columns.h             |   2 +
 lib/report/properties.c          |  30 ++
 lib/report/properties.h          |   6 +
 lib/report/report.c              |   1 +
 lib/report/report.h              |   3 +-
 liblvm/lvm2app.h                 | 219 ++++++++++-
 liblvm/lvm_base.c                |   6 +
 liblvm/lvm_lv.c                  | 241 +++++++++++-
 liblvm/lvm_misc.c                |  16 +-
 liblvm/lvm_misc.h                |   6 +-
 liblvm/lvm_pv.c                  | 135 ++++++-
 liblvm/lvm_vg.c                  |   4 +-
 python/liblvm.c                  | 331 +++++++++++++++-
 tools/lvresize.c                 | 793 ++-------------------------------------
 tools/pvcreate.c                 |  11 +-
 tools/pvremove.c                 | 135 +------
 tools/reporter.c                 |   4 +
 tools/toollib.c                  |   6 -
 tools/tools.h                    |  16 -
 26 files changed, 2049 insertions(+), 972 deletions(-)

-- 
1.8.1.4



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

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

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-08 22:45 [PATCH 00/19] Looking for reviews Tony Asleson
2013-05-08 22:45 ` [PATCH 01/19] lvm2app: Add thin and thin pool lv creation V4 Tony Asleson
2013-05-08 22:45 ` [PATCH 02/19] lvm2app: Implementation of pv resize (v6) Tony Asleson
2013-05-08 22:45 ` [PATCH 03/19] lvm2app: Move percent_of_extents to lvm-percent.[h|c] Tony Asleson
2013-05-08 22:45 ` [PATCH 04/19] lvm2app: Rework argument handling for lv resize Tony Asleson
2013-05-08 22:45 ` [PATCH 05/19] lvm2app: Move core lv re-size code (v2) Tony Asleson
2013-05-09  7:13   ` Zdenek Kabelac
2013-05-09 13:55     ` Tony Asleson
2013-05-08 22:45 ` [PATCH 06/19] lvm2app: Implement lv resize (v2) Tony Asleson
2013-05-08 22:45 ` [PATCH 07/19] lvm2app: Add function to retrieve list of PVs Tony Asleson
2013-05-08 22:45 ` [PATCH 08/19] lvm2app: Implement lvm_pv_remove Tony Asleson
2013-05-08 22:45 ` [PATCH 09/19] python-lvm: Add bindings for lvm_pv_remove Tony Asleson
2013-05-08 22:45 ` [PATCH 10/19] lvm2app: Set suppress to 1 Tony Asleson
2013-05-08 22:45 ` [PATCH 11/19] _get_pvs: Remove unused variable Tony Asleson
2013-05-08 22:45 ` [PATCH 12/19] lib2app: Fix warnings in lvm_list_pvs_free Tony Asleson
2013-05-08 22:45 ` [PATCH 13/19] lib2app: Added PV create Tony Asleson
2013-05-08 22:45 ` [PATCH 14/19] python-lvm: Add pvCreate python method Tony Asleson
2013-05-08 22:45 ` [PATCH 15/19] lvm2app: Add method to retrieve attr from lv Tony Asleson
2013-05-08 22:45 ` [PATCH 16/19] python-lvm: Add method to retrieve lv attr Tony Asleson
2013-05-08 22:45 ` [PATCH 17/19] lvm2app: Add function to retrieve the origin Tony Asleson
2013-05-08 22:45 ` [PATCH 18/19] python-lvm: Added lv method getOrigin Tony Asleson
2013-05-08 22:45 ` [PATCH 19/19] python-lvm: Bindings for thin pool, thin lv creation V3 Tony Asleson

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.