summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [WIP] spec+lvmpolld: attempt to add polld to specdev-mcsontos-lvmpolld-testMarian Csontos2015-06-024-0/+18
* lvmlockd: fix syslog optionDavid Teigland2015-06-011-14/+63
* vgcreate/vgchange: wait for lock start by defaultDavid Teigland2015-06-012-3/+16
* lib lvmlockd: retry busy locksDavid Teigland2015-06-013-0/+36
* man lvmlockd: remove section about recovering lost locksDavid Teigland2015-06-011-46/+48
* lib lvmlockd: print a warning when overriding lockingDavid Teigland2015-06-011-19/+32
* client lvmlockd: improve warnings during initDavid Teigland2015-06-011-7/+14
* lib lvmlockd: add comments about locking functionsDavid Teigland2015-06-011-3/+111
* tools: add comments about the global lockdev-dct-lvmlockd-AJDavid Teigland2015-05-2918-12/+53
* test: structure for lvmlockd testingDavid Teigland2015-05-2913-0/+334
* vgcreate: option to allow waiting for lock startDavid Teigland2015-05-292-4/+18
* lib lvmlockd: fix segfault in logging result flagsDavid Teigland2015-05-291-10/+8
* lvmlockd: clean up the use/connect/connected logicDavid Teigland2015-05-296-110/+105
* lvmlockd: fix dm checks of active lvs and add uuid checkDavid Teigland2015-05-291-8/+76
* report: display lock_type and lock_argsDavid Teigland2015-05-297-0/+78
* lvmlock: drop old -c optionDavid Teigland2015-05-291-95/+3
* lvmlockd: use libdevmapper to get active LVsDavid Teigland2015-05-292-50/+72
* lvmlockd: use xlate.h for endian macrosDavid Teigland2015-05-294-37/+65
* lvmlockd: include time.h and link with rtDavid Teigland2015-05-282-1/+2
* lvmlockd: rename socket variableDavid Teigland2015-05-281-2/+2
* lvmlockd: fix setup_structsDavid Teigland2015-05-282-5/+47
* lvmlockd: apply consistent buffer strategy to clientDavid Teigland2015-05-282-2/+2
* lvmlockd: put GNU_SOURCE in source filesDavid Teigland2015-05-283-1/+3
* lvmlockd: use libsanlock_clientDavid Teigland2015-05-281-1/+1
* lib: define constant for NO_LOCKD_RESULTDavid Teigland2015-05-281-4/+9
* lib: rename flags variablesDavid Teigland2015-05-281-59/+59
* lib: use static inline stubs for lockd functionsDavid Teigland2015-05-281-19/+100
* configure: use pc checks for lvmlockdDavid Teigland2015-05-281-0/+7
* lvconvert, pvmove, polldaemon: add locking for lvmlockdDavid Teigland2015-05-283-21/+210
* scripts: lvmlockd related service filesDavid Teigland2015-05-282-0/+43
* man: add lvmlockd man pageDavid Teigland2015-05-281-0/+794
* liblvm: new unused arg for vg_readDavid Teigland2015-05-281-1/+1
* tools: use locks from lvmlockdDavid Teigland2015-05-2822-76/+765
* tools: locking support for toolsDavid Teigland2015-05-284-16/+61
* lib: use locks from lvmlockdDavid Teigland2015-05-2813-31/+310
* lib: client side locking interface to lvmlockdDavid Teigland2015-05-282-0/+2425
* lvmlockd: add daemonDavid Teigland2015-05-287-0/+8960
* libdaemon: allow main processing function to be specifiedDavid Teigland2015-05-282-1/+8
* build: standard configure and Makefile for lvmlockdDavid Teigland2015-05-284-2/+55
* metadata: add lock_type and lock_argsDavid Teigland2015-05-284-1/+29
* lvmcache: reread a VG if the lvmetad copy is staleDavid Teigland2015-05-284-57/+165
* lvmcache: add function to validate and update global cacheDavid Teigland2015-05-282-0/+88
* lvmeta: new program to interact with lvmetadDavid Teigland2015-05-282-1/+188
* lvmetad: add invalidation methodDavid Teigland2015-05-281-1/+201
* WHATS_NEW: various updatesOndrej Kozina2015-05-191-0/+3
* polldaemon.c: do not report error when LV not foundOndrej Kozina2015-05-191-10/+8
* lvconvert.c: drop get_vg_lock_and_logical_volume fnDavid Teigland2015-05-191-48/+33
* pvmove.c: code cleanupDavid Teigland2015-05-191-12/+17
* polldaemon: remove get_copy_vg and get_copy_lv wrappersDavid Teigland2015-05-195-59/+0
* polldaemon.c: call find_lv directlyOndrej Kozina2015-05-191-4/+20