summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: fix tests checking pv_attr - there's a new bit nowdev-prajnoha-pv-ext-flag-usedPeter Rajnoha2016-02-122-5/+8
* tests: add pv-ext-flags.sh testPeter Rajnoha2016-02-121-0/+163
* vg: automatically update to newest PV ext version during vg_writePeter Rajnoha2016-02-121-0/+58
* format: format_text: add pv_needs_rewrite to format_handler and implemention ...Peter Rajnoha2016-02-122-0/+31
* report: identify used PVs in pv_attr field with 'u' charPeter Rajnoha2016-02-122-2/+5
* report: always display 0 for pv_free field if we don't have any mda and PV is...Peter Rajnoha2016-02-121-0/+14
* backup: backup_restore_vg: register PVs that need writing via vg->pvs_to_writ...Peter Rajnoha2016-02-123-89/+123
* metadata: _vg_read: check if PV_EXT_USED flag is set correctly for non-orphan...Peter Rajnoha2016-02-121-1/+56
* report: add pv_ext_vsn field to display PV header extension version usedPeter Rajnoha2016-02-123-0/+20
* metadata: check for PV extension version before doing any checks on PV extens...Peter Rajnoha2016-02-121-0/+12
* metadata: _vg_read: check if PV_EXT_USED flag is set correctly for orphan PVs...Peter Rajnoha2016-02-122-16/+81
* report: add pv_in_use field to display whether PV is in use or notPeter Rajnoha2016-02-124-0/+17
* pv: _pvcreate_write: do label removal and zeroing only if creating a new PVPeter Rajnoha2016-02-121-16/+17
* pv: issue different message of different type when we're overwriting existing...Peter Rajnoha2016-02-122-1/+8
* pv: check for the PV_EXT_USED flag and deny pvcreate/pvchange/pvremove/vgcrea...Peter Rajnoha2016-02-123-10/+55
* pv: format-text: store PV_EXT_USED flag if PV is used and unset it otherwisePeter Rajnoha2016-02-121-0/+18
* metadata: schedule PV for header rewrite if adding a PV to VG or restoring VGPeter Rajnoha2016-02-122-1/+12
* metadata: add_pv_to_vg: add 'new_pv' arg to state if the PV is about to be cr...Peter Rajnoha2016-02-122-5/+9
* pv: add is_used_pv fnPeter Rajnoha2016-02-122-0/+22
* lvmcache/lvmetad: cache PV extension versionPeter Rajnoha2016-02-126-0/+19
* lvmcache/lvmetad: cache PV extension flagsPeter Rajnoha2016-02-126-1/+23
* metadata: introduce PV_EXT_USED flag and bump PV_HEADER_EXTENSION_VSNPeter Rajnoha2016-02-122-1/+9
* format: add FMT_PV_FLAGS to indicate format supports PV flagsPeter Rajnoha2016-02-122-1/+2
* refactor: rename struct pv_to_create --> struct pv_to_writePeter Rajnoha2016-02-123-21/+21
* tests: indentZdenek Kabelac2016-02-121-4/+7
* pvmove: fix possible memory pool corruptionOndrej Kozina2016-02-122-1/+6
* tests: update testZdenek Kabelac2016-02-121-16/+31
* gcc: better code for older compilerZdenek Kabelac2016-02-121-2/+4
* tests: check for automated dmeventd resizeZdenek Kabelac2016-02-111-0/+62
* debug: cut_and_paste type in messageM.H. Tsai2016-02-111-1/+1
* cleanup: update messagesZdenek Kabelac2016-02-111-6/+8
* cleanup: drop unneeded assignsZdenek Kabelac2016-02-111-3/+4
* cleanup: relocate function to vg.cZdenek Kabelac2016-02-113-137/+137
* cleanup: stripes_extentsZdenek Kabelac2016-02-111-9/+11
* cleanup: rename usepoliciesZdenek Kabelac2016-02-114-13/+13
* lvresize: check for given parametersZdenek Kabelac2016-02-111-3/+1
* dm: alloc always 8byte alignedZdenek Kabelac2016-02-112-3/+5
* dm: fix thin-pool targer params orderM.H. Tsai2016-02-112-3/+4
* lvconvert: enable spare creation during conversionM.H. Tsai2016-02-112-1/+3
* config: fix verbose type to intM.H. Tsai2016-02-113-2/+3
* thin: fix low_water_mark threshold calcZdenek Kabelac2016-02-112-2/+4
* conf: use use_blkid_wiping=0 if not defined in lvm.conf and support not compi...Peter Rajnoha2016-02-102-1/+2
* filter: do not check for suspended devs in filter-usable in lvmetad modePeter Rajnoha2016-02-032-8/+2
* metadata: format: also delete bootloader areas from lvmcache when reading lvm...Peter Rajnoha2016-02-022-0/+2
* filters: partitioned: fix partition table filter with external_device_info_so...Peter Rajnoha2016-02-023-8/+31
* lvmlockd: don't adopt locks from unused lmDavid Teigland2016-01-281-6/+10
* post-releaseAlasdair G Kergon2016-01-254-2/+8
* pre-releasev2_02_141Alasdair G Kergon2016-01-254-5/+5
* tests: add pv-check-dev-size.shPeter Rajnoha2016-01-221-0/+44
* conf: add metadata/check_pv_device_sizesPeter Rajnoha2016-01-226-1/+25