summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Do not log backtrace for correctly processed commandZdenek Kabelac2011-01-131-2/+5
* Add exec_cmd paramater sync_neededZdenek Kabelac2011-01-131-1/+1
* Replace fs_unlock by sync_local_dev_names to notify local clvmd. (2.02.80)Alasdair Kergon2011-01-121-1/+1
* Add disk to mirrored log type conversion.Jonathan Earl Brassow2011-01-112-14/+14
* Avoid cookie sharing between forked processesZdenek Kabelac2011-01-101-0/+2
* Reverting recent commit to disallow adding/removing mirror log whileJonathan Earl Brassow2011-01-051-21/+2
* Prevent the user from simultaneously adding a mirror log while removingJonathan Earl Brassow2011-01-051-0/+19
* Fail deamonization if lvmcache_init failZdenek Kabelac2011-01-051-1/+3
* Fix wrongly paired unlocking of global lock in pvchange. (2.02.66)Milan Broz2010-12-231-1/+1
* Add backtraces for backup and backup_remove fail pathsZdenek Kabelac2010-12-221-2/+4
* Remove dead assignment of lv_total and lv_capasity_totalZdenek Kabelac2010-12-221-6/+0
* Remove dead assignmentZdenek Kabelac2010-12-201-3/+1
* Remove unused variable dev_dir_providedZdenek Kabelac2010-12-201-2/+0
* Remove dead store in lvm_run_commandZdenek Kabelac2010-12-201-2/+2
* Switch void* to char* arithmeticZdenek Kabelac2010-12-201-3/+3
* Test return value from read() and close() for an error.Zdenek Kabelac2010-12-201-6/+10
* Add further consistency checking to vg_validate, ensuring that all segmentPetr Rockai2010-12-142-0/+5
* Rename vg_release to free_vg.Alasdair Kergon2010-12-0818-73/+73
* Test lv_name is not NULLZdenek Kabelac2010-12-011-1/+1
* Optimize second call to strchr with same parametersZdenek Kabelac2010-12-011-2/+3
* Test uuid for NULLZdenek Kabelac2010-11-301-1/+3
* Refactor the percent (mirror sync, snapshot usage) handling code to usePetr Rockai2010-11-307-36/+32
* Remove dead assignment in lvm2_mainZdenek Kabelac2010-11-291-1/+0
* Fix "it's" typo to be "its" in lvconvert error message.Mike Snitzer2010-11-281-1/+1
* Disallow certain lvconvert operations that need to both allocate and freePetr Rockai2010-11-251-0/+9
* Add missing destrustion of cmd_contextZdenek Kabelac2010-11-241-2/+4
* Fix memory leak in error pathZdenek Kabelac2010-11-241-0/+1
* Move arg_vgnames from local scopeZdenek Kabelac2010-11-231-2/+1
* Suppress 'No PV label' message when removing several PVs without mdas.Alasdair Kergon2010-11-232-3/+3
* The _free_vg that is created as a placeholder when reporting segments in pvsPetr Rockai2010-11-171-2/+6
* Remove tag length restriction and allow / = ! : # & characters.Alasdair Kergon2010-11-172-5/+5
* Support repetition of --addtag and --deltag arguments.Alasdair Kergon2010-11-1110-228/+306
* Extend cling allocation policy to recognise PV tags (cling_by_tags).Alasdair Kergon2010-11-091-4/+4
* Use new status code from fsadm checkZdenek Kabelac2010-11-011-7/+13
* Update VG metadata only once in vgchange when making multiple changes.Alasdair Kergon2010-10-291-275/+154
* Fix vgchange to process -a, --refresh, --monitor and --poll like lvchange.Mike Snitzer2010-10-262-10/+43
* Fix constness warningZdenek Kabelac2010-10-251-1/+1
* Fix potential NULL pointer dereferenceZdenek Kabelac2010-10-251-3/+3
* Reuse result of previous strchrZdenek Kabelac2010-10-251-1/+1
* Ensure we always have origin definedZdenek Kabelac2010-10-251-0/+4
* Print vg_name and do not to access vg->nameZdenek Kabelac2010-10-251-1/+1
* Add global/metadata_read_only to use unrepaired metadata in read-only cmds.Alasdair Kergon2010-10-253-19/+27
* Don't take write lock in vgchange --refresh, --poll or --monitor.Alasdair Kergon2010-10-251-1/+4
* Avoid an extraneous orphans unlock in vgextend --restoremissing.Petr Rockai2010-10-181-1/+2
* Implement automatic snapshot extension with dmeventd, and add two new optionsPetr Rockai2010-10-152-26/+73
* Fix linking order for liblvm2cmdZdenek Kabelac2010-10-151-2/+3
* Add --setuuid to dmsetup rename.Alasdair Kergon2010-10-151-2/+9
* Convey need for snapshot-merge target in lvconvert error message and manMike Snitzer2010-10-131-1/+1
* Implement vgextend --restoremissing (BZ 537913), which makes it possible toPetr Rockai2010-10-133-28/+69
* Make lvconvert respect --yes/--force in the inactive log conversionPetr Rockai2010-10-121-1/+3