summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* report: remove superfluous SEGSSTATUS report typePeter Rajnoha2016-04-081-5/+3
* cleanup: use common init/destroy_processing_handle in _report fn and cleanup ...Peter Rajnoha2016-04-081-28/+30
* lvcreate: %FREE -> %PVSZdenek Kabelac2016-04-071-1/+1
* lvconvert: show percent with %.2Zdenek Kabelac2016-04-062-4/+4
* lvconvert: fix error path testZdenek Kabelac2016-03-141-1/+1
* pvchange, pvresize: move exported VG checkDavid Teigland2016-03-102-3/+12
* lvconvert: update --helpZdenek Kabelac2016-03-101-21/+21
* cleanup: display_lvnameZdenek Kabelac2016-03-101-23/+23
* cleanup: reoder linesZdenek Kabelac2016-03-101-10/+10
* lvconvert: improve vg parameter parsingZdenek Kabelac2016-03-101-15/+10
* lvconvert: uncache handles missing PVZdenek Kabelac2016-03-101-3/+45
* toollib: always process in use pvsDavid Teigland2016-03-071-6/+0
* vgscan: add --notifydbus to send a notificationDavid Teigland2016-03-073-1/+18
* dbus: add notification from commandsDavid Teigland2016-03-075-0/+12
* lvrename: support renaming historical logical volumesPeter Rajnoha2016-03-041-20/+72
* commands: lvdisplay: recognize -H|--history switchPeter Rajnoha2016-03-041-4/+6
* commands: lvremove: also process historical LVsPeter Rajnoha2016-03-032-1/+3
* conf: add metadata/record_lvs_history configuration settingPeter Rajnoha2016-03-031-2/+2
* commands: lvremove: recognize --nohistory optionPeter Rajnoha2016-03-031-1/+2
* cmd: add 'nohistory' option and wire it up in cmd_contextPeter Rajnoha2016-03-032-0/+3
* commands: lvs: recognize -H|--history switchPeter Rajnoha2016-03-031-5/+7
* toollib: honour '-H|--history' switch while executing process_each_lv_in_vgPeter Rajnoha2016-03-031-0/+85
* cmd: add '-H|--history' switch and wire it up in cmd_context and processing_h...Peter Rajnoha2016-03-035-0/+9
* metadata: add infrastructure to track LV historyPeter Rajnoha2016-03-031-0/+2
* cleanup: use lv_is_partialZdenek Kabelac2016-03-032-6/+6
* cleanup: missplaced .Zdenek Kabelac2016-03-011-2/+3
* cleanup: indent and dotsZdenek Kabelac2016-03-011-56/+51
* coverity: missing error pathZdenek Kabelac2016-03-011-0/+1
* pvcreate: fix error from pv_writeDavid Teigland2016-02-251-0/+1
* cleanup: poll better check for internal errorsZdenek Kabelac2016-02-253-65/+49
* lvconvert: use lp->repairZdenek Kabelac2016-02-251-21/+22
* lvconvert: use more display_lvnameZdenek Kabelac2016-02-251-21/+27
* lvconvert: simplify handler processingZdenek Kabelac2016-02-251-8/+6
* lvconvert: fix vg parameterZdenek Kabelac2016-02-251-2/+1
* lvresize: fix regression with zero size argZdenek Kabelac2016-02-251-0/+10
* Use a common message for a used PVDavid Teigland2016-02-252-7/+7
* pvcreate: fix setting uuid argDavid Teigland2016-02-251-0/+1
* replace pvcreate_params with pvcreate_each_paramsDavid Teigland2016-02-256-63/+29
* redefine pvcreate structsDavid Teigland2016-02-253-77/+55
* pvremove: use common toollib processing codeDavid Teigland2016-02-253-58/+274
* toollib: remove unsed pvcreate params functionDavid Teigland2016-02-252-117/+0
* vgcreate: use the common toollib pv createDavid Teigland2016-02-252-23/+66
* vgextend: use the common toollib pv createDavid Teigland2016-02-251-34/+55
* pvcreate: use the common toollib pv createDavid Teigland2016-02-251-51/+92
* toollib: add two phase pv processing codeDavid Teigland2016-02-2511-32/+1001
* vgconvert: refactor to avoid pvcreate codeDavid Teigland2016-02-251-15/+16
* coverity: check cmd pointer existsZdenek Kabelac2016-02-231-1/+1
* coverity: drop unused assignmentsZdenek Kabelac2016-02-233-6/+7
* gcc: cleanup some sign warningsZdenek Kabelac2016-02-232-2/+2
* cleanup: make the message about marked PVs consistent with the othersPeter Rajnoha2016-02-151-1/+1