ctdb-daemon: Add implementation for CTDB_CONTROL_DB_ATTACH_REPLICATED control
[sfrench/samba-autobuild/.git] / ctdb / server / ctdb_ltdb_server.c
2017-06-29 Amitay Isaacsctdb-daemon: Add implementation for CTDB_CONTROL_DB_ATT...
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-26 Amitay Isaacsctdb-daemon: Drop extra boolean arguments to ctdb_local...
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-daemon: Store tdb flags just after tdb is opened...
2017-06-26 Amitay Isaacsctdb-daemon: Once database is attached, do not modify...
2017-06-19 Amitay Isaacsctdb-locking: Reduce logging in case of contention
2017-06-17 Amitay Isaacsctdb-daemon: Delete empty records from persistent database
2017-04-05 Amitay Isaacsctdb-daemon: Add tracking of migration records
2016-10-27 Amitay Isaacsctdb-daemon: Simplify code using tdb_storev
2016-10-27 Amitay Isaacsctdb-daemon: Simplify code using local variable
2016-08-17 Martin Schwenkectdb-daemon: Fix CID 1272855 Operands don't affect...
2016-07-25 Amitay Isaacsctdb-daemon: Remove priority field from ctdb_db_context
2016-07-25 Amitay Isaacsctdb-daemon: Remove implementation of SET/GET_DB_PRIORITY
2015-11-15 Amitay Isaacsctdb-server: Replace ctdb_logging.h with common/logging.h
2015-11-06 Mathieu ParentFix various spelling errors
2015-11-03 Amitay Isaacsctdb-daemon: Rename struct ctdb_db_statistics to ctdb_d...
2015-11-03 Amitay Isaacsctdb-daemon: Rename struct ctdb_req_control to ctdb_req...
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-28 Michael Adamctdb: open the RO tracking db with perms 0600 instead...
2015-10-07 Amitay Isaacsctdb-daemon: Use reqid abstraction
2015-10-07 Amitay Isaacsctdb-daemon: Use database generation in packet headers...
2015-10-07 Amitay Isaacsctdb-daemon: Introduce per database generation
2015-08-07 Amitay Isaacsctdb-daemon: Reset database statistics when resetting...
2015-07-10 Amitay Isaacsctdb-daemon: Fix valgrind invalid read error in db_stat...
2015-06-12 Michael Adamctdb-vacuum: revert "Do not delete VACUUM MIGRATED...
2015-05-10 Martin Schwenkectdb-daemon: Fix typo in debug message
2014-12-19 Amitay Isaacsctdb-daemon: Use correct tdb flags when enabling robust...
2014-12-05 Amitay Isaacsctdb-vacuum: Do not delete VACUUM MIGRATED records...
2014-09-09 Martin Schwenkectdb-util: Rename db_wrap to tdb_wrap and make it a...
2014-09-05 Amitay Isaacsctdb-daemon: Defer all calls when processing dmaster...
2014-09-05 Amitay Isaacsctdb-locking: Talloc lock request from client specified...
2014-07-09 Amitay Isaacsctdb-daemon: Support per-node robust mutex feature
2014-07-09 Amitay Isaacsctdb-daemon: Enable robust mutexes only if TDB_MUTEX_LO...
2014-07-09 Volker Lendeckectdb-daemon: Allow flag TDB_MUTEX_LOCKING to pass into...
2014-07-09 Amitay Isaacsctdb-daemon: Simplify code a bit
2014-07-09 Amitay Isaacsctdb-daemon: Use false instead of 0 for boolean arguments
2014-06-12 Amitay Isaacsctdb-daemon: Do not complain if node is inactive and...
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-04-23 Amitay Isaacsctdb-recoverd: Detach database from recovery daemon
2014-04-23 Amitay Isaacsctdb-daemon: Talloc tdb_wrap off ctdb_db_context
2014-04-23 Amitay Isaacsctdb-daemon: Do not allow database detach if AllowClien...
2014-04-14 Amitay Isaacsctdb-daemon: Add control CTDB_CONTROL_DB_DETACH
2014-04-07 Amitay Isaacsctdb-daemon: Always update database priority cluster...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-10-25 Martin Schwenkectdbd: Remove duplicate database directory setting...
2013-08-01 Amitay Isaacsctdbd: Print set db sticky message after it's set
2013-07-29 Amitay Isaacsctdbd: Remove incomplete ctdb_db_statistics_wire structure
2013-07-29 Amitay IsaacsRevert "ctdbd: Remove incomplete ctdb_db_statistics_wir...
2013-07-11 Sumit BoseFixes for various issues found by Coverity
2013-07-10 Amitay Isaacsctdbd: Print tdb flags when logging attached to databas...
2013-07-10 Amitay Isaacsctdbd: Remove incomplete ctdb_db_statistics_wire structure
2013-07-10 Amitay Isaacsctdbd: Update debug messages for setting readonly prope...
2013-06-14 Mathieu Parentbuild: Fix tdb.h path to enable building with system...
2013-05-24 Martin Schwenkectdbd: Replace ctdb->done_startup with ctdb->runstate
2013-05-23 Martin Schwenkectdbd: Update confusing log message
2013-04-24 Michael Adamltdb_server: use CTDB_REC_RO_FLAGS where appropriate
2013-04-17 Michael AdamFix a severe recovery bug that can lead to data corrupt...
2012-10-25 Volker LendeckeAdd a \n to an error message
2012-10-19 Amitay Isaacsctdbd: Replace lockwait with locking API and remove...
2012-07-03 Gregor Beckctdbd: refuse attaching with "persistent" to a non...
2012-06-13 Ronnie SahlbergSTATISTICS: Add tracking of the 10 hottest keys per...
2012-04-25 Ronnie SahlbergMerge remote branch 'amitay/tdb-sync'
2012-04-25 Ronnie SahlbergMerge remote branch 'amitay/tevent-sync'
2012-04-13 Amitay IsaacsRemove explicit include of lib/tevent/tevent.h.
2012-03-20 Ronnie SahlbergSTICKY: add prototype code to make records stick to...
2012-03-15 Ronnie SahlbergMerge remote branch 'martins/master'
2012-02-20 Ronnie SahlbergMerge branch 'master' of 10.1.1.27:/shared/ctdb/ctdb...
2012-02-20 Ronnie SahlbergREADONLY: dont schedule for fast vacuum deletion if...
2012-02-20 Ronnie SahlbergMerge branch 'master' of 10.1.1.27:/shared/ctdb/ctdb...
2012-02-20 Ronnie SahlbergReadOnly: Make sure we dont try to fast-vacuum records...
2012-02-08 Ronnie SahlbergReadOnly: add per-database statistics to view how much...
2012-01-03 Ronnie SahlbergMerge branch 'master' of ssh://git.samba.org/data/git...
2011-12-23 Michael Adamctdb_ltdb_store_server: when storing a record that...
2011-11-18 Ronnie SahlbergMerge remote branch 'martins/eventscripts'
2011-11-18 Ronnie SahlbergMerge remote branch 'martins/scriptstatus'
2011-11-18 Ronnie SahlbergMerge remote branch 'martins/ctdb_control_oom'
2011-11-18 Ronnie SahlbergMerge remote branch 'martins/hashinclude'
2011-11-18 Ronnie SahlbergMerge remote branch 'martins/warnings'
2011-11-11 Martin SchwenkeMove some common functions to common/ctdb_ltdb.c
2011-11-09 Martin SchwenkeFix typo in ctdb_ltdb_store_server()
2011-11-08 Ronnie SahlbergRecord Fetch Collapse: Collapse multiple fetch request...
2011-10-31 Ronnie SahlbergMerge remote branch 'ddiss/master_pmda_namespace'
2011-10-24 Ronnie SahlbergMerge branch 'master' of 10.1.1.27:/shared/ctdb/ctdb...
2011-10-24 Ronnie SahlbergRemove debug message
2011-09-11 Ronnie SahlbergMerge branch 'master-readonly-records' into foo
2011-09-05 Ronnie SahlbergMerge branch 'master' of ssh://git.samba.org/data/git...
2011-09-05 Michael AdamAdd a tunable "AllowClientDBAttach" with default value 1.
2011-09-01 Ronnie SahlbergReadOnly: add a new control to activate readonly lock...
2011-08-23 Ronnie SahlbergReadOnly: Check the readonly flag instead of whether...
2011-08-23 Ronnie SahlbergReadOnly: Add "readonly" flag to the ctdb_db_context...
next