summaryrefslogtreecommitdiff
path: root/tools/toollib.c
Commit message (Expand)AuthorAgeFilesLines
* toollib: remove unused functiondev-dct-dupvgnames-CDavid Teigland2015-11-301-29/+0
* process_each: resolve duplicate VG namesDavid Teigland2015-11-301-0/+93
* process_each: always use list of vgnames on systemDavid Teigland2015-11-301-50/+167
* toollib: add missing check for lvmcache_init()Zdenek Kabelac2015-11-091-1/+5
* pvs: don't treat duplicate PVs as missedDavid Teigland2015-10-271-3/+21
* vgs, lvs: ignore error if VG is removedDavid Teigland2015-10-271-10/+16
* toollib: fix wrong paren placementDavid Teigland2015-10-261-1/+1
* pvs: fix missing PVs when VG is removedDavid Teigland2015-10-261-9/+116
* vg_read: remove unused inconsistent checkDavid Teigland2015-10-231-6/+0
* vgextend: fix use of the wrong flagDavid Teigland2015-10-231-1/+1
* vg_read: sometimes ignore read errorsDavid Teigland2015-10-231-9/+34
* vgcreate: improve error message for multiple lock managersDavid Teigland2015-10-081-2/+7
* vgcreate: allow both --shared and --lock-type optionsDavid Teigland2015-10-081-2/+8
* lockd: no error when unlock failsDavid Teigland2015-08-181-9/+3
* lockd: check for failing unlockZdenek Kabelac2015-08-181-3/+12
* toollib: get_cache_paramsZdenek Kabelac2015-08-121-3/+15
* cache: add cache_policy cache_settingsZdenek Kabelac2015-08-121-1/+1
* lockd: fix error cases when built without lvmlockdDavid Teigland2015-07-161-4/+4
* cache: handle policy_name separatelyZdenek Kabelac2015-07-151-20/+12
* lockd: fix error message after a failing to get lockDavid Teigland2015-07-141-3/+11
* toollib: skip processing the sanlock LV unless named or allDavid Teigland2015-07-081-1/+14
* coverity: fix missing initializationPeter Rajnoha2015-07-081-3/+3
* include: Standardise around new tool.h.Alasdair G Kergon2015-07-061-0/+1
* Add lvmlockddev-dct-lvmlockd-AZDavid Teigland2015-07-021-51/+276
* locking: Add missing error handling.Alasdair G Kergon2015-06-301-1/+4
* lv_refresh: move the bulk of the function into libdev-dct-nextDavid Teigland2015-06-161-16/+2
* cleanup: remove extraneous parenthesesZdenek Kabelac2015-05-091-1/+1
* toollib: avoid repeated lvmetad vg_lookupDavid Teigland2015-05-081-75/+16
* polldaemon: refactor polling interfacesOndrej Kozina2015-05-051-1/+1
* toollib: code cleanup in lv_spawn_background_pollingOndrej Kozina2015-04-291-9/+10
* toollib: fix duplicate handling in process_each_pvDavid Teigland2015-04-201-9/+10
* toollib: close connection to lvmetad after forkOndrej Kozina2015-04-131-0/+2
* toollib: do not spawn polling in lv_change_activateOndrej Kozina2015-04-131-5/+0
* metadata: vg: add removed_lvs field to collect LVs which have been removedPeter Rajnoha2015-03-241-0/+5
* metadata: process_each_lv_in_vg: get the list of LVs to process first, then d...Peter Rajnoha2015-03-241-4/+19
* toollib: Reorder process_each_pv initialisation.Alasdair G Kergon2015-03-181-17/+15
* pvs: Hide inaccessible clustered PVs.Alasdair G Kergon2015-03-181-2/+13
* systemid: Init and merge lvm2 and lvm1 fields.Alasdair G Kergon2015-03-041-2/+3
* system_id: apply consistent namingDavid Teigland2015-02-271-3/+3
* system_id: remove unwanted foreign error for some commandsDavid Teigland2015-02-261-2/+8
* systemid: Improve concurrent warning.Alasdair G Kergon2015-02-251-1/+1
* systemid: Allow empty systemid with warnings.Alasdair G Kergon2015-02-251-3/+7
* cache: Fix a segfault when passing --cachepolicy without --cachesettings.Petr Rockai2015-02-241-5/+8
* systemid: Fix access restrictions.Alasdair G Kergon2015-02-231-25/+24
* toollib: add underscore to static ignore_vg functionDavid Teigland2015-02-131-5/+5
* system_id: use for VG ownershipDavid Teigland2015-02-131-4/+50
* vgextend: Use process_each_vg.David Teigland2015-02-131-3/+22
* tolllib: process_each_pv: always use full_filter unconditionally when getting...Peter Rajnoha2015-02-131-4/+3
* cleanup: remove deallocate_handle_root arg from destroy_procesing_handle fnwPeter Rajnoha2015-02-131-8/+6
* cleanup: replace static struct processing_handle initializer with common init...Peter Rajnoha2015-02-131-3/+3