summaryrefslogtreecommitdiffstats
path: root/daemons
Commit message (Expand)AuthorAgeFilesLines
* Update C declaration () -> (void)Zdenek Kabelac2010-10-261-2/+2
* Fix missing initilisation to 0Zdenek Kabelac2010-10-251-1/+1
* Fix clang warning for ntohl(*((uint32_t *)buf))Zdenek Kabelac2010-10-252-18/+19
* Implement dmeventd -R, allowing dmeventd to be restarted without losingPetr Rockai2010-10-204-24/+183
* Revert some debug statements that slipped in with last checkin.Petr Rockai2010-10-201-5/+1
* Fix a deadlock in clvmd.Petr Rockai2010-10-202-5/+7
* Implement automatic snapshot extension with dmeventd, and add two new optionsPetr Rockai2010-10-151-11/+41
* Add dm_zalloc and use it and dm_pool_zalloc throughout.Alasdair Kergon2010-09-301-4/+2
* Fix leaked pool reportZdenek Kabelac2010-09-301-2/+2
* Add missing cleanup rule for generated .exported_symbols_generatedZdenek Kabelac2010-09-303-0/+6
* This patch fixes an issue where cluster mirror write I/OJonathan Earl Brassow2010-08-301-0/+1
* Fix wrong use of LCK_WRITEMilan Broz2010-08-191-2/+4
* Fix for bug 596453: multiple mirror image failures cause lvm repair...Jonathan Earl Brassow2010-08-171-1/+42
* Use 'SINGLENODE' instead of 'dead' in clvmd singlenode messages.Alasdair Kergon2010-08-172-16/+19
* Allow internal suspend and resume of origin without its snapshots.Alasdair Kergon2010-08-173-21/+22
* Various small cleanups and fixes related to monitoring.Alasdair Kergon2010-08-164-33/+42
* Remove superfluous NULL pointer tests before dm_free from dmeventd.Alasdair Kergon2010-08-163-54/+27
* A misunderstanding of the return value of 'dm_bit' has been causing a dataJonathan Earl Brassow2010-08-041-1/+1
* Use void parameter for function definition.Zdenek Kabelac2010-08-033-7/+7
* Never use clvmd singlenode unless explicitly requested with -Isinglenode.Alasdair Kergon2010-07-282-8/+23
* Change clvmd to communicate with lvm via a socket in /var/run/lvm. (mbroz)Alasdair Kergon2010-07-283-17/+48
* Add dm_create_lockfile to libdm to handle pidfiles for all daemons.Fabio M. Di Nitto2010-07-134-88/+32
* Use __attribute__ consistently throughout.Alasdair Kergon2010-07-099-36/+36
* Fix another segfault in clvmd -R if no response from daemon received.Milan Broz2010-07-011-1/+1
* Remove superfluous suspended device counter from clvmd.Milan Broz2010-07-011-6/+1
* Maintain memlock balance in clvmd.Petr Rockai2010-06-301-2/+6
* Add error checking for calls to sprintf - it can fail for moreJonathan Earl Brassow2010-06-211-15/+40
* Various cleanups following recent commits.Alasdair Kergon2010-06-2111-197/+84
* Let running clvmd process time to reexec.Milan Broz2010-06-211-2/+15
* daemons/cmirrord/functions.c (part of cmirrord) was referencingJonathan Earl Brassow2010-06-181-1/+0
* Clean up cluster lock mode and flags definition.Milan Broz2010-06-174-30/+23
* Use "" instead of <> for configure.h and libdevmapper.hZdenek Kabelac2010-06-1511-20/+21
* Fix segfault in clvmd -R if no response from daemon received.Milan Broz2010-06-071-1/+1
* Fix restart of clvmd using -S switchMilan Broz2010-06-042-16/+39
* Use absolute paths in commandsZdenek Kabelac2010-06-032-3/+3
* Use -d to control level of messages sent to syslog by dmeventd.Alasdair Kergon2010-05-143-17/+49
* Fix static build.Alasdair Kergon2010-05-141-1/+1
* Add pkgconfigdir for placement of .pc filesZdenek Kabelac2010-05-111-1/+1
* Use Require.private: field for devmapper-event.pcZdenek Kabelac2010-05-111-2/+1
* Plugins do not use pthread or lvm2cmd directly.Zdenek Kabelac2010-05-112-2/+2
* Link libdevmapper-event.so with libdevmapper.so.Zdenek Kabelac2010-05-111-1/+2
* Headerfile <pthread.h> is no longer needed hereZdenek Kabelac2010-05-112-4/+1
* Install plugins to subdirsZdenek Kabelac2010-05-062-2/+2
* typoAlasdair Kergon2010-04-301-1/+1
* pre-releaseAlasdair Kergon2010-04-301-0/+1
* Add -S command to clvmd, so it can restart itself and stillChristine Caulfield2010-04-207-25/+169
* pre-releaseAlasdair Kergon2010-04-142-2/+2
* pre-releaseAlasdair Kergon2010-04-142-3/+3
* Use UUIDs instead of names while processing event handlers.Peter Rajnoha2010-04-141-1/+1
* Add error diagnostic for setenv failure.Zdenek Kabelac2010-04-132-2/+4