ctdb-call: Convert pending calls list to per database list
[samba.git] / ctdb / include / ctdb_private.h
2015-10-07 Amitay Isaacsctdb-call: Convert pending calls list to per database...
2015-10-07 Amitay Isaacsctdb-locking: Add ctdb_db_iterator to iterate through...
2015-10-07 Amitay Isaacsctdb-locking: Expose ctdb_db_prio_iterator function
2015-09-07 Martin Schwenkectdb-daemon: Drop struct ctdb_control_killtcp
2015-08-07 Amitay Isaacsctdb-daemon: Reset database statistics when resetting...
2015-08-07 Amitay Isaacsctdb-system: Remove unused system specific calls
2015-07-10 Amitay Isaacsctdb-daemon: Remove control CTDB_CONTROL_SET_CALL
2015-07-01 Martin Schwenkectdb-recoverd: Add new function clear_ip_assignment_tree()
2015-05-30 Günther Deschnerctdb: remove various dead prototypes from the ctdb...
2015-05-11 Amitay Isaacsctdb-daemon: Remove obsolete IPv4 only controls
2015-05-10 Martin Schwenkectdb-daemon: Remove unused capabilities field from...
2015-04-07 Martin Schwenkectdb-common: Move ctdb_node_list_to_map() to utilities
2015-03-27 Amitay Isaacsctdb-daemon: Drop tunable that is no longer in use
2015-03-23 Martin Schwenkectdb-daemon: New control CTDB_CONTROL_GET_NODES_FILE
2015-03-23 Martin Schwenkectdb-daemon: Move ctdb_read_nodes_file() to utilities
2015-03-23 Martin Schwenkectdb-daemon: Store node addresses as ctdb_sock_addr...
2015-03-23 Martin Schwenkectdb-common: Drop ctdb context from ctdb_parse_address()
2015-03-10 Martin Schwenkectdb-common: New function ctdb_set_helper()
2015-02-13 Martin Schwenkectdb-recoverd: Simplify ctdb_recovery_lock()
2015-02-13 Martin Schwenkectdb-recoverd: New function ctdb_recovery_unlock()
2015-02-13 Martin Schwenkectdb-recoverd: New function ctdb_recovery_have_lock()
2014-10-28 Martin Schwenkectdb-logging: Replace logd code with a basic syslog...
2014-10-28 Martin Schwenkectdb-logging: Separate out syslog and file logging...
2014-10-28 Martin Schwenkectdb-logging: Remove log member from struct ctdb_context
2014-10-06 Martin Schwenkectdb-logging: Remove log ringbuffer
2014-09-23 Martin Schwenkectdb-logging: Add forward declaration of debug_level
2014-09-12 Amitay Isaacsctdb-daemon: Make sure ctdb runs with real-time priority
2014-09-09 Martin Schwenkectdb-util: Remove declaration of non-existent ctdb_faul...
2014-09-09 Martin Schwenkectdb-daemon: Move some inline declarations to header...
2014-09-05 Amitay Isaacsctdb-daemon: Defer all calls when processing dmaster...
2014-09-05 Amitay Isaacsctdb-common: Refactor code to convert TDB_DATA key...
2014-09-05 Amitay Isaacsctdb-include: Remove declaration of non-existent function
2014-09-05 Amitay Isaacsctdb-locking: Remove unused function ctdb_free_lock_req...
2014-09-05 Amitay Isaacsctdb-locking: Talloc lock request from client specified...
2014-08-21 Martin Schwenkectdb-common: Copy functions sys_read() and sys_write...
2014-08-04 Amitay Isaacsctdb-locking: Add per database queues for pending and...
2014-08-04 Amitay Isaacsctdb-locking: Remove unused variable lock_num_pending
2014-08-04 Amitay Isaacsctdb-locking: Add new tunable LockProcessesPerDB
2014-07-09 Amitay Isaacsctdb-daemon: Support per-node robust mutex feature
2014-07-07 Amitay Isaacsctdb-daemon: Do not thaw databases if recovery is active
2014-07-05 Martin Schwenkectdb-daemon: Remove ctdbd_pid global variable
2014-06-12 Amitay Isaacsctdb-logging: Split ringbuffer handling code from ctdb_...
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-common: Remove unused functions
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-12 Amitay Isaacsctdb-common: No need to save previous scheduler priority
2014-04-14 Amitay Isaacsctdb-daemon: Add control CTDB_CONTROL_DB_DETACH
2014-04-07 Amitay Isaacsctdb-daemon: Always update database priority cluster...
2014-03-23 Martin Schwenkectdb/daemon: Make delete IP wait until the IP is released
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-16 Amitay Isaacsctdb-daemon: Remove ctdb_fork_with_logging()
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...
2013-11-27 Amitay Isaacsctdb-common: Refactor code to keep track of child processes
2013-11-27 Amitay Isaacsctdb-locking: Implement active lock requests limit...
2013-11-27 Martin Schwenkectdb-recoverd: Fix backward compatibility for CTDB_SRVI...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-11-13 Stefan Metzmacherremove partial ctdb/ import
2013-10-30 Amitay Isaacstunables: Remove obsolete tunables
2013-10-25 Martin Schwenkecommon: New function ctdb_mkdir_p_or_die()
2013-10-25 Martin Schwenkecommon: New function mkdir_p()
2013-10-22 Martin Schwenkectdbd: Pass the public address file location in ctdb...
2013-10-22 Martin Schwenkectdbd: Default for event_script_dir should use CTDB_BASE
2013-10-22 Martin Schwenkectdbd: Add nodes_file member to struct ctdb_context
2013-10-04 Amitay Isaacsctdbd: Remove transaction code related to TRANS2 commits
2013-10-04 Amitay Isaacsinclude: Remove unused set_dmaster structure
2013-09-19 Martin Schwenkerecoverd: Fix the implementation of CTDB_SRVID_REBALANC...
2013-09-19 Martin Schwenkerecoverd: Make the SRVID request structure generic
2013-08-22 Martin Schwenkerecoverd: Move struct ctdb_public_ip_list back into...
2013-08-22 Amitay IsaacsRevert "LACOUNT: Add back lacount mechanism to defer...
2013-07-29 Amitay IsaacsRevert "ctdbd: Remove incomplete ctdb_db_statistics_wir...
2013-07-10 Amitay Isaacscommon/system: Add ctdb_set_process_name() function
2013-07-10 Amitay Isaacsctdbd: No need for DeadlockTimeout tunable
2013-07-10 Amitay Isaacsctdbd: Remove incomplete ctdb_db_statistics_wire structure
2013-07-05 Martin Schwenkerecoverd: Clean up log messages in remote IP verification
2013-07-05 Martin Schwenkeutil: New function ctdb_die()
2013-07-02 Amitay Isaacsbanning: Make ctdb_local_node_got_banned() a void function
2013-07-02 Amitay Isaacsfreeze: Make ctdb_start_freeze() a void function
2013-06-22 Martin Schwenkectdbd: Refactor shutdown sequence
2013-05-24 Martin Schwenkectdbd: Add new runstate CTDB_RUNSTATE_FIRST_RECOVERY
2013-05-24 Martin Schwenkectdbd: Replace ctdb->done_startup with ctdb->runstate
2013-05-23 Amitay Isaacslocking: Remove functions that are not used anymore
2013-05-07 Martin Schwenkerecoverd: Fix tunable NoIPTakeoverOnDisabled, rename...
2013-05-06 Martin Schwenkectdbd: Remove the "stopped" event
2013-05-06 Martin Schwenkectdbd: New control CTDB_CONTROL_IPREALLOCATED
2013-04-24 Michael Adamvacuum: introduce the RECEIVE_RECORDS control
2013-04-18 Martin Schwenkeutil: Removed unused declaration of ctdbd_start()
2013-04-18 Martin Schwenkeinclude: Move ctdb_start_daemon() from ctdb_client...
2013-04-18 Martin Schwenkectdbd: Add --pidfile option
2013-04-18 Martin Schwenkeutil: New functions ctdb_set_child_info() and ctdb_is_c...
2013-04-17 Michael Adamctdbd: unimplement the unused SET_DMASTER control
2013-04-17 Amitay Isaacstraverse: Add CTDB_CONTROL_TRAVERSE_ALL_EXT to support...
2013-03-06 Amitay Isaacsctdbd: Add an index db for message list for faster...
2013-02-07 Martin SchwenkeLogging: Fix breakage when freeing the log ringbuffer
2013-02-05 Martin Schwenkectdbd: Remove command-line option --debug-hung-script
2013-02-05 Martin Schwenkectdbd: Remove debug_hung_script_ctx
next