summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* lvmlockd: LV lockingdev-dct-lvmlockd-CDavid Teigland2014-12-0111-5/+530
* lvmlockd: VG lockingDavid Teigland2014-11-2619-38/+405
* lvmlockd: Global lockingDavid Teigland2014-11-2626-3/+520
* lvmlockd: start and stop VG lockspaceDavid Teigland2014-11-266-6/+202
* lvmlockd: vgcreate/vgremove call init_vg/free_vgDavid Teigland2014-11-265-2/+631
* lvmlockd: lock_type and lvmlockd setupDavid Teigland2014-11-2626-10/+588
* lvmcache: reread a VG if the lvmetad copy is staleDavid Teigland2014-11-264-57/+164
* lvmcache: add function to validate and update global cacheDavid Teigland2014-11-262-0/+85
* lvmeta: new program to interact with lvmetadDavid Teigland2014-11-262-1/+188
* lvmetad: add invalidation methodDavid Teigland2014-11-261-1/+201
* system_id: use for VG ownershipDavid Teigland2014-11-2624-51/+750
* vgextend: use process_each_vgDavid Teigland2014-11-266-93/+122
* pvchange: use process_each_pvDavid Teigland2014-11-261-90/+46
* 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