summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dev-cache: iterate devices in sysfs for VGID/LVID index if obtain_device_list...dev-prajnoha-fixes-for-vgid-lvid-indexPeter Rajnoha2016-04-011-8/+74
* dev-cache: also add dev name for device found in sysfs onlyPeter Rajnoha2016-04-011-0/+18
* refactor: dev-cache: move code adding sysfs-only device into separate fnPeter Rajnoha2016-04-011-10/+21
* refactor: dev-cache: use btree instead of hash table for sysfs-only devicesPeter Rajnoha2016-04-011-15/+10
* tests: fixed cache target reacts fasterZdenek Kabelac2016-03-311-7/+9
* tests: do not test settings when MQ is emulated by SMQZdenek Kabelac2016-03-311-1/+8
* cleanup: use local var to read structZdenek Kabelac2016-03-311-2/+2
* cleanup: use TARGET defineZdenek Kabelac2016-03-311-1/+1
* cleanup: debug message fixZdenek Kabelac2016-03-311-1/+1
* thin: display highest mapped sectorZdenek Kabelac2016-03-313-6/+14
* thin: no thin-pool flush when reading metadata statusZdenek Kabelac2016-03-312-6/+6
* tests: vg-check-devs-used requires driver version 4.15 at leastPeter Rajnoha2016-03-311-0/+3
* dev-cache: fix check for already indexed dev in _index_dev_by_vgid_and_lvidPeter Rajnoha2016-03-301-1/+1
* doc: describe lvmlockd/lvmpolld features as available if LVM compiled with lo...Peter Rajnoha2016-03-307-16/+31
* dev-cache: dev_cache_index_devs fn is available unconditionallyPeter Rajnoha2016-03-301-18/+18
* dev-cache: remove spurious error msg if no value found in /sys/dev/block/<maj...dev-prajnoha-various-dev-cache-fixes-for-recent-changesPeter Rajnoha2016-03-302-5/+8
* dev-cache: also index VGIDs and LVIDs if using persistent .cache filePeter Rajnoha2016-03-304-2/+10
* dev-cache: handle situation where device is referenced in sysfs, but the node...Peter Rajnoha2016-03-302-1/+38
* test: Add missing directoryMarian Csontos2016-03-291-1/+1
* post-commitAlasdair G Kergon2016-03-264-2/+8
* pre-releasev2_02_148Alasdair G Kergon2016-03-264-4/+6
* libdm: Raid status region units are sectorsAlasdair G Kergon2016-03-241-2/+2
* lvmdbusd: Add '-' to allowable PV device path charsTony Asleson2016-03-241-1/+1
* revert: 6129d2e64d14047169048775dc7081135c0fcc50Peter Rajnoha2016-03-242-7/+0
* WHATS_NEW: commit 6129d2e64d14047169048775dc7081135c0fcc50Peter Rajnoha2016-03-241-0/+1
* monitoring: sync /dev content before contacting dmeventd for monitor/unmonitorPeter Rajnoha2016-03-241-0/+6
* test: Move bus configuration to prepare functionMarian Csontos2016-03-232-9/+8
* test: Remove pidfile after killing the processMarian Csontos2016-03-231-0/+1
* test: Fix lvmdbusd tests to work with installed testsuiteMarian Csontos2016-03-233-9/+17
* test: Fix checks to skip lvmdbusd testsMarian Csontos2016-03-231-2/+4
* properties: use proper 'get' variant for unimplemented _pv_major_get and _pv_...Peter Rajnoha2016-03-231-2/+2
* raid: Tidy dm_get_status_raid. [HM]Alasdair G Kergon2016-03-221-34/+53
* libdm: Move _skip_fields within file.Alasdair G Kergon2016-03-221-11/+12
* libdm: Change _advance_to_next_word to _skip_fieldsAlasdair G Kergon2016-03-221-16/+15
* activate: Use macros for target and module names.Alasdair G Kergon2016-03-2212-43/+69
* coverity: fix some issues reported by coverity for recent codePeter Rajnoha2016-03-222-14/+20
* tests: update vg-check-devs-used.shPeter Rajnoha2016-03-221-2/+2
* tests: update vg-check-devs-used.shPeter Rajnoha2016-03-221-1/+11
* dev: also count with suffixes in UUID for LVs when constructing VGID and LVID...Peter Rajnoha2016-03-221-2/+12
* dev: also check for blank sysfs value containing only '\n'Peter Rajnoha2016-03-221-1/+1
* report: Add pv_major, pv_minor to reports.Alasdair G Kergon2016-03-224-0/+25
* lvmdbusd: Change print statements to log_errorTony Asleson2016-03-211-6/+6
* lvmdbusd: Add lvm flight recorderTony Asleson2016-03-213-3/+47
* lvmdbusd: Allow PV devices to be referenced by symlink(s)Tony Asleson2016-03-212-8/+29
* lvmdbusd: Remove --udev in service fileTony Asleson2016-03-211-1/+1
* tests: add vg-check-devs-used.shPeter Rajnoha2016-03-211-0/+24
* dev: be safer when reading sysfs propertiesPeter Rajnoha2016-03-211-1/+8
* test: Turn on dbus testMarian Csontos2016-03-211-1/+1
* metadata: use own mem pool to report PV device mismatch in VGPeter Rajnoha2016-03-211-3/+10
* dev: detect mismatch between devices used and devices assumed for an LVPeter Rajnoha2016-03-215-2/+385