summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* lvconvert, pvmove, polldaemon: add locking for lvmlockddev-dct-lvmlockd-AGDavid Teigland2015-05-193-3/+149
* scripts: lvmlockd related service filesDavid Teigland2015-05-192-0/+43
* man: add lvmlockd man pageDavid Teigland2015-05-191-0/+794
* liblvm: new unused arg for vg_readDavid Teigland2015-05-191-1/+1
* tools: use locks from lvmlockdDavid Teigland2015-05-1922-76/+765
* tools: locking support for toolsDavid Teigland2015-05-194-16/+61
* lib: use locks from lvmlockdDavid Teigland2015-05-1913-31/+310
* lib: client side locking interface to lvmlockdDavid Teigland2015-05-192-0/+2425
* lvmlockd: add daemonDavid Teigland2015-05-197-0/+8969
* libdaemon: allow main processing function to be specifiedDavid Teigland2015-05-192-1/+8
* build: standard configure and Makefile for lvmlockdDavid Teigland2015-05-194-2/+55
* metadata: add lock_type and lock_argsDavid Teigland2015-05-194-1/+29
* lvmcache: reread a VG if the lvmetad copy is staleDavid Teigland2015-05-194-57/+165
* lvmcache: add function to validate and update global cacheDavid Teigland2015-05-192-0/+85
* lvmeta: new program to interact with lvmetadDavid Teigland2015-05-192-1/+188
* lvmetad: add invalidation methodDavid Teigland2015-05-191-1/+201
* tests: add test for duplicate pvsDavid Teigland2015-05-191-0/+135
* configure: update localedirZdenek Kabelac2015-05-184-9/+13
* configure: LOCALEDIR needs evaluated valueZdenek Kabelac2015-05-184-6/+6
* tests: fix calcucaltionZdenek Kabelac2015-05-181-6/+5
* tests: thin_restore not neededZdenek Kabelac2015-05-184-0/+8
* makefiles: drop LVM_SHARED_PATHZdenek Kabelac2015-05-182-5/+3
* makefiles: better cleanZdenek Kabelac2015-05-186-19/+30
* makefiles: use := for shell callsZdenek Kabelac2015-05-181-3/+3
* makefiles: use single targetZdenek Kabelac2015-05-181-12/+10
* configure: move DEFS to configure.hZdenek Kabelac2015-05-185-49/+73
* tests: no warn if test does not need thin_repairZdenek Kabelac2015-05-1721-9/+44
* post-releaseAlasdair G Kergon2015-05-154-2/+8
* pre-releasev2_02_120Alasdair G Kergon2015-05-156-10/+19
* mirror: use proper 64bit constantsZdenek Kabelac2015-05-151-1/+1
* spec: new man pageZdenek Kabelac2015-05-151-1/+2
* config: remove UNDEFINED from cache_pool_cachemodeDavid Teigland2015-05-151-1/+1
* config: remove UNDEFINED from thin_pool_discards and thin_pool_zeroDavid Teigland2015-05-151-2/+2
* lvmpolld.8.in: man page rewriteOndrej Kozina2015-05-151-25/+32
* lvmpolld: don't return success on invalid optionOndrej Kozina2015-05-151-2/+2
* lvmpolld: add long option variants for all short onesOndrej Kozina2015-05-151-15/+20
* lvmpolld: introduce client functionalityOndrej Kozina2015-05-152-35/+197
* pvmove.c: relocate id components extractionOndrej Kozina2015-05-151-3/+3
* lvpoll.c: harden the checks for proper LV nameOndrej Kozina2015-05-151-5/+11
* lvpoll.c: replace arg_count with arg_is_setOndrej Kozina2015-05-151-3/+3
* example.conf.in: apply previous improvements to example.confDavid Teigland2015-05-151-8/+10
* config_settings.h: improve lvmpolld config descriptionDavid Teigland2015-05-151-7/+10
* lvm.8.in: add reference to lvpoll built-in commandOndrej Kozina2015-05-151-0/+2
* lvmdump.8.in: describe lvmpolld related optionOndrej Kozina2015-05-151-0/+9
* commands.h: reorder lvpoll optionsOndrej Kozina2015-05-151-2/+3
* lvm-lvpoll.8.in: man page for built-in commandOndrej Kozina2015-05-152-1/+90
* lvmpolld.8.in: hide origin of lvmpolld man pageOndrej Kozina2015-05-151-1/+1
* lvmpolld-client.c: explain known return codesOndrej Kozina2015-05-151-5/+32
* lvmpolld: label known return codesOndrej Kozina2015-05-152-2/+5
* libdaemon: fprintf(stderr...) -> ERROR()Ondrej Kozina2015-05-151-1/+1