summaryrefslogtreecommitdiff
path: root/daemons
Commit message (Expand)AuthorAgeFilesLines
* libdevmapper-event: Print a deprecation warning for non-default plugins.Petr Rockai2014-02-101-0/+7
* dmeventd: check pidfile for exit instead of polling via protocolPeter Rajnoha2014-02-061-30/+9
* dmeventd: use _exit(0) instead of raise(9) on dmeventd DIE messagePeter Rajnoha2014-02-061-1/+2
* dmeventd: add DM_EVENT_GET_PARAMETERS request to dmeventd protocolPeter Rajnoha2014-02-063-2/+60
* dmeventd: fix dmeventd -R to work properly with systemdPeter Rajnoha2014-02-061-6/+95
* lvmetad: Fix getting vgid_old & avoid removing in-transition VGs.Petr Rockai2014-01-081-7/+8
* lvmetad: add parentheses around assignmentZdenek Kabelac2014-01-081-1/+1
* Misc: Get rid of some compiler warnings.Jonathan Brassow2014-01-071-1/+1
* lvmetad: Flush a VG if it goes completely missing due to pv_found.Petr Rockai2014-01-071-0/+7
* lvmetad: Fix a corruption-prone race in error path.Petr Rockai2014-01-071-1/+1
* cleanup: skip double assignZdenek Kabelac2013-12-171-7/+8
* dmeventd: prevent busy looping on CPUZdenek Kabelac2013-12-121-1/+3
* dmeventd: change locking codeZdenek Kabelac2013-12-121-7/+5
* dmeventd: drop taking timeout mutexZdenek Kabelac2013-12-121-5/+4
* cleanup: self compilable headersZdenek Kabelac2013-12-122-0/+2
* compile/link: use RELRO/PIE compiler/linker options for executablesPeter Rajnoha2013-12-054-8/+8
* lvmetad: remove unused override variablesAlasdair G Kergon2013-12-051-10/+2
* make: CFLAGS, not CLDFLAGSPeter Rajnoha2013-12-041-1/+2
* daemons: use PIE and RELRO compiler/linker optionsPeter Rajnoha2013-12-044-5/+9
* lvmetad: extend socket/pid file handlingAlasdair G Kergon2013-11-291-11/+14
* lvmetad: Add newline to missing socket error mesgAlasdair G Kergon2013-11-281-1/+1
* cleanup: convert log_sys_error to log_sys_debugZdenek Kabelac2013-11-281-4/+4
* cleanup: move declaration to the frontZdenek Kabelac2013-11-281-2/+2
* cleanup: use matching signed typesZdenek Kabelac2013-11-281-1/+1
* dmeventd: simplify error pathZdenek Kabelac2013-11-281-9/+12
* dmeventd: fifo init and close cleanupZdenek Kabelac2013-11-282-25/+31
* lv/vgchange: do not try to connect to lvmetad if socket absent and --sysinit ...Peter Rajnoha2013-11-262-2/+6
* dmeventd: drop duplicated codeZdenek Kabelac2013-11-221-1/+0
* dmeventd: move format text to printfZdenek Kabelac2013-11-222-15/+13
* gcc: replace #ifdef linux with __linux__Alasdair G Kergon2013-11-132-6/+6
* mirror: Handle failures in tmp mirror used when up-converting.Jonathan Brassow2013-11-081-2/+2
* corosync: fix some gcc warningsPeter Rajnoha2013-11-061-2/+2
* gcc: fix comparing floating point warningZdenek Kabelac2013-10-251-1/+10
* clvmd: fix verify message rejection of REMOTE flagDavid Teigland2013-10-241-1/+1
* activation: flag temporary LVs internallyPeter Rajnoha2013-10-231-1/+1
* cleanup: WHATS_NEW + compiler warning about discarding constPeter Rajnoha2013-10-101-1/+1
* lvmetad: Fix a possible deadlock in pv_clear_all.Petr Rockai2013-10-101-1/+1
* lvmetad: Do not try to lock a NULL vgid.Petr Rockai2013-10-091-7/+8
* cleanup: remove 'discards 'const' qualifier' compilation warningPeter Rajnoha2013-10-091-1/+1
* lvmetad: Properly grab locks in pv_gone.Petr Rockai2013-10-081-1/+13
* lvmetad: Clean up pvid->vgid map when last PV in a VG disappears.Petr Rockai2013-10-081-5/+5
* activation: add support for flagging an LV to skip udev scanning during activ...Peter Rajnoha2013-10-081-1/+1
* lvmetad: Fix vgname->vgid hash updates w/ duplicate VG names.Petr Rockai2013-10-041-2/+5
* clvmd: Fix node up/down handing in corosync moduleChristine Caulfield2013-09-231-27/+4
* dmeventd: simplify fifos initZdenek Kabelac2013-09-231-16/+6
* clvmd: Avoid a 3-way deadlock in dead-client cleanup.Petr Rockai2013-09-182-82/+96
* tests: singlenode cleanup for prev commitZdenek Kabelac2013-09-121-4/+8
* tests: singlenode updatesZdenek Kabelac2013-09-121-57/+121
* clvmd: add missing debug newlineZdenek Kabelac2013-09-121-1/+1
* cmirrord: Prevent secondary checkpoints from corrupting bitmapsJonathan Brassow2013-08-201-2/+41