summaryrefslogtreecommitdiff
path: root/tools/reporter.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* metadata: add infrastructure to track LV historyPeter Rajnoha2016-03-031-0/+2
* toollib: add two phase pv processing codeDavid Teigland2016-02-251-2/+4
* doc: change fsf addressZdenek Kabelac2016-01-211-1/+1
* vgrename: use process_each_vgdev-dct-vgrenameDavid Teigland2015-12-141-1/+1
* vgextend: pass single vgname as process_each_vg argDavid Teigland2015-12-011-3/+3
* reporter: add missing stack traceZdenek Kabelac2015-11-131-7/+6
* str_list: do not support str lists without mempoolsPeter Rajnoha2015-11-111-19/+13
* report: support "-o #field_name1,field_name2,..."Peter Rajnoha2015-10-301-5/+29
* report: recognize known prefix when processing "-o -field_name1,field_name2,..."Peter Rajnoha2015-10-301-4/+31
* report: support "-o -field_name1,field_name2,...."Peter Rajnoha2015-10-301-1/+23
* report: make report options defined by "-o" groupablePeter Rajnoha2015-10-301-15/+46
* refactor: move code detecting report options to a separate functionPeter Rajnoha2015-10-301-19/+27
* config: add report/compact_output_cols to control which columns to compact in...Peter Rajnoha2015-10-161-3/+8
* include: Standardise around new tool.h.Alasdair G Kergon2015-07-061-0/+1
* Add lvmlockddev-dct-lvmlockd-AZDavid Teigland2015-07-021-0/+8
* report: check value of args_are_pvs, not the pointer (fix for commit 9ea77b7)Peter Rajnoha2015-03-021-1/+1
* cleanup: change check order in condition in _check_pv_list fnPeter Rajnoha2015-02-271-1/+1
* report: one more comment explaining change of report type when tags are used ...Peter Rajnoha2015-02-271-0/+4
* report: fix handling of reports with pure label fieldsPeter Rajnoha2015-02-271-9/+35
* systemid: Extend --foreign to reporting commands.Alasdair G Kergon2015-02-231-10/+0
* report: fix foreign reporting without lvmetadDavid Teigland2015-02-191-3/+2
* system_id: use for VG ownershipDavid Teigland2015-02-131-16/+11
* cleanup: remove deallocate_handle_root arg from destroy_procesing_handle fnwPeter Rajnoha2015-02-131-1/+1
* cleanup: replace static struct processing_handle initializer with common init...Peter Rajnoha2015-02-131-15/+48
* tools: allow -S|--select for vgremove and lvremovePeter Rajnoha2015-02-101-1/+1
* 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-101-0/+8
* refactor: report: factor out code to determine final report typePeter Rajnoha2015-02-101-26/+45
* 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-101-48/+54
* cleanup: make report type condition consistent with the rest of the codePeter Rajnoha2015-02-101-3/+2
* 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
* report: add separate LVSINFOSTATUS field type for info+status combined fieldsPeter Rajnoha2015-01-201-5/+7
* report: update report_object APIZdenek Kabelac2015-01-201-15/+17