sahlberg/ctdb.git
2011-03-09 Michael Adamvacuum: reset the fast path count in the event handle...
2011-03-09 Michael Adamvacuum: bump the number of fast-path runs in the vacuum...
2011-03-09 Michael Adamvacuum: add a fast_path_count to the vacuum_handle.
2011-03-09 Michael AdamAdd a tunable VacuumFastPathCount.
2011-03-09 Michael Adamvacuum: traverse the delete_queue befor traversing...
2011-03-09 Michael Adamvacuum: add delete_queue_traverse() for traversal of...
2011-03-09 Michael Adamvacuum: reduce indentation in add_record_to_delete_tree()
2011-03-09 Michael Adamvacuum: refactor new add_record_to_delete_tree() out...
2011-03-09 Michael Adamvacuum: skip adding records to list of records to send...
2011-03-09 Michael Adamvacuum: refactor new add_record_to_vacuum_fetch_list...
2011-03-09 Michael Adamserver: rename ctdb_repack_db() to ctdb_vacuum_and_repa...
2011-03-09 Michael AdamWhen wiping a database, clear the delete_queue.
2011-03-09 Michael Adamvaccum: clear the fast-path vacuuming delete_queue...
2011-03-09 Michael AdamWhen attaching to a non-persistent DB, initialize the...
2011-03-09 Michael AdamAdd a delete_queue to the ctdb database context struct.
2011-03-09 Michael Adamcall: becoming dmaster in VACUUM_MIGRATION, set the...
2011-03-09 Michael Adamcall: hand the submitted record_flags to local record...
2011-03-09 Michael Adamcall: transfer the record flags in the ctdb call packets.
2011-03-09 Michael Adamserver: in the VACUUM_FETCH handler, add the VACUUM_MIG...
2011-03-09 Michael Adamadd a new record flag CTDB_REC_FLAG_VACUUM_MIGRATED.
2011-03-09 Michael Adamcall: Move definition of call flags down to the definit...
2011-03-09 Michael Adamcall: add new call flag CTDB_CALL_FLAG_VACUUM_MIGRATION
2011-03-09 Michael Adamrecoverd: in a recovery, set the MIGRATED_WITH_DATA...
2011-03-09 Michael Adamserver: when we migrate off a record with data, set...
2011-03-09 Michael Adamvacuum: check lmaster against num_nodes instead of...
2011-03-09 Michael Adamvacuum: reduce indentation of the loop sending VACUUM_F...
2011-03-09 Michael Adamvacuum: correctly send TRY_DELETE_RECORDS ctrl to all...
2011-03-09 Michael Adamvacuum: in ctdb_vacuum_db, fix the length of the array...
2011-03-09 Michael AdamFix typos in a comment in vacuum_traverse.
2011-03-09 Michael Adamtests: fix segfault in store test when connection to...
2011-03-09 Michael Adamtests: fix segfault in fetch_one test when connection...
2011-03-09 Michael Adamtests: fix segfault in fetch test when connection to...
2011-03-09 Michael Adamtests: fix segfault in randrec test when connection...
2011-03-09 Michael Adamgitignore: add tags file
2011-03-09 Michael Adamgitignore: add vi swap files
2011-03-06 Ronnie SahlbergRestart recovery dameon if it looks like it hung.
2011-03-06 Ronnie SahlbergIf/when the recovery daemon terminates unexpectedly...
2011-02-24 Ronnie Sahlbergnew version 1.2.23
2011-02-24 Ronnie SahlbergATTACH_DB: simplify the code slightly and change the...
2011-02-23 Michael AdamNew version 1.2.22.
2011-02-23 Michael Adamrecover: finish pending trans3 commits when a recovery...
2011-02-23 Michael Adampersistent: add ctdb_persistent_finish_trans3_commits().
2011-02-23 Michael Adamdaemon: correctly end a running trans3_commit if the...
2011-02-23 Michael Adampersistent: add a client context to the persistent_stat...
2011-02-23 Michael Adampersistent: reject trans3_control when a commit is...
2011-02-23 Michael Adampersistent: allocate the persistent state in the ctdb_d...
2011-02-23 Michael Adampersistent: add a ctdb_db context to the ctdb_persisten...
2011-02-23 Michael Adampersistent: add a ctdb_persistent_state member to the...
2011-02-23 Michael Adampersistent_callback: print "no error message given...
2011-02-23 Michael Adampersistent: reduce indentation for the finishing moves...
2011-02-23 Michael Adampersistent: if a node failed to update_record, trigger...
2011-02-23 Michael Adampersistent_store_timout: do not really time out the...
2011-02-23 Michael Adampersistent_callback: ignore the update-recordreturn...
2011-02-23 Ronnie SahlbergDeferred attach : at early startup, defer any db attach...
2011-02-21 Ronnie SahlbergNew version 1.2.21
2011-02-21 Ronnie Sahlbergctdb_req_dmaster from non-master
2011-02-17 Ronnie SahlbergRevert "Dont allow client processes to attach to databa...
2011-02-17 Ronnie SahlbergDont allow client processes to attach to databases... 1.2-splitbrain
2011-02-08 Ronnie SahlbergNew version 1.2.20
2011-02-02 Ronnie SahlbergWe default to non-deterministic ip now where ips are...
2011-01-31 Ronnie SahlbergNew version 1.2.19
2011-01-31 Ronnie SahlbergIf the node is stopped, put a log entry in /var/log...
2011-01-24 Ronnie SahlbergLockWait congestion.
2011-01-24 Ronnie SahlbergCompile fix
2011-01-24 Rusty Russellctdb_lockwait: create overflow queue.
2011-01-24 Ronnie SahlbergAdd a new test tool that fetch locks a record and then...
2011-01-20 Ronnie Sahlberg60.nfs
2011-01-18 Ronnie SahlbergTDB : Fix for a deadlock with transaction lock and...
2011-01-18 Ronnie Sahlbergctdb: hold transaction locks during freeze, mark during...
2011-01-18 Rusty Russelltdb: expose transaction lock infrastructure for ctdb
2011-01-17 Ronnie SahlbergNew version 1.2.17
2011-01-17 Ronnie Sahlbergchange Christinas previous patch to only perform the...
2011-01-17 Christian Ambachimprove timing issue detections
2011-01-14 Ronnie SahlbergLIBCTDB: add support for traverse
2011-01-13 Ronnie SahlbergWe can not always rely on the recovery daemon pinging...
2011-01-13 Ronnie SahlbergADDIP failure
2011-01-12 Ronnie SahlbergIPALLOCATION : If the node is held pinned down in ...
2011-01-11 Martin SchwenkeEventscripts: lower the fail/restart limits for nfsd.
2011-01-11 Martin SchwenkeEventscripts: use "startstop_nfs restart" to reconfigur...
2011-01-11 Martin SchwenkeEventscripts: only autostart during a monitor event.
2011-01-11 Martin SchwenkeEventscripts: print a message when reconfiguring a...
2011-01-11 Martin SchwenkeEventscripts: work around NFS restart failure under...
2011-01-11 Ronnie SahlbergTYPO
2011-01-11 Ronnie SahlbergSTATD is 100027 not 1000247
2011-01-10 Ronnie SahlbergLIBCTDB uninitialized inqueue element
2011-01-10 Ronnie Sahlbergrecoverd: avoid triggering a full recovery if just...
2011-01-10 Ronnie SahlbergAdd ctdb_fork(0 which will fork a child process and...
2011-01-10 Ronnie SahlbergRevert scheduling back to use real-time processes
2011-01-06 Ronnie Sahlberg60.nfs Check if we have rpc.statd and if not, skip...
2010-12-21 Ronnie SahlbergNew version 1.2.16
2010-12-21 Ronnie Sahlberg41.HTTPD
2010-12-21 Ronnie Sahlberg60.nfs
2010-12-21 Ronnie SahlbergDont run net serverid wipe in the background
2010-12-14 Ronnie Sahlberg50.samba
2010-12-13 Ronnie SahlbergNew version 1.2.15
2010-12-13 Ronnie SahlbergRevert "server: when we migrate off a record with data...
2010-12-13 Ronnie SahlbergRevert "Add a new header flag for "migrated with data...
2010-12-13 Ronnie Sahlbergctdb addip:
2010-12-13 Ronnie SahlbergLVS
2010-12-12 Ronnie SahlbergWhen assigning the single-public-ip during startup,
next