summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dmstats: separate report and sample clocksdev-bmr-dmstatsBryn M. Reeves2015-08-081-21/+72
* dmstats: add libdm-stats library and 'dmsetup stats' commandBryn M. Reeves2015-08-088-35/+4298
* WHATS_NEW_DM: Update for preliminary stats commitsBryn M. Reeves2015-08-081-1/+2
* libdm: do not attempt to output column headings with --rowsBryn M. Reeves2015-08-081-0/+3
* libdm: remove report interval supportBryn M. Reeves2015-08-084-98/+42
* libdm: add dm_report_column_headingsBryn M. Reeves2015-08-084-3/+16
* libdm: fix report rows and headings memory and state leaksBryn M. Reeves2015-08-081-4/+31
* libdm: ensure new dm_timestamp objects are initializedBryn M. Reeves2015-08-081-1/+1
* man: mention system ID in vgexport and vgimportDavid Teigland2015-08-072-2/+8
* man: add lockd bits to relevant commandsDavid Teigland2015-08-074-1/+56
* man lvmlockd: updateDavid Teigland2015-08-071-280/+269
* man lvmcache: mention LVs must be in the same VGDavid Teigland2015-08-061-1/+1
* lvmlockd: handle loss of sanlock lease storageDavid Teigland2015-08-057-85/+415
* dmsetup: Report timestamps of ioctls with -vvv.Alasdair G Kergon2015-08-058-20/+93
* libdm: Whitespace.Alasdair G Kergon2015-08-051-13/+13
* libdm: Whitespace.Alasdair G Kergon2015-08-051-10/+10
* libdm: Sort new exported symbols.Alasdair G Kergon2015-08-051-3/+3
* dmsetup: Tidy whitespace.Alasdair G Kergon2015-08-051-13/+13
* man: document --nameprefixesPeter Rajnoha2015-08-041-0/+5
* coverity: check vg->lvm1_system_id is not NULL before calling strncmp with thatPeter Rajnoha2015-08-041-1/+1
* coverity: variable init must be done before its usePeter Rajnoha2015-08-041-2/+3
* coverity: return value check in lvmlockd-dlmPeter Rajnoha2015-08-041-2/+4
* coverity: fix cppcheck warningsPeter Rajnoha2015-08-042-1/+2
* coverity: fix possible resource leak in lvmpolld-corePeter Rajnoha2015-08-041-1/+2
* report: also recognize variants without underscores for <prefix>_all fieldsPeter Rajnoha2015-08-041-3/+8
* lvmlockd: automatically remove the dlm global lockspaceDavid Teigland2015-08-033-41/+14
* report: update comment for _is_same_field fnPeter Rajnoha2015-08-031-3/+4
* report: recognize report field name variants without any underscores tooPeter Rajnoha2015-08-032-11/+82
* toolcontext: do not set cmd->initialized_connections = 0 on destroy_toolcontextPeter Rajnoha2015-08-031-1/+0
* dmsetup: Use argcp and argvp.Bryn M. Reeves2015-07-311-33/+33
* dmsetup: Add --count and --interval to reports.Bryn M. Reeves2015-07-316-9/+168
* lockd: remove ignorelockingfailure checksDavid Teigland2015-07-311-10/+1
* vgchange/lvchange: allow deactivation without lockingDavid Teigland2015-07-312-3/+7
* dmsetup: Allow commands to have subcommands.Alasdair G Kergon2015-07-311-38/+56
* dmsetup: Add subcommand parameter.Alasdair G Kergon2015-07-311-16/+16
* dmsetup: _find_command returns constAlasdair G Kergon2015-07-311-3/+3
* dmsetup: Add _dmsetup to help and usage fns.Alasdair G Kergon2015-07-311-13/+15
* dmsetup: Rename _commands to _dmsetup_commands.Alasdair G Kergon2015-07-311-10/+16
* toolcontext: use refresh_filters in refresh_toolcontextPeter Rajnoha2015-07-311-2/+1
* test: Update MakefilesMarian Csontos2015-07-302-1/+2
* spec: lockd_dlm requires dlm-lib instead of dlmMarian Csontos2015-07-301-1/+1
* lvmlockd: create sanlock lv large enough for existing lvsDavid Teigland2015-07-304-14/+29
* lvmlockd: small fixes and cleanup for lvmlockctlDavid Teigland2015-07-302-27/+17
* cleanup: toolcontext: move report_list_item_separator into its groupPeter Rajnoha2015-07-301-1/+1
* cleanup: toolcontext: make cmd_context more readablePeter Rajnoha2015-07-301-55/+79
* commands: add new NO_METADATA_PROCESSING flag to selected commandsPeter Rajnoha2015-07-305-16/+33
* toolcontext: add switches to create_toolcontext for connections and filters initPeter Rajnoha2015-07-308-25/+54
* refactor: toolcontext: move lvmetad and lvmpolld init into separate functionPeter Rajnoha2015-07-301-33/+65
* refactor: toolcontext: add struct cmd_context_initialized_partsPeter Rajnoha2015-07-304-7/+13
* vgremove: warn when removing sanlock global lockdev-dct-vgsummaryDavid Teigland2015-07-294-10/+64