summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* lvmdbusd: Initial support for json outputdev-tasleson-dbusd-jsonTony Asleson2016-06-032-20/+209
* tools: add 'lvm status' command for interactive status report queryPeter Rajnoha2016-06-027-3/+65
* refactor: move 'interactive' field from struct command_line to struct cmd_con...Peter Rajnoha2016-06-024-3/+4
* log: annotate processing code with report_current_object_cmdstatusPeter Rajnoha2016-06-022-4/+54
* log: annotate processing code with log_set_report_{context,object_type,id_and...Peter Rajnoha2016-06-021-28/+93
* report: add 'multiple_output' arg to report_initPeter Rajnoha2016-06-023-4/+9
* libdm: report: add dm_report_set_selectionPeter Rajnoha2016-06-023-31/+96
* libdm: report: add DM_REPORT_OUTPUT_MULTIPLE_TIMES report flag to keep report...Peter Rajnoha2016-06-022-24/+50
* refactor: move field width calculation and sort preparation from _do_report_o...Peter Rajnoha2016-06-021-12/+16
* libdm: report: remember special field to display selection status in struct r...Peter Rajnoha2016-06-021-6/+7
* log: also pass log_print through report and add log_print_direct for use in l...Peter Rajnoha2016-06-024-23/+26
* report: add report_current_object_cmdstatus fn as a shortcut for current obje...Peter Rajnoha2016-06-022-0/+10
* log: log warnings and errors via report if setPeter Rajnoha2016-06-026-5/+140
* toollib: make it possible to also process internal VGs, add 'include_internal...Peter Rajnoha2016-06-0220-24/+26
* report: check report type and options used for full report's subreportsPeter Rajnoha2016-06-021-12/+24
* report: recognize selection (-S|--select) for each subreport; make -S|--selec...Peter Rajnoha2016-06-024-8/+56
* report: recognize list of keys to sort report by (-O|--sort) for each subrepo...Peter Rajnoha2016-06-022-3/+26
* report: recognize list of fields to report (-o|--options) for each subreportPeter Rajnoha2016-06-021-43/+77
* report: add _get_report_idx and _should_process_report_idx helper fnsPeter Rajnoha2016-06-021-0/+56
* commands: report: add lvm fullreport commandPeter Rajnoha2016-06-027-54/+325
* commands: recognize --reportformat option for other commandsPeter Rajnoha2016-06-021-42/+80
* commands: recognize --reportformat option for pvs,vgs,lvs and devtypes commandPeter Rajnoha2016-06-021-14/+17
* report: add current report to existing groupPeter Rajnoha2016-06-021-0/+32
* toollib: add 'parent' field to processing_handle; init report format only if ...Peter Rajnoha2016-06-0219-29/+34
* toollib: add report_group and status_rh to processing_handle and initialize c...Peter Rajnoha2016-06-022-0/+11
* report: separate common report and per-report argsPeter Rajnoha2016-06-021-68/+110
* conf: add report/output_format config settingPeter Rajnoha2016-06-024-2/+31
* toollib: add report_format_init fn to create report group and to create/add s...Peter Rajnoha2016-06-023-0/+73
* report: add CMDSTATUS report typePeter Rajnoha2016-06-027-13/+135
* libdm: report: implement DM_REPORT_GROUP_JSON for JSON report outputPeter Rajnoha2016-06-021-12/+231
* libdm: report: implement DM_REPORT_GROUP_EXTENDED for extended report outputPeter Rajnoha2016-06-021-0/+48
* libdm: report: introduce dm_report_groupPeter Rajnoha2016-06-023-4/+203
* man: lvmconfig: add note about --type diff and --mergedconfigPeter Rajnoha2016-06-021-0/+1
* lvmconfig: fix lvmconfig --type diff to display complete diff if config casca...Peter Rajnoha2016-06-022-1/+2
* make: add generated parts of lvmdbusd to DISTCLEAN_TARGETS for make distcleanPeter Rajnoha2016-06-022-0/+4
* cleanup: use display_nameZdenek Kabelac2016-06-012-5/+4
* tests: check losetup -P is correctly handledZdenek Kabelac2016-06-011-0/+63
* tests: extend prepare_loopZdenek Kabelac2016-06-011-3/+4
* devices: handle partscan loop devicesZdenek Kabelac2016-06-013-0/+45
* coverity: fix warnings about missing return value check for sscanfPeter Rajnoha2016-05-312-8/+8
* coverity: missing check for id_write_format return valuePeter Rajnoha2016-05-315-11/+22
* coverity: blkdeactivate: separate format and args for printf and declare and ...Peter Rajnoha2016-05-311-3/+5
* coverity: fix possible resource leak of descendants_buffer in _print_historic...Peter Rajnoha2016-05-312-1/+2
* tests: add dmstats to CLEAN_TARGETS for make cleanPeter Rajnoha2016-05-311-1/+1
* toollib: properly reset selection handle on selection failure in select_match...Peter Rajnoha2016-05-311-12/+12
* report: fix lvm devtypes internal error if -S is used with field name from pv...Peter Rajnoha2016-05-302-5/+16
* toollib: simplify internal selection calls for non-reporting toolsPeter Rajnoha2016-05-304-48/+34
* tests: check thin is not flushed for statusZdenek Kabelac2016-05-271-0/+4
* snapshot: for invalid snapshot show 100%Zdenek Kabelac2016-05-271-1/+3
* tests: stacked snapshot mergeZdenek Kabelac2016-05-271-0/+85