summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* system_id: use for VG ownershipdev-dct-systemid-final2David Teigland2015-02-1126-51/+795
* report: define ba_start, vg_free and seg_start fields as DM_REPORT_FIELD_TYPE...Peter Rajnoha2015-02-112-3/+4
* conf: update profile templates for recent changesPeter Rajnoha2015-02-112-1/+2
* man: reference -S/--select in {vg,lv,pv}change, {vg,lv}remove, {vg,lv,pv}disp...Peter Rajnoha2015-02-1111-19/+29
* toollib: select: issue an error message for failed VG/LV/PV selectionPeter Rajnoha2015-02-111-6/+12
* man: dumpconfig: mention LVM_COMMAND_PROFILE env var and add more references ...Peter Rajnoha2015-02-111-3/+6
* NIX: Drop Fedora 16 builds.Petr Rockai2015-02-101-2/+0
* NIX: Adjust lists of extra RPMs to install.Petr Rockai2015-02-101-8/+7
* test: Fix harness not building on RHEL5dev-mcsontos-rhel5-CLOEXECMarian Csontos2015-02-101-7/+17
* 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-104-8/+11
* tools: allow -S|--select for vgdisplay, lvdisplay and pvdisplay without -CPeter Rajnoha2015-02-105-3/+4
* tools: allow -S|--select for vgremove and lvremovePeter Rajnoha2015-02-105-9/+14
* tools: allow -S|--select for vgchange, lvchange and pvchangePeter Rajnoha2015-02-104-12/+16
* pvchange: use processing_handle when processing items for pvchangePeter Rajnoha2015-02-101-10/+35
* report: implement report_for_selectionPeter Rajnoha2015-02-102-1/+96
* report: add report_for_selection and use it in select_match_{pv,vg,lv}Peter Rajnoha2015-02-103-3/+42
* 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-103-14/+43
* toollib: replace void *handle with struct processing_handle for use in proces...Peter Rajnoha2015-02-1022-105/+214
* 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
* libdm: report: add dm_report_object_is_selectedPeter Rajnoha2015-02-103-17/+47
* test: Fix a typo in shell/pvmove-restart.sh.Petr Rockai2015-02-101-1/+1
* lvm: recognize LVM_COMMAND_PROFILE env var for default command profile to use...Peter Rajnoha2015-02-093-9/+53
* reporter: properly check for _do_info_and_status return value and free the me...Peter Rajnoha2015-02-091-10/+6
* configure: Fix a warning about test/Makefile.in.Petr Rockai2015-02-051-0/+1
* NIX: Request {fedora,centos}-release packages explicitly.Petr Rockai2015-02-051-3/+2
* NIX: Adjust install_rpms (kernel rpm is now required).Petr Rockai2015-02-051-1/+3
* NIX: We need to install lcov for ./configure now as well.Petr Rockai2015-02-051-3/+8
* NIX: Move corosynclib-devel & valgrind-devel out of common.Petr Rockai2015-02-051-4/+3
* NIX: Allow adding/overriding test configurations.Petr Rockai2015-02-051-9/+12
* NIX: Set ulimit -c to unlimited, to get backtraces in logs.Petr Rockai2015-02-051-0/+1
* NIX: Add a CentOS 7.0 64b build.Petr Rockai2015-02-051-2/+11
* test: Fix a segfault in the test runner.Petr Rockai2015-02-051-2/+3
* test: It is not an error for a test daemon to exit before teardown.Petr Rockai2015-02-051-1/+1
* test: Remove spurious set -x in lvm-wrapper.Petr Rockai2015-02-051-2/+0
* test: Properly detect warnings from testcases.Petr Rockai2015-02-051-2/+19
* test: Only force an IO sync when the testcase has finished.Petr Rockai2015-02-051-11/+11
* test: Allow a longer timeout for lvextend-snapshot-dmeventd.Petr Rockai2015-02-051-1/+1
* test: Make dmsetup remove more robust in pvmove-restart.Petr Rockai2015-02-051-2/+1
* test: Make killing local (test) daemons more robust.Petr Rockai2015-02-052-6/+13
* test: Disable lvmetad debug log on another bunch of tests.Petr Rockai2015-02-054-1/+13
* test: Call $VALGRIND directly in lvm-wrapper.Petr Rockai2015-02-052-2/+2
* NIX: Add valgrind-devel to the build environment.Petr Rockai2015-02-051-1/+1
* memlock: Do not check memory balance if RUNNING_ON_VALGRIND.Petr Rockai2015-02-051-2/+7