summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* toollib: process_each_pv workaround for no mda pvsdev-dct-process-v20David Teigland2014-06-201-13/+26
* test: add process-each toollib testsDavid Teigland2014-06-194-0/+1933
* logging: use flags to enable warningsDavid Teigland2014-06-195-53/+59
* vgreduce: use normal process_each_pvDavid Teigland2014-06-193-83/+76
* toollib: rewrite process_each_pvDavid Teigland2014-06-1911-371/+474
* toollib: add ENABLE_ALL_DEVS flagDavid Teigland2014-06-192-3/+4
* toollib: remove unused arg from process_each_lv_in_vgDavid Teigland2014-06-193-4/+2
* toollib: improve error message in process_each_lv_in_vgDavid Teigland2014-06-191-6/+11
* toollib: rewrite process_each_lvDavid Teigland2014-06-191-297/+334
* toollib: rewrite process_each_vgDavid Teigland2014-06-191-145/+233
* toollib: add ALL_VGS_IS_DEFAULT flagDavid Teigland2014-06-192-14/+21
* dmsetup: no need to check for "help" field name after report initPeter Rajnoha2014-06-191-3/+0
* pvmove: Fix code that looks up the "move pv" for displayJonathan Brassow2014-06-191-4/+19
* pvmove: Clean-up iterator.Jonathan Brassow2014-06-191-4/+19
* report: display explicit fields first, then implicit fields in field helpPeter Rajnoha2014-06-191-3/+4
* libdevmapper: revoke commit 7c86131233011c9fb81190bcb40d5d4ac54a533dPeter Rajnoha2014-06-193-9/+4
* report: make "help" and "?" field implicitPeter Rajnoha2014-06-193-38/+58
* select: add list of allowed types for each selection operator mentioned in helpPeter Rajnoha2014-06-191-8/+8
* pvmove: tidyAlasdair G Kergon2014-06-195-21/+16
* tests: remove dmeventd usageZdenek Kabelac2014-06-191-1/+1
* cleanup: rename variable waitZdenek Kabelac2014-06-191-2/+2
* cleanup: more readableZdenek Kabelac2014-06-191-14/+9
* lvchange: better --refresh of raid and mirrorsZdenek Kabelac2014-06-192-4/+2
* test: Clean-up pvmove-basic for atomic pvmove testJonathan Brassow2014-06-181-6/+3
* man: lvmthinDavid Teigland2014-06-181-164/+169
* cleanup: use insert_layer_for_lv implicit renameZdenek Kabelac2014-06-182-23/+9
* lvconvert: print warning when not convert thinpoolZdenek Kabelac2014-06-181-14/+16
* compilation: fix warnings: build_dm_uuid now accepts whole struct logical_vol...Peter Rajnoha2014-06-181-5/+5
* man: add man page entry for dmsetup info -c -S/--select + minor cleanupsPeter Rajnoha2014-06-184-12/+24
* cleanup: gcc warnings and report-select test vs snap_percent 0%Peter Rajnoha2014-06-182-3/+7
* WHATS_NEW: commit 76467bdcfd297ffbe2c088b6340ecc7d17d56742Peter Rajnoha2014-06-181-0/+1
* WHATS_NEW: commits 7dbbc05a69c4cb9756464720cad29e3c1ed971c3..b16f5633ab199ded...Peter Rajnoha2014-06-182-0/+18
* pvmove: Enable all-or-nothing (atomic) pvmovesJonathan Brassow2014-06-1716-75/+344
* test: fix report_select test to work in clusterPeter Rajnoha2014-06-171-1/+1
* tests: update lvcreate-thin for latest changesPeter Rajnoha2014-06-171-1/+1
* prop: update FIELD macro to accomodate the differentiation of number, size an...Peter Rajnoha2014-06-172-1/+2
* report: select: add man pages for report selection featuredev-prajnoha-report-selectPeter Rajnoha2014-06-177-0/+117
* report: select: add --select arg to lvm devtypesPeter Rajnoha2014-06-171-1/+2
* report: add support for implicit fields, add implicit "selected" fieldPeter Rajnoha2014-06-171-67/+282
* tests: select: add test for report selection featurePeter Rajnoha2014-06-171-0/+212
* report: select: add support for percent selectionPeter Rajnoha2014-06-175-37/+84
* report: select: refactor: move percent handling code to libdm for reusePeter Rajnoha2014-06-1730-257/+266
* report: select: add support for reserved value recognition in report selectio...Peter Rajnoha2014-06-174-43/+268
* report: select: show field type in field list if in context of selectionPeter Rajnoha2014-06-171-6/+21
* report: select: add help for creating selectionsPeter Rajnoha2014-06-172-7/+54
* report: select: add support for comparing string lists with selection definedPeter Rajnoha2014-06-171-0/+73
* report: select: add support for processing string lists in selectionPeter Rajnoha2014-06-171-6/+198
* report: select: add DM_REPORT_FIELD_TYPE_STRING_LIST to make a difference bet...Peter Rajnoha2014-06-176-23/+32
* report: select: add dm_report_field_string_list to libdmPeter Rajnoha2014-06-172-0/+129
* report: select: refactor: move str_list to libdmPeter Rajnoha2014-06-1733-84/+51