summaryrefslogtreecommitdiffstats
path: root/liblvm/lvm_vg.c
Commit message (Expand)AuthorAgeFilesLines
* Replace free_vg with release_vgZdenek Kabelac2011-08-101-4/+4
* Finalize PV format instances properly in lvm_vg_write fn.Peter Rajnoha2011-04-011-0/+1
* Const fixingZdenek Kabelac2011-02-181-2/+2
* Add getters for copy_percent and snap_percent to the lvm2app API.Petr Rockai2010-12-141-1/+1
* Rename vg_release to free_vg.Alasdair Kergon2010-12-081-4/+4
* Add lvm2app function to query pvseg properties.Petr Rockai2010-11-171-1/+1
* Add lvm2app function to query lvseg properties.Petr Rockai2010-11-171-1/+1
* Implement lvm_vg_set_property() by calling internal 'set' property function.Petr Rockai2010-11-171-0/+6
* Add lvm_vg_get_property() generic vg property function.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-7/+1
* Remove unnecessary list of includes in liblvm files.Dave Wysochanski2010-07-091-6/+1
* Use __attribute__ consistently throughout.Alasdair Kergon2010-07-091-1/+1
* Refactor vg_remove_check to place pv removal into separate function.Dave Wysochanski2010-06-301-0/+2
* Use vg->vgmem to allocate vg/lv/pv string properties instead of dm_malloc/frDave Wysochanski2010-04-191-9/+4
* Use INTERNAL_ERROR definition consistently in internal error messages.Alasdair Kergon2010-03-251-1/+1
* Remove unnecessary full_scan parameter from get_vgids and get_vgnames calls.Alasdair Kergon2010-03-161-2/+2
* Add lvm_vg_get_tags(), lvm_vg_add_tag(), and lvm_vg_remove_tag().Dave Wysochanski2010-02-241-0/+34
* post-releaseAlasdair Kergon2010-02-161-4/+4
* Fix off by 512 sizes for lvm2app.Dave Wysochanski2010-02-141-4/+4
* This is related to liblvm and its lvm_list_vg_names() and lvm_list_vg_uuids()...Peter Rajnoha2010-02-031-7/+2
* Rename pvcreate_params processing functions to better match <object><action>.Dave Wysochanski2009-11-011-1/+1
* Allow calling fill_default_pvcreate_params from tools.Dave Wysochanski2009-10-051-9/+4
* Add pvcreate_params to vg_extend.Dave Wysochanski2009-10-051-1/+1
* Add most relevant vg_attr fields as lvm2app 'get' functions.Dave Wysochanski2009-09-141-0/+15
* Add max_pv and max_lv vg 'get' lvm2app exports.Dave Wysochanski2009-09-141-0/+10
* Update lvm_vg_write() to handle the deferred commit of lvm_vg_write().Dave Wysochanski2009-09-021-5/+3
* Split vg_remove_single into 2 functions - the second part commits to disk.Dave Wysochanski2009-09-021-1/+4
* Make lvm2app vg_t handle definition consistent with lvm_t.Dave Wysochanski2009-08-131-23/+23
* Move FIXME from user visible lvm2app.h to lvm_vg.cDave Wysochanski2009-08-031-0/+3
* Remove pv_t, vg_t & lv_t handles from lib. Only liblvm uses them.Alasdair Kergon2009-07-291-3/+3
* Add an open_mode to the vg struct for liblvm - enforce read / write semantics.Dave Wysochanski2009-07-281-0/+14
* Add lvm_vg_get_seqno, updating lvm.h and unit test.Dave Wysochanski2009-07-281-0/+5
* 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-6/+6
* Add lvm_vg_reduce to liblvm2appDave Wysochanski2009-07-271-0/+35
* Update error return and comments for lvm_list_vg_names/uuids.Dave Wysochanski2009-07-271-0/+5
* Update a few liblvm calls with log_errno.Dave Wysochanski2009-07-261-4/+6
* Update liblvm status return codes to be consistent.Dave Wysochanski2009-07-261-22/+20
* Rename lvm_scan_vgs to lvm_scan.Dave Wysochanski2009-07-261-1/+1
* Rename lvm_vg_get_free to lvm_vg_get_free_size.Dave Wysochanski2009-07-261-1/+1
* Rename lvm_list_vg_ids to lvm_list_vg_uuids.Dave Wysochanski2009-07-261-1/+1
* Rename lvm_vg_get_free_count to lvm_vg_get_free_extent_count.Dave Wysochanski2009-07-261-1/+1
* Add most all liblvm 'get' functions needed for anaconda.Dave Wysochanski2009-07-261-0/+31
* Update lvm_vg_extend to do an implicit pvcreate on the device.Dave Wysochanski2009-07-261-3/+12
* Update lvm_vg_extend() to obtain VG_ORPHAN.Dave Wysochanski2009-07-241-4/+16
* Add lvm_scan_vgs liblvm fn to scan the system for LVM metadata.Dave Wysochanski2009-07-241-0/+6
* Add lvm_list_vg_names and lvm_list_vg_ids liblvm functions.Dave Wysochanski2009-07-241-0/+10
* Add lvm_{pv|vg|lv}_get_{uuid|name}.Dave Wysochanski2009-07-231-0/+22
* Add lvm_vg_list_{pvs|lvs} - return lists of pv/lv handles for a vg.Dave Wysochanski2009-07-231-0/+52
* Update lvm_vg_create to use NULL / non-NULL return for the time being.Dave Wysochanski2009-07-231-1/+9