summaryrefslogtreecommitdiffstats
path: root/daemons/clvmd/clvmd.c
Commit message (Expand)AuthorAgeFilesLines
...
* Log error from unlink failureZdenek Kabelac2010-12-011-1/+2
* Add logging for pipe write() and close() errorZdenek Kabelac2010-12-011-3/+6
* Remove dead assignment in wait_for_childZdenek Kabelac2010-11-291-2/+1
* pre-releaseAlasdair Kergon2010-11-081-12/+14
* Alasdair correctly pointed out that if the two closes are concurrent (I haven'tPetr Rockai2010-10-271-8/+10
* Fix a double close in clvmd.Petr Rockai2010-10-271-2/+8
* Hotfix usage of __builtin_unreachable()Zdenek Kabelac2010-10-261-0/+4
* Instrument compiler about code unreachabilityZdenek Kabelac2010-10-261-2/+5
* Fix a deadlock in clvmd.Petr Rockai2010-10-201-4/+2
* Allow internal suspend and resume of origin without its snapshots.Alasdair Kergon2010-08-171-1/+1
* Use void parameter for function definition.Zdenek Kabelac2010-08-031-1/+1
* Never use clvmd singlenode unless explicitly requested with -Isinglenode.Alasdair Kergon2010-07-281-1/+1
* Change clvmd to communicate with lvm via a socket in /var/run/lvm. (mbroz)Alasdair Kergon2010-07-281-11/+44
* Add dm_create_lockfile to libdm to handle pidfiles for all daemons.Fabio M. Di Nitto2010-07-131-0/+13
* Various cleanups following recent commits.Alasdair Kergon2010-06-211-31/+15
* Use "" instead of <> for configure.h and libdevmapper.hZdenek Kabelac2010-06-151-2/+2
* Add -S command to clvmd, so it can restart itself and stillChristine Caulfield2010-04-201-6/+33
* pre-releaseAlasdair Kergon2010-04-141-1/+1
* pre-releaseAlasdair Kergon2010-04-141-1/+1
* Add error diagnostic for setenv failure.Zdenek Kabelac2010-04-131-1/+2
* Use C locales and use_mlockall for clvmd.Zdenek Kabelac2010-04-131-0/+7
* Fix a thread race in clvmd that could cause lockups on very busy systemsChristine Caulfield2010-04-061-1/+2
* Add infrastructure for running the functional testsuite with locking_type setPetr Rockai2010-03-181-1/+15
* Make clvmd -V return zero status rather than 1.Christine Caulfield2010-02-021-1/+1
* Make clvmd return 0 on success rather than 1.Christine Caulfield2009-10-121-2/+2
* Add some code to clvmd to look in the corosync confdb to see what clusterChristine Caulfield2009-09-011-1/+63
* Fix compilation warning in clvmd.cChristine Caulfield2009-08-131-3/+5
* Destroy toolcontext on exit in clvmd (fixes memory pool leaks).Milan Broz2009-06-151-0/+2
* Add infrastructure for queriying for remote locks.Milan Broz2009-05-191-0/+3
* Clean a lot of extra extra whitespaces.Milan Broz2009-04-221-25/+25
* Block SIGINT & SIGTERM in clvmd subthreads so they don't delay shutdown.Christine Caulfield2009-03-241-1/+8
* Move tools/version.h to lib/misc/lvm-version.h.Alasdair Kergon2009-02-221-2/+2
* Allow clvmd to be built with all cluster managers & select one on cmdline.Christine Caulfield2009-02-021-13/+51
* Add a corosync/DLM cluster service to clvmd.Christine Caulfield2009-01-221-0/+9
* Fix a starup race in clvmd that could result in huge waits for the first comm...Christine Caulfield2008-11-211-3/+3
* clvmdAlasdair Kergon2008-11-041-1/+7
* more fixesAlasdair Kergon2008-11-041-1/+0
* Right, a simple build (without options) is working again.Alasdair Kergon2008-11-031-9/+9
* Don't call openlog for every invocation of debuglog.Christine Caulfield2008-06-131-1/+3
* Decode numbers in clvmd debugging output.Alasdair Kergon2008-06-051-4/+57
* Fix uninitialised mutex in clvmd if all daemons are not running at startup.Christine Caulfield2008-05-091-8/+10
* Fix a couple of uninitialised variables. The newfd one could causeChristine Caulfield2008-03-281-2/+2
* Fix potential thread deadlock.Christine Caulfield2008-03-171-2/+4
* Include limits.h so it compiles with newer headers.Christine Caulfield2008-03-061-0/+1
* Remove redundant if-before-free tests in clvmd.c.Jim Meyering2008-02-151-10/+5
* Update usage message for clvmd.Patrick Caulfield2008-02-051-1/+3
* If the pre_command fails then go back and wait patiently for the nextPatrick Caulfield2007-11-151-3/+5
* Allow clvmd debug to be turned on in a running daemon using clvmd -dPatrick Caulfield2007-08-171-13/+68
* Remove system LV code from clvmd. It's never been used and never should bePatrick Caulfield2007-06-141-128/+17
* Add *Experimental* OpenAIS support to clvmd.Patrick Caulfield2007-05-211-0/+9