persistent: reject trans3_control when a commit is already active.
[sahlberg/ctdb.git] / server / ctdb_persistent.c
2011-02-24 Michael Adampersistent: reject trans3_control when a commit is...
2011-02-24 Michael Adampersistent: allocate the persistent state in the ctdb_d...
2011-02-24 Michael Adampersistent: add a ctdb_db context to the ctdb_persisten...
2011-02-24 Michael Adampersistent_callback: print "no error message given...
2011-02-24 Michael Adampersistent: reduce indentation for the finishing moves...
2011-02-24 Michael Adampersistent: if a node failed to update_record, trigger...
2011-02-24 Michael Adampersistent_store_timout: do not really time out the...
2011-02-24 Michael Adampersistent_callback: ignore the update-recordreturn...
2011-01-10 Ronnie SahlbergAdd ctdb_fork(0 which will fork a child process and...
2010-10-11 Ronnie SahlbergUpdate latency countes to show min/max and average
2010-09-29 Ronnie SahlbergCreate macros to update the statistics counters and...
2010-08-24 Martin SchwenkeMerge branch 'master' of git://git.samba.org/sahlberg...
2010-08-19 Ronnie SahlbergMerge commit 'rusty/ports-from-1.0.112' into foo
2010-08-19 Ronnie SahlbergMerge commit 'rusty/vacuum-fix-master'
2010-08-18 Rusty Russelllogging: give a unique logging name to each forked...
2010-08-17 Ronnie SahlbergMerge commit 'rusty/libctdb-new' into foo
2010-08-17 Rusty Russellevent: Update events to latest Samba version 0.9.8
2010-02-05 Martin SchwenkeMerge branch 'master' of git://git.samba.org/sahlberg...
2010-02-03 Ronnie SahlbergDrop the debug level for logging fd creation to DEBUG_DEBUG
2009-12-18 Martin SchwenkeMerge commit 'origin/master'
2009-12-16 Ronnie Sahlbergfix a conflict in the merge from rusty
2009-12-16 Ronnie Sahlbergfix conflict in merge from metze
2009-12-16 Stefan Metzmacherserver: Use tdb_check to verify persistent tdbs on...
2009-12-15 Ronnie SahlbergMerge branch 'trans3'
2009-12-15 Ronnie SahlbergMerge commit 'obnox/ctdb-wip-trans3' into trans3
2009-12-11 Michael AdamAdd a new control CTDB_GET_DB_SEQNUM - fetch a persiste...
2009-12-11 Michael Adamserver: add a new control CTDB_CONTROL_TRANS3_COMMIT
2009-12-04 Michael Adamserver:trans2_commit: move the check for active recover...
2009-11-11 Martin SchwenkeMerge commit 'origin/master'
2009-10-29 Michael Adamserver: fix debug message in trans2_commit (refusing...
2009-10-29 Michael Adamserver: uniformly log db and client ids as 8-digit...
2009-10-29 Michael Adamserver: line-wrap a debug statement in trans2_commit
2009-10-29 Michael Adamserver: output client_id in some debug messages in...
2009-10-29 Michael Adamserver: fix a debug message in trans2_commit - log...
2009-10-29 Michael Adamserver: extend a debug message in ctdb_control_trans2_e...
2009-10-29 Michael Adamserver: add positive debug statements to trans2_commit...
2009-10-29 Michael Adamserver: trans2_active: don't report a transaction activ...
2009-10-28 Ronnie SahlbergRevert "update the "uptime" command to indicate the...
2009-10-28 Ronnie Sahlbergupdate the "uptime" command to indicate the "time since...
2009-10-28 Michael Adamserver: add a new ctdb control CTDB_TRANS2_ACTIVE
2009-10-21 Martin SchwenkeMerge commit 'origin/master'
2009-10-21 Michael AdamIn ctdb_ltdb_store(), add a missing transaction_cancel...
2009-10-19 Martin SchwenkeMerge commit 'origin/master'
2009-10-15 Ronnie Sahlbergadd logging everytime we create a filedescriptor in...
2009-07-31 Martin SchwenkeMerge commit 'origin/master'
2009-07-30 Ronnie SahlbergMerge commit 'martins/master'
2009-07-29 Michael Adamctdbd: refuse PERSISTENT_STORE if transaction is running.
2009-07-29 Michael AdamFix persistent transaction commit race condition.
2008-11-20 Andrew TridgellMerge commit 'ronnie/master'
2008-11-19 Martin SchwenkeMerge branch 'master' into martins
2008-10-30 Ronnie Sahlbergadd control and logging of very high latencies.
2008-09-12 Martin SchwenkeMerge commit 'origin/master' into for-ronnie
2008-09-12 Martin SchwenkeMerge commit 'origin/master' into martins
2008-08-08 Ronnie SahlbergMerge git://git.samba.org/tridge/ctdb 1.0.54 obnox/1.0.54 origin/1.0.54 ctdb-1.0.54
2008-08-08 Andrew Tridgelladded a new control CTDB_CONTROL_TRANS2_COMMIT_RETRY...
2008-08-07 Andrew Tridgellreturn a more detailed error code from a trans2 commit...
2008-08-07 Andrew TridgellMerge commit 'ronnie/1.0.53'
2008-08-07 Andrew Tridgellfixed a looping error bug with the new transactions...
2008-08-07 Ronnie SahlbergMerge git://git.samba.org/tridge/ctdb
2008-08-07 Andrew Tridgellcover some corner cases where the persistent database...
2008-08-05 Ronnie SahlbergMerge git://git.samba.org/tridge/ctdb
2008-08-04 Andrew Tridgellimplemented replayable transactions in ctdb to prevent... tridge obnox/tridge origin/tridge
2008-07-30 Andrew Tridgelladded new multi-record transaction commit code
2008-07-18 Ronnie SahlbergMerge git://git.samba.org/tridge/ctdb
2008-07-17 Ronnie SahlbergOnly decrement the "number of persistent writes in...
2008-07-17 Andrew TridgellMerge commit 'ronnie/master'
2008-07-17 Ronnie SahlbergAdd two new controls to start and cancel a persistent...
2008-07-11 Andrew TridgellMerge commit 'ronnie/master'
2008-07-10 Martin SchwenkeMerge commit 'origin/master' into martins
2008-07-09 Ronnie Sahlbergproper waitpid() fix.
2008-07-08 Ronnie SahlbergRevert "waitpid() can block if it takes a long time... 1.0.45 obnox/1.0.45 origin/1.0.45
2008-07-07 Ronnie Sahlbergwaitpid() can block if it takes a long time before...
2008-05-28 Ronnie Sahlbergdont bother casting to a void* private_data pointer,
2008-05-28 Ronnie Sahlbergremove another field we dont need in the childwrite_han...
2008-05-28 Ronnie Sahlbergremote a comment that is no longer relevant
2008-05-28 Ronnie Sahlbergdo persistent writes in a child process
2008-05-22 Ronnie Sahlbergrestore a timeout value to the default settings instead...
2008-05-22 Ronnie Sahlbergfix some memory hierarchy bugs in allocation of the...
2008-05-22 Ronnie Sahlbergcleanup of the previous patch.
2008-05-22 Ronnie Sahlbergsecond try for safe transaction stores into persistend...
2008-02-04 Ronnie SahlbergMerge branch 'master' of git://git.samba.org/tridge...
2008-02-04 Andrew Tridgellmerge from ronnie
2007-11-11 Ronnie Sahlbergrevert 773
2007-11-05 Ronnie Sahlbergadd a new tunable "CheckNodesFile" that when set to...
2007-09-24 Ronnie Sahlbergmerge from tridge
2007-09-23 Andrew Tridgellfixed a valgrind error, and some warnings
2007-09-21 Ronnie Sahlbergmerge from tridge
2007-09-21 Andrew Tridgellavoid using connected nodes that aren't in the vnn...
2007-09-21 Andrew Tridgellmerge bugfix from ronnie
2007-09-21 Ronnie Sahlbergin ctdb_control_persistent_store() we must talloc_steal...
2007-09-21 Ronnie Sahlbergmerge from tridge
2007-09-21 Andrew Tridgelladded support for persistent databases in ctdbd