summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* lv: check PVs used for an LV are consistent with real devices useddev-prajnoha-dev-cache-slavesPeter Rajnoha2016-03-093-0/+29
* dev-cache: collect slaves for a device which is an LVM volumePeter Rajnoha2016-03-091-0/+120
* dev-cache: add 'struct slave_list', 'slaves' field in struct device and 'cust...Peter Rajnoha2016-03-093-0/+23
* test: skip unrelated tests while testing lvmpolldOndrej Kozina2016-03-0910-0/+15
* test: fix inverted conditionOndrej Kozina2016-03-091-1/+1
* test: Add prepare_lvmdbusdMarian Csontos2016-03-092-1/+51
* spec: Add missing dependency for dbusdMarian Csontos2016-03-091-0/+1
* test: Comment out incorrect lockd setupMarian Csontos2016-03-092-5/+6
* test: Move udev-lvmlockd-test to check_systemMarian Csontos2016-03-091-2/+2
* test: Update kernels to skip thin-flags withMarian Csontos2016-03-091-0/+2
* lvmdbus: Fix deprecated warnings for GObject useTony Asleson2016-03-082-6/+5
* lvmdbus: Fix exception during exception handlingTony Asleson2016-03-081-7/+16
* report: Tidy some field names, widths and headings.Alasdair G Kergon2016-03-084-127/+119
* toollib: always process in use pvsDavid Teigland2016-03-071-6/+0
* vgscan: add --notifydbus to send a notificationDavid Teigland2016-03-077-1/+36
* dbus: add notification from commandsDavid Teigland2016-03-0717-1/+187
* raid_manip: allow for raid leg to be replaced when not both data and metadata...Heinz Mauelshagen2016-03-071-1/+1
* coverity: fix possible resource leak in _print_historical_lv functionPeter Rajnoha2016-03-072-6/+7
* post-releaseAlasdair G Kergon2016-03-044-2/+8
* pre-releasev2_02_145Alasdair G Kergon2016-03-044-6/+6
* lvmdbusd: Set localeTony Asleson2016-03-041-0/+3
* dbustest.sh: Get dbus test to work on buildbotMarian Csontos2016-03-041-16/+14
* libdm: config: fix dm_config_write_node and variants to properly return error...Peter Rajnoha2016-03-042-1/+3
* cleanup: previous patch with libdm config node buffer sizePeter Rajnoha2016-03-041-5/+7
* libdm: config: remove 4096 char limit due to buffer size if writing dm_config...Peter Rajnoha2016-03-042-2/+25
* WHATS_NEW: historical LVsPeter Rajnoha2016-03-041-0/+13
* man: lvrename: also mention possibility to rename historical logical volumesPeter Rajnoha2016-03-041-1/+2
* cleanup: comment in the code for renaming historical LVsPeter Rajnoha2016-03-041-1/+4
* lvrename: support renaming historical logical volumesPeter Rajnoha2016-03-042-34/+95
* commands: lvdisplay: recognize -H|--history switchPeter Rajnoha2016-03-042-4/+37
* tests: direct control of lvm1 usage in testsDavid Teigland2016-03-0314-20/+94
* man: Add some information about historical LVs.Alasdair G Kergon2016-03-033-6/+45
* tests: add lv-ancestry.sh testPeter Rajnoha2016-03-031-0/+226
* tests: add "get lvh_field" for "lvs -H"Peter Rajnoha2016-03-032-0/+11
* lvmdump: also list historical LVs in lvmdumpPeter Rajnoha2016-03-031-1/+1
* metadata: automatically remove invalid (dangling) historical LVsPeter Rajnoha2016-03-032-1/+48
* metadata: also validate historical LVs in VG in vg_validate and check_lv_segm...Peter Rajnoha2016-03-032-0/+108
* metadata: also look at historical LVs when checking LV name availabilityPeter Rajnoha2016-03-037-23/+67
* conf: regenerate example.conf.inPeter Rajnoha2016-03-031-0/+16
* conf: add metadata/lvs_history_timeout configuration settingPeter Rajnoha2016-03-033-1/+8
* metadata: add vg_strip_outdated_historical_lvs fn and call it during VG readPeter Rajnoha2016-03-032-1/+40
* commands: lvremove: also process historical LVsPeter Rajnoha2016-03-033-7/+16
* metadata: add historical_glv_removePeter Rajnoha2016-03-036-5/+82
* conf: add metadata/record_lvs_history configuration settingPeter Rajnoha2016-03-033-2/+10
* commands: lvremove: recognize --nohistory optionPeter Rajnoha2016-03-031-1/+2
* metadata: honour 'nohistory' switch when removing thin LVsPeter Rajnoha2016-03-031-4/+11
* cmd: add 'nohistory' option and wire it up in cmd_contextPeter Rajnoha2016-03-033-0/+4
* report: add new 'none' lv_layout and 'history' lv_role and mark historical LV...Peter Rajnoha2016-03-031-0/+10
* report: add full_descendants field to display descendants with historyPeter Rajnoha2016-03-033-16/+89
* report: add full_ancestors field to display ancestors with historyPeter Rajnoha2016-03-033-14/+76