summaryrefslogtreecommitdiff
path: root/daemons/cmirrord
Commit message (Expand)AuthorAgeFilesLines
* Typo: change loose to loseworkingJonathan Brassow2017-04-121-1/+1
* vgrename: use long enough buffer for pathZdenek Kabelac2017-03-301-1/+1
* cleanup: clean gcc6 minor/major types warningsZdenek Kabelac2016-09-071-0/+1
* cleanup: add extra test for argc==0Zdenek Kabelac2016-07-011-0/+6
* gcc: cleanup some sign warningsZdenek Kabelac2016-02-231-1/+1
* doc: change fsf addressZdenek Kabelac2016-01-2113-13/+13
* style: Standardise some error paths.Alasdair G Kergon2015-09-051-2/+2
* cmirrord: avoid resync buffer overflow in LOG_SPRINTFerenc Wágner2015-08-201-2/+3
* cmirrord: avoid debugging buffer overflow in LOG_SPRINTFerenc Wágner2015-08-201-2/+3
* cmirrord: fix stack smashingFerenc Wágner2015-08-201-4/+14
* cmirrord: add --foreground and --help options.Ferenc Wágner2015-08-201-3/+39
* cmirrord: move generic setup from daemonize() to init_all()Ferenc Wágner2015-08-201-10/+10
* gitignore: Update for in-place build.Alasdair G Kergon2015-07-271-0/+1
* 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