summaryrefslogtreecommitdiff
path: root/daemons/cmirrord
Commit message (Expand)AuthorAgeFilesLines
* pre-releasev2_02_112Alasdair G Kergon2014-11-111-1/+0
* cmirror: fix endian issues on s390Liuhua Wang2014-09-151-4/+5
* cmirrord: Clean-up stray warning message (attempt #2)Jonathan Brassow2014-03-191-3/+3
* cmirrord: Clean-up stray warning messageJonathan Brassow2014-03-051-3/+10
* Misc: Get rid of some compiler warnings.Jonathan Brassow2014-01-071-1/+1
* compile/link: use RELRO/PIE compiler/linker options for executablesPeter Rajnoha2013-12-051-2/+2
* daemons: use PIE and RELRO compiler/linker optionsPeter Rajnoha2013-12-041-1/+2
* cmirrord: Prevent secondary checkpoints from corrupting bitmapsJonathan Brassow2013-08-201-2/+41
* clogd: fix descriptor leak when daemonzingZdenek Kabelac2013-08-061-0/+6
* cleanup: use unrelated temporary variablesZdenek Kabelac2013-06-161-7/+6
* cmirrord: check for result of chdirZdenek Kabelac2012-08-231-1/+5
* cleanup: replace memset with struct initilizationZdenek Kabelac2012-06-222-8/+3
* cmirrord: add missing checks for kernel_sendZdenek Kabelac2012-06-202-4/+9
* cmirrord: fix cut&pasteZdenek Kabelac2012-06-201-1/+1
* cmirrord: add test for closedir() and close()Zdenek Kabelac2012-06-202-8/+19
* Fix bug in cmirror that caused incorrect status info to print on some nodes.Jonathan Earl Brassow2012-04-262-3/+3
* Remove some whitespaces.Milan Broz2012-03-104-14/+14
* s/CPG_/CS_: Various CPG constants are going away, even though CPG itself staysJonathan Earl Brassow2012-03-011-8/+8
* Allow cluster mirrors to handle the absence of the checkpoint lib (libSaCkpt).Jonathan Earl Brassow2012-02-291-22/+115
* Remove unneeded assignmentsZdenek Kabelac2012-02-081-1/+1
* Keep page_size as signed numberZdenek Kabelac2012-02-081-1/+1
* cmirrord now returns log name to kernel in CTR so it can be registeredJonathan Earl Brassow2011-10-141-1/+4
* Check for failing 'stat' and skip this loop iterationZdenek Kabelac2011-09-212-7/+29
* Detect sscanf recovering_region input errorZdenek Kabelac2011-09-061-2/+5
* Fix memory leak of allocated bitmap in error pathZdenek Kabelac2011-09-061-0/+2
* Log unlink() errorZdenek Kabelac2011-09-061-1/+2
* Removed unused pointerZdenek Kabelac2010-12-201-3/+2
* Use dm_free for dm_malloc-ed areas in _clog_ctr/_clog_dtr (cmirrord).Zdenek Kabelac2010-12-201-15/+12
* Add new dm_prepare_selinux_context fn to libdevmapper and use it throughout.Peter Rajnoha2010-12-131-0/+2
* Add missing return for NULL passed bufferZdenek Kabelac2010-10-261-1/+3
* Fix missing initilisation to 0Zdenek Kabelac2010-10-251-1/+1
* This patch fixes an issue where cluster mirror write I/OJonathan Earl Brassow2010-08-301-0/+1
* Fix for bug 596453: multiple mirror image failures cause lvm repair...Jonathan Earl Brassow2010-08-171-1/+42
* A misunderstanding of the return value of 'dm_bit' has been causing a dataJonathan Earl Brassow2010-08-041-1/+1
* Add dm_create_lockfile to libdm to handle pidfiles for all daemons.Fabio M. Di Nitto2010-07-131-44/+8
* Use __attribute__ consistently throughout.Alasdair Kergon2010-07-095-11/+11
* Add error checking for calls to sprintf - it can fail for moreJonathan Earl Brassow2010-06-211-15/+40
* daemons/cmirrord/functions.c (part of cmirrord) was referencingJonathan Earl Brassow2010-06-181-1/+0
* Use "" instead of <> for configure.h and libdevmapper.hZdenek Kabelac2010-06-151-1/+1
* INSTALL rules updatesZdenek Kabelac2010-04-091-4/+3
* Use vpath instead of VPATH.Zdenek Kabelac2010-04-091-1/+0
* Fixing compilation warning: implicit declaration of function ‘umask’Zdenek Kabelac2010-03-291-0/+1
* Use $(top_builddir) for inclusion of make.tmpl in Makefiles.Zdenek Kabelac2010-03-041-1/+1
* Was using dm_list_iterate_items when I should have been usingJonathan Earl Brassow2010-01-271-2/+2
* missing headerAlasdair Kergon2010-01-221-0/+1
* Deal with a few more compiler warnings.Alasdair Kergon2010-01-203-12/+13
* Remove mknod() and add FIXMEs.Alasdair Kergon2010-01-191-6/+9
* remove more compiler warningsAlasdair Kergon2010-01-191-16/+14
* Signal handling FIXMEs.Alasdair Kergon2010-01-193-25/+30
* Clean up include files.Alasdair Kergon2010-01-1814-112/+67