summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remove unused set_preferred_duplicatesdev-dct-lvmetad-disabled-dups-1David Teigland2016-02-252-44/+0
* lvmcache: process duplicate PVs directlyDavid Teigland2016-02-253-122/+147
* lvmcache: improve duplicate PV handlingDavid Teigland2016-02-256-215/+380
* lvmetad: disable when lvm1 metadata is createdDavid Teigland2016-02-251-0/+8
* lvmetad: remove client side altdev codeDavid Teigland2016-02-251-41/+2
* pvscan: repopulate and reenable disabled lvmetadDavid Teigland2016-02-253-1/+47
* lvmetad: disable when duplicate PVs are seenDavid Teigland2016-02-251-152/+31
* pvscan: disable lvmetad if duplicate PVs are foundDavid Teigland2016-02-251-0/+5
* pvscan: disable lvmetad if lvm1 metadata is foundDavid Teigland2016-02-252-0/+30
* lvmetad: add disabled stateDavid Teigland2016-02-255-5/+139
* lvmetad: preemptively check and rescan in commandsDavid Teigland2016-02-256-27/+191
* rename function read_vgname to read_vgsummaryDavid Teigland2016-02-254-11/+15
* Use a common message for a used PVDavid Teigland2016-02-256-18/+15
* pvcreate: fix setting uuid argDavid Teigland2016-02-251-0/+1
* tests: add simple dmstats report testsdev-bmr-dmstats-testsBryn M. Reeves2016-02-251-0/+24
* tests: add dmstats create testsBryn M. Reeves2016-02-251-2/+9
* tests: make lib/expected-version-dm a dependency of .tests-stampBryn M. Reeves2016-02-251-1/+1
* tests: install does not depend on lib/version-expectedBryn M. Reeves2016-02-251-1/+1
* tests: add template tests/shell/dmstats-create.shBryn M. Reeves2016-02-251-0/+20
* tests: add driver_at_least() to aux.shBryn M. Reeves2016-02-251-0/+15
* tests: add basic dmstats testsBryn M. Reeves2016-02-252-0/+8
* dmstats: create dmstats symlink in test/libBryn M. Reeves2016-02-251-0/+1
* lvmcache: fix missing free of vginfo->system_id causing mem leakPeter Rajnoha2016-02-251-0/+3
* replace pvcreate_params with pvcreate_each_paramsDavid Teigland2016-02-258-99/+64
* redefine pvcreate structsDavid Teigland2016-02-2513-250/+168
* metadata: add fixme about code used only by liblvmDavid Teigland2016-02-251-0/+18
* pvremove: use common toollib processing codeDavid Teigland2016-02-254-58/+276
* toollib: remove unsed pvcreate params functionDavid Teigland2016-02-252-117/+0
* liblvm: replace pvcreate_single with pvcreate_volDavid Teigland2016-02-253-25/+10
* vgcreate: use the common toollib pv createDavid Teigland2016-02-255-39/+86
* vgextend: use the common toollib pv createDavid Teigland2016-02-251-34/+55
* pvcreate: use the common toollib pv createDavid Teigland2016-02-251-51/+92
* toollib: add two phase pv processing codeDavid Teigland2016-02-2513-32/+1097
* vgconvert: refactor to avoid pvcreate codeDavid Teigland2016-02-253-41/+79
* metadata: use pv_write_list for _check_old_pv_ext_for_vgDavid Teigland2016-02-251-10/+9
* metadata: refactor part of add_pv_to_vgDavid Teigland2016-02-252-22/+16
* vg_write: add list of pvs to writeDavid Teigland2016-02-253-2/+12
* configureAlasdair G Kergon2016-02-251-8/+8
* configure: require sanlock 3.3.0David Teigland2016-02-241-1/+1
* lvmlockd: use new sanlock flag to avoid blockingDavid Teigland2016-02-241-4/+1
* tests: include lvmlockd in default make checkdev-dct-make-checkDavid Teigland2016-02-231-1/+6
* lvmlockd: fix sparse snapshot caseDavid Teigland2016-02-231-0/+6
* cleanup: use sizeof instead of macro.Zdenek Kabelac2016-02-231-4/+4
* cleanup: use braces around macro paramsZdenek Kabelac2016-02-231-3/+3
* coverity: ensure thin_pool_seg is not NULLZdenek Kabelac2016-02-231-1/+3
* coverity: use same arithmetic for both major and minorZdenek Kabelac2016-02-231-1/+1
* coverity: check for dm_snprintfZdenek Kabelac2016-02-231-1/+2
* coverity: check cmd pointer existsZdenek Kabelac2016-02-231-1/+1
* coverity: ensure non-null pointers are usedZdenek Kabelac2016-02-231-1/+2
* coverity: drop unused assignmentsZdenek Kabelac2016-02-233-6/+7