summaryrefslogtreecommitdiff
path: root/ctdb/server/ctdb_cluster_mutex.c
Commit message (Expand)AuthorAgeFilesLines
* ctdb-cluster-mutex: Block signals around forkMartin Schwenke2018-09-201-0/+22
* ctdb-cluster-mutex: Reset SIGTERM handler in cluster mutex childMartin Schwenke2018-09-201-0/+10
* ctdb: Fix build on AIXAmitay Isaacs2018-07-101-2/+2
* ctdb-common: Drop CTDB's copy of sys_read() and sys_write()Martin Schwenke2016-11-291-1/+1
* ctdb-daemon: Use lib/util functions instead of redefinitionsAmitay Isaacs2016-06-081-0/+1
* ctdb-cluster-mutex: Register an extra handler for when mutex is lostMartin Schwenke2016-06-081-1/+14
* ctdb-cluster-mutex: ctdb_cluster_mutex() registers handler and private dataMartin Schwenke2016-06-081-11/+5
* ctdb-cluster-mutex: Drop cluster_mutex_handler() ctdb and handle argumentsMartin Schwenke2016-06-081-3/+2
* ctdb-cluster-mutex: Pass a talloc context to allocate the handle offMartin Schwenke2016-06-081-2/+3
* ctdb-cluster-mutex: Don't call the supplied hander more than onceMartin Schwenke2016-06-081-0/+9
* ctdb-cluster-mutex: Factor out cluster mutex codeMartin Schwenke2016-04-281-0/+266