summaryrefslogtreecommitdiffstats
path: root/liblvm/lvm_lv.c
Commit message (Expand)AuthorAgeFilesLines
* lvm2api: extend lvm2api with lvm_lv_renameZdenek Kabelac2012-08-271-0/+10
* lvmapi: validate extents size for lvcreateZdenek Kabelac2012-08-231-5/+8
* cleanup: replace memset with struct initilizationZdenek Kabelac2012-06-221-2/+2
* Initialize dmeventd monitoring for every commandZdenek Kabelac2012-02-151-1/+0
* Add internal error for unsupported code pathsZdenek Kabelac2012-02-131-3/+10
* Remove duplicate testZdenek Kabelac2012-02-081-5/+5
* Permit --available with lvcreate so non-snapshot LVs need not be activated.Alasdair Kergon2011-06-011-0/+1
* Do not check for open_count when not needed.Zdenek Kabelac2011-02-031-2/+2
* 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/+11
* Add lvm2app function to query pvseg properties.Petr Rockai2010-11-171-2/+2
* Add lvm2app function to query lvseg properties.Petr Rockai2010-11-171-1/+7
* Add a new type and function to lvm2app to enumerate lvsegs.Petr Rockai2010-11-171-0/+27
* Support repetition of --addtag and --deltag arguments.Alasdair Kergon2010-11-111-1/+1
* Add lvm_lv_get_property() generic function to obtain value of any lv propertDave Wysochanski2010-10-251-0/+5
* Add pv_uuid_dup, vg_uuid_dup, and lv_uuid_dup, and call id_format_and_copy.Dave Wysochanski2010-09-301-8/+2
* Allow internal suspend and resume of origin without its snapshots.Alasdair Kergon2010-08-171-2/+2
* 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