summaryrefslogtreecommitdiffstats
path: root/liblvm/lvm_pv.c
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicate testZdenek Kabelac2012-02-081-5/+5
* Add getters for copy_percent and snap_percent to the lvm2app API.Petr Rockai2010-12-141-1/+1
* This patch adds helpers to allow users to lookup a lv or pv handle byPetr Rockai2010-11-251-0/+22
* This patch adds helpers to allow users to lookup a lv or pv handle byPetr Rockai2010-11-251-0/+12
* Add lvm2app function to query pvseg properties.Petr Rockai2010-11-171-1/+7
* Add a new type and function to lvm2app to enumerate pvsegs.Petr Rockai2010-11-171-0/+27
* Add lvm2app function to query lvseg properties.Petr Rockai2010-11-171-1/+1
* Add lvm_pv_get_property() generic function to obtain value of any pv property.Dave Wysochanski2010-10-251-0/+6
* Add pv_uuid_dup, vg_uuid_dup, and lv_uuid_dup, and call id_format_and_copy.Dave Wysochanski2010-09-301-8/+2
* Use __attribute__ consistently throughout.Alasdair Kergon2010-07-091-1/+1
* Use vg->vgmem to allocate vg/lv/pv string properties instead of dm_malloc/frDave Wysochanski2010-04-191-9/+5
* Use INTERNAL_ERROR definition consistently in internal error messages.Alasdair Kergon2010-03-251-1/+1
* post-releaseAlasdair Kergon2010-02-161-3/+3
* Export lvm_pv_get_size(), lvm_pv_get_free(), lvm_pv_get_dev_size in lvm2app.Dave Wysochanski2010-02-141-0/+15
* Make lvm2app pv_t handle definition consistent with lvm_t.Dave Wysochanski2009-08-131-4/+4
* Remove pv_t, vg_t & lv_t handles from lib. Only liblvm uses them.Alasdair Kergon2009-07-291-1/+1
* Use dm_malloc and dm_free in liblvm instead of malloc/free.Dave Wysochanski2009-07-281-1/+1
* Remove unnecessary \n's from log_error in liblvm.Dave Wysochanski2009-07-271-1/+1
* Add skeletons of lvm_lv_resize and lvm_pv_resize - not yet implemented.Dave Wysochanski2009-07-271-0/+7
* Add most all liblvm 'get' functions needed for anaconda.Dave Wysochanski2009-07-261-0/+4
* Add lvm_{pv|vg|lv}_get_{uuid|name}.Dave Wysochanski2009-07-231-0/+40