summaryrefslogtreecommitdiff
path: root/tools/reporter.c
Commit message (Expand)AuthorAgeFilesLines
* coverity: drop unneeded assignsZdenek Kabelac2017-06-271-1/+1
* indent: properly indent gotoZdenek Kabelac2017-06-091-1/+1
* snapshot: fix reporting for merged old snapshotZdenek Kabelac2017-06-091-2/+2
* process_each_lv: add check_single_lv functionDavid Teigland2017-02-131-4/+4
* cleanup: use matching signed number comparationZdenek Kabelac2017-02-131-1/+1
* report: report merged state for inactive LVZdenek Kabelac2017-01-051-1/+4
* report: show proper info for merging originZdenek Kabelac2016-12-221-0/+58
* activation: lv_info_with_seg_status API changeZdenek Kabelac2016-12-051-10/+8
* activation: lv_info_with_seg_status unify status selectionZdenek Kabelac2016-12-051-36/+5
* cache: report metadata percentageZdenek Kabelac2016-09-091-1/+13
* conf: fix typo in report/columns_as_rows config option name recognitionPeter Rajnoha2016-08-251-1/+1
* lvm: shell: extend log report to cover whole lvm shell's main loopPeter Rajnoha2016-08-091-15/+10
* refactor: move report grouping and log reporting handles from processing_hand...Peter Rajnoha2016-08-091-46/+32
* lvmetad: two phase vg_updateDavid Teigland2016-06-281-1/+1
* reporter: simplify --configreport handling for -S|--select and fix an issue r...Peter Rajnoha2016-06-281-33/+27
* coverity: fix issues detected in recent codePeter Rajnoha2016-06-281-1/+1
* tools: Use arg_is_set instead of arg_count.Alasdair G Kergon2016-06-211-21/+21
* report: compare --configreport value with basic report typePeter Rajnoha2016-06-201-4/+14
* report: add --logonly arg to report only log for a commandPeter Rajnoha2016-06-201-10/+18
* report: use report type description for report's name if using DM_REPORT_GROU...Peter Rajnoha2016-06-201-7/+13
* conf: add log/command_log_selection config settingPeter Rajnoha2016-06-201-0/+1
* tools: add 'lvm lastlog' command for interactive query and display of last co...Peter Rajnoha2016-06-201-0/+35
* report: add 'multiple_output' arg to report_initPeter Rajnoha2016-06-201-2/+2
* log: log warnings and errors via report if set; add log_set_report* fnsPeter Rajnoha2016-06-201-1/+7
* toollib: make it possible to also process internal VGs, add 'include_internal...Peter Rajnoha2016-06-201-5/+5
* report: check report type and options used for full report's subreportsPeter Rajnoha2016-06-201-12/+24
* report: recognize selection (-S|--select) for each subreport; make -S|--selec...Peter Rajnoha2016-06-201-5/+49
* report: recognize list of keys to sort report by (-O|--sort) for each subrepo...Peter Rajnoha2016-06-201-2/+18
* report: recognize list of fields to report (-o|--options) for each subreportPeter Rajnoha2016-06-201-43/+81
* report: add _get_report_idx_from_name and _should_process_report_idx helper fnsPeter Rajnoha2016-06-201-0/+41
* conf: add report/{vgs,pvs,lvs,pvsegs,segs}_{cols,sort}_full config settingsPeter Rajnoha2016-06-201-8/+8
* commands: report: add lvm fullreport commandPeter Rajnoha2016-06-201-47/+172
* report: add current report to existing groupPeter Rajnoha2016-06-201-9/+45
* toollib: add 'parent' field to processing_handle; init report format only if ...Peter Rajnoha2016-06-201-2/+2
* report: separate common report and per-report argsPeter Rajnoha2016-06-201-67/+110
* conf: add log/report_command_log config settingPeter Rajnoha2016-06-201-13/+20
* conf: add report/output_format config settingPeter Rajnoha2016-06-201-1/+3
* toollib: add report_format_init fn to create report group and to create/add l...Peter Rajnoha2016-06-201-0/+66
* conf: add log/command_log_{sort,cols} config settingsPeter Rajnoha2016-06-201-2/+2
* report: add CMDLOG report typePeter Rajnoha2016-06-201-0/+7
* toollib: simplify internal selection calls for non-reporting toolsPeter Rajnoha2016-05-301-1/+2
* lvconvert: use process_each_lvDavid Teigland2016-05-251-2/+2
* refactor: split _report fn further into init and config partPeter Rajnoha2016-05-241-56/+67
* toollib: add vg name list arg to process_each_vgDavid Teigland2016-05-231-3/+3
* refactor: separate original _report fn into _report and _do_report fnPeter Rajnoha2016-05-101-188/+215
* lvmetad: rework command connection setup and checkingDavid Teigland2016-04-191-1/+1
* refactor: factor out vg/lv/pv handling part from report_for_selection fnPeter Rajnoha2016-04-141-64/+96
* 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
* cmd: add '-H|--history' switch and wire it up in cmd_context and processing_h...Peter Rajnoha2016-03-031-0/+5