summaryrefslogtreecommitdiff
path: root/liblvm/lvm_vg.c
Commit message (Expand)AuthorAgeFilesLines
* metadata: also look at historical LVs when checking LV name availabilityPeter Rajnoha2016-03-031-2/+4
* vgcreate: use the common toollib pv createDavid Teigland2016-02-251-1/+1
* doc: change fsf addressZdenek Kabelac2016-01-211-1/+1
* vgrename: use process_each_vgdev-dct-vgrenameDavid Teigland2015-12-141-1/+2
* Add lvmlockddev-dct-lvmlockd-AZDavid Teigland2015-07-021-1/+1
* liblvm: Save off and restore umask valuesTony Asleson2013-12-201-76/+216
* lvm2app: Add VG/LV name validationTony Asleson2013-11-191-0/+30
* lvm2app: Add ability to create PV with argsTony Asleson2013-11-191-2/+2
* Revert "lvm2app: lvm_vg_list_lvs filter hidden LVs"Alasdair G Kergon2013-07-241-8/+6
* lvm2app: lvm_vg_list_lvs filter hidden LVsTony Asleson2013-07-231-6/+8
* liblvm: check lvmetad cache return valuesZdenek Kabelac2013-07-221-2/+6
* lvm2app: Add thin and thin pool lv creationTony Asleson2013-07-121-3/+3
* lvm2api: Make the vg_list_* functions work with lvmetad (+ test).Petr Rockai2013-07-111-0/+3
* report: remove LV_CREATE_PARAMS report typeAlasdair G Kergon2013-07-091-2/+2
* python-lvm: Bug fixes from unit tests.Tony Asleson2013-07-021-0/+11
* lvm2app: Add thin and thin pool lv creation V5Tony Asleson2013-07-021-2/+2
* locking: Make it possible to pass down an LV to activation code.Petr Rockai2013-06-101-2/+2
* 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