aboutsummaryrefslogtreecommitdiff
path: root/liblvm/lvm_pv.c
AgeCommit message (Expand)Author
2012-02-08Remove duplicate testZdenek Kabelac
2010-12-14Add getters for copy_percent and snap_percent to the lvm2app API.Petr Rockai
2010-11-25This patch adds helpers to allow users to lookup a lv or pv handle byPetr Rockai
2010-11-25This patch adds helpers to allow users to lookup a lv or pv handle byPetr Rockai
2010-11-17Add lvm2app function to query pvseg properties.Petr Rockai
2010-11-17Add a new type and function to lvm2app to enumerate pvsegs.Petr Rockai
2010-11-17Add lvm2app function to query lvseg properties.Petr Rockai
2010-10-25Add lvm_pv_get_property() generic function to obtain value of any pv property.Dave Wysochanski
2010-09-30Add pv_uuid_dup, vg_uuid_dup, and lv_uuid_dup, and call id_format_and_copy.Dave Wysochanski
2010-07-09Use __attribute__ consistently throughout.Alasdair Kergon
2010-04-19Use vg->vgmem to allocate vg/lv/pv string properties instead of dm_malloc/frDave Wysochanski
2010-03-25Use INTERNAL_ERROR definition consistently in internal error messages.Alasdair Kergon
2010-02-16post-releaseAlasdair Kergon
2010-02-14Export lvm_pv_get_size(), lvm_pv_get_free(), lvm_pv_get_dev_size in lvm2app.Dave Wysochanski
2009-08-13Make lvm2app pv_t handle definition consistent with lvm_t.Dave Wysochanski
2009-07-29Remove pv_t, vg_t & lv_t handles from lib. Only liblvm uses them.Alasdair Kergon
2009-07-28Use dm_malloc and dm_free in liblvm instead of malloc/free.Dave Wysochanski
2009-07-27Remove unnecessary \n's from log_error in liblvm.Dave Wysochanski
2009-07-27Add skeletons of lvm_lv_resize and lvm_pv_resize - not yet implemented.Dave Wysochanski
2009-07-26Add most all liblvm 'get' functions needed for anaconda.Dave Wysochanski
2009-07-23Add lvm_{pv|vg|lv}_get_{uuid|name}.Dave Wysochanski