summaryrefslogtreecommitdiffstats
path: root/ctdb/server/ctdb_persistent.c
Commit message (Expand)AuthorAgeFilesLines
...
* implemented replayable transactions in ctdb to prevent deadlockAndrew Tridgell2008-08-041-5/+1
* added new multi-record transaction commit codeAndrew Tridgell2008-07-301-51/+165
* Only decrement the "number of persistent writes in flight" If/whenRonnie Sahlberg2008-07-171-2/+6
* Add two new controls to start and cancel a persistent update.Ronnie Sahlberg2008-07-171-0/+48
* proper waitpid() fix.Ronnie Sahlberg2008-07-091-2/+0
* Revert "waitpid() can block if it takes a long time before the child terminates"Ronnie Sahlberg2008-07-081-0/+2
* waitpid() can block if it takes a long time before the child terminatesRonnie Sahlberg2008-07-081-2/+0
* dont bother casting to a void* private_data pointer,Ronnie Sahlberg2008-05-281-7/+4
* remove another field we dont need in the childwrite_handle structureRonnie Sahlberg2008-05-281-2/+0
* remote a comment that is no longer relevantRonnie Sahlberg2008-05-281-3/+0
* do persistent writes in a child processRonnie Sahlberg2008-05-281-41/+162
* restore a timeout value to the default settings instead of the hardcoded 3 se...Ronnie Sahlberg2008-05-221-1/+1
* fix some memory hierarchy bugs in allocation of the state structure for persi...Ronnie Sahlberg2008-05-221-5/+14
* cleanup of the previous patch.Ronnie Sahlberg2008-05-221-1/+1
* second try for safe transaction stores into persistend tdb databasesRonnie Sahlberg2008-05-221-4/+10
* merge from ronnieAndrew Tridgell2008-02-041-10/+10
* fixed a valgrind error, and some warningsAndrew Tridgell2007-09-241-4/+9
* avoid using connected nodes that aren't in the vnn map yetAndrew Tridgell2007-09-211-2/+2
* in ctdb_control_persistent_store() we must talloc_steal() the pointer to Ronnie Sahlberg2007-09-211-1/+20
* added support for persistent databases in ctdbdAndrew Tridgell2007-09-211-0/+262