summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add vg_is_resizeable() and cleanup references.Dave Wysochanski2009-09-155-10/+10
* pre-release cleanupAlasdair Kergon2009-09-151-1/+5
* More cmirror makefile fixes from Fabio.Alasdair Kergon2009-09-141-0/+4
* Add lots of missing stack debug messages to tools.Alasdair Kergon2009-09-142-2/+11
* Use vg_is_exported(vg) macro everywhere.Dave Wysochanski2009-09-145-7/+7
* Add most relevant vg_attr fields as lvm2app 'get' functions.Dave Wysochanski2009-09-141-0/+1
* Add max_pv and max_lv vg 'get' lvm2app exports.Dave Wysochanski2009-09-142-0/+12
* Update vg_remove_single_* functions to use the removed_pvs list.Dave Wysochanski2009-09-021-1/+6
* Split vg_remove_single into 2 functions - the second part commits to disk.Dave Wysochanski2009-09-022-5/+12
* Rename internal library function vg_remove to vg_remove_mdas.Dave Wysochanski2009-09-022-6/+6
* Enforce an alphabetical lock ordering for vgname locks.Dave Wysochanski2009-09-024-1/+49
* Implement write lock prioritisation for file locking and make it default.Petr Rockai2009-09-022-1/+37
* change clogd to cmirrordAlasdair Kergon2009-08-281-0/+3
* Rewrite clvmd configuration code.Alasdair Kergon2009-08-281-0/+15
* Fix uuid warning in pvcreate to use terminated (and dash formatted) UUID string.Milan Broz2009-08-201-2/+6
* Fix pvcreate on a partition (regressed in 2.02.51).Mike Snitzer2009-08-193-5/+18
* mirror table generating code: Properly handle 'block_on_errors' and 'cluster...Jonathan Earl Brassow2009-08-131-2/+10
* Refactor file locking, lifting the flock wrapper code into separatePetr Rockai2009-08-131-54/+70
* Remove useless _pv_write wrapper.Dave Wysochanski2009-08-101-13/+1
* Forgotten '%s' in one of _mk_link warning messages.Peter Rajnoha2009-08-051-1/+1
* detect udev mk_link problemsAlasdair Kergon2009-08-041-2/+24
* Add activation/udev_sync to lvm.conf.Alasdair Kergon2009-08-044-0/+8
* Add warnings to check udev did what it was meant to.Alasdair Kergon2009-08-031-3/+8
* Only create LV symlinks on ACTIVATE not PRELOAD.Alasdair Kergon2009-08-031-4/+4
* Manage without dm_udev_cleanup?Alasdair Kergon2009-08-031-16/+14
* cleanup some ignored return values & 'stack'sAlasdair Kergon2009-08-031-8/+12
* Allow LV suspend while --ignorelockingfailure is in force.Petr Rockai2009-08-021-1/+2
* Fix error handling of device-related stat() calls to be ENOENT aware.Mike Snitzer2009-08-012-6/+23
* Retrieve MD sysfs attributes for MD partitionsMike Snitzer2009-08-013-8/+22
* Improve ability to lookup primary device associated with a partitionMike Snitzer2009-08-011-5/+56
* Add devices/data_alignment_detection to lvm.conf.Mike Snitzer2009-08-014-5/+96
* Add devices/data_alignment_offset_detection to lvm.conf.Mike Snitzer2009-08-015-1/+88
* Set cookies in activation code and wait for udev to complete processing.Alasdair Kergon2009-07-311-6/+23
* Fix compile warnings from recently added log_very_verbose() in _text_pv_write()Mike Snitzer2009-07-311-2/+2
* Prepare for udev synchronisation code. (options don't work yet)Alasdair Kergon2009-07-311-0/+9
* Disable the "new pe_start policy"Mike Snitzer2009-07-301-11/+46
* Revert 'preserve_pe_start' related code in _text_pv_setupMike Snitzer2009-07-301-4/+1
* Add --dataalignmentoffset to pvcreate to shift start of aligned data areaMike Snitzer2009-07-307-6/+75
* Preserve pe_start in .pv_setup and .pv_write if pe_start was supplied.Mike Snitzer2009-07-301-3/+13
* Remove legacy support for preserving pe_start if a PV already has dataMike Snitzer2009-07-301-10/+2
* Fix _mda_setup() to not check first mda's size before pe_align rounding.Mike Snitzer2009-07-301-5/+18
* Formalize pe_start policy as split between .pv_setup and .pv_write.Mike Snitzer2009-07-301-3/+7
* Remove pv_t, vg_t & lv_t handles from lib. Only liblvm uses them.Alasdair Kergon2009-07-293-119/+115
* \nAlasdair Kergon2009-07-281-1/+1
* Add an open_mode to the vg struct for liblvm - enforce read / write semantics.Dave Wysochanski2009-07-282-0/+12
* Add lvm_vg_get_seqno, updating lvm.h and unit test.Dave Wysochanski2009-07-282-0/+6
* Rename _override_settings into override_config_tree_from_string and move.Dave Wysochanski2009-07-272-0/+13
* Add vg_reduce to metadata.c and metadata-exported.hDave Wysochanski2009-07-275-0/+62
* Update error return and comments for lvm_list_vg_names/uuids.Dave Wysochanski2009-07-272-4/+6
* Update display.c to use vg_free(vg) instead of duplicating the calculation.Dave Wysochanski2009-07-271-4/+2