summaryrefslogtreecommitdiffstats
path: root/liblvm
Commit message (Expand)AuthorAgeFilesLines
* Add pv_uuid_dup, vg_uuid_dup, and lv_uuid_dup, and call id_format_and_copy.Dave Wysochanski2010-09-303-23/+5
* Allow internal suspend and resume of origin without its snapshots.Alasdair Kergon2010-08-171-2/+2
* Clean generated files .exported_symbols_generated, example.conf for distclean.Zdenek Kabelac2010-08-031-1/+1
* Use #include <> not "" in lvm2app.h which gets installed on the system.Alasdair Kergon2010-08-021-1/+1
* More comment updates in lvm2app.h.Dave Wysochanski2010-07-121-38/+38
* Update comments about memory handling in lvm2app.h.Dave Wysochanski2010-07-121-4/+4
* Remove unnecessary list of includes in liblvm files.Dave Wysochanski2010-07-094-17/+4
* Use __attribute__ consistently throughout.Alasdair Kergon2010-07-093-3/+3
* Refactor vg_remove_check to place pv removal into separate function.Dave Wysochanski2010-06-301-0/+2
* Generate liblvm2app and libdevmapper exported symbols from header files.Alasdair Kergon2010-06-252-63/+3
* actually, let's keep these in same order as in headerAlasdair Kergon2010-06-251-44/+44
* Update liblvm2app exported symbols.Alasdair Kergon2010-06-252-39/+50
* Remove C++ private keyword from headers.Milan Broz2010-06-161-0/+6
* Fix warnings with conversion of uuid.Dave Wysochanski2010-05-191-3/+3
* Add lvm2app interfaces to lookup a vgname from a pvid and pvname.Dave Wysochanski2010-05-193-1/+61
* Add pkgconfigdir for placement of .pc filesZdenek Kabelac2010-05-111-1/+1
* Switch to use Requires.private for devmapper.pc and lvm2app.pcZdenek Kabelac2010-05-111-1/+1
* Add new --sysinit option for vgchange and lvchange.Peter Rajnoha2010-05-061-1/+1
* Use vg->vgmem to allocate vg/lv/pv string properties instead of dm_malloc/frDave Wysochanski2010-04-194-45/+32
* INSTALL rules updatesZdenek Kabelac2010-04-091-33/+11
* Use vpath instead of VPATH.Zdenek Kabelac2010-04-091-1/+0
* Use INTERNAL_ERROR definition consistently in internal error messages.Alasdair Kergon2010-03-253-3/+3
* Improve activation monitoring option processingMike Snitzer2010-03-231-0/+1
* Disable long living process flag in lvm2app.Milan Broz2010-03-171-1/+2
* Remove unnecessary full_scan parameter from get_vgids and get_vgnames calls.Alasdair Kergon2010-03-161-2/+2
* Introduce LVMINTERNAL_LIBSZdenek Kabelac2010-03-041-1/+1
* Use $(top_builddir) for inclusion of make.tmpl in Makefiles.Zdenek Kabelac2010-03-041-1/+1
* Add Doxygen file for lvm2app to generate documentation from lvm2app.h.Dave Wysochanski2010-02-243-0/+326
* Update doxygen comments for lvm2app.h.Dave Wysochanski2010-02-241-108/+255
* Add lvm_lv_get_tags(), lvm_lv_add_tag(), and lvm_lv_remove_tag().Dave Wysochanski2010-02-243-0/+86
* Add lvm_vg_get_tags(), lvm_vg_add_tag(), and lvm_vg_remove_tag().Dave Wysochanski2010-02-243-2/+86
* Add tag_list_copy() supporting function inside lvm2app.Dave Wysochanski2010-02-241-0/+1
* post-releaseAlasdair Kergon2010-02-163-9/+10
* Update lvm2app.h comments to remove hidden VG comment list vgnames/vgids.Dave Wysochanski2010-02-151-4/+0
* Export lvm_pv_get_size(), lvm_pv_get_free(), lvm_pv_get_dev_size in lvm2app.Dave Wysochanski2010-02-143-0/+52
* Fix off by 512 sizes for lvm2app.Dave Wysochanski2010-02-142-6/+6
* This is related to liblvm and its lvm_list_vg_names() and lvm_list_vg_uuids()...Peter Rajnoha2010-02-031-7/+2
* Move error message to locking constructor and printMilan Broz2010-01-221-1/+0
* 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
* Allow for a build directory separate from the source.Alasdair Kergon2009-10-021-2/+3
* Fix build failure when enabling dmeventd and applib.Dave Wysochanski2009-09-141-0/+4
* Add most relevant vg_attr fields as lvm2app 'get' functions.Dave Wysochanski2009-09-142-0/+52
* Add max_pv and max_lv vg 'get' lvm2app exports.Dave Wysochanski2009-09-142-0/+32
* Do not override the distclean target in liblvm's Makefile, it annoys make andPetr Rockai2009-09-031-1/+0
* Update lvm_vg_write() to handle the deferred commit of lvm_vg_write().Dave Wysochanski2009-09-022-7/+5
* Split vg_remove_single into 2 functions - the second part commits to disk.Dave Wysochanski2009-09-021-1/+4
* Remove unwanted Makefiles and don't purge lvm2.po that'sFabio M. Di Nitto2009-09-011-0/+1
* Make lvm2app pv_t handle definition consistent with lvm_t.Dave Wysochanski2009-08-132-10/+10