summaryrefslogtreecommitdiffstats
path: root/liblvm/lvm_lv.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary list of includes in liblvm files.Dave Wysochanski2010-07-091-2/+0
* 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
* Improve activation monitoring option processingMike Snitzer2010-03-231-0/+1
* Add lvm_lv_get_tags(), lvm_lv_add_tag(), and lvm_lv_remove_tag().Dave Wysochanski2010-02-241-0/+35
* post-releaseAlasdair Kergon2010-02-161-2/+3
* Fix off by 512 sizes for lvm2app.Dave Wysochanski2010-02-141-2/+2
* Make lvm2app lv_t handle definition consistent with lvm_t.Dave Wysochanski2009-08-131-11/+11
* Make lvm2app vg_t handle definition consistent with lvm_t.Dave Wysochanski2009-08-131-2/+2
* Remove unneeded struct on return from lvm_lv_create_linear.Dave Wysochanski2009-07-291-1/+1
* Remove pv_t, vg_t & lv_t handles from lib. Only liblvm uses them.Alasdair Kergon2009-07-291-2/+2
* Add an open_mode to the vg struct for liblvm - enforce read / write semantics.Dave Wysochanski2009-07-281-1/+4
* Update lvm.h - remove remaining FIXMEs, note limitations of a few functions.Dave Wysochanski2009-07-281-0/+9
* 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 skeletons of lvm_lv_resize and lvm_pv_resize - not yet implemented.Dave Wysochanski2009-07-271-0/+7
* Add lvm_lv_is_active and lvm_lv_is_suspended.Dave Wysochanski2009-07-261-0/+19
* Implement lvm_lv_activate and lvm_lv_deactivate liblvm calls.Dave Wysochanski2009-07-261-0/+50
* Update liblvm status return codes to be consistent.Dave Wysochanski2009-07-261-2/+4
* Add lvm_vg_remove_lv liblvm function.Dave Wysochanski2009-07-261-0/+6
* Add most all liblvm 'get' functions needed for anaconda.Dave Wysochanski2009-07-261-0/+6
* Add lvm_vg_create_lv_linear liblvm function.Dave Wysochanski2009-07-261-0/+52
* Add lvm_{pv|vg|lv}_get_{uuid|name}.Dave Wysochanski2009-07-231-0/+40