summaryrefslogtreecommitdiff
path: root/ctdb/server
Commit message (Expand)AuthorAgeFilesLines
* ctdb-daemon: Clean up SET_DB_PRIORITY/GET_DB_PRIORITY deprecationMartin Schwenke2016-08-101-2/+2
* ctdb-mutex: Avoid corner case where helper is already reparented to initMartin Schwenke2016-08-101-0/+13
* ctdb-daemon: Fix CID 1125627 Resource leak (RESOURCE_LEAK)Martin Schwenke2016-08-101-2/+7
* ctdb-mutex: Fix CID 1359217 Resource leak (RESOURCE_LEAK)Martin Schwenke2016-08-101-2/+9
* ctdb-daemon: Fix CID 1363067 Resource leak (RESOURCE_LEAK)Martin Schwenke2016-08-101-0/+1
* ctdb-daemon: Fix CID 1363233 Resource leak (RESOURCE_LEAK)Martin Schwenke2016-08-101-0/+1
* ctdb-daemon: Fix CID 1364527/8/9: Null pointer dereferences (NULL_RETURNS)Martin Schwenke2016-07-282-0/+12
* ctdb-daemon: Drop implementation of global transaction controlsAmitay Isaacs2016-07-282-106/+3
* ctdb-daemon: Drop the implementation of THAW controlAmitay Isaacs2016-07-281-2/+1
* ctdb-daemon: Deletion of IPs is deferred until the next takeover runMartin Schwenke2016-07-282-67/+8
* ctdb-daemon: Use consistent naming for monitoring modeAmitay Isaacs2016-07-281-2/+2
* ctdb-daemon: Move CTDB VNN structure to IP takeover codeMartin Schwenke2016-07-281-0/+33
* ctdb-ipalloc: Use a cumulative timeout for takeover run stagesMartin Schwenke2016-07-281-3/+12
* ctdb-daemon: Use refactored tunable codeAmitay Isaacs2016-07-251-108/+18
* ctdb-locking: Remove ctdb_db_prio_iterator functionAmitay Isaacs2016-07-251-19/+0
* ctdb-freeze: Remove ctdb_db_prio_frozen() functionAmitay Isaacs2016-07-251-17/+0
* ctdb-locking: Remove API for locking databases with priorityAmitay Isaacs2016-07-251-115/+1
* ctdb-locking: Remove API for locking all databasesAmitay Isaacs2016-07-251-88/+0
* ctdb-daemon: Remove priority field from ctdb_db_contextAmitay Isaacs2016-07-251-1/+0
* ctdb-daemon: Remove implementation of SET/GET_DB_PRIORITYAmitay Isaacs2016-07-252-46/+3
* ctdb-recoverd: Remove code that updates database priorities during recoveryAmitay Isaacs2016-07-251-43/+0
* ctdb-freeze: Drop function thaw_priority()Amitay Isaacs2016-07-251-16/+10
* ctdb-daemon: Drop priorites from freeze/thaw codeAmitay Isaacs2016-07-253-96/+50
* ctdb-recovery: Remove serial database recovery codeAmitay Isaacs2016-07-251-792/+1
* ctdb-vacuum: Do not use freeze_mode outside freeze codeAmitay Isaacs2016-07-251-5/+3
* ctdb-locking: Drop code for Samba 3.x compatibilityAmitay Isaacs2016-07-252-42/+1
* ctdb-daemon: Log ctdb socket in the main daemonAmitay Isaacs2016-07-051-0/+2
* ctdb-daemon: Check if method is initialized before callingAmitay Isaacs2016-07-052-2/+2
* ctdb-daemon: Improve log messageAmitay Isaacs2016-07-051-1/+1
* ctdb-recoverd: Improve election win messagesAmitay Isaacs2016-07-051-2/+4
* ctdb-ipalloc: Drop implicit dependency on ctdb-commonMartin Schwenke2016-07-042-5/+13
* ctdb-ipalloc: IP allocation state is now an opaque structureMartin Schwenke2016-07-042-13/+15
* ctdb-ipalloc: ipalloc() returns public IP listMartin Schwenke2016-07-043-6/+5
* ctdb-ipalloc: Move set_ipflags_internal() to ipallocMartin Schwenke2016-07-043-72/+76
* ctdb-ipalloc: Switch set_ipflags_internal() to use a new-style node mapMartin Schwenke2016-07-041-6/+35
* ctdb-ipalloc: Move ipalloc state initialisation to ipalloc.cMartin Schwenke2016-07-043-43/+52
* ctdb-ipalloc: Pass extra data to IP allocation state initialisationMartin Schwenke2016-07-041-24/+34
* ctdb-ipalloc: Make no_ip_failback a booleanMartin Schwenke2016-07-045-5/+5
* ctdb-ipalloc: Fix buggy short-circuit when no IPs are availableMartin Schwenke2016-07-041-0/+14
* ctdb-ipalloc: New function ipalloc_can_host_ips()Martin Schwenke2016-07-043-10/+17
* ctdb-ipalloc: Drop known public IPs from IP allocation stateMartin Schwenke2016-07-042-6/+6
* ctdb-ipalloc: Move create_merged_ip_list() into ipallocMartin Schwenke2016-07-042-95/+96
* ctdb-ipalloc: New function ipalloc_set_public_ips()Martin Schwenke2016-07-043-4/+23
* ctdb-ipalloc: Remove function ctdb_reload_remote_public_ips()Martin Schwenke2016-07-041-37/+17
* ctdb-ipalloc: Clean up reloading of remote public IPsMartin Schwenke2016-07-041-63/+72
* ctdb-ipalloc: Don't build a global IP treeMartin Schwenke2016-07-041-9/+14
* ctdb-ipalloc: Drop code to update IP assignment treeMartin Schwenke2016-07-041-31/+0
* ctdb-recoverd: Drop code to change the IP assignment treeMartin Schwenke2016-07-041-27/+0
* ctdb-ipalloc: Drop remote IP verificationMartin Schwenke2016-07-042-56/+3
* ctdb-ipalloc: Drop a use of CTDB_NO_MEMORY_NULL()Martin Schwenke2016-07-041-1/+6