summaryrefslogtreecommitdiff
path: root/ctdb/server/ctdb_freeze.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-24ctdb-daemon: Add implementation of VACUUM_FETCH controlAmitay Isaacs1-1/+8
2019-07-05ctdb-daemon: Fix signed/unsigned comparisons by declaring as unsignedMartin Schwenke1-5/+5
2018-10-08ctdb-daemon: Invalidate records if a node becomes INACTIVEAmitay Isaacs1-1/+23
2017-09-12ctdb-daemon: Add a function to check if db access is allowedAmitay Isaacs1-0/+18
2017-06-29ctdb-daemon: Add accessors for CTDB_DB_FLAGS_PERSISTENT flagAmitay Isaacs1-1/+1
2016-07-28ctdb-daemon: Drop implementation of global transaction controlsAmitay Isaacs1-100/+0
2016-07-25ctdb-freeze: Remove ctdb_db_prio_frozen() functionAmitay Isaacs1-17/+0
2016-07-25ctdb-freeze: Drop function thaw_priority()Amitay Isaacs1-16/+10
2016-07-25ctdb-daemon: Drop priorites from freeze/thaw codeAmitay Isaacs1-90/+47
2015-11-16ctdb-server: Replace ctdb_logging.h with common/logging.hAmitay Isaacs1-1/+1
2015-11-04ctdb-daemon: Rename struct ctdb_control_transdb to ctdb_transdbAmitay Isaacs1-9/+9
2015-11-04ctdb-daemon: Rename struct ctdb_req_control to ctdb_req_control_oldAmitay Isaacs1-5/+5
2015-10-30ctdb-daemon: Separate prototypes for common client/server functionsAmitay Isaacs1-1/+1
2015-10-30ctdb-daemon: Remove dependency on includes.hAmitay Isaacs1-5/+12
2015-10-07ctdb-daemon: Introduce per database generationAmitay Isaacs1-2/+3
2015-10-07ctdb-freeze: Use individual database freeze in blocking freezeAmitay Isaacs1-8/+21
2015-10-07ctdb-freeze: Ensure all databases get frozen during freezeAmitay Isaacs1-4/+45
2015-10-07ctdb-freeze: Make function ctdb_start_freeze staticAmitay Isaacs1-1/+1
2015-10-07ctdb-freeze: Fix a log messageAmitay Isaacs1-1/+1
2015-10-07ctdb-freeze: Use database specific information in wipe databaseAmitay Isaacs1-3/+3
2015-10-07ctdb-freeze: Use single database transactions for global transactionsAmitay Isaacs1-6/+13
2015-10-07ctdb-daemon: Add controls for transactions on a single databaseAmitay Isaacs1-0/+177
2015-10-07ctdb-daemon: Rename ctdb_control_wipe_database to ctdb_control_transdbAmitay Isaacs1-1/+1
2015-10-07ctdb-freeze: simplify code with TALLOC_FREEAmitay Isaacs1-4/+1
2015-10-07ctdb-freeze: Improve log message to indicate subsequent freeze operationAmitay Isaacs1-1/+1
2015-10-07ctdb-freeze: Use single database freeze/thaw code for existing controlsAmitay Isaacs1-7/+107
2015-10-07ctdb-freeze: Move destructor closer to where it is usedAmitay Isaacs1-9/+9
2015-10-07ctdb-daemon: Add controls to freeze/thaw a single databaseAmitay Isaacs1-0/+182
2015-10-07ctdb-daemon: Avoid the use of ctdb->freeze_mode variableAmitay Isaacs1-11/+9
2015-10-07ctdb-freeze: Refactor code to check if databases are frozenAmitay Isaacs1-0/+29
2015-10-07ctdb-freeze: Use ctdb_db_iterator to commit transaction on databasesAmitay Isaacs1-20/+33
2015-10-07ctdb-freeze: Use ctdb_db_iterator to start transaction on databasesAmitay Isaacs1-24/+33
2015-10-07ctdb-freeze: Use ctdb_db_iterator to cancel transaction on databasesAmitay Isaacs1-21/+2
2015-10-07ctdb-freeze: Use ctdb_db_prio_iterator to cancel transaction on databasesAmitay Isaacs1-24/+26
2015-10-07ctdb-freeze: Remove commented test codeAmitay Isaacs1-10/+0
2015-10-07ctdb-freeze: Do an early exit if freeze is pendingAmitay Isaacs1-14/+17
2014-09-10ctdb-util: Rename db_wrap to tdb_wrap and make it a build subsystemMartin Schwenke1-1/+1
2014-09-05ctdb-locking: Talloc lock request from client specified contextAmitay Isaacs1-2/+2
2014-07-07ctdb-daemon: Do not thaw databases if recovery is activeAmitay Isaacs1-3/+10
2013-07-02freeze: Make ctdb_start_freeze() a void functionAmitay Isaacs1-14/+6
2013-07-02freeze: If priority is invalid here, it's time to abortAmitay Isaacs1-6/+1
2013-07-02freeze: Log message from ctdb_start_freeze() and ctdb_control_freeze()Amitay Isaacs1-2/+3
2013-06-14build: Fix tdb.h path to enable building with system TDB libraryMathieu Parent1-1/+1
2012-10-20ctdb_freeze: Replace locking functions with locking APIAmitay Isaacs1-140/+18
2012-07-16ctdbd: Return explicit boolean values for function returning boolAmitay Isaacs1-1/+1
2012-05-28server: Replace BOOL datatype with bool, True/False with true/falseAmitay Isaacs1-1/+1
2012-05-03Track all child process so we never send a signal to an unrelated process (ou...Ronnie Sahlberg1-3/+3
2012-04-13Remove explicit include of lib/tevent/tevent.h.Amitay Isaacs1-1/+0
2011-03-21This needs more testing firstRonnie Sahlberg1-5/+0
2011-03-21ctdbd: call tdb_reopen_all() in freeze child.Rusty Russell1-0/+5