summaryrefslogtreecommitdiff
path: root/ctdb/server/ctdb_cluster_mutex.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-25ctdb-daemon: Remove helper variable CTDB_CLUSTER_MUTEX_HELPERMartin Schwenke1-20/+16
2019-07-26ctdb-mutex: Drop dependency on ctdb_set_helperMartin Schwenke1-11/+46
2019-07-26ctdb-mutex: Update to use modern debug macroMartin Schwenke1-5/+4
2019-07-05ctdb-cluster-mutex: Ensure that the configured command is not emptyMartin Schwenke1-0/+4
2019-02-25ctdb-cluster-mutex: Separate out command and file handlingMartin Schwenke1-42/+71
2018-09-17ctdb-cluster-mutex: Block signals around forkMartin Schwenke1-0/+22
2018-09-17ctdb-cluster-mutex: Reset SIGTERM handler in cluster mutex childMartin Schwenke1-0/+10
2018-07-02ctdb: Fix build on AIXAmitay Isaacs1-2/+2
2016-11-29ctdb-common: Drop CTDB's copy of sys_read() and sys_write()Martin Schwenke1-1/+1
2016-06-08ctdb-daemon: Use lib/util functions instead of redefinitionsAmitay Isaacs1-0/+1
2016-06-08ctdb-cluster-mutex: Register an extra handler for when mutex is lostMartin Schwenke1-1/+14
2016-06-08ctdb-cluster-mutex: ctdb_cluster_mutex() registers handler and private dataMartin Schwenke1-11/+5
2016-06-08ctdb-cluster-mutex: Drop cluster_mutex_handler() ctdb and handle argumentsMartin Schwenke1-3/+2
2016-06-08ctdb-cluster-mutex: Pass a talloc context to allocate the handle offMartin Schwenke1-2/+3
2016-06-08ctdb-cluster-mutex: Don't call the supplied hander more than onceMartin Schwenke1-0/+9
2016-04-28ctdb-cluster-mutex: Factor out cluster mutex codeMartin Schwenke1-0/+266