summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Turn a warning to an error in vgreduce --removemissing, since we exit with aPetr Rockai2012-02-151-2/+2
* Add mangle command to dmsetup to provide renaming to correct mangled form.Peter Rajnoha2012-02-151-6/+78
* Add 'mangled_name' and 'unmangled_name' fields to dmsetup info -c -o.Peter Rajnoha2012-02-151-0/+34
* Add --manglename option to dmsetup to select the name mangling mode.Peter Rajnoha2012-02-151-1/+18
* Change confusing message that is printed when a RAID device fails.Jonathan Earl Brassow2012-02-131-1/+1
* Fix possible NULL pointer dereferences when updating mirror log.Jonathan Earl Brassow2012-02-131-5/+7
* Handle all succefull values from open()Zdenek Kabelac2012-02-131-1/+1
* Ensure allocated device does not leak on error pathZdenek Kabelac2012-02-131-1/+5
* Add internal error for unsupported code pathsZdenek Kabelac2012-02-131-0/+3
* Add few missing allocation failures testsZdenek Kabelac2012-02-131-9/+23
* Add free_orphan_vgZdenek Kabelac2012-02-132-5/+0
* Move lvmcache data structures behind an API (making the structures private toPetr Rockai2012-02-102-3/+3
* Switch to return voidZdenek Kabelac2012-02-081-5/+2
* Remove duplicate testZdenek Kabelac2012-02-081-1/+1
* Replace snprintf with dm_snprintfZdenek Kabelac2012-02-081-1/+1
* Remove unneeded assignmentsZdenek Kabelac2012-02-081-1/+1
* Ensure strncpy() function always ends with '\0'Zdenek Kabelac2012-02-081-1/+2
* Set status for error pathZdenek Kabelac2012-02-081-0/+3
* lp.pool may be (null) tooAlasdair Kergon2012-02-011-1/+2
* Cosmetic change use return macro with implicit stackZdenek Kabelac2012-01-251-4/+3
* Set to a defined value vars used after error pathZdenek Kabelac2012-01-251-0/+1
* Limit alignment to 32bit valuesZdenek Kabelac2012-01-251-2/+2
* Allow removal of an invalid snapshot that was to be merged on next activation.Mike Snitzer2012-01-201-0/+9
* Differentiate between snapshot status of "Invalid" and "Merge failed".Mike Snitzer2012-01-201-0/+3
* Tiny cleanupZdenek Kabelac2012-01-201-19/+19
* Thin updated support for thin pool percentZdenek Kabelac2012-01-191-2/+11
* Add dmsetup 'wipe_table' to replace table with one that uses error target.Alasdair Kergon2012-01-181-1/+2
* Support different device name types on output of dmsetup deps, ls and info -c...Peter Rajnoha2012-01-111-24/+158
* Check for error code in _adjust_policy_paramsZdenek Kabelac2012-01-091-1/+2
* Support rounding of percentage upwardZdenek Kabelac2012-01-054-15/+22
* Thin automatic policy based extensionZdenek Kabelac2011-12-211-13/+31
* Thin rename internal thin pool segmentZdenek Kabelac2011-12-211-1/+1
* Move dm_config_write out of libdm, back to lib/config, as config_write.Petr Rockai2011-12-111-1/+1
* Only use built-in stack size in clvmd - ignore lvm.conf.Alasdair Kergon2011-12-081-1/+1
* reinstate !first_time checkAlasdair Kergon2011-12-081-2/+2