summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Use udev flags support in LVM and provide dm_tree_add_new_dev_with_udev_flags...Peter Rajnoha2009-10-221-2/+11
* Fix the "const discarded" warnings introduced in the unknown segment patch.Petr Rockai2009-10-223-4/+5
* Handle metadata with unknown segment types more gracefully.Petr Rockai2009-10-1613-15/+256
* I saw this in a bug report:Jonathan Earl Brassow2009-10-141-2/+2
* Disable realtime support by default.Fabio M. Di Nitto2009-10-121-1/+5
* Merge Debian patch 05 debian: keep libdm-abi consistent.Fabio M. Di Nitto2009-10-121-2/+0
* Cleanup comment and some whitespace.Dave Wysochanski2009-10-061-5/+6
* Refactor pvcreate - split pvcreate_validate_params into recovery/non-recovery.Dave Wysochanski2009-10-051-1/+1
* Allow calling fill_default_pvcreate_params from tools.Dave Wysochanski2009-10-052-1/+2
* Add pvcreate_params to vg_extend.Dave Wysochanski2009-10-052-3/+15
* Add pvcreate_params to vg_extend_single_pv.Dave Wysochanski2009-10-051-3/+10
* Refactor vg_extend - add vg_extend_single_pv.Dave Wysochanski2009-10-051-7/+23
* More makefile cleaning up and fixing. (gentoo)Alasdair Kergon2009-10-051-1/+2
* Correct example.conf to indicate that lvm2 not lvm1 is the default format.Alasdair Kergon2009-10-051-5/+1
* Allow for a build directory separate from the source.Alasdair Kergon2009-10-026-6/+12
* Add LCK_CONVERT flag I missed on the last checkin.Christine Caulfield2009-10-011-0/+1
* Add percent_range to copy_percent too.Alasdair Kergon2009-10-013-4/+14
* Introduce percent_range_t and centralise snapshot full/mirror in-sync checks.Alasdair Kergon2009-10-0111-56/+142
* Distinguish between powers of 1000 and powers of 1024 in unit suffixes.Alasdair Kergon2009-09-301-25/+96
* Don't attempt to deactivate an LV if any of its snapshots are in use.Alasdair Kergon2009-09-291-4/+31
* Return fail if lv_deactivate did not removed device from kernel.Milan Broz2009-09-291-0/+2
* Provide alternative implementation of obsolete siginterrupt().Alasdair Kergon2009-09-282-0/+18
* Consolidate LV allocation into alloc_lv().Alasdair Kergon2009-09-285-33/+25
* Treat input units of both 's' and 'S' as 512-byte sectors. (2.02.49)Alasdair Kergon2009-09-281-3/+1
* Add global/si_unit_consistency to enable cleaned-up use of units in output.Alasdair Kergon2009-09-286-3/+27
* Use the same default umask for /dev dirs (DM_DEV_DIR_UMASK).Peter Rajnoha2009-09-251-0/+5
* 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