aboutsummaryrefslogtreecommitdiff
path: root/liblvm
AgeCommit message (Expand)Author
2013-06-10locking: Make it possible to pass down an LV to activation code.Petr Rockai
2013-03-06config: refer to config nodes using assigned IDsPeter Rajnoha
2012-12-17lvm2app: No special behavior for 0 for max_snap_size in lvm_lv_snapshot()Andy Grover
2012-12-13lvm2app: Add lv snapshot supportTony Asleson
2012-11-26lvm2api: fix typoZdenek Kabelac
2012-11-19liblvm: internal API changeZdenek Kabelac
2012-10-17cleanup: swap return valuesZdenek Kabelac
2012-10-11lvm2api: add defined lvm_percent_to_floatZdenek Kabelac
2012-08-27lvm2api: extend lvm2api with lvm_lv_renameZdenek Kabelac
2012-08-26buffering: use unbuffered silent mode for liblvmAlasdair G Kergon
2012-08-23lvmapi: validate extents size for lvcreateZdenek Kabelac
2012-07-31lvm2app: add lvm_config_find_bool functionPeter Rajnoha
2012-06-22cleanup: replace memset with struct initilizationZdenek Kabelac
2012-02-15Initialize dmeventd monitoring for every commandZdenek Kabelac
2012-02-13Add internal error for unsupported code pathsZdenek Kabelac
2012-02-08Remove duplicate testZdenek Kabelac
2012-02-08Add missing deps for lvm2apiZdenek Kabelac
2012-01-20Differentiate between snapshot status of "Invalid" and "Merge failed".Mike Snitzer
2011-12-08Only use built-in stack size in clvmd - ignore lvm.conf.Alasdair Kergon
2011-08-10Replace free_vg with release_vgZdenek Kabelac
2011-06-15Add proper udev library context initialization and finalization to liblvm.Peter Rajnoha
2011-06-01Permit --available with lvcreate so non-snapshot LVs need not be activated.Alasdair Kergon
2011-05-07When glibc needs buffers for line buffering of input and output buffers, itPetr Rockai
2011-04-01Finalize PV format instances properly in lvm_vg_write fn.Peter Rajnoha
2011-02-18Const fixingZdenek Kabelac
2011-02-03Do not check for open_count when not needed.Zdenek Kabelac
2011-01-10Add default error path for get_propertyZdenek Kabelac
2010-12-20Fix wrong cast to char*Zdenek Kabelac
2010-12-14Add getters for copy_percent and snap_percent to the lvm2app API.Petr Rockai
2010-12-08Rename vg_release to free_vg.Alasdair Kergon
2010-11-25This patch adds helpers to allow users to lookup a lv or pv handle byPetr Rockai
2010-11-25This patch adds helpers to allow users to lookup a lv or pv handle byPetr Rockai
2010-11-17Add lvm2app function to query pvseg properties.Petr Rockai
2010-11-17Add a new type and function to lvm2app to enumerate pvsegs.Petr Rockai
2010-11-17Add lvm2app function to query lvseg properties.Petr Rockai
2010-11-17Add a new type and function to lvm2app to enumerate lvsegs.Petr Rockai
2010-11-17Implement lvm_vg_set_property() by calling internal 'set' property function.Petr Rockai
2010-11-11Support repetition of --addtag and --deltag arguments.Alasdair Kergon
2010-10-25Add lvm_lv_get_property() generic function to obtain value of any lv propertDave Wysochanski
2010-10-25Add lvm_pv_get_property() generic function to obtain value of any pv property.Dave Wysochanski
2010-10-25Add lvm_vg_get_property() generic vg property function.Dave Wysochanski
2010-09-30Add pv_uuid_dup, vg_uuid_dup, and lv_uuid_dup, and call id_format_and_copy.Dave Wysochanski
2010-08-17Allow internal suspend and resume of origin without its snapshots.Alasdair Kergon
2010-08-03Clean generated files .exported_symbols_generated, example.conf for distclean.Zdenek Kabelac
2010-08-02Use #include <> not "" in lvm2app.h which gets installed on the system.Alasdair Kergon
2010-07-12More comment updates in lvm2app.h.Dave Wysochanski
2010-07-12Update comments about memory handling in lvm2app.h.Dave Wysochanski
2010-07-09Remove unnecessary list of includes in liblvm files.Dave Wysochanski
2010-07-09Use __attribute__ consistently throughout.Alasdair Kergon
2010-06-30Refactor vg_remove_check to place pv removal into separate function.Dave Wysochanski