summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* toollib: handle duplicate pvs in process_in_pvdev-dct-pvdup4David Teigland2015-01-134-38/+132
* toollib: process_each_pv should match by deviceDavid Teigland2015-01-091-24/+72
* scripts: clvmd: replace awk functionality with LVM's selectionPeter Rajnoha2015-01-093-18/+6
* metadata: add "Failed to write VG <vg_name>." on failed vg_write and revert p...Peter Rajnoha2015-01-091-1/+2
* metadata: log_error instead of log_warn on failed mda writePeter Rajnoha2015-01-091-1/+1
* WHATS_NEW: line for previous commitPeter Rajnoha2015-01-091-0/+1
* dev_manager: do not mark snapshot origins as unusable devices just because of...Peter Rajnoha2015-01-091-8/+12
* WHATS_NEW: previous commitPeter Rajnoha2015-01-071-0/+1
* raid: fix mirror image naming when converting from mirror to raid1Heinz Mauelshagen2015-01-071-1/+1
* mirror: do not try to reactivate inactive mirror when removing its LVs which ...Peter Rajnoha2015-01-071-13/+19
* pvremove: Avoid metadata re-reads & related error messages.Petr Rockai2015-01-066-26/+69
* lvmetad: Re-use fmt from the VG for PVs when possible.Petr Rockai2015-01-061-6/+7
* cmirror: do not check for cmirror availability when creating deactivated clus...Peter Rajnoha2015-01-061-2/+2
* cmirror: check for cmirror availability during cluster mirror creation and ac...Peter Rajnoha2015-01-055-4/+22
* libdm: report: add more comments about helper macros to get reserved valuesPeter Rajnoha2014-12-191-6/+19
* report: fix segfault on NULL value hit in cache_settings fieldPeter Rajnoha2014-12-182-4/+18
* report: properly set "undefined" reserved value for cache_policy fieldPeter Rajnoha2014-12-182-2/+3
* cleanup: use helper macros to get reserved value from values.h for vg_mda_cop...Peter Rajnoha2014-12-182-25/+31
* refactor: rename existing helper macros for reserved value handling and add G...Peter Rajnoha2014-12-182-55/+56
* report: dup cache policy name string for report in cache_policy fieldPeter Rajnoha2014-12-181-3/+8
* libdm: report: also check whether field type is supported for field-specific ...Peter Rajnoha2014-12-181-5/+24
* WHATS_NEW: previous commitPeter Rajnoha2014-12-171-1/+1
* report: Add cache_policy and cache_settings (LV) segment fields.Petr Rockai2014-12-177-0/+150
* man: put back the --binary reference in {pv,vg,lv}display man pagePeter Rajnoha2014-12-113-0/+3
* tools, man: --binary option is available with -C for {pv,vg,lv}displayPeter Rajnoha2014-12-115-9/+18
* man: remove reference to --binary in {pv,vg,lv}display man pagePeter Rajnoha2014-12-113-3/+0
* vgimportclone: also notify lvmetad about changes if it's usedPeter Rajnoha2014-12-102-0/+10
* vgimportclone: replace awk with dumpconfig to generate temporary lvm.conf for...Peter Rajnoha2014-12-102-11/+12
* WHATS_NEW: f94f846 actually fixes DM issue, not LVM issuePeter Rajnoha2014-12-092-1/+1
* libdm: report: fix incorrect memory use while using --select with --unbuffere...Peter Rajnoha2014-12-092-17/+33
* configure: fix automatic use of configure --enable-udev-systemd-background-jobsPeter Rajnoha2014-12-083-2/+3
* libdm: report: return immediately from dm_report_compact_fields without error...Peter Rajnoha2014-12-051-3/+4
* libdm: report: compact output applicable only if report is bufferedPeter Rajnoha2014-12-053-1/+7
* raid: properly rename split imageZdenek Kabelac2014-12-053-0/+19
* config: add report/compact_output lvm.conf setting to enable or isable field ...Peter Rajnoha2014-12-055-0/+12
* libdm: report: add dm_report_compact_fieldsPeter Rajnoha2014-12-053-9/+66
* libdm: remove unimplemented dm_report_set_output_selection fnPeter Rajnoha2014-12-052-2/+1
* pool: fix typo in error message: then -> thanPeter Rajnoha2014-12-041-1/+1
* mirror: Validate raid region size config setting.Alasdair G Kergon2014-12-031-1/+30
* mirror: Restrict region size to power of 2.Alasdair G Kergon2014-12-022-1/+2
* post-releaseAlasdair G Kergon2014-11-284-2/+8
* pre-releasev2_02_114Alasdair G Kergon2014-11-284-8/+5
* libdaemon: Fix some client leaks.Alasdair G Kergon2014-11-284-11/+31
* Update WHATS_NEW.Petr Rockai2014-11-271-0/+1
* lvcreate: Implement --cachepolicy/--cachesettings.Petr Rockai2014-11-273-2/+34
* metadata: Add cache_policy to lvcreate_params and honour it.Petr Rockai2014-11-272-0/+12
* toollib: Fix uninitialised config value type in get_cachepolicy_params.Petr Rockai2014-11-271-0/+1
* toollib: fix regression in parsing /dev/mapper/vg-lvZdenek Kabelac2014-11-263-2/+8
* coverity: remove dead code in lv_info_with_seg_status (continued)Peter Rajnoha2014-11-261-5/+3
* coverity: fix possible NULL dereferencePeter Rajnoha2014-11-261-1/+1