summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* filters: add firmware RAID filterdev-prajnoha-aux-device-statusPeter Rajnoha2014-12-029-3/+156
* filter-partitioned: use new 'udev' device status source to get partition statusPeter Rajnoha2014-12-022-17/+62
* filter-mpath: use new 'udev' device status source to get mpath component statusPeter Rajnoha2014-12-021-2/+45
* filter-md: use new 'udev' device status source to get MD component statusPeter Rajnoha2014-12-022-2/+47
* device: add devices/device_status_source lvm.conf option, recognize "native" ...Peter Rajnoha2014-12-0210-28/+304
* 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
* coverity: remove dead code in lv_info_with_seg_statusPeter Rajnoha2014-11-261-7/+1
* makefiles: avoid regeneration of MakefileZdenek Kabelac2014-11-261-0/+3
* thin: add missing 64KB roundingZdenek Kabelac2014-11-263-5/+51
* initscripts: fix typo in clvmd initscript causing CLVMD_STOP_TIMEOUT variable...Peter Rajnoha2014-11-252-1/+2
* pvresize: fix size in 'Resizing to ...' verbose message to show proper result...Peter Rajnoha2014-11-252-1/+2
* post-releaseAlasdair G Kergon2014-11-244-2/+8
* pre-releasev2_02_113Alasdair G Kergon2014-11-244-7/+7
* cache: comment out unsupported pooldatasizeZdenek Kabelac2014-11-243-25/+27
* man: updateZdenek Kabelac2014-11-242-38/+38
* tests: use proper LVMTEST prefix for VG nameZdenek Kabelac2014-11-241-1/+1
* lvconvert: earlier detection of conflicting namesZdenek Kabelac2014-11-242-2/+27
* man: fix pages for generatorsZdenek Kabelac2014-11-241-8/+4
* libdm: there is no element in item 0Zdenek Kabelac2014-11-241-2/+0
* report: add some comments about how string list is stored internallyPeter Rajnoha2014-11-241-1/+1
* report: add some comments about how string list is stored internallyPeter Rajnoha2014-11-241-0/+15
* man/lvchange: Mention --cachepolicy and --cachesettings.Petr Rockai2014-11-241-0/+9
* man/lvm.conf: Update to reflect changes in config parser.Petr Rockai2014-11-231-4/+11
* Update WHATS_NEW.Petr Rockai2014-11-232-0/+2
* cleanup: add missing error path checkZdenek Kabelac2014-11-231-1/+2
* cleanup: warning: declaration of 'remove' shadows a global declarationZdenek Kabelac2014-11-231-2/+2
* libdm: report fix memleak on error pathZdenek Kabelac2014-11-231-4/+4
* pool: prevent pool conversion with same nameZdenek Kabelac2014-11-233-4/+15
* tests: reduce thin testZdenek Kabelac2014-11-221-9/+5
* tests: use old virt snaps in the testZdenek Kabelac2014-11-223-11/+11
* libdm: fix reporting of empty string listZdenek Kabelac2014-11-222-2/+3
* makefiles: standard usage of make.tmplZdenek Kabelac2014-11-221-5/+10
* dev_manager: fix mknodesZdenek Kabelac2014-11-222-1/+2
* configure: fix CLVMD_PATH locationZdenek Kabelac2014-11-223-2/+3
* cleanup: drop unused varsZdenek Kabelac2014-11-202-2/+2
* test: Also test repeated --cachesettings in lvchange-cache.Petr Rockai2014-11-201-0/+10
* cache: Implement 'default' as a policy settings value to clear the record.Petr Rockai2014-11-202-3/+51
* toollib: Split --cachesettings from --cachepolicy.Petr Rockai2014-11-205-32/+36
* test: Add a test for lvchange --cachepolicy.Petr Rockai2014-11-201-0/+35
* lvchange: Accept --cachepolicy.Petr Rockai2014-11-202-1/+34
* toollib: Add --cachepolicy and implement get_cachepolicy_params.Petr Rockai2014-11-203-0/+72