summaryrefslogtreecommitdiff
path: root/libdm
Commit message (Expand)AuthorAgeFilesLines
* libdm: report: fix field width calculation when using dm_report_column_headingsPeter Rajnoha2016-06-281-24/+41
* coverity: fix issues detected in recent codePeter Rajnoha2016-06-281-2/+2
* libdm: log: remove log_print_bypass_report calls and register new print_log_l...Peter Rajnoha2016-06-231-16/+16
* libdm: select: recognize special selection string 'all' as an alias for blank...Peter Rajnoha2016-06-201-1/+3
* libdm: report: add dm_report_set_selectionPeter Rajnoha2016-06-203-31/+96
* libdm: report: add DM_REPORT_OUTPUT_MULTIPLE_TIMES report flag to keep report...Peter Rajnoha2016-06-202-26/+58
* refactor: move field width calculation and sort preparation from _do_report_o...Peter Rajnoha2016-06-201-12/+16
* libdm: report: remember special field to display selection status in struct r...Peter Rajnoha2016-06-201-6/+7
* log: also pass log_print through report and add log_print_bypass_report for u...Peter Rajnoha2016-06-202-17/+17
* libdm: report: implement DM_REPORT_GROUP_JSON for JSON report outputPeter Rajnoha2016-06-202-12/+232
* libdm: report: implement DM_REPORT_GROUP_BASIC for extended report outputPeter Rajnoha2016-06-202-1/+70
* libdm: report: implement DM_REPORT_GROUP_SINGLE for a group containing single...Peter Rajnoha2016-06-201-0/+50
* libdm: report: introduce dm_report_groupPeter Rajnoha2016-06-203-4/+202
* Revert "libdm: trace missing settings"Alasdair G Kergon2016-05-271-12/+3
* raid0: Add raid0 segment type.Alasdair G Kergon2016-05-231-0/+5
* libdm: trace missing settingsZdenek Kabelac2016-05-191-3/+12
* libdm: cache status reports passthrough cache modeZdenek Kabelac2016-05-191-0/+2
* libdm: Show lib vsn even if driver vsn unavailable.Alasdair G Kergon2016-05-121-1/+1
* libdm: Add dm_udev_wait_immediate.Alasdair G Kergon2016-04-283-2/+57
* libdm-stats: check for empty region and area listsBryn M. Reeves2016-04-221-0/+8
* debug: update message in libdmZdenek Kabelac2016-04-181-1/+1
* cleanup: gcc warn about comparing int with uintZdenek Kabelac2016-04-121-3/+3
* cleanup: use #define for field's quote and pair character and also for the er...Peter Rajnoha2016-04-081-13/+18
* libdm: Correct typo.Alasdair G Kergon2016-04-071-1/+1
* libdm: improve debug message with ioctlZdenek Kabelac2016-04-061-10/+10
* libdm: Raid status region units are sectorsAlasdair G Kergon2016-03-241-2/+2
* raid: Tidy dm_get_status_raid. [HM]Alasdair G Kergon2016-03-221-34/+53
* libdm: Move _skip_fields within file.Alasdair G Kergon2016-03-221-11/+12
* libdm: Change _advance_to_next_word to _skip_fieldsAlasdair G Kergon2016-03-221-16/+15
* libdm: parse more info from cache statusZdenek Kabelac2016-03-102-1/+25
* libdm: config: fix dm_config_write_node and variants to properly return error...Peter Rajnoha2016-03-041-1/+2
* cleanup: previous patch with libdm config node buffer sizePeter Rajnoha2016-03-041-5/+7
* libdm: config: remove 4096 char limit due to buffer size if writing dm_config...Peter Rajnoha2016-03-041-2/+24
* coverity: eliminate DEADCODEZdenek Kabelac2016-03-011-4/+2
* cleanup: use sizeof instead of macro.Zdenek Kabelac2016-02-231-4/+4
* libdm: fix string boundaryZdenek Kabelac2016-02-231-2/+3
* gcc: cleanup some sign warningsZdenek Kabelac2016-02-231-3/+3
* cleanup: use char arrays.Zdenek Kabelac2016-02-221-3/+3
* cleanup: libdm clang warningsZdenek Kabelac2016-02-221-2/+4
* libdm: grow with initialized struct contentZdenek Kabelac2016-02-221-5/+5
* libdm: thin status updateZdenek Kabelac2016-02-182-9/+28
* dm: alloc always 8byte alignedZdenek Kabelac2016-02-111-3/+4
* dm: fix thin-pool targer params orderM.H. Tsai2016-02-111-3/+3
* doc: change fsf addressZdenek Kabelac2016-01-2129-29/+29
* libdm: add some doc for mirror statusZdenek Kabelac2015-12-041-5/+5
* libdm: introduce dm_get_status_mirrorZdenek Kabelac2015-12-013-15/+151
* libdm: const raid params and error for unsupported typeZdenek Kabelac2015-11-262-4/+6
* libdm: enhance thin-pool preloadZdenek Kabelac2015-11-231-0/+17
* libdm: drop extra space from cache target lineZdenek Kabelac2015-11-231-1/+1
* cleanup: cast resulting value explicitelyZdenek Kabelac2015-11-191-1/+1