summaryrefslogtreecommitdiffstats
path: root/ctdb/common/ctdb_ltdb.c
Commit message (Expand)AuthorAgeFilesLines
* ctdb-common: Coverity fixesAmitay Isaacs2013-11-191-1/+4
* Revert "LACOUNT: Add back lacount mechanism to defer migrating a fetched/rea...Amitay Isaacs2013-08-221-1/+0
* ctdbd: For volatile databases, write an empty record with rsn=0 only on dmasterAmitay Isaacs2013-08-221-1/+3
* build: Fix tdb.h path to enable building with system TDB libraryMathieu Parent2013-06-141-1/+1
* Remove explicit include of lib/tevent/tevent.h.Amitay Isaacs2012-04-131-1/+0
* LACOUNT: Add back lacount mechanism to defer migrating a fetched/read copy u...Ronnie Sahlberg2012-03-201-0/+1
* Move some common functions to common/ctdb_ltdb.cMartin Schwenke2011-11-111-0/+37
* ReadOnly: Rename the function ctdb_ltdb_fetch_readonly() to ctdb_ltdb_fetch_w...Ronnie Sahlberg2011-09-131-1/+1
* ReadOnly: Add a ctdb_ltdb_fetch_readonly() helper functionRonnie Sahlberg2011-08-231-0/+34
* ReadOnly: Add helper functions to manipulate a TDB_DATA as a bitmap for nodes...Ronnie Sahlberg2011-08-231-0/+46
* Remove an unused variableVolker Lendecke2011-08-221-2/+0
* ltdb: add the CTDB_REC_FLAG_AUTOMATIC to the initial header in ctdb_ltdb_fetch()Michael Adam2011-03-141-0/+1
* server: Use the ctdb_ltdb_store_server() in the ctdb daemon for non-persisten...Michael Adam2011-03-141-0/+4
* Remove LACOUNT and LACCESSOR and migrate the records immediately.Ronnie Sahlberg2011-02-181-1/+0
* add a new ctdb_ltdb function to delete a record in a normal databaseRonnie Sahlberg2010-12-071-0/+19
* event: Update events to latest Samba version 0.9.8Rusty Russell2010-08-181-1/+1
* print the db name qwhen a chainunlock fails tooRonnie Sahlberg2010-06-091-1/+1
* when tdb_chainunlock() fails, print the tdb error that occuredRonnie Sahlberg2010-06-091-1/+1
* Additional log messages when tdb databases can no longer be chainlocked or ch...Ronnie Sahlberg2010-06-081-1/+1
* Leave sequence number alone when merely migrating records.Rusty Russell2010-02-161-0/+19
* we don't need ctdb_ltdb_persistent_store() any moreAndrew Tridgell2008-07-301-59/+0
* ensure pad bytes in the ltdb_header are initialisedAndrew Tridgell2008-07-041-2/+1
* do persistent writes in a child processRonnie Sahlberg2008-05-281-2/+2
* disable transactions for now, there are more situations where there are conf...Ronnie Sahlberg2008-05-221-1/+1
* cleanup of the previous patch.Ronnie Sahlberg2008-05-221-1/+1
* second try for safe transaction stores into persistend tdb databasesRonnie Sahlberg2008-05-221-13/+49
* Try to use tdb transactions when updating a record and record header inside t...Ronnie Sahlberg2008-05-121-1/+25
* Revert "Revert "Revert "- accept an optional set of tdb_flags from clients on...Ronnie Sahlberg2008-04-101-19/+1
* Revert "Revert "- accept an optional set of tdb_flags from clients on open a ...Ronnie Sahlberg2008-04-101-1/+19
* Revert "- accept an optional set of tdb_flags from clients on open a database,"Ronnie Sahlberg2008-04-101-19/+1
* - accept an optional set of tdb_flags from clients on open a database,Andrew Tridgell2008-04-101-1/+19
* merge from ronnieAndrew Tridgell2008-02-041-2/+2
* update lib/replace from samba4Andrew Tridgell2007-07-101-3/+2
* start splitting the code into separate client and server piecesAndrew Tridgell2007-06-071-337/+0
* - start moving tunable variables into their own structureAndrew Tridgell2007-06-041-14/+8
* first step towards fixing "make test" with the new daemon systemAndrew Tridgell2007-06-021-0/+6
* ctdb is GPL not LGPLAndrew Tridgell2007-05-311-12/+12
* - use a CTDB_BROADCAST_ALL for the attach message so it goes to currently dis...Andrew Tridgell2007-05-301-1/+1
* fixed some debug messagesAndrew Tridgell2007-05-291-3/+3
* paraoid check for empty db on attachAndrew Tridgell2007-05-251-0/+16
* make sure we don't increment rx_cnt for redirected packets, or for packets th...Andrew Tridgell2007-05-191-5/+5
* make sure we ignore requeued ctdb_call packets of older generations except fo...Andrew Tridgell2007-05-121-3/+14
* - merge from ronnieAndrew Tridgell2007-05-111-0/+11
* - got rid of the complex hand marshalling in the recovery controlsAndrew Tridgell2007-05-101-1/+1
* fixed a problem with the number of timed events growing without bound with th...Andrew Tridgell2007-05-081-4/+8
* merged vnn map broadcast from ronnieAndrew Tridgell2007-05-051-2/+2
|\
| * split the vnn broadcast address into twoRonnie Sahlberg2007-05-051-2/+2
* | - take advantage of the new EVENT_FD_AUTOCLOSE flagAndrew Tridgell2007-05-051-2/+1
|/
* added seqnum propogation code to ctdbAndrew Tridgell2007-05-041-0/+75
* - changed the REQ_REGISTER PDU to be a controlAndrew Tridgell2007-05-041-1/+1