summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* Also skip pvmove for remotely active LVs.Milan Broz2012-03-271-0/+8
* Add 'vgscan --cache' functionality for consistency with 'pvscan --cache'.Peter Rajnoha2012-03-272-6/+20
* Keep exclusive activation in pvmove if LV is already active.Milan Broz2012-03-261-1/+1
* Do not allow pvmove if some affected LVs are activatedMilan Broz2012-03-261-2/+24
* Use new flag PVMOVE_EXCLUSIVE in update_metatada call.Milan Broz2012-03-261-5/+11
* Update and fix monitoring of thin pool devicesZdenek Kabelac2012-03-232-8/+7
* Fix a regression in handling --major/--minor arguments to lvcreate & lvchange,Petr Rockai2012-03-162-1/+17
* Fix error message when pvmove LV activation fails with name already in use.Alasdair Kergon2012-03-131-1/+1
* Fix error path for create_toolcontextZdenek Kabelac2012-03-121-1/+4
* Fix warn message and update man pageZdenek Kabelac2012-03-061-3/+5
* close ]Alasdair Kergon2012-03-061-1/+1
* Adjust wordingAlasdair Kergon2012-03-061-1/+1
* Switch pvscan --cache major:minor to --major --minor.Alasdair Kergon2012-03-067-56/+86
* Some more missing supposedly 64bit operations.Zdenek Kabelac2012-03-051-2/+2
* Fit thin pool metadata into 128MBZdenek Kabelac2012-03-051-1/+17
* Check for multiple mangled names in auto mangling mode.Peter Rajnoha2012-03-051-0/+6
* Add FIXMEsZdenek Kabelac2012-03-041-0/+8
* Scan all devices for lvmetad if 'pvscan --cache' used without device list.Alasdair Kergon2012-03-033-10/+104
* Obtain VG list from lvmetad before relying on get_vgs, otherwise PVs in VGsAlasdair Kergon2012-03-031-2/+6
* Reinstate accidentally-deleted line.Alasdair Kergon2012-03-031-0/+1
* Merge metadata size checkingZdenek Kabelac2012-03-021-38/+24
* Change pvscan --lvmetad to pvscan --cache.Alasdair Kergon2012-03-023-6/+6
* Fix estimation of pool metadata device sizeZdenek Kabelac2012-03-021-2/+2
* Allow multiple device names with pvscan --lvmetad.Alasdair Kergon2012-03-023-10/+33
* Reinstate error if e.g. daemon comms fails.Alasdair Kergon2012-03-021-1/+2
* Check for error from dup2Zdenek Kabelac2012-03-011-3/+3
* Add some more pointer validationZdenek Kabelac2012-03-011-3/+8
* Test alloc failZdenek Kabelac2012-03-011-1/+3
* Replace goto with just log_debugZdenek Kabelac2012-03-011-1/+1
* Check for alloc errorZdenek Kabelac2012-03-011-2/+5
* Log sys errorsZdenek Kabelac2012-03-011-3/+6
* Backtrace for failing drop_cached_metadataZdenek Kabelac2012-03-012-2/+4
* Correct enum typeZdenek Kabelac2012-03-012-4/+4
* Few more close and dev_close traceZdenek Kabelac2012-03-011-4/+6
* Reflect new file locations, include file updates etc.Alasdair Kergon2012-02-281-3/+1
* Check return values after calling new lvmetad fnsAlasdair Kergon2012-02-286-12/+22
* Using enum types for enumsZdenek Kabelac2012-02-2812-32/+33
* Duplicate standard in/out descriptors for daemonZdenek Kabelac2012-02-281-4/+21
* Add some log_sys_errors to close() callZdenek Kabelac2012-02-271-3/+5
* Make force_t enum usage obviousZdenek Kabelac2012-02-272-2/+2
* Always check result of _set_vg_name()Zdenek Kabelac2012-02-271-4/+6
* Keep same sign for 's' counterZdenek Kabelac2012-02-231-1/+2
* Require number of stripes to be greater than parity devices in higher RAID.Jonathan Earl Brassow2012-02-231-3/+4
* The lvmetad client-side integration. Only active when use_lvmetad = 1 is set inPetr Rockai2012-02-2312-6/+35
* Allow 'lvconvert --repair' to operate on RAID 4/5/6.Jonathan Earl Brassow2012-02-221-1/+2
* Add some messages that indicate completion of RAID device replacement.Jonathan Earl Brassow2012-02-221-1/+9
* Fix a bad return code in 'lvconvert_raid'Jonathan Earl Brassow2012-02-221-4/+3
* Initialize dmeventd monitoring for every commandZdenek Kabelac2012-02-156-28/+7
* Simplify with dm_strdupZdenek Kabelac2012-02-151-2/+1
* Fix segfault in dmsetup when using table specification with --table.Peter Rajnoha2012-02-151-1/+5