summaryrefslogtreecommitdiffstats
path: root/ctdb/server
Commit message (Expand)AuthorAgeFilesLines
...
* ctdb-locking: Add argc parameter to lock_helper_args()Martin Schwenke2014-09-121-12/+16
* ctdb-locking: Set real-time priority for lock helpersAmitay Isaacs2014-09-111-0/+2
* ctdb-daemon: Increment pending calls statistics correctlyAmitay Isaacs2014-09-111-1/+1
* ctdb-util: Rename db_wrap to tdb_wrap and make it a build subsystemMartin Schwenke2014-09-1011-11/+11
* ctdb-recoverd: Change include of dlinklist.h to contain directoryMartin Schwenke2014-09-101-1/+1
* ctdb-daemon: Drop the argument to fault_setup()Martin Schwenke2014-09-101-1/+1
* ctdb-util: Add extra max_size argument to file_lines_load()Martin Schwenke2014-09-102-2/+2
* ctdb-common: Move hex_decode_talloc() to the lock helperMartin Schwenke2014-09-101-0/+16
* ctdb-daemon: Move some inline declarations to header fileMartin Schwenke2014-09-101-2/+0
* ctdb-tests: Mark some functions as staticMartin Schwenke2014-09-101-1/+1
* ctdb: Fix some "declarations after code" problemsMartin Schwenke2014-09-101-1/+2
* ctdb-call: Drop all deferred requests from older generationAmitay Isaacs2014-09-051-0/+15
* ctdb-locking: Do not reset real-time priority for lock helpersAmitay Isaacs2014-09-051-2/+0
* ctdb-daemon: Defer all calls when processing dmaster packetsAmitay Isaacs2014-09-052-1/+135
* ctdb-daemon: Remove duplicate code with refactored functionAmitay Isaacs2014-09-052-20/+5
* ctdb-locking: Remove unused function ctdb_free_lock_request_contextAmitay Isaacs2014-09-051-10/+0
* ctdb-locking: Talloc lock request from client specified contextAmitay Isaacs2014-09-053-14/+26
* ctdb-locking: Run debug locks script only if the node is activeAmitay Isaacs2014-09-051-0/+4
* ctdb-daemon: Fix some strict-aliasing warningsMartin Schwenke2014-08-211-2/+4
* ctdb: Use sys_read() and sys_write() to ensure correct signal interactionMartin Schwenke2014-08-2112-28/+28
* ctdb-readonly: Do not abort if revoke of readonly record fails on a nodeAmitay Isaacs2014-08-131-10/+13
* ctdb-readonly: Add an early return to simplify codeAmitay Isaacs2014-08-131-36/+37
* ctdb-locking: Simplify ctdb_find_lock_context()Volker Lendecke2014-08-061-34/+33
* ctdb-locking: TALLOC_FREE copes with NULLVolker Lendecke2014-08-061-3/+1
* ctdb-locking: Add per database queues for pending and active lock requestsAmitay Isaacs2014-08-041-32/+80
* ctdb-locking: Update a commentAmitay Isaacs2014-08-041-1/+1
* ctdb-locking: Simplify check for locks on record or databaseAmitay Isaacs2014-08-041-3/+3
* ctdb-locking: Decrement pending statistics when lock is scheduledAmitay Isaacs2014-08-041-2/+2
* ctdb-locking: Update ctdb statistics for all lock typesAmitay Isaacs2014-08-041-1/+1
* ctdb-locking: Add DB lock requests to head of the pending queueAmitay Isaacs2014-08-041-1/+8
* ctdb-locking: Remove unused variable lock_num_pendingAmitay Isaacs2014-08-041-4/+0
* ctdb-locking: Increase number of lock processes per database to 200Amitay Isaacs2014-08-041-1/+1
* ctdb-locking: Add new tunable LockProcessesPerDBAmitay Isaacs2014-08-042-4/+2
* ctdb-locking: Allocate lock request soon after allocating lock contextAmitay Isaacs2014-08-041-6/+6
* ctdb-locking: Remove unused function find_lock_context()Amitay Isaacs2014-08-041-53/+0
* ctdb-locking: Schedule the next possible lock based on per-db limitAmitay Isaacs2014-08-041-15/+5
* ctdb-locking: Remove multiple lock requests per lock context (part 2)Amitay Isaacs2014-08-041-20/+12
* ctdb-locking: Remove multiple lock requests per lock context (part 1)Amitay Isaacs2014-08-041-41/+29
* ctdb-locking: Remove unused structure membersAmitay Isaacs2014-08-041-3/+0
* ctdb-locking: Fix the lock_type_str corresponding to LOCK_ALLDBAmitay Isaacs2014-08-041-1/+1
* ctdb:vacuum: stop vacuuming when the first delete_list traverse fails.Michael Adam2014-07-231-0/+1
* ctdb-vacuum: Use existing function ctdb_marshall_finishAmitay Isaacs2014-07-232-11/+5
* ctdb-vacuum: Use ctdb_marshall_add to add a record to marshall bufferAmitay Isaacs2014-07-231-28/+10
* ctdb-vacuum: If talloc_realloc fails, terminate traverseAmitay Isaacs2014-07-231-1/+2
* ctdb-vacuum: Fix talloc hierarchy in delete_marshall_traverseAmitay Isaacs2014-07-231-1/+1
* ctdb-recoverd: Gently abort recovery when election is underwayMartin Schwenke2014-07-211-0/+6
* ctdb-daemon: Support per-node robust mutex featureAmitay Isaacs2014-07-092-1/+3
* ctdb-daemon: Enable robust mutexes only if TDB_MUTEX_LOCKING is definedAmitay Isaacs2014-07-091-1/+11
* ctdb-daemon: Allow flag TDB_MUTEX_LOCKING to pass into db_attachVolker Lendecke2014-07-091-5/+9
* ctdb-daemon: Simplify code a bitAmitay Isaacs2014-07-091-1/+5