nsswitch: allow passing the domain name to wbcPingDC[2]()
[obnox/samba/samba-obnox.git] / ctdb / server /
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...
2014-02-14 Michael Adamctdb:vacuum: move retrieval of freelist to after vacuum run
2014-02-14 Michael Adamctdb:vacuum: fix debug message typo in add_record_to_de...
2014-02-13 Martin Schwenkectdb-recoverd: Fix a bug in the LCP2 rebalancing code
2014-02-12 Amitay Isaacsctdb-daemon: Consult CTDB_DEBUG_HUNG_SCRIPT variable...
2014-01-31 Amitay Isaacsctdb-daemon: Return negative status only if there are...
2014-01-31 Martin Schwenkectdb/daemon: reloadips must register state of asynchron...
2014-01-21 Amitay Isaacsctdb-daemon: Simplify listing event scripts using scandir
2014-01-21 Amitay Isaacsctdb-daemon: Do not run monitor event if any other...
2014-01-17 Martin Schwenkectdb/daemon: Untangle serialisation of 1st recovery...
2014-01-17 Martin Schwenkectdb/recoverd: Do not refuse disabling takeover runs...
2014-01-17 Martin Schwenkectdb-recoverd: Ignore failed ipreallocated controls...
2014-01-16 Amitay Isaacsctdb-daemon: Remove ctdb_fork_with_logging()
2014-01-16 Amitay Isaacsctdb-daemon: Remove unused code to run eventscripts
2014-01-16 Amitay Isaacsctdb-daemon: Replace ctdb_fork_with_logging with ctdb_v...
2014-01-16 Amitay Isaacsctdb-daemon: Replace ctdb_fork_with_logging with ctdb_v...
2014-01-16 Amitay Isaacsctdb-daemon: Add helper process to execute event scripts
2014-01-16 Amitay Isaacsctdb-daemon: Add ctdb_vfork_with_logging()
2014-01-16 Amitay Isaacsctdb-daemon: No need to call event scripts with CTDB_CA...
2014-01-16 Amitay Isaacsctdb-daemon: Deprecate RELOAD and STATUS events
2013-11-27 Martin Schwenkectdb-recoverd: Only respond to currently queued ipreall...
next