Age | Commit message (Expand) | Author | Files | Lines |
2010-03-22 | s3: Add the "ctdb locktime warn threshold" parameter | Volker Lendecke | 1 | -0/+12 |
2010-03-05 | s3: Remove the unused parameter "persistent" from fetch_locked_internal | Volker Lendecke | 1 | -8/+2 |
2010-03-05 | s3: db->persistent==true was handled earlier, make this more obvious | Volker Lendecke | 1 | -1/+1 |
2010-02-12 | s3:dbwrap_ctdb: fix reading/storing of special key __db_sequence_number__ | Michael Adam | 1 | -4/+2 |
2010-02-12 | s3:dbwrap_ctdb: exit early when nothing has been written in transaction_commit. | Michael Adam | 1 | -5/+9 |
2010-02-12 | s3:dbwrap_ctdb: fix brown paperbag bug in ctdb_transaction_commit. | Michael Adam | 1 | -1/+1 |
2010-02-12 | s3:dbwrap_ctdb: fix logic error in pull_newest_from_marshall_buffer(). | Michael Adam | 1 | -1/+5 |
2010-02-12 | s3:dbwrap_ctdb: fix an uninitialized variable. | Michael Adam | 1 | -1/+1 |
2010-02-12 | s3:dbwrap_ctdb: fix two "may be used uninitialized" warnings | Michael Adam | 1 | -0/+3 |
2010-02-12 | s3:dbwrap_ctdb: fix db_ctdb_fetch_db_seqnum_from_db() when NT_STATUS_NOT_FOUND. | Michael Adam | 1 | -1/+5 |
2010-02-12 | s3:dbwrap_ctdb: maintain a database sequence number that bumps in transactions | Michael Adam | 1 | -5/+116 |
2010-02-12 | s3:dbwrap_ctdb: change db_ctdb_transaction_store() to return NTSTATUS. | Michael Adam | 1 | -18/+12 |
2010-02-12 | s3:dbwrap_ctdb: update (C) | Michael Adam | 1 | -1/+2 |
2010-02-12 | s3:dbwrap_ctdb: start rewrite of transactions using the global lock (g_lock) | Michael Adam | 1 | -320/+160 |
2009-12-05 | s3:dbwrap_ctdb: increase the number of commit retries 5-->100 | Michael Adam | 1 | -1/+1 |
2009-12-05 | s3:dbwrap_ctdb: increase the rsn of the __transaction_lock__ when storing | Michael Adam | 1 | -0/+2 |
2009-11-03 | s3:dbwrap_ctdb: add debug message to transaction_fetch_start() | Michael Adam | 1 | -0/+4 |
2009-11-03 | s3:dbwrap_ctdb: split combined check in two and add descriptive debug | Michael Adam | 1 | -1/+14 |
2009-11-03 | s3:dbwrap_ctdb: fix race condition with concurrent transactions on the same n... | Michael Adam | 1 | -0/+12 |
2009-11-03 | s3:dbwrap_ctdb: add new db_ctdb_transaction_active() that calls CTDB_CONTROL_... | Michael Adam | 1 | -0/+21 |
2009-11-03 | s3:dbwrap_ctdb: fix a race in starting concurrent transactions on a single node | Michael Adam | 1 | -0/+25 |
2009-11-03 | s3:dbwrap_ctdb: use db_ctdb_ltdb_fetch() inside db_ctdb_transaction_fetch_start | Michael Adam | 1 | -6/+4 |
2009-11-03 | s3:dbwrap_ctdb: use db_ctdb_ltdb_fetch() inside db_ctdb_transaction_fetch() | Michael Adam | 1 | -16/+6 |
2009-11-03 | s3:dbwrap_ctdb: add a function db_ctdb_ltdb_fetch() | Michael Adam | 1 | -0/+53 |
2009-11-03 | s3:dbrwap_ctdb: add a function db_ctdb_ltdb_store() | Michael Adam | 1 | -27/+39 |
2009-11-03 | s3:dbwrap_ctdb: reformat a comment slightly to enhance clearness. | Michael Adam | 1 | -3/+5 |
2009-09-11 | s3:dbwrap_ctdb: set dmaster in ctdb_transaction_store() also when updating an... | Michael Adam | 1 | -1/+1 |
2009-05-25 | s3:dbwrap_ctdb: fix some function header comments | Michael Adam | 1 | -3/+12 |
2009-03-04 | s3:dbwrap_ctdb_marshall_add: don't leak the ctdb_rec_data to the outside | Michael Adam | 1 | -6/+6 |
2009-01-19 | s3:dbwrap: add get_flags() hook to db_context | Stefan Metzmacher | 1 | -0/+8 |
2008-10-18 | Rename hex_encode to hex_encode_talloc,for consistency with samba 4 and heimdal. | Jelmer Vernooij | 1 | -2/+2 |
2008-09-29 | fixed an (unlikely) memory leak | Andrew Tridgell | 1 | -0/+1 |
2008-09-29 | fixed a segfault on the ctdb destructor code | Andrew Tridgell | 1 | -3/+10 |
2008-08-24 | Fix some nonempty blank lines | Volker Lendecke | 1 | -11/+11 |
2008-08-24 | Fix some C++ warnings | Volker Lendecke | 1 | -4/+6 |
2008-08-13 | allow nested ctdb transactions in the same manner that they are | Andrew Tridgell | 1 | -2/+21 |
2008-08-13 | drop retries to 5 | Andrew Tridgell | 1 | -1/+1 |
2008-08-13 | use CTDB_CONTROL_TRANS2_COMMIT_RETRY to prevent the counter getting | Andrew Tridgell | 1 | -2/+3 |
2008-08-13 | fixed lots of places that paniced on a failed transaction_commit, | Andrew Tridgell | 1 | -8/+11 |
2008-08-13 | cope with the control failing completely without returning a status | Andrew Tridgell | 1 | -12/+18 |
2008-08-13 | handle two special cases | Andrew Tridgell | 1 | -16/+42 |
2008-08-13 | put a limit on the number of retries. I found a case where a recovery | Andrew Tridgell | 1 | -0/+12 |
2008-08-13 | we need to commit, not cancel, on record destruction | Andrew Tridgell | 1 | -1/+4 |
2008-08-13 | all persistent databases now do all stores via automatic transactions | Andrew Tridgell | 1 | -150/+46 |
2008-08-13 | fixed fetch of empty records | Andrew Tridgell | 1 | -6/+11 |
2008-08-13 | cleanup debugging and fix handling of empty transaction | Andrew Tridgell | 1 | -13/+11 |
2008-08-13 | first cut at adding full transactions for ctdb to samba3 | Andrew Tridgell | 1 | -3/+600 |
2008-08-13 | dbwrap ctdb: fix a DEBUG message. | Michael Adam | 1 | -1/+1 |
2008-08-13 | dbwrap ctdb: don't retry when tdb_store failed in db_ctdb_persistent_store(). | Michael Adam | 1 | -0/+1 |
2008-08-13 | dbwrap ctdb: add a partial mapping from tdb_error to NTSTATUS and use it for ... | Michael Adam | 1 | -3/+26 |