summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* lvmnotify: add dbus notificationdev-dct-notify8David Teigland2016-02-2212-0/+163
* lvmlockd: invalidate name in lockspace struct after removeDavid Teigland2016-02-221-0/+7
* test: add make check_lvmlockd_testDavid Teigland2016-02-2211-19/+100
* tests: skip thin-flags test on 32bit el6 kernelZdenek Kabelac2016-02-222-0/+13
* cleanup: use char arrays.Zdenek Kabelac2016-02-221-3/+3
* cleanup: indent changesZdenek Kabelac2016-02-221-19/+31
* cleanup: libdm clang warningsZdenek Kabelac2016-02-221-2/+4
* libdm: grow with initialized struct contentZdenek Kabelac2016-02-222-5/+6
* lvmetad: fix error pathZdenek Kabelac2016-02-222-1/+2
* post-releaseAlasdair G Kergon2016-02-214-2/+8
* pre-releasev2_02_143Alasdair G Kergon2016-02-214-4/+4
* lvmdbustest.py: resync latest changesTony Asleson2016-02-191-847/+1060
* thin: fix update_pool_lv error pathZdenek Kabelac2016-02-192-7/+14
* spec: Update python bindings and dbus-serviceMarian Csontos2016-02-183-11/+62
* tests: needs_check needs version 16Zdenek Kabelac2016-02-181-10/+13
* thin: fix test for nonexisting statusZdenek Kabelac2016-02-181-1/+1
* 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