All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8]: liblvm object attribute baseline
@ 2009-04-29 19:55 Dave Wysochanski
  2009-04-29 19:55 ` [PATCH 1/8] Define handles to liblvm objects for pv, vg, lv, lvseg, pvseg Dave Wysochanski
  2009-04-29 20:23 ` [PATCH 0/8]: liblvm object attribute baseline Dave Wysochanski
  0 siblings, 2 replies; 10+ messages in thread
From: Dave Wysochanski @ 2009-04-29 19:55 UTC (permalink / raw)
  To: lvm-devel

The following 8 patches implement a baseline for liblvm objects and their
attributes.  The primary focus/goal of these patches are:
1. Define / clarify the main liblvm objects and their handles
2. Get the object properties for a specific handle

Together with the handles, the 'get' functions will provide equivalent
functionality to the reporting commands (pvs, vgs, lvs) while keeping with
the object model of liblvm.




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

end of thread, other threads:[~2009-04-29 20:23 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-29 19:55 [PATCH 0/8]: liblvm object attribute baseline Dave Wysochanski
2009-04-29 19:55 ` [PATCH 1/8] Define handles to liblvm objects for pv, vg, lv, lvseg, pvseg Dave Wysochanski
2009-04-29 19:55   ` [PATCH 2/8] Add lvm_object_prop.pl to generate liblvm object property function prototype Dave Wysochanski
2009-04-29 19:55     ` [PATCH 3/8] Add generated files, lvm_object_prop.[ch], to liblvm build Dave Wysochanski
2009-04-29 19:55       ` [PATCH 4/8] Implement lvm_{vg|lv}_get_{name|uuid} Dave Wysochanski
2009-04-29 19:55         ` [PATCH 5/8] Add list structure definitions for liblvm objects Dave Wysochanski
2009-04-29 19:55           ` [PATCH 6/8] Add lvm_lvs_in_vg() - returns a list of lv handles for a given vg Dave Wysochanski
2009-04-29 19:55             ` [PATCH 7/8] Add lvm_vg_open() and lvm_vg_close for testing Dave Wysochanski
2009-04-29 19:55               ` [PATCH 8/8] Update test/api/test.c for simple tests involving vg/lv name/uuid attributes Dave Wysochanski
2009-04-29 20:23 ` [PATCH 0/8]: liblvm object attribute baseline Dave Wysochanski

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.