summaryrefslogtreecommitdiff
path: root/ctdb/server/ctdb_freeze.c
Commit message (Expand)AuthorAgeFilesLines
* ctdb-daemon: Invalidate records if a node becomes INACTIVEAmitay Isaacs2018-10-091-1/+23
* ctdb-daemon: Add a function to check if db access is allowedAmitay Isaacs2017-09-121-0/+18
* ctdb-daemon: Add accessors for CTDB_DB_FLAGS_PERSISTENT flagAmitay Isaacs2017-06-291-1/+1
* ctdb-daemon: Drop implementation of global transaction controlsAmitay Isaacs2016-07-281-100/+0
* ctdb-freeze: Remove ctdb_db_prio_frozen() functionAmitay Isaacs2016-07-251-17/+0
* ctdb-freeze: Drop function thaw_priority()Amitay Isaacs2016-07-251-16/+10
* ctdb-daemon: Drop priorites from freeze/thaw codeAmitay Isaacs2016-07-251-90/+47
* ctdb-server: Replace ctdb_logging.h with common/logging.hAmitay Isaacs2015-11-161-1/+1
* ctdb-daemon: Rename struct ctdb_control_transdb to ctdb_transdbAmitay Isaacs2015-11-041-9/+9
* ctdb-daemon: Rename struct ctdb_req_control to ctdb_req_control_oldAmitay Isaacs2015-11-041-5/+5
* ctdb-daemon: Separate prototypes for common client/server functionsAmitay Isaacs2015-10-301-1/+1
* ctdb-daemon: Remove dependency on includes.hAmitay Isaacs2015-10-301-5/+12
* ctdb-daemon: Introduce per database generationAmitay Isaacs2015-10-071-2/+3
* ctdb-freeze: Use individual database freeze in blocking freezeAmitay Isaacs2015-10-071-8/+21
* ctdb-freeze: Ensure all databases get frozen during freezeAmitay Isaacs2015-10-071-4/+45
* ctdb-freeze: Make function ctdb_start_freeze staticAmitay Isaacs2015-10-071-1/+1
* ctdb-freeze: Fix a log messageAmitay Isaacs2015-10-071-1/+1
* ctdb-freeze: Use database specific information in wipe databaseAmitay Isaacs2015-10-071-3/+3
* ctdb-freeze: Use single database transactions for global transactionsAmitay Isaacs2015-10-071-6/+13
* ctdb-daemon: Add controls for transactions on a single databaseAmitay Isaacs2015-10-071-0/+177
* ctdb-daemon: Rename ctdb_control_wipe_database to ctdb_control_transdbAmitay Isaacs2015-10-071-1/+1
* ctdb-freeze: simplify code with TALLOC_FREEAmitay Isaacs2015-10-071-4/+1
* ctdb-freeze: Improve log message to indicate subsequent freeze operationAmitay Isaacs2015-10-071-1/+1
* ctdb-freeze: Use single database freeze/thaw code for existing controlsAmitay Isaacs2015-10-071-7/+107
* ctdb-freeze: Move destructor closer to where it is usedAmitay Isaacs2015-10-071-9/+9
* ctdb-daemon: Add controls to freeze/thaw a single databaseAmitay Isaacs2015-10-071-0/+182
* ctdb-daemon: Avoid the use of ctdb->freeze_mode variableAmitay Isaacs2015-10-071-11/+9
* ctdb-freeze: Refactor code to check if databases are frozenAmitay Isaacs2015-10-071-0/+29
* ctdb-freeze: Use ctdb_db_iterator to commit transaction on databasesAmitay Isaacs2015-10-071-20/+33
* ctdb-freeze: Use ctdb_db_iterator to start transaction on databasesAmitay Isaacs2015-10-071-24/+33
* ctdb-freeze: Use ctdb_db_iterator to cancel transaction on databasesAmitay Isaacs2015-10-071-21/+2
* ctdb-freeze: Use ctdb_db_prio_iterator to cancel transaction on databasesAmitay Isaacs2015-10-071-24/+26
* ctdb-freeze: Remove commented test codeAmitay Isaacs2015-10-071-10/+0
* ctdb-freeze: Do an early exit if freeze is pendingAmitay Isaacs2015-10-071-14/+17
* ctdb-util: Rename db_wrap to tdb_wrap and make it a build subsystemMartin Schwenke2014-09-101-1/+1
* ctdb-locking: Talloc lock request from client specified contextAmitay Isaacs2014-09-051-2/+2
* ctdb-daemon: Do not thaw databases if recovery is activeAmitay Isaacs2014-07-071-3/+10
* freeze: Make ctdb_start_freeze() a void functionAmitay Isaacs2013-07-021-14/+6
* freeze: If priority is invalid here, it's time to abortAmitay Isaacs2013-07-021-6/+1
* freeze: Log message from ctdb_start_freeze() and ctdb_control_freeze()Amitay Isaacs2013-07-021-2/+3
* build: Fix tdb.h path to enable building with system TDB libraryMathieu Parent2013-06-141-1/+1
* ctdb_freeze: Replace locking functions with locking APIAmitay Isaacs2012-10-201-140/+18
* ctdbd: Return explicit boolean values for function returning boolAmitay Isaacs2012-07-161-1/+1
* server: Replace BOOL datatype with bool, True/False with true/falseAmitay Isaacs2012-05-281-1/+1
* Track all child process so we never send a signal to an unrelated process (ou...Ronnie Sahlberg2012-05-031-3/+3
* Remove explicit include of lib/tevent/tevent.h.Amitay Isaacs2012-04-131-1/+0
* This needs more testing firstRonnie Sahlberg2011-03-211-5/+0
* ctdbd: call tdb_reopen_all() in freeze child.Rusty Russell2011-03-211-0/+5
* When wiping a database, clear the delete_queue.Michael Adam2011-03-141-0/+11
* Merge commit 'rusty/ports-from-1.0.112' into fooRonnie Sahlberg2010-08-191-0/+1
|\