summaryrefslogtreecommitdiffstats
path: root/ctdb/server/ctdb_ltdb_server.c
Commit message (Expand)AuthorAgeFilesLines
* ctdb-daemon: Do not complain if node is inactive and db is not attachedAmitay Isaacs2014-06-121-1/+4
* ctdb-daemon: Rename ctdb_lockdown_memory to lockdown_memoryAmitay Isaacs2014-06-121-1/+1
* ctdb-daemon: Instead of passing ctdb context, pass valgrinding booleanAmitay Isaacs2014-06-121-1/+1
* ctdb-recoverd: Detach database from recovery daemonAmitay Isaacs2014-04-231-0/+8
* ctdb-daemon: Talloc tdb_wrap off ctdb_db_contextAmitay Isaacs2014-04-231-1/+1
* ctdb-daemon: Do not allow database detach if AllowClientDBAttach=1Amitay Isaacs2014-04-231-3/+4
* ctdb-daemon: Add control CTDB_CONTROL_DB_DETACHAmitay Isaacs2014-04-141-0/+85
* ctdb-daemon: Always update database priority cluster wideAmitay Isaacs2014-04-071-1/+9
* ctdbd: Remove duplicate database directory setting logicMartin Schwenke2013-10-251-34/+0
* ctdbd: Print set db sticky message after it's setAmitay Isaacs2013-08-011-3/+2
* ctdbd: Remove incomplete ctdb_db_statistics_wire structureAmitay Isaacs2013-07-291-17/+9
* Revert "ctdbd: Remove incomplete ctdb_db_statistics_wire structure"Amitay Isaacs2013-07-291-0/+52
* Fixes for various issues found by CoveritySumit Bose2013-07-111-1/+4
* ctdbd: Print tdb flags when logging attached to database messageAmitay Isaacs2013-07-101-2/+3
* ctdbd: Remove incomplete ctdb_db_statistics_wire structureAmitay Isaacs2013-07-101-52/+0
* ctdbd: Update debug messages for setting readonly property on databaseAmitay Isaacs2013-07-101-1/+4
* build: Fix tdb.h path to enable building with system TDB libraryMathieu Parent2013-06-141-1/+1
* ctdbd: Replace ctdb->done_startup with ctdb->runstateMartin Schwenke2013-05-241-5/+5
* ctdbd: Update confusing log messageMartin Schwenke2013-05-231-1/+1
* ltdb_server: use CTDB_REC_RO_FLAGS where appropriateMichael Adam2013-04-241-2/+2
* Fix a severe recovery bug that can lead to data corruption for SMB clients.Michael Adam2013-04-171-3/+6
* Add a \n to an error messageVolker Lendecke2012-10-251-1/+1
* ctdbd: Replace lockwait with locking API and remove ctdb_lockwait.cAmitay Isaacs2012-10-201-7/+6
* ctdbd: refuse attaching with "persistent" to a non-persistent db and v.v.Gregor Beck2012-07-031-0/+6
* STATISTICS: Add tracking of the 10 hottest keys per database measured in hopc...Ronnie Sahlberg2012-06-131-2/+36
* Remove explicit include of lib/tevent/tevent.h.Amitay Isaacs2012-04-131-1/+0
* STICKY: add prototype code to make records stick to a node to "calm" down if ...Ronnie Sahlberg2012-03-201-0/+22
* READONLY: dont schedule for fast vacuum deletion if any of the readonly recor...Ronnie Sahlberg2012-02-211-2/+3
* ReadOnly: Make sure we dont try to fast-vacuum records that are set for reado...Ronnie Sahlberg2012-02-201-0/+2
* ReadOnly: add per-database statistics to view how much delegations/revokes we...Ronnie Sahlberg2012-02-081-0/+17
* ctdb_ltdb_store_server: when storing a record that is not to be scheduled for...Michael Adam2011-12-231-6/+14
* Move some common functions to common/ctdb_ltdb.cMartin Schwenke2011-11-111-39/+0
* Fix typo in ctdb_ltdb_store_server()Martin Schwenke2011-11-091-1/+1
* Record Fetch Collapse: Collapse multiple fetch request into one single request.Ronnie Sahlberg2011-11-081-0/+11
* Remove debug messageRonnie Sahlberg2011-10-241-2/+0
* Merge branch 'master-readonly-records' into fooRonnie Sahlberg2011-09-121-0/+70
|\
| * ReadOnly: add a new control to activate readonly lock capability for a database.Ronnie Sahlberg2011-09-011-29/+38
| * ReadOnly: Check the readonly flag instead of whether the tdb pointer is NULL ...Ronnie Sahlberg2011-08-231-0/+2
| * ReadOnly: Add "readonly" flag to the ctdb_db_context to indicate if this data...Ronnie Sahlberg2011-08-231-0/+27
| * ReadOnly records: Add a new RPC function FETCH_WITH_HEADER.Ronnie Sahlberg2011-08-231-0/+32
* | Add a tunable "AllowClientDBAttach" with default value 1.Michael Adam2011-09-051-0/+6
|/
* Deferred attach: create the timed event as a child context of the da context ...Ronnie Sahlberg2011-03-161-1/+1
* Dont allow clients to connect to databases untile we are well past and throughRonnie Sahlberg2011-03-141-1/+2
* ctdb_ltdb_store_server: honour the AUTOMATIC record flagMichael Adam2011-03-141-0/+19
* ctdb_ltdb_store_server: add ability to send SCHEDULE_FOR_DELETION control to ...Michael Adam2011-03-141-1/+21
* ctdb_ltdb_store_server: Improve debug message in ctdb_ltdb_store when store o...Michael Adam2011-03-141-1/+13
* ctdb_ltdb_store_server: always store the data when ctdb_ltdb_store() is calle...Michael Adam2011-03-141-1/+13
* ctdb_ltdb_store_server: implement fastpath vacuuming deletion based on VACUUM...Michael Adam2011-03-141-3/+41
* ctdb_ltdb_store_server: delete an empty record that is safe to delete instead...Michael Adam2011-03-141-1/+31
* server: Use the ctdb_ltdb_store_server() in the ctdb daemon for non-persisten...Michael Adam2011-03-141-0/+2