summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* replace pvcreate_params with pvcreate_each_paramsdev-dct-pvcreate-25David Teigland2016-02-188-99/+64
* redefine pvcreate structsDavid Teigland2016-02-1813-250/+168
* metadata: add fixme about code used only by liblvmDavid Teigland2016-02-181-0/+18
* pvremove: use common toollib processing codeDavid Teigland2016-02-184-58/+274
* toollib: remove unsed pvcreate params functionDavid Teigland2016-02-182-117/+0
* liblvm: replace pvcreate_single with pvcreate_volDavid Teigland2016-02-183-25/+10
* vgcreate: use the common toollib pv createDavid Teigland2016-02-185-39/+86
* vgextend: use the common toollib pv createDavid Teigland2016-02-181-34/+55
* pvcreate: use the common toollib pv createDavid Teigland2016-02-181-51/+92
* toollib: add two phase pv processing codeDavid Teigland2016-02-1813-32/+1096
* vgconvert: refactor to avoid pvcreate codeDavid Teigland2016-02-183-42/+80
* metadata: use pv_write_list for _check_old_pv_ext_for_vgDavid Teigland2016-02-181-10/+9
* metadata: refactor part of add_pv_to_vgDavid Teigland2016-02-182-22/+16
* vg_write: add list of pvs to writeDavid Teigland2016-02-183-2/+12
* tests: checking thin flagsZdenek Kabelac2016-02-181-0/+114
* man: lvs updatesZdenek Kabelac2016-02-181-4/+11
* thin: report needs_check and fail stateZdenek Kabelac2016-02-187-1/+33
* thin: report PERCENT_INVALID for failed poolZdenek Kabelac2016-02-182-2/+7
* libdm: thin status updateZdenek Kabelac2016-02-183-9/+29
* metadata: ask for confirmation before really initializing/removing PV that is...Peter Rajnoha2016-02-183-28/+47
* lbmdbusd: Support in-tree testing.Alasdair G Kergon2016-02-185-2/+2
* Fix rpm buildsMarian Csontos2016-02-181-2/+2
* report: report -1, not 'unkown' for lv_{snapshot_invalid,merge_failed} with -...Peter Rajnoha2016-02-182-2/+3
* configure: Use python-config if python2-config not found.Alasdair G Kergon2016-02-182-0/+99
* .Alasdair G Kergon2016-02-181-1/+1
* lvmdbusd: Rename module to lvmdbusdAlasdair G Kergon2016-02-184-5/+5
* autoconf: Fix py-compile permissionsAlasdair G Kergon2016-02-181-0/+0
* lvmdbus: resync latest changes with original repoAlasdair G Kergon2016-02-186-1/+139
* WHATS_NEWAlasdair G Kergon2016-02-181-1/+1
* lvmdbus: Add new daemon.Alasdair G Kergon2016-02-1740-79/+8076
* man: fix list of restricted LV name suffixesPeter Rajnoha2016-02-171-1/+1
* metadata: add missing _repair_inconsinstent_vg call during PV ext repairPeter Rajnoha2016-02-171-4/+15
* metadata: do not repair missing PV_EXT_USED flag for PVs belonging to foreign VGPeter Rajnoha2016-02-171-51/+58
* refactor: add common _is_foreign_vg fnPeter Rajnoha2016-02-161-2/+7
* pv: use pv->fmt to check for fake PVs, not pv->vgPeter Rajnoha2016-02-151-1/+1
* cleanup: make the message about marked PVs consistent with the othersPeter Rajnoha2016-02-151-1/+1
* toollib: skip PV if system ID is used and PV marked as used but metadata missingPeter Rajnoha2016-02-152-0/+7
* pv: mark fake PVs as not usedPeter Rajnoha2016-02-151-0/+3
* cleanup: use is_used_pv fn to detect whether PV is in use while reporting pv_...Peter Rajnoha2016-02-151-13/+5
* WHATS_NEW: PV_EXT_USED flag and relatedPeter Rajnoha2016-02-151-0/+5
* tests: fix tests checking pv_attr - there's a new bit nowPeter Rajnoha2016-02-152-5/+8
* tests: add pv-ext-flags.sh testPeter Rajnoha2016-02-151-0/+163
* vg: automatically update to newest PV ext version during vg_writePeter Rajnoha2016-02-151-0/+58
* format: format_text: add pv_needs_rewrite to format_handler and implemention ...Peter Rajnoha2016-02-152-0/+31
* report: identify used PVs in pv_attr field with 'u' charPeter Rajnoha2016-02-152-2/+5
* report: always display 0 for pv_free field if we don't have any mda and PV is...Peter Rajnoha2016-02-151-0/+14
* backup: backup_restore_vg: register PVs that need writing via vg->pvs_to_writ...Peter Rajnoha2016-02-153-89/+123
* metadata: _vg_read: check if PV_EXT_USED flag is set correctly for non-orphan...Peter Rajnoha2016-02-151-1/+56
* report: add pv_ext_vsn field to display PV header extension version usedPeter Rajnoha2016-02-153-0/+20
* metadata: check for PV extension version before doing any checks on PV extens...Peter Rajnoha2016-02-151-0/+12