summaryrefslogtreecommitdiff
path: root/libdm
Commit message (Expand)AuthorAgeFilesLines
* libdm: Move status fns from deptree to targets.Alasdair G Kergon2015-09-284-347/+365
* libdm: fix bogus macro causing false parameter countHeinz Mauelshagen2015-09-241-1/+1
* raid: Fix raid target write_behind parameter.Heinz Mauelshagen2015-09-231-12/+15
* libdm: Improve raid segment parameter handling.Heinz Mauelshagen2015-09-231-18/+18
* libdm: parse Overflow string from snapshot statusZdenek Kabelac2015-09-182-0/+3
* libdm: file: add proper checks for directory components in dm_create_dirPeter Rajnoha2015-09-171-14/+43
* libdm: dev_node: use lstat instead of stat while removing and renaming nodesPeter Rajnoha2015-09-171-5/+16
* libdm: report: make it possible to use blank value as selection for string li...Peter Rajnoha2015-09-171-10/+28
* pre-releasev2_02_131Alasdair G Kergon2015-09-151-1/+1
* libdm: no validate for pool without messagesZdenek Kabelac2015-09-141-1/+1
* libdm: clean up stats local variable useBryn M. Reeves2015-09-071-40/+36
* libdm: fix display of nsec suffixes in histogram stringsBryn M. Reeves2015-09-071-0/+1
* libdm: clean up _build_histogram_arg()Bryn M. Reeves2015-09-071-30/+55
* libdm: only free the first histogram explicitly (Coverity)Bryn M. Reeves2015-09-071-3/+5
* libdm: fix dm_stats leak in dm_stats_create()Bryn M. Reeves2015-09-071-3/+11
* libdm: handle pool errors in dm_histogram_to_string()Bryn M. Reeves2015-09-071-3/+8
* libdm: check dm_pool_begin_object() return value.Bryn M. Reeves2015-09-071-1/+2
* libdm: add missing error handling in _stats_parse_histogram()Bryn M. Reeves2015-09-071-13/+12
* style: Standardise some error paths.Alasdair G Kergon2015-09-053-93/+110
* libdm: fix uninitialized variable warnings on older gccBryn M. Reeves2015-09-041-2/+4
* cleanup: avoid printing -0.00Zdenek Kabelac2015-09-031-1/+2
* libdm: relocate parsing of thin-pool statusZdenek Kabelac2015-09-031-53/+58
* libdm: allow formatting histogram strings with no whitespaceBryn M. Reeves2015-09-032-12/+46
* libdm: pkgconfig: fix devmapper.pc to not reference nonexistent rt.pc filePeter Rajnoha2015-09-031-1/+2
* libdm: add latency histogram supportBryn M. Reeves2015-09-023-56/+1061
* libdm: reset report field widths in _destroy_rows()Bryn M. Reeves2015-09-021-2/+14
* libdm: Drop ignored duplicate export designation.Alasdair G Kergon2015-08-261-1/+0
* libdm: add per region precise timestamps property methodsBryn M. Reeves2015-08-243-0/+30
* libdm: add precise timestamps support to libdm-statsBryn M. Reeves2015-08-243-27/+141
* macros: fix default symbol export controlBryn M. Reeves2015-08-242-10/+3
* libdm: add dm_message_supports_precise_timestamps()Bryn M. Reeves2015-08-203-0/+24
* configure: check for -lm and log10 functionBryn M. Reeves2015-08-181-1/+1
* cleanup: preserve constness of some pointersZdenek Kabelac2015-08-181-19/+19
* cleanup: unused header files (Coverity)Zdenek Kabelac2015-08-181-2/+0
* libdm: simplify dmstats formula.Zdenek Kabelac2015-08-181-4/+3
* libdm: check for zero in _nr_areas() (Coverity)Bryn M. Reeves2015-08-171-0/+3
* libdm: do not read region before checking dms for NULL (Coverity)Bryn M. Reeves2015-08-171-1/+2
* pre-releasev2_02_128Alasdair G Kergon2015-08-172-1/+1
* libdm-stats: only return uint64_t when requiredBryn M. Reeves2015-08-172-41/+43
* libdm: ensure dm_stats_get_area_offset() returns a valueBryn M. Reeves2015-08-171-0/+1
* thin: restore transaction_id handlingZdenek Kabelac2015-08-171-1/+1
* libdm: add dm_stats_get_{current_}area_offset()Bryn M. Reeves2015-08-143-3/+31
* libdm: ensure dm_stats_get_area_start includes region offsetBryn M. Reeves2015-08-141-1/+2
* libdm: do not in include internal bits/time.h headerNatanael Copa2015-08-141-1/+0
* dmsetup: Restructure arg handling.Alasdair G Kergon2015-08-133-0/+11
* libdm: add dm_timestamp_copy()Bryn M. Reeves2015-08-123-0/+11
* cleanup: indentZdenek Kabelac2015-08-121-2/+0
* libdm: rename to data_block_sizeZdenek Kabelac2015-08-122-7/+7
* libdm: cache target arg validationZdenek Kabelac2015-08-121-0/+26
* libdm-stats: backtrace if fclose fails (Coverity)Bryn M. Reeves2015-08-101-6/+14