banning: If node is already banned, do not run ctdb_local_node_got_banned()
[ctdb.git] / server /
2015-07-31 Amitay Isaacsbanning: If node is already banned, do not run ctdb_loc...
2015-07-31 Amitay Isaacsdaemon: Correctly process the exit code from failed...
2015-07-22 Martin Schwenkedaemon: Ignore SIGUSR1
2015-07-16 Amitay Isaacsdaemon: Return correct sequence number for CONTROL_GET_...
2015-07-16 Martin Schwenkedaemon: Allow a new monitor event to cancel one already...
2015-07-16 Martin Schwenkedaemon: Improve error messages when eventscript control...
2015-07-16 Amitay Isaacsdaemon: Avoid double-free during monitor cancellation
2015-07-16 Amitay Isaacsdaemon: Fix valgrind invalid read error in db_statistic...
2015-07-16 Martin Schwenkedaemon: Promote debug messages about --start-as-* to...
2015-07-16 Martin Schwenkerecoverd: Clear IP assignment tree on election loss
2015-07-16 Martin Schwenkerecoverd: Add new function clear_ip_assignment_tree()
2015-06-15 Michael Adamvacuum: revert "Do not delete VACUUM MIGRATED records...
2015-06-15 Stefan Metzmacherlocking: move all auto_mark logic into process_callbacks()
2015-06-15 Stefan Metzmacherlocking: make process_callbacks() more robust
2015-06-15 Amitay Isaacslocking: Add a comment to explain auto_mark usage
2015-06-15 Amitay Isaacslocking: Avoid resetting talloc destructor
2015-06-15 Amitay Isaacslocking: Avoid memory leak in the failure case
2015-06-15 Amitay Isaacslocking: Set destructor when lock_context is created
2015-06-15 Stefan Metzmacherlocking: Set the lock_ctx->request to NULL when request...
2015-06-15 Stefan Metzmacherlocking: Avoid memory corruption in ctdb_lock_context_d...
2015-04-17 Amitay Isaacsdaemon: Drop tunable that is no longer in use
2015-04-17 Amitay Isaacsrecoverd: Fix typo in comment
2015-03-27 Martin Schwenkerecoverd: Change include of dlinklist.h to contain...
2015-03-27 Martin Schwenkedaemon: Drop the argument to fault_setup()
2015-03-27 Martin Schwenkeutil: Add extra max_size argument to file_lines_load()
2015-03-27 Martin Schwenkecommon: Move hex_decode_talloc() to the lock helper
2015-03-27 Martin Schwenkedaemon: Move some inline declarations to header file
2015-03-27 Martin Schwenketests: Mark some functions as static
2015-03-27 Martin SchwenkeFix some "declarations after code" problems
2015-03-06 Amitay Isaacslocking: Back-off from logging every 10 seconds
2015-02-26 Martin Schwenkeclient: Return a value of 1 when setting obsolete tunab...
2015-02-18 Martin Schwenkerecoverd: Abort when daemon can take recovery lock...
2015-02-18 Martin Schwenkerecoverd: Improve error messages on recovery lock coher...
2015-02-18 Martin Schwenkerecoverd: Don't release and re-take the recovery lock
2015-02-18 Martin Schwenkerecoverd: Simplify ctdb_recovery_lock()
2015-02-18 Martin Schwenkerecoverd: Remove check_recovery_lock()
2015-02-18 Martin Schwenkerecoverd: Improve logging when recovery lock file is...
2015-02-18 Martin Schwenkerecoverd: New function ctdb_recovery_unlock()
2015-02-18 Martin Schwenkerecoverd: New function ctdb_recovery_have_lock()
2015-02-18 Martin Schwenkedaemon: Log a warning when setting obsolete tunables
2015-02-18 Martin Schwenkedaemon: Mark tunable VerifyRecoveryLock as obsolete
2015-02-06 Martin Schwenkedaemon: Fix SET_RECLOCK_FILE regression
2015-02-06 Michael Adamimprove helpfulness of debug message when taking recloc...
2015-02-06 Martin Schwenkedaemon: Handle out-of-memory when setting recovery...
2015-02-02 Amitay Isaacsdaemon: Use correct tdb flags when enabling robust...
2014-12-10 Martin Schwenkedaemon: Trust vnn->interface for an IP when releasing it
2014-12-08 Martin Schwenkelogging: Rename ctdb_log_handler() to ctdb_child_log_ha...
2014-12-08 Martin Schwenkelogging: Remove debug levels DEBUG_ALERT and DEBUG_CRIT
2014-12-08 Martin Schwenkelogging: Remove DEBUG_EMERG
2014-12-08 Amitay Isaacsrecoverd: Process all the records for vacuum fetch...
2014-12-08 Amitay Isaacsvacuum: Do not delete VACUUM MIGRATED records immediately
2014-12-08 Amitay Isaacsvacuum: Use non-blocking lock when traversing delete...
2014-12-08 Amitay Isaacsvacuum: Use non-blocking lock when traversing delete...
2014-12-08 Amitay Isaacsvacuum: Stagger vacuuming child processes
2014-12-08 Amitay Isaacsvacuum: Track time for vacuuming in database statistics
2014-11-16 Amitay Isaacsdaemon: Improve error handling for running event scripts
2014-09-25 Amitay Isaacsdaemon: Fix the usage for lock helper ctdb-2.5.4
2014-09-25 Amitay Isaacsrecoverd: If obtaining recovery lock fails, try again
2014-09-25 Amitay Isaacslocking: Reset ttimer before doing an early return
2014-09-12 Amitay Isaacsdaemon: Decrement pending calls statistics when calls...
2014-09-12 Amitay Isaacsdaemon: Make sure ctdb runs with real-time priority
2014-09-12 Martin Schwenkelocking: Fork lock helper with vfork_with_logging()
2014-09-12 Martin Schwenkelocking: Add argc parameter to lock_helper_args()
2014-09-12 Amitay Isaacslocking: Set real-time priority for lock helpers
2014-09-12 Amitay Isaacsdaemon: Increment pending calls statistics correctly
2014-09-08 Amitay Isaacscall: Drop all deferred requests from older generation
2014-09-08 Amitay Isaacslocking: Do not reset real-time priority for lock helpers
2014-09-08 Amitay Isaacsdaemon: Defer all calls when processing dmaster packets
2014-09-08 Amitay Isaacsdaemon: Remove duplicate code with refactored function
2014-09-08 Amitay Isaacslocking: Remove unused function ctdb_free_lock_request_...
2014-09-08 Amitay Isaacslocking: Talloc lock request from client specified...
2014-09-08 Amitay Isaacslocking: Run debug locks script only if the node is...
2014-08-21 Martin Schwenkedaemon: Fix some strict-aliasing warnings
2014-08-21 Martin SchwenkeUse sys_read() and sys_write() to ensure correct signal...
2014-08-14 Amitay Isaacsreadonly: Do not abort if revoke of readonly record...
2014-08-14 Amitay Isaacsreadonly: Add an early return to simplify code
2014-08-06 Volker Lendeckelocking: Simplify ctdb_find_lock_context()
2014-08-06 Volker Lendeckelocking: TALLOC_FREE copes with NULL
2014-08-05 Amitay Isaacslocking: Add per database queues for pending and active...
2014-08-05 Amitay Isaacslocking: Update a comment
2014-08-05 Amitay Isaacslocking: Simplify check for locks on record or database
2014-08-05 Amitay Isaacslocking: Decrement pending statistics when lock is...
2014-08-05 Amitay Isaacslocking: Update ctdb statistics for all lock types
2014-08-05 Amitay Isaacslocking: Add DB lock requests to head of the pending...
2014-08-05 Amitay Isaacslocking: Remove unused variable lock_num_pending
2014-08-05 Amitay Isaacslocking: Increase number of lock processes per database...
2014-08-05 Amitay Isaacslocking: Add new tunable LockProcessesPerDB
2014-08-05 Amitay Isaacslocking: Allocate lock request soon after allocating...
2014-08-05 Amitay Isaacslocking: Remove unused function find_lock_context()
2014-08-05 Amitay Isaacslocking: Schedule the next possible lock based on per...
2014-08-05 Amitay Isaacslocking: Remove multiple lock requests per lock context...
2014-08-05 Amitay Isaacslocking: Remove multiple lock requests per lock context...
2014-08-05 Amitay Isaacslocking: Remove unused structure members
2014-08-05 Amitay Isaacslocking: Fix the lock_type_str corresponding to LOCK_ALLDB
2014-07-24 Michael Adamvacuum: stop vacuuming when the first delete_list trave...
2014-07-23 Amitay Isaacsvacuum: Use existing function ctdb_marshall_finish
2014-07-23 Amitay Isaacsvacuum: Use ctdb_marshall_add to add a record to marsha...
2014-07-23 Amitay Isaacsvacuum: If talloc_realloc fails, terminate traverse
2014-07-23 Amitay Isaacsvacuum: Fix talloc hierarchy in delete_marshall_traverse
2014-07-21 Martin Schwenkerecoverd: Gently abort recovery when election is underway
next