replmd: Try to add forward-link for unknown cross-partition links
[samba.git] / ctdb /
2017-08-17 Martin Schwenkectdb-daemon: Fix a return value
2017-08-17 Martin Schwenkectdb-daemon: Fix default socket location
2017-08-14 Amitay Isaacsctdb-daemon: Drop the implementation of CHECK_SRVIDS...
2017-08-14 Amitay Isaacsctdb-protocol: Drop unused protocol data structures
2017-08-14 Amitay Isaacsctdb-protocol: Drop marshalling code for CHECK_SRVIDS...
2017-08-14 Amitay Isaacsctdb-client: Drop client code to send CHECK_SRVIDS...
2017-08-14 Amitay Isaacsctdb-tools: Drop check_srvids command from ctdb tool
2017-08-14 Amitay Isaacsctdb-protocol: Mark CTDB_CONTROL_CHECK_SRVIDS obsolete
2017-08-14 Amitay Isaacsctdb-client: Server id exists should check if the pid...
2017-08-14 Martin Schwenkectdb-tools: Remove duplicate code
2017-08-14 Martin Schwenkectdb-scripts: Ignore shellcheck SC2181 warning (use...
2017-08-14 Martin Schwenkectdb-tools: Avoid shellcheck SC2181 warnings (use of...
2017-08-14 Martin Schwenkectdb-tools: Use a clear and readable if-statement
2017-08-14 Martin Schwenkectdb-tools: Reformat and explain complex code
2017-08-14 Martin Schwenkectdb-tools: Avoid shellcheck SC2188 warning (redirect...
2017-08-14 Martin Schwenkectdb-scripts: Avoid shellcheck warning SC2188 (redirect...
2017-08-14 Martin Schwenkectdb-tests: Indentation fixups
2017-08-14 Martin Schwenkectdb-tests: Fix logic to handle PATH additions for...
2017-08-14 Martin Schwenkectdb-tests: Move die() function to top of script
2017-08-14 Martin Schwenkectdb-tests: run_tests.sh sets evironment variable CTDB_...
2017-08-10 Martin Schwenkectdb-tests: Add a big no-op LCP2 IP takeover test
2017-08-10 Martin Schwenkectdb-takeover: Do not call ctdb_announce_vnn_iface...
2017-08-02 Martin Schwenkectdb-common: Reimplement pidfile_context_create() using...
2017-08-02 Martin Schwenkectdb-common: Rename pidfile_create() -> pidfile_context...
2017-07-23 Martin Schwenkectdb-tests: Add event script startup/shutdown tests
2017-07-23 Martin Schwenkectdb-scripts: Fix a typo
2017-07-13 Martin Schwenkectdb-docs: Update documentation of ipreallocated event
2017-07-13 Martin Schwenkectdb-common: Set close-on-exec when creating PID file
2017-07-12 Ralph Boehmectdb: enable mutexes for volatile TDBs by default
2017-07-11 Anoop C Sctdb-scripts: Fix inline comments in 10.interface
2017-07-04 Amitay Isaacsctdb-daemon: Increase priority of logs when recovery...
2017-07-04 Amitay Isaacsctdb-daemon: Increase priority of logs when shutting...
2017-07-04 Amitay Isaacsctdb-daemon: Increase priority of logs when ctdb starts...
2017-07-04 Amitay Isaacsctdb-daemon: Increase priority of logs when node is...
2017-07-04 Amitay Isaacsctdb-daemon: Increase priority of logs for recmaster...
2017-07-04 Amitay Isaacsctdb-daemon: Increase priority of logs for node connect...
2017-06-29 Amitay Isaacsctdb-tests: Add transaction/recovery test for replicate...
2017-06-29 Amitay Isaacsctdb-tests: Generalize transaction_loop test
2017-06-29 Amitay Isaacsctdb-tests: Support replicated db in tool tests
2017-06-29 Amitay Isaacsctdb-tests: Add database type option for tests
2017-06-29 Amitay Isaacsctdb-tools: Allow attach for replicated databases
2017-06-29 Amitay Isaacsctdb-client: Add db support for CTDB_DB_FLAGS_REPLICATED
2017-06-29 Amitay Isaacsctdb-client: Add sync api for DB_ATTACH_REPLICATED...
2017-06-29 Amitay Isaacsctdb-protocol: Add marshalling for CTDB_CONTROL_DB_ATTA...
2017-06-29 Amitay Isaacsctdb-daemon: Add implementation for CTDB_CONTROL_DB_ATT...
2017-06-29 Amitay Isaacsctdb-protocol: Add new control CTDB_CONTROL_DB_ATTACH_R...
2017-06-29 Amitay Isaacsctdb-daemon: Add accessors for CTDB_DB_FLAGS_REPLICATED...
2017-06-29 Amitay Isaacsctdb-daemon: Calculate tdb flags for replicated databases
2017-06-29 Amitay Isaacsctdb-protocol: Add CTDB_DB_FLAGS_REPLICATED for new...
2017-06-29 Amitay Isaacsctdb-client: Store db_flags instead of a boolean persis...
2017-06-29 Amitay Isaacsctdb-recovery: Use db_flags instead of a boolean persis...
2017-06-29 Amitay Isaacsctdb-daemon: Pass db_flags instead of passing persisten...
2017-06-29 Amitay Isaacsctdb-daemon: Store db_flags instead of individual boole...
2017-06-29 Amitay Isaacsctdb-daemon: Add accessors for CTDB_DB_FLAGS_STICKY...
2017-06-29 Amitay Isaacsctdb-daemon: Add accessors for CTDB_DB_FLAGS_READONLY...
2017-06-29 Amitay Isaacsctdb-daemon: Add accessors for CTDB_DB_FLAGS_PERSISTENT...
2017-06-29 Amitay Isaacsctdb-protocol: Add DB_OPEN_FLAGS control to debug
2017-06-29 Amitay Isaacsctdb-tests: Fix control reply data for DB_ATTACH_PERSIS...
2017-06-26 Amitay Isaacsctdb-protocol: Do not pass tdb open flags to DB attach...
2017-06-26 Amitay Isaacsctdb-client: Do not pass tdb open flags to db attach api
2017-06-26 Amitay Isaacsctdb-client: Remove calaculation of tdb flags
2017-06-26 Amitay Isaacsctdb-client: Ask daemon for db open flags
2017-06-26 Amitay Isaacsctdb-client: Ask daemon for db open flags
2017-06-26 Amitay Isaacsctdb-client: Add a function to get db open flags
2017-06-26 Amitay Isaacsctdb-client: Add sync api for control DB_OPEN_FLAGS
2017-06-26 Amitay Isaacsctdb-protocol: Add protocol marshalling for control...
2017-06-26 Amitay Isaacsctdb-daemon: Implement DB_OPEN_FLAGS control
2017-06-26 Amitay Isaacsctdb-protocol: Add new control to get database open...
2017-06-26 Amitay Isaacsctdb-daemon: Drop extra boolean arguments to ctdb_local...
2017-06-26 Amitay Isaacsctdb-client: Drop tdb_flags argument to ctdb_attach()
2017-06-26 Amitay Isaacsctdb-client: Stop sending tdb_flags with DB_ATTACH...
2017-06-26 Amitay Isaacsctdb-daemon: Ignore tdb open flags passed to DB attach...
2017-06-26 Amitay Isaacsctdb-daemon: Refactor calculation of tdb open flags...
2017-06-26 Amitay Isaacsctdb-locking: Get tdb open flags from tdb instead of...
2017-06-26 Amitay Isaacsctdb-daemon: Store tdb flags just after tdb is opened...
2017-06-26 Amitay Isaacsctdb-daemon: Once database is attached, do not modify...
2017-06-24 Amitay Isaacsctdb-scripts: Don't send empty argument string to logger
2017-06-24 Amitay Isaacsctdb-recovery: Do not run local ip verification when...
2017-06-24 Amitay Isaacsctdb-recovery: Get recmode unconditionally in the main_loop
2017-06-24 Amitay Isaacsctdb-recovery: Finish processing for recovery mode...
2017-06-24 Amitay Isaacsctdb-recovery: Simplify logging of recovery mode setting
2017-06-24 Amitay Isaacsctdb-recovery: Setting up of recmode should be idempotent
2017-06-24 Amitay Isaacsctdb-recovery: Assign banning credits if database fails...
2017-06-21 Volker Lendeckectdb: Fix typos
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-06-19 Amitay Isaacsctdb-client: Add correct control names to log messages
2017-06-19 Amitay Isaacsctdb-tests: Fix function names in protocol test
2017-06-17 Amitay Isaacsctdb-recovery: Delete empty records during recovery
2017-06-17 Amitay Isaacsctdb-daemon: Delete empty records from persistent database
2017-06-13 Amitay Isaacsctdb-recovery: Log messages at various debug levels
2017-06-13 Martin Schwenkectdb-scripts: Compact server-end TCP connection killing...
2017-06-13 Martin Schwenkectdb-common: Log a count of dropped messages with non...
2017-06-13 Martin Schwenkectdb-tests: Add more NFS eventscript tests for call...
2017-06-13 Martin Schwenkectdb-scripts: NFS call-out failures should cause event...
2017-06-07 Amitay Isaacsctdb-client: Document ctdb client API
2017-06-07 Amitay Isaacsctdb-client: Move eventd API to a separate header
2017-06-07 Amitay Isaacsctdb-client: Move sync API to a separate header
2017-06-07 Amitay Isaacsctdb-client: Move ctdb_ctrl_modflags() to ctdb tool
next