summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add config setting for dbus notificationdev-dct-notify12David Teigland2016-03-043-1/+7
* lvmnotify: add dbus notificationDavid Teigland2016-03-0412-0/+169
* 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
* report: report historical LV names with '-' prefixPeter Rajnoha2016-03-031-7/+16
* report: display (h)istorical state in lv_attr fieldPeter Rajnoha2016-03-031-2/+5
* report: add lv_historical field to identify historical LVsPeter Rajnoha2016-03-033-0/+11
* commands: lvs: recognize -H|--history switchPeter Rajnoha2016-03-031-5/+7
* report: display lv_name,lv_uuid,vg_name,lv_time and new lv_time_removed for h...Peter Rajnoha2016-03-037-10/+72
* toollib: honour '-H|--history' switch while executing process_each_lv_in_vgPeter Rajnoha2016-03-031-0/+85
* cmd: add '-H|--history' switch and wire it up in cmd_context and processing_h...Peter Rajnoha2016-03-036-0/+10
* metadata: add lv_is_historical fn to test if the LV is historical onePeter Rajnoha2016-03-033-0/+10
* metadata: format_text: interconnect historical LVs among each other and also ...Peter Rajnoha2016-03-031-0/+119
* metadata: add support for interconnection of thin pool LV segment with indire...Peter Rajnoha2016-03-036-7/+25
* metadata: add find_historical_glv fnPeter Rajnoha2016-03-032-0/+31
* metadata: format_text: import historical LVsPeter Rajnoha2016-03-031-0/+78
* metadata: format_text: reuse _print_timestamp fnPeter Rajnoha2016-03-031-11/+3
* metadata: format_text: also export historical LVsPeter Rajnoha2016-03-033-0/+147
* metadata: create historical LVs when LVs are removed and interconnect with li...Peter Rajnoha2016-03-032-0/+143
* metadata: add add_glv_to_indirect_glvs and remove_glv_from_indirect_glvsPeter Rajnoha2016-03-032-0/+64