summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* select: initialize selection handle for process_each_* fns with initial repor...Peter Rajnoha2015-02-103-7/+10
* tools: allow -S|--select for vgexport and vgimportPeter Rajnoha2015-02-103-8/+10
* tools: allow -S|--select for vgdisplay, lvdisplay and pvdisplay without -CPeter Rajnoha2015-02-104-3/+3
* tools: allow -S|--select for vgremove and lvremovePeter Rajnoha2015-02-104-9/+13
* tools: allow -S|--select for vgchange, lvchange and pvchangePeter Rajnoha2015-02-103-12/+15
* pvchange: use processing_handle when processing items for pvchangePeter Rajnoha2015-02-101-10/+35
* report: implement report_for_selectionPeter Rajnoha2015-02-101-1/+95
* report: add report_for_selection and use it in select_match_{pv,vg,lv}Peter Rajnoha2015-02-102-3/+38
* refactor: report: factor out code to determine final report typePeter Rajnoha2015-02-101-26/+45
* toollib: select the whole structure if at least one of its items is selectedPeter Rajnoha2015-02-101-0/+42
* toollib: initialize handles (including reporting for selection) for _select_m...Peter Rajnoha2015-02-105-52/+113
* toollib: add init_processing_handle, init_selection_handle and destroy_proces...Peter Rajnoha2015-02-102-0/+58
* toollib: pass struct processing_handle to _select_match_* functionsPeter Rajnoha2015-02-102-14/+30
* report: add report_init_for_selection fn and modify report_object to support ...Peter Rajnoha2015-02-101-11/+24
* toollib: replace void *handle with struct processing_handle for use in proces...Peter Rajnoha2015-02-1021-105/+189
* cleanup: make report type condition consistent with the rest of the codePeter Rajnoha2015-02-101-3/+2
* toollib: prepare select_match_{pv,vg,lv} hooksDavid Teigland2015-02-102-6/+59
* lvm: recognize LVM_COMMAND_PROFILE env var for default command profile to use...Peter Rajnoha2015-02-091-8/+45
* reporter: properly check for _do_info_and_status return value and free the me...Peter Rajnoha2015-02-091-10/+6
* thin: report proper status for thin poolZdenek Kabelac2015-01-301-2/+6
* thin: preserve chunksize with lvconvertZdenek Kabelac2015-01-281-0/+1
* report: add separate LVSINFOSTATUS field type for info+status combined fieldsPeter Rajnoha2015-01-201-5/+7
* thin: support errorwhenfull with thin creationZdenek Kabelac2015-01-201-1/+2
* report: update report_object APIZdenek Kabelac2015-01-201-15/+17
* report: reporting unknown statusZdenek Kabelac2015-01-201-12/+8
* thin: lvchange support for errorwhenfullZdenek Kabelac2015-01-202-1/+39
* libdm-report: Fix order of NULL dm_report check.Alasdair G Kergon2015-01-171-1/+0
* toollib: search for duplicate PVs only when neededDavid Teigland2015-01-141-3/+1
* toollib: pvs -a should display VG name for each duplicate PVDavid Teigland2015-01-141-7/+38
* toollib: override the PV device with duplicatesDavid Teigland2015-01-141-4/+11
* toollib: handle duplicate pvs in process_in_pvDavid Teigland2015-01-141-39/+100
* thin: errrorwhenfull supportZdenek Kabelac2015-01-143-1/+18
* cleanup: update API for segment reportingZdenek Kabelac2015-01-141-51/+59
* pvscan: notify lvmetad about device that is gone and pvscan is run with devic...Peter Rajnoha2015-01-121-2/+11
* toollib: process_each_pv should match by deviceDavid Teigland2015-01-091-24/+72
* pvremove: Avoid metadata re-reads & related error messages.Petr Rockai2015-01-061-7/+8
* tools, man: --binary option is available with -C for {pv,vg,lv}displayPeter Rajnoha2014-12-114-9/+17
* config: add report/compact_output lvm.conf setting to enable or isable field ...Peter Rajnoha2014-12-051-0/+5
* lvcreate: Implement --cachepolicy/--cachesettings.Petr Rockai2014-11-272-2/+20
* toollib: Fix uninitialised config value type in get_cachepolicy_params.Petr Rockai2014-11-271-0/+1
* toollib: fix regression in parsing /dev/mapper/vg-lvZdenek Kabelac2014-11-261-2/+2
* coverity: fix possible NULL dereferencePeter Rajnoha2014-11-261-1/+1
* cache: comment out unsupported pooldatasizeZdenek Kabelac2014-11-241-3/+4
* lvconvert: earlier detection of conflicting namesZdenek Kabelac2014-11-241-0/+25
* cleanup: add missing error path checkZdenek Kabelac2014-11-231-1/+2
* pool: prevent pool conversion with same nameZdenek Kabelac2014-11-231-4/+11
* cleanup: drop unused varsZdenek Kabelac2014-11-201-1/+1
* toollib: Split --cachesettings from --cachepolicy.Petr Rockai2014-11-204-29/+32
* lvchange: Accept --cachepolicy.Petr Rockai2014-11-202-1/+34
* toollib: Add --cachepolicy and implement get_cachepolicy_params.Petr Rockai2014-11-203-0/+72