summaryrefslogtreecommitdiffstats
path: root/daemons
Commit message (Expand)AuthorAgeFilesLines
...
* Ensure clvmd message is always \0 terminatedZdenek Kabelac2012-02-281-3/+3
* Better detection of missing dmeventd fifo connectionZdenek Kabelac2012-02-281-6/+2
* Missed to properly merge patch for definition of MAX_MISSING_LENZdenek Kabelac2012-02-281-1/+1
* Add log_sys_error for closeZdenek Kabelac2012-02-282-18/+19
* Limit max size of clvmd messageZdenek Kabelac2012-02-281-1/+3
* Do not send uninitilised bytesZdenek Kabelac2012-02-281-31/+27
* Do not hide deallocation of bufferZdenek Kabelac2012-02-271-2/+2
* Add FIXME for misuse in case of dm_event_mask enum.Zdenek Kabelac2012-02-272-0/+4
* Add some log_sys_errors to close() callZdenek Kabelac2012-02-271-1/+2
* Nicer cleanup of excl_uuid hashZdenek Kabelac2012-02-271-3/+7
* Systemd is linux-specific - move the supporting code under the 'ifdef linux'.Peter Rajnoha2012-02-271-70/+74
* Add assert for oldnameZdenek Kabelac2012-02-271-0/+1
* A bit more safe version of sprintfZdenek Kabelac2012-02-271-1/+1
* Move allocation after check for vgidZdenek Kabelac2012-02-271-1/+4
* Explicitely ignore result from sync_unlock()Zdenek Kabelac2012-02-271-1/+1
* Drop uname call, it's not used from gulm era.Zdenek Kabelac2012-02-271-2/+0
* Improve error handling & reporting in common daemon code.Petr Rockai2012-02-263-12/+15
* Fix server-side leaks in lvmetad.Petr Rockai2012-02-241-2/+8
* Clean up the lvmetad state more thoroughly upon shutdown.Petr Rockai2012-02-241-0/+8
* Fix an error path in daemon_open.Petr Rockai2012-02-241-1/+2
* Couple of improvements in the daemon (common + lvmetad) code:Petr Rockai2012-02-236-4/+56
* Limit sscanf params with sizeZdenek Kabelac2012-02-231-2/+2
* Remaing code sufflingZdenek Kabelac2012-02-231-8/+10
* Some reformating for lvmetad uddatesZdenek Kabelac2012-02-232-51/+58
* Add a missed dependency that is required to pull in dameons/common in an earlyPetr Rockai2012-02-231-0/+1
* We need daemons/common now even if the lvmetad server side is not built.Petr Rockai2012-02-231-1/+3
* The lvmetad client-side integration. Only active when use_lvmetad = 1 is set inPetr Rockai2012-02-234-5/+4
* Also use DEFAULT_RUN_DIR for the lvmetad socket on the client side.Petr Rockai2012-02-231-1/+1
* Tweak lvmetad a bit more:Petr Rockai2012-02-211-17/+40
* Drop the now-redundant pvid_to_status hash.Petr Rockai2012-02-151-35/+27
* Update lvmetad: use device major/minor pair to track devices. Keep a pvmetaPetr Rockai2012-02-151-79/+118
* (lvmetad) Remove unused variable.Petr Rockai2012-02-151-1/+1
* In lvmetad, also nuke VGs when all their PVs are stolen by another VG (vgmergePetr Rockai2012-02-151-8/+28
* Detect failing fifoZdenek Kabelac2012-02-151-0/+8
* lvmetad server-side update:Petr Rockai2012-02-151-108/+410
* Do not forget to initialise the error value in daemon_reply.Petr Rockai2012-02-151-1/+1
* Add some FIXME around allocation codeZdenek Kabelac2012-02-131-8/+15
* Make sure dereferenced words[0] and words[1] are definedZdenek Kabelac2012-02-131-1/+2
* Check for missing reply_uuidZdenek Kabelac2012-02-131-0/+4
* Check for allocation failureZdenek Kabelac2012-02-131-2/+9
* Fix message checkZdenek Kabelac2012-02-101-3/+3
* Remove unreachable codeZdenek Kabelac2012-02-101-1/+0
* A bit more readable codeZdenek Kabelac2012-02-081-16/+9
* Remove unneeded assignmentsZdenek Kabelac2012-02-082-4/+2
* Keep page_size as signed numberZdenek Kabelac2012-02-081-1/+1
* Add boundary test for number of mirror devs and logsZdenek Kabelac2012-02-081-2/+5
* Remove a dubious log message ("another thread is handling an event") from LVMPetr Rockai2012-02-011-4/+1
* Automatically detect whether corosync clvmd needs to use confdb or cmap. (fabio)Alasdair Kergon2012-01-312-4/+64
* Oops missed braces in previous commitZdenek Kabelac2012-01-261-1/+2
* Fix leak of hash tableZdenek Kabelac2012-01-251-0/+1