summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* tag uninit varAlasdair Kergon2011-12-081-1/+1
* Add policy based automated repair of RAID logical volumesJonathan Earl Brassow2011-12-061-0/+54
* update old commentAlasdair Kergon2011-12-011-1/+6
* Don't allow size change of RAID LV that is tracking changes for a split imageJonathan Earl Brassow2011-12-011-0/+13
* Do not allow users to change the name of RAID sub-LVs or the name of theJonathan Earl Brassow2011-12-011-0/+15
* Do not allow users to change permissions on RAID sub-LVs.Jonathan Earl Brassow2011-12-011-0/+8
* Support the ability to replace specific devices in a RAID array.Jonathan Earl Brassow2011-11-303-4/+45
* Allow to activate snapshotZdenek Kabelac2011-11-181-5/+22
* Skip non-virtual snapshots for availabilityZdenek Kabelac2011-11-181-0/+6
* Make dmsetup.static and lvm.static build when dmeventd is disabled.Alasdair Kergon2011-11-141-1/+1
* Thin remove unused defineZdenek Kabelac2011-11-122-2/+0
* Small comment and indent updatesZdenek Kabelac2011-11-102-2/+4
* Thin move _read_activation_params checkZdenek Kabelac2011-11-101-3/+9
* Thin create normal (old) snapshot when size is specifiedZdenek Kabelac2011-11-101-6/+6
* Thin ensure pool table is update after resizeZdenek Kabelac2011-11-081-0/+14
* Thin supports snapshotsZdenek Kabelac2011-11-071-7/+0