ctdb.git
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 Isaacsscripts: Fix the regular expresssion for parsing /proc...
2014-09-25 Amitay Isaacslocking: Reset ttimer before doing an early return
2014-09-23 Amitay Isaacsdoc: Update NEWS
2014-09-18 Amitay Isaacsscripts: Do not export variables if they are not set
2014-09-18 Amitay Isaacsscripts: Fix a typo
2014-09-18 Martin Schwenkeutil: Log an error if there is no way to set scheduler
2014-09-12 Amitay Isaacsdoc: Add reference to new magepage ctdb-statistics
2014-09-12 Amitay Isaacsdoc: Add ctdb-statistics manual page
2014-09-12 Amitay Isaacsdaemon: Decrement pending calls statistics when calls...
2014-09-12 Amitay Isaacstests: Do not expect real-time priority when running...
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 Isaacscommon: Refactor code to convert TDB_DATA key to aligne...
2014-09-08 Amitay Isaacsinclude: Remove declaration of non-existent 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 Schwenkeutil: Fix warning about ignored result from system()
2014-08-21 Martin SchwenkeUse sys_read() and sys_write() to ensure correct signal...
2014-08-21 Martin Schwenkecommon: Copy functions sys_read() and sys_write() from...
2014-08-21 Martin Schwenketools: Be more helpful when CTDB CLI tool is run on...
2014-08-21 Martin Schwenketools: Factor out new function find_node_xpnn() from...
2014-08-21 Martin Schwenkereplace: Remove unused item returned by FAILED()
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-13 Martin Schwenkedoc: Fix default database directories in ctdbd.1
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-08-01 Martin Schwenkeeventscripts: Remove special case for virtio_net
2014-07-29 Martin Schwenkeeventscripts: Remove unused argument to natgw_ensure_ma...
2014-07-29 Martin Schwenketests: Add another LCP2 takeover test
2014-07-29 Martin Schwenkeeventscripts: Remove NAT gateway "monitor" event
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 Isaacsutil: Refactor record marshalling routines to avoid...
2014-07-23 Amitay Isaacsutil: Refactor ctdb_marshall_record
2014-07-23 Amitay Isaacsutil: Fix nonempty line endings
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-22 Volker Lendeckecommon: Fix verbose_memory_names
2014-07-22 Volker Lendeckecommon: Avoid a talloc in ctdb_queue_send
2014-07-21 Martin Schwenkerecoverd: Gently abort recovery when election is underway
2014-07-15 Amitay Isaacsltdb: Use tdb_null instead of zeroing TDB_DATA variable
2014-07-09 Amitay Isaacsdaemon: Support per-node robust mutex feature
2014-07-09 Amitay Isaacsdaemon: Enable robust mutexes only if TDB_MUTEX_LOCKING...
2014-07-09 Volker Lendeckedaemon: Allow flag TDB_MUTEX_LOCKING to pass into db_attach
2014-07-09 Amitay Isaacsdaemon: Simplify code a bit
2014-07-09 Amitay Isaacsdaemon: Use false instead of 0 for boolean arguments
2014-07-08 Amitay Isaacstests: Add a test for ctdb restoredb
2014-07-08 Amitay Isaacstests: Check that ctdb wipedb cleans the database
2014-07-08 Amitay Isaacsdaemon: Do not thaw databases if recovery is active
2014-07-08 Amitay Isaacsrecoverd: Set recovery mode before freezing databases
2014-07-08 Amitay Isaacstools: There is no need for forcing a recovery
2014-07-08 Amitay IsaacsRevert "It was possible for ->recovery_mode to get...
2014-07-08 Martin Schwenkecommon: Use SCHED_RESET_ON_FORK when setting SCHED_FIFO
2014-07-08 Martin Schwenkerecoverd: Don't say "Election timed out"
2014-07-08 Martin Schwenkerecoverd: Log a message when releasing the recovery...
2014-07-08 Martin Schwenkescripts: Support NFS on RHEL7 with systemd
2014-07-07 Amitay Isaacsrecoverd: No need to set ctdbd_pid again
2014-07-07 Martin Schwenkedaemon: Remove ctdbd_pid global variable
2014-07-07 Martin Schwenkedaemon: Check PID in ctdb_remove_pidfile(), not unrelia...
2014-07-07 Martin Schwenkedaemon: Exit if setting the session ID fails
2014-07-03 Martin Schwenketests: Fix racy test for debugging hung scripts
2014-07-03 Martin Schwenkescripts: Always print footer when debugging hung script
2014-06-20 Martin Schwenkeeventscripts: Ensure $GANRECDIR points to configured...
2014-06-20 Martin Schwenkedaemon: Debugging for tickle updates
2014-06-20 Martin Schwenketests: Try harder to avoid failures due to repeated...
2014-06-17 Michael Adamvacuum: always run freelist_size again
2014-06-17 Michael Adamvacuum: add missing return to ctdb_vacuum_traverse_db...
2014-06-17 Michael Adamvacuum: remove now unused talloc ctx argument from...
2014-06-17 Michael Adamvacuum: move init of vdata into init_vdata funcion
2014-06-17 Michael Adamvacuum: remove vacuum limit from vdata - not used
2014-06-17 Michael Adamvacuum: remove a superfluous comment.
next