summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* lvmlockd: put GNU_SOURCE in source filesDavid Teigland2015-06-023-1/+3
* lvmlockd: use libsanlock_clientDavid Teigland2015-06-021-1/+1
* lib: define constant for NO_LOCKD_RESULTDavid Teigland2015-06-021-4/+9
* lib: rename flags variablesDavid Teigland2015-06-021-59/+59
* lib: use static inline stubs for lockd functionsDavid Teigland2015-06-021-19/+100
* configure: use pc checks for lvmlockdDavid Teigland2015-06-021-0/+7
* lvconvert, pvmove, polldaemon: add locking for lvmlockdDavid Teigland2015-06-023-14/+205
* scripts: lvmlockd related service filesDavid Teigland2015-06-022-0/+43
* man: add lvmlockd man pageDavid Teigland2015-06-021-0/+794
* liblvm: new unused arg for vg_readDavid Teigland2015-06-021-1/+1
* tools: use locks from lvmlockdDavid Teigland2015-06-0222-76/+765
* tools: locking support for toolsDavid Teigland2015-06-024-16/+61
* lib: use locks from lvmlockdDavid Teigland2015-06-0213-31/+310
* lib: client side locking interface to lvmlockdDavid Teigland2015-06-022-0/+2425
* lvmlockd: add daemonDavid Teigland2015-06-027-0/+8960
* libdaemon: allow main processing function to be specifiedDavid Teigland2015-06-022-1/+8
* build: standard configure and Makefile for lvmlockdDavid Teigland2015-06-024-2/+55
* metadata: add lock_type and lock_argsDavid Teigland2015-06-024-1/+29
* lvmcache: reread a VG if the lvmetad copy is staleDavid Teigland2015-06-024-57/+165
* lvmcache: add function to validate and update global cacheDavid Teigland2015-06-022-0/+88
* lvmeta: new program to interact with lvmetadDavid Teigland2015-06-022-1/+188
* lvmetad: add invalidation methodDavid Teigland2015-06-021-1/+201
* man: lvmthin chunk and metadata sizesDavid Teigland2015-05-271-24/+30
* tests: check for idle only for raid typeZdenek Kabelac2015-05-271-2/+5
* lvmetad: missing wrapper for lvmetad less compilationZdenek Kabelac2015-05-271-0/+1
* tests: check for clmvd socketZdenek Kabelac2015-05-271-3/+3
* tests: better check for array in syncZdenek Kabelac2015-05-271-1/+1
* tests: drop debug printZdenek Kabelac2015-05-271-1/+0
* cleanup: gcc warn fix, don't hide pvs()Zdenek Kabelac2015-05-271-2/+2
* lvmpolld: terminate error message with a dot and LFOndrej Kozina2015-05-271-1/+1
* WHATS_NEW: various updatesOndrej Kozina2015-05-261-0/+2
* dmsetup: zero errno in before strtoul callOndrej Kozina2015-05-261-0/+1
* lvmpolld: zero errno in before strtoul callOndrej Kozina2015-05-261-0/+1
* lvconvert.c: fix whitespace messOndrej Kozina2015-05-261-1/+1
* libdm: Add dm_task_get_errno to return ioctl errno.Alasdair G Kergon2015-05-266-18/+38
* WHATS_NEW: updateOndrej Kozina2015-05-251-0/+1
* tests: add test for pvscan --cache --backgroundOndrej Kozina2015-05-251-0/+57
* lvmetad.c: ignore lvmetad global handle on disconnectOndrej Kozina2015-05-251-1/+0
* lvconvert: change how to get failed mirrors numberLidong Zhong2015-05-222-3/+4
* scripts: activation generator: do not use --sysinit if lvmpolld usedPeter Rajnoha2015-05-212-15/+23
* lvmpolld-client.c: debug print when querying progressOndrej Kozina2015-05-211-0/+2
* polldaemon.c: modify log levels in report_progressOndrej Kozina2015-05-211-14/+10
* format_text: Parse (optional) outdated_pvs section in VG metadata.Petr Rockai2015-05-201-4/+12
* lvmetad: Set up lvmcache & PV structs for outdated_pvs.Petr Rockai2015-05-201-12/+31
* lvmetad: Provide entire pvmeta sections for outdated_pvs.Petr Rockai2015-05-201-6/+22
* metadata: Add pvs_outdated to struct volume_group.Petr Rockai2015-05-203-0/+11
* metadata: Factor _wipe_outdated_pvs() PVs out of _vg_read().Petr Rockai2015-05-201-24/+29
* lvmetad: Attach an outdated_pvs list to vg_lookup replies.Petr Rockai2015-05-201-2/+7
* lvmetad: Clear the vgid_to_outdated_pvs hash on shutdown.Petr Rockai2015-05-201-0/+3
* lvmetad: Maintain info about outdated PVs.Petr Rockai2015-05-201-6/+76