libwbclient: Call correct function for wbcPingDc2 test
[ira/wip.git] / ctdb / server /
2014-07-09 Amitay Isaacsctdb-daemon: Support per-node robust mutex feature
2014-07-09 Amitay Isaacsctdb-daemon: Enable robust mutexes only if TDB_MUTEX_LO...
2014-07-09 Volker Lendeckectdb-daemon: Allow flag TDB_MUTEX_LOCKING to pass into...
2014-07-09 Amitay Isaacsctdb-daemon: Simplify code a bit
2014-07-09 Amitay Isaacsctdb-daemon: Use false instead of 0 for boolean arguments
2014-07-07 Amitay Isaacsctdb-daemon: Do not thaw databases if recovery is active
2014-07-07 Amitay Isaacsctdb-recoverd: Set recovery mode before freezing databases
2014-07-07 Amitay IsaacsRevert "It was possible for ->recovery_mode to get...
2014-07-07 Martin Schwenkectdb-recoverd: Don't say "Election timed out"
2014-07-07 Martin Schwenkectdb-recoverd: Log a message when releasing the recover...
2014-07-05 Amitay Isaacsctdb-recoverd: No need to set ctdbd_pid again
2014-07-05 Martin Schwenkectdb-daemon: Remove ctdbd_pid global variable
2014-07-05 Martin Schwenkectdb-daemon: Check PID in ctdb_remove_pidfile(), not...
2014-07-05 Martin Schwenkectdb-daemon: Exit if setting the session ID fails
2014-06-24 Amitay Isaacsctdb-build: Use CTDB_ETCDIR instead of ETCDIR/ctdb
2014-06-20 Martin Schwenkectdb-daemon: Debugging for tickle updates
2014-06-17 Michael Adamctdb:vacuum: always run freelist_size again
2014-06-17 Michael Adamctdb:vacuum: add missing return to ctdb_vacuum_traverse...
2014-06-17 Michael Adamctdb:vacuum: remove now unused talloc ctx argument...
2014-06-17 Michael Adamctdb:vacuum: move init of vdata into init_vdata funcion
2014-06-17 Michael Adamctdb:vacuum: remove vacuum limit from vdata - not used
2014-06-17 Michael Adamctdb:vacuum: remove a superfluous comment.
2014-06-17 Michael Adamctdb:vacuum: untangle assignmend and check for return...
2014-06-17 Michael Adamctdb:vacuum: remove a superfluous and misleading comment
2014-06-17 Michael Adamctdb:vacuum: remove now unused ctdb_repack_tdb().
2014-06-17 Michael Adamctdb:vacuum: use plain tdb_repack() instead of ctdb_rep...
2014-06-17 Michael Adamctdb:vacuum: remove a comment in ctdb_vacuum_and_repack...
2014-06-17 Michael Adamctdb:vacuum: adapt debug message for repacking.
2014-06-12 Amitay Isaacsctdb-daemon: Reset scheduler policy for helper processes
2014-06-12 Amitay Isaacsctdb-daemon: Do not complain if node is inactive and...
2014-06-12 Amitay Isaacsctdb-daemon: Remove duplicate code from helper binaries
2014-06-12 Amitay Isaacsctdb-logging: Move controls handling functions from...
2014-06-12 Amitay Isaacsctdb-daemon: Rename ctdb_mkdir_p_or_die to mkdir_p_or_die
2014-06-12 Amitay Isaacsctdb-daemon: Rename ctdb_lockdown_memory to lockdown_memory
2014-06-12 Amitay Isaacsctdb-daemon: Instead of passing ctdb context, pass...
2014-06-12 Amitay Isaacsctdb-daemon: Rename block_signal to ignore_signal
2014-06-12 Amitay Isaacsctdb-daemon: No need to block SIGPIPE at startup
2014-06-12 Amitay Isaacsctdb-common: Drop ctdb prefix from utility functions...
2014-06-12 Amitay Isaacsctdb-common: Changing scheduler policy does not require...
2014-06-05 Michael Adamctdb:server: fix DEBUG message for wrong event script...
2014-05-05 Martin Schwenkectdb-daemon: Move a ZERO_STRUCT() to a better place
2014-04-30 Volker Lendeckectdb: Fix a comment typo
2014-04-23 Amitay Isaacsctdb-recoverd: Detach database from recovery daemon
2014-04-23 Amitay Isaacsctdb-daemon: Talloc tdb_wrap off ctdb_db_context
2014-04-23 Amitay Isaacsctdb-daemon: Do not allow database detach if AllowClien...
2014-04-14 Amitay Isaacsctdb-daemon: Add control CTDB_CONTROL_DB_DETACH
2014-04-07 Amitay Isaacsctdb-daemon: Always update database priority cluster...
2014-04-01 Gregor Beckctdb:daemon avoid goto ctdb_remove_orphaned_ifaces()
2014-03-31 Gregor Beckctdb:daemon take a shortcut in all_nodes_are_disabled()
2014-03-31 Amitay Isaacsctdb-readonly: Do not use hard-coded value for readonly...
2014-03-28 Amitay Isaacsctdb-locking: Instead of comparing key, compare key...
2014-03-28 Amitay Isaacsctdb-locking: Check for talloc_memdup error
2014-03-28 Amitay Isaacsctdb-locking: Avoid memory leak
2014-03-23 Martin Schwenkectdb/daemon: Optimise deletion of IPs
2014-03-23 Martin Schwenkectdb/daemon: Make delete IP wait until the IP is released
2014-03-23 Martin Schwenkectdb-daemon: Do not disable monitoring when running...
2014-03-23 Martin Schwenkectdb-daemon: Fix tickle updates to recently started...
2014-03-06 Michael Adamctdb-vacuum: fix delete list counts in delete_marshall_...
2014-03-06 Michael Adamctdb-vacuum: fix possible cause for delelete_list proce...
2014-03-06 Michael Adamctdb-vacuum: systematize counters into various structs
2014-03-06 Michael Adamctdb-vacuum: remove unused counter vdata->total
2014-03-06 Michael Adamctdb-vacuum: make ctdb_process_delete_list() void
2014-03-06 Michael Adamctdb-vacuum: make ctdb_process_vacuum_fetch_lists(...
2014-03-06 Michael Adamctdb-vacuum: make ctdb_vacuum_traverse_db() void.
2014-03-06 Michael Adamctdb-vacuum: don't stop in process_vacuum_fetch_lists...
2014-03-06 Michael Adamctdb-vacuum: catch and log errors to traverse the delet...
2014-03-06 Michael Adamctdb-vacuum: catch and log error of traverse in ctdb_pr...
2014-03-06 Michael Adamctdb-vacuum: use tdb_parse_record instead of tdb_fetch...
2014-03-06 Michael Adamctdb-vacuum: simplify delete_marshall_traverse_first...
2014-03-06 Michael Adamctdb-vacuum: remove VacuumLimit criterion for triggerin...
2014-03-06 Michael Adamctdb-vacuum: treat value 0 of tunable VacuumLimit as...
2014-03-06 Michael Adamctdb-vacuum: add consistency check for counts at end...
2014-03-06 Michael Adamctdb-vacuum: log error if records are left for deletion...
2014-03-06 Michael Adamctdb-vacuum: use tdb_parse_record instead of tdb_fetch...
2014-03-06 Michael Adamctdb-vacuum: update comment for ctdb_process_delete_queue
2014-03-06 Michael Adamctdb-vacuum: rename ctdb_vacuum_db_fast --> ctdb_proces...
2014-03-06 Michael Adamctdb-vacuum: update comment for ctdb_vacuum_traverse_db
2014-03-06 Michael Adamctdb-vacuum: rename ctdb_vacuum_db_full --> ctdb_vacuum...
2014-03-06 Michael Adamctdb-vacuum: change full db traverse vacuuming to fill...
2014-03-06 Michael Adamctdb-vacuum: run the fast vacuum after the db traverse
2014-03-06 Michael Adamctdb-vacuum: rename private->private_data in repack_tra...
2014-03-06 Michael Adamctdb-vacuum: rename private->private_data in vacuum_tra...
2014-03-06 Michael Adamctdb-vacuum: extract check for full vacuum run out...
2014-03-06 Michael Adamctdb-vacuum: add consistency check for counts to ctdb_v...
2014-03-06 Michael Adamctdb-vacuum: use tdb_parse_record instead of tdb_fetch...
2014-03-06 Michael Adamctdb-vacuum: simplify delete_record_traverse() - free...
2014-03-06 Michael Adamctdb-vacuum: simplify delete_queue_traverse() - free...
2014-03-06 Michael Adamctdb-vacuum: reduce indentation in delete_queue_traverse
2014-03-06 Michael Adamctdb-vacuum: treat value 0 of tunable RepackLimit as...
2014-03-06 Michael Adamctdb-vacuum: fix treatment of remaining records and...
2014-03-06 Michael Adamctdb-vacuum: cast freelist_size in comparison.
2014-03-06 Michael Adamctdb-vacuum: improve output of delete list statistics
2014-03-04 Amitay Isaacsctdb-daemon: Do not support connection tracking if...
2014-02-27 Amitay Isaacsctdb-recoverd: Check if callback function is registered...
2014-02-27 Amitay Isaacsctdb-daemon: After updating tickles on other nodes...
2014-02-27 Martin Schwenkectdb-daemon: Implement ctdb_control_startup()
2014-02-27 Amitay Isaacsctdb-daemon: Fix whitespaces
2014-02-27 Amitay Isaacsctdb-daemon: Always talloc tickle array off vnn instead...
2014-02-19 Martin Schwenkectdb-recoverd: LCP2 cleanups
2014-02-19 Martin Schwenkectdb-recoverd: Optimise check for rebalance candidates...
next