ctdb-daemon: Fix signed/unsigned comparisons by casting
[samba.git] / ctdb / server / ctdb_lock.c
2019-06-05 Martin Schwenkectdb-daemon: Attempt to silence CID 1357985 (Unchecked...
2017-06-26 Amitay Isaacsctdb-locking: Get tdb open flags from tdb instead of...
2017-06-19 Amitay Isaacsctdb-locking: If a record could not be locked, log...
2017-06-19 Amitay Isaacsctdb-locking: Reduce logging in case of contention
2017-06-19 Amitay Isaacsctdb-locking: There are no ALLDB locks any more
2017-01-12 Amitay Isaacsctdb-locking: Explicitly unlock record/db in lock helper
2016-12-05 Amitay Isaacsctdb-locking: Start locking helper using ctdb_vfork_exec
2016-11-29 Martin Schwenkectdb-common: Drop CTDB's copy of sys_read() and sys_write()
2016-09-22 Amitay Isaacsctdb-locking: Restrict lock debugging to once per second
2016-09-22 Amitay Isaacsctdb-locking: Log if ctdb is unable to take db locks...
2016-07-25 Amitay Isaacsctdb-locking: Remove ctdb_db_prio_iterator function
2016-07-25 Amitay Isaacsctdb-locking: Remove API for locking databases with...
2016-07-25 Amitay Isaacsctdb-locking: Remove API for locking all databases
2016-07-25 Amitay Isaacsctdb-locking: Drop code for Samba 3.x compatibility
2016-06-20 Amitay Isaacsctdb-locking: Avoid real-time in lock helper if nosetsc...
2016-02-06 Michael Adamdlist: remove unneeded type argument from DLIST_ADD_END()
2015-11-15 Amitay Isaacsctdb-server: Replace ctdb_logging.h with common/logging.h
2015-11-03 Amitay Isaacsctdb-daemon: Remove explicit include of ctdb_protocol.h
2015-10-30 Amitay Isaacsctdb-daemon: Separate prototypes for common client...
2015-10-30 Amitay Isaacsctdb-daemon: Remove dependency on includes.h
2015-10-30 Amitay Isaacsctdb-daemon: Stop using tevent compatibility definitions
2015-10-30 Amitay Isaacsctdb-daemon: Separate prototypes for system specific...
2015-10-07 Amitay Isaacsctdb-locking: Add mark/unmark functions for a single...
2015-10-07 Amitay Isaacsctdb-daemon: Avoid the use of ctdb->freeze_mode variable
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-10-07 Amitay Isaacsctdb-locking: Rename ctdb_db_iterator to ctdb_db_prio_i...
2015-10-07 Amitay Isaacsctdb-locking: Remove unused priority argument from...
2015-06-12 Stefan Metzmacherctdb-locking: move all auto_mark logic into process_cal...
2015-06-12 Stefan Metzmacherctdb-locking: make process_callbacks() more robust
2015-06-12 Amitay Isaacsctdb-locking: Add a comment to explain auto_mark usage
2015-06-12 Amitay Isaacsctdb-locking: Avoid resetting talloc destructor
2015-06-12 Amitay Isaacsctdb-locking: Avoid memory leak in the failure case
2015-06-12 Amitay Isaacsctdb-locking: Set destructor when lock_context is created
2015-06-12 Stefan Metzmacherctdb-locking: Set the lock_ctx->request to NULL when...
2015-06-12 Stefan Metzmacherctdb-locking: Avoid memory corruption in ctdb_lock_cont...
2015-03-10 Martin Schwenkectdb-daemon: Use statically allocated arrays for helper...
2015-03-05 Amitay Isaacsctdb-locking: Back-off from logging every 10 seconds
2014-12-19 Amitay Isaacsctdb-daemon: Use correct tdb flags when enabling robust...
2014-10-08 Martin Schwenkectdb-build: Rename define BINDIR to CTDB_HELPER_BINDIR
2014-09-25 Amitay Isaacsctdb-locking: Reset ttimer before doing an early return
2014-09-12 Martin Schwenkectdb-locking: Fork lock helper with vfork_with_logging()
2014-09-12 Martin Schwenkectdb-locking: Add argc parameter to lock_helper_args()
2014-09-09 Martin Schwenkectdb-util: Rename db_wrap to tdb_wrap and make it a...
2014-09-09 Martin Schwenkectdb-tests: Mark some functions as static
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-09-05 Amitay Isaacsctdb-locking: Run debug locks script only if the node...
2014-08-21 Martin Schwenkectdb: Use sys_read() and sys_write() to ensure correct...
2014-08-06 Volker Lendeckectdb-locking: Simplify ctdb_find_lock_context()
2014-08-06 Volker Lendeckectdb-locking: TALLOC_FREE copes with NULL
2014-08-04 Amitay Isaacsctdb-locking: Add per database queues for pending and...
2014-08-04 Amitay Isaacsctdb-locking: Update a comment
2014-08-04 Amitay Isaacsctdb-locking: Simplify check for locks on record or...
2014-08-04 Amitay Isaacsctdb-locking: Decrement pending statistics when lock...
2014-08-04 Amitay Isaacsctdb-locking: Update ctdb statistics for all lock types
2014-08-04 Amitay Isaacsctdb-locking: Add DB lock requests to head of the pendi...
2014-08-04 Amitay Isaacsctdb-locking: Remove unused variable lock_num_pending
2014-08-04 Amitay Isaacsctdb-locking: Add new tunable LockProcessesPerDB
2014-08-04 Amitay Isaacsctdb-locking: Allocate lock request soon after allocati...
2014-08-04 Amitay Isaacsctdb-locking: Remove unused function find_lock_context()
2014-08-04 Amitay Isaacsctdb-locking: Schedule the next possible lock based...
2014-08-04 Amitay Isaacsctdb-locking: Remove multiple lock requests per lock...
2014-08-04 Amitay Isaacsctdb-locking: Remove multiple lock requests per lock...
2014-08-04 Amitay Isaacsctdb-locking: Remove unused structure members
2014-08-04 Amitay Isaacsctdb-locking: Fix the lock_type_str corresponding to...
2014-04-30 Volker Lendeckectdb: Fix a comment typo
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
2013-11-27 Amitay Isaacsctdb-locking: Use vfork instead of fork to exec helpers
2013-11-27 Amitay Isaacsctdb-locking: Update current lock statistics when lock...
2013-11-27 Amitay Isaacsctdb-locking: Do not merge multiple lock requests to...
2013-11-27 Amitay Isaacsctdb-locking: Implement active lock requests limit...
2013-11-19 Amitay Isaacsctdb-server: Coverity fixes
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-10-22 Martin Schwenkectdbd: Debug locks by default with override from enviro...
2013-08-09 Amitay Isaacslocking: Do not create multiple lock processes for...
2013-08-09 Amitay Isaacslocking: Move function find_lock_context() before ctdb_...
2013-07-10 Amitay Isaacslocking: Use external script to debug locking issues
2013-07-10 Amitay Isaacslocking: Update locking bucket intervals
2013-07-10 Amitay Isaacslocking: Update locks latency in CTDB statistics only...
2013-07-04 Amitay Isaacsbuild: Fix compiler warnings for uninitialized variables
2013-05-23 Amitay Isaacslocking: Set lock helper path once
2013-05-23 Amitay Isaacslocking: Remove functions that are not used anymore
2013-05-23 Amitay Isaacslocking: Remove functions that are not used anymore
2013-05-23 Amitay Isaacslocking: Use separate locking helper binary for locking
2013-05-23 Amitay Isaacslocking: Create commandline arguments for locking helper
2013-05-23 Amitay Isaacslocking: Use database iterator for unmarking databases
2013-05-23 Amitay Isaacslocking: Add handler function for unmarking a database
2013-05-23 Amitay Isaacslocking: Use database iterator for marking databases
2013-05-23 Amitay Isaacslocking: Add handler function for marking a database
2013-05-23 Amitay Isaacslocking: Use database iterator for unlocking databases
2013-05-23 Amitay Isaacslocking: Add handler function for unlocking a database
2013-05-23 Amitay Isaacslocking: Use database iterator for locking databases
2013-05-23 Amitay Isaacslocking: Add handler function for locking a database
2013-05-23 Amitay Isaacslocking: Refactor code to iterate over databases based...
2013-05-23 Amitay Isaacslocking: Add newline to debug logs
2013-01-05 Amitay Isaacsdaemon: Add a tunable to enable automatic database...
2012-11-14 Amitay Isaacslocking: Do not use RECLOCK for tracking DB locks and...
next