summaryrefslogtreecommitdiff
path: root/tools/reporter.c
Commit message (Expand)AuthorAgeFilesLines
* report: report numeric values (not string synonyms) for NUM and BIN fields wi...Peter Rajnoha2022-08-161-0/+10
* config: recognize 'json_std' for report/output_format config settingPeter Rajnoha2022-08-111-2/+6
* cleanup: use dm_list_emptyZdenek Kabelac2021-10-061-1/+1
* clang: keep final_opts_list initialized for all pathsZdenek Kabelac2021-09-151-1/+1
* cleanup: matching declaration orderZdenek Kabelac2020-09-011-5/+5
* pvs: remove unnecessary label scanDavid Teigland2019-05-031-14/+1
* locking: unify global lock for flock and lockdDavid Teigland2019-04-291-15/+0
* add device hints to reduce scanningDavid Teigland2019-01-151-0/+7
* remove unused full filterDavid Teigland2018-12-041-1/+1
* Remove lvmetadDavid Teigland2018-07-111-4/+1
* Add cmd arg to more functionsDavid Teigland2018-06-151-1/+1
* Merge branch 'master' into 2018-05-11-fork-libdmJoe Thornber2018-06-011-0/+2
|\
| * fullreport: fix with lvmetad and only orphan PVs are visibleDavid Teigland2018-05-181-0/+2
* | build: Don't generate symlinks in include/ dirJoe Thornber2018-05-141-1/+1
|/
* cleanup: add braces in macroZdenek Kabelac2017-07-201-5/+5
* 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