summaryrefslogtreecommitdiffstats
path: root/daemons
Commit message (Expand)AuthorAgeFilesLines
* rename P_global to P_#globalAlasdair Kergon2008-04-151-2/+2
* Add config file overrides to clvmd when it reads the LVs list so thatChristine Caulfield2008-04-081-2/+2
* If lvm.conf was touched, clvmd attempted to update the toolcontextChristine Caulfield2008-04-041-3/+3
* Fix another allocation bug with clvmd and large node IDs.`Christine Caulfield2008-04-011-2/+10
* Fix a couple of uninitialised variables. The newfd one could causeChristine Caulfield2008-03-281-2/+2
* When reallocating the node IDs array, make it bigger rather than smaller!Christine Caulfield2008-03-251-2/+5
* Fix potential thread deadlock.Christine Caulfield2008-03-171-2/+4
* Include limits.h so it compiles with newer headers.Christine Caulfield2008-03-062-0/+2
* 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
* Fix mirror log name construction during lvconvert. (2.02.30)Alasdair Kergon2008-01-312-14/+31
* Remove redundant cnxman-socket.h file.Patrick Caulfield2008-01-211-226/+0
* Amend previous commit. * does not match .files...Petr Rockai2008-01-091-0/+3
* Add snapshot dmeventd library (enables dmeventd snapshot monitoring).Petr Rockai2008-01-093-1/+260
* Tidy the clvmd backup code.Patrick Caulfield2007-12-052-7/+15
* When we unlock a VG tell the clvmds to see if a backup of the metadata needsPatrick Caulfield2007-12-044-3/+29
* Fix a possible double-free in libdevmapper-event.Petr Rockai2007-11-271-2/+7
* If the pre_command fails then go back and wait patiently for the nextPatrick Caulfield2007-11-151-3/+5
* Make it compile with new lv_info_by_lvid() prototypePatrick Caulfield2007-11-141-3/+3
* Correct typo in comments: s/is part of the LVM2/is part of LVM2/.Jim Meyering2007-09-214-4/+4
* Fix clvmd logging so you can get lvm-level debugging out of it.Patrick Caulfield2007-08-241-1/+13
* Locking P_global causes a cache refresh.Patrick Caulfield2007-08-231-1/+6
* Force a device scan after init_full_scan_done() per agk.Patrick Caulfield2007-08-231-0/+2
* Call init_full_scan_done() when refreshing the cache. This should fix clvmd -R.Patrick Caulfield2007-08-231-1/+6
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-214-3/+17
* Allow clvmd debug to be turned on in a running daemon using clvmd -dPatrick Caulfield2007-08-176-17/+139
* Add "const" attributes where possible: first cut.Jim Meyering2007-08-073-3/+3
* Use NULL not 0.Alasdair Kergon2007-08-051-8/+2
* Fix a possible segfault in libdevmapper-event. Thanks to Brian J. WoodPetr Rockai2007-08-021-1/+3
* Fix clvmd if compiled with gulm support. (2.02.26)Milan Broz2007-07-244-21/+21
* libdevmapper, dmeventd: be paranoid about detecting write failureJim Meyering2007-07-241-1/+1
* Use gcc's printf attribute wherever possible.Jim Meyering2007-07-201-1/+2
* Tidy bits of clvmd-openais and improve an error report.Patrick Caulfield2007-07-111-5/+2
* Use cpg_local_get() rather then Clm to get the local nodeid.Patrick Caulfield2007-06-252-20/+4
* Remove system-lv.[ch]Patrick Caulfield2007-06-142-401/+0
* Remove system LV code from clvmd. It's never been used and never should bePatrick Caulfield2007-06-142-130/+18
* Add *Experimental* OpenAIS support to clvmd.Patrick Caulfield2007-05-214-0/+795
* Misc clvmd cleanups from Jim MeyeringPatrick Caulfield2007-05-027-80/+96
* Add some more debuglogs to clvmd startup.Patrick Caulfield2007-05-021-1/+4
* Change some #include lines to search only standard system directories.Alasdair Kergon2007-04-278-16/+16
* Fix thread race in clvmd.Patrick Caulfield2007-04-241-2/+12
* Fix the regression introduced by dmeventd leak fixes.Petr Rockai2007-04-241-0/+2
* Fix some memory leaks in dmeventd.Petr Rockai2007-04-231-6/+3
* Make clvmd cope with quorum devices in RHEL5Patrick Caulfield2007-04-231-4/+3
* Fix libdevmapper-event memory leaksMilan Broz2007-04-191-0/+22
* Add some extra error checking & robustness.Patrick Caulfield2007-03-291-8/+70
* Remove unnecessary memset() return value checks. [Jim Meyering]Alasdair Kergon2007-03-161-4/+4
* Improve dmeventd messaging protocol: drain pipe and tag messages.Alasdair Kergon2007-02-023-36/+113
* dmeventd mirror sets ignore_suspended_devices and avoids scanning mirrors.Alasdair Kergon2007-01-251-1/+1
* Add some missing close() and fclose() return code checks.Alasdair Kergon2007-01-251-2/+4