ctdbd: update comment describing ctdb_call_send_redirect()
[ctdb.git] / server /
2013-08-26 Michael Adamctdbd: update comment describing ctdb_call_send_redirect()
2013-08-26 Martin Schwenkerecoverd: Clarify some misleading log messages
2013-08-26 Martin Schwenkerecoverd: All inactive nodes should yield recovery...
2013-08-26 Martin SchwenkeClean up warnings: remove changed_flags in monitor_helper
2013-08-26 Rusty Russellspeed startup: alter recovery loop
2013-08-26 Ronnie Sahlbergrename ctdb_set_message_handler to ctdb_client_set_mess...
2013-08-26 Ronnie SahlbergThe recent change to the recovery daemon to keep track...
2013-08-26 Ronnie SahlbergIn the recovery daemon, keep track of which node we...
2013-08-19 Amitay Isaacsvacuuming: Fix vacuuming bug where requests keep bounci...
2013-08-19 Amitay Isaacsvacuuming: Fix vacuuming bug where requests keep bounci...
2013-08-19 Sumit BoseFixes for various issues found by Coverity
2013-08-15 Ronnie SahlbergWhen memory allocations for recovery fails,
2013-08-14 Sumit BoseCheck return value of tdb_delete()
2013-04-26 Michael Adamvacuum: Update (C)
2013-04-26 Michael Adamvacuum: extend the header comment for ctdb_process_dele...
2013-04-26 Michael Adamvacuum: turn the vacuuming on lmaster into a three...
2013-04-26 Michael Adamvacuum: introduce the RECEIVE_RECORDS control
2013-04-26 Michael Adamvacuum: reorder some of ctdb_process_delete_list()...
2013-04-26 Michael Adamvacuum: add explicit temporary memory context to ctdb_p...
2013-04-26 Michael Adamvacuum: fix indentation in ctdb_process_delete_list()
2013-04-26 Michael Adamvacuum: free temporary allocated memory correctly in...
2013-04-26 Michael Adamvacuum: move variable into scope of use in ctdb_process...
2013-04-26 Michael Adamvacuum: move variable into scope of use in ctdb_process...
2013-04-26 Michael Adamvacuum: simplify ctdb_process_delete_list(): reduce...
2013-04-26 Michael Adamvacuum: add DEBUG to skip conditions in delete_record_t...
2013-04-26 Michael Adamctdb_call: don't bump the rsn in ctdb_become_dmaster...
2013-04-26 Michael AdamFix a severe recovery bug that can lead to data corrupt...
2013-04-26 Michael Adamlogging: fix comment typo
2013-04-26 Michael Adamctdbd: unimplement the unused SET_DMASTER control
2013-04-26 Michael Adamrecoverd: remove bogus comment "qqq" from "add prototyp...
2013-04-05 Martin SchwenkeFix typo in ctdb_ltdb_store_server()
2013-01-14 Michael Adamctdb:recover: fix a comment typo
2013-01-14 Volker Lendeckevacuum: Avoid some tallocs in ctdb recovery
2013-01-14 Michael Adamvacuum: fix a comment typo
2012-05-07 Michael Adamrecover: finish pending trans3 commits when a recovery...
2012-05-07 Michael Adampersistent: add ctdb_persistent_finish_trans3_commits().
2012-05-07 Michael Adamdaemon: correctly end a running trans3_commit if the...
2012-05-07 Michael Adampersistent: add a client context to the persistent_stat...
2012-05-07 Michael Adampersistent: reject trans3_control when a commit is...
2012-05-07 Michael Adampersistent: allocate the persistent state in the ctdb_d...
2012-05-07 Michael Adampersistent: add a ctdb_db context to the ctdb_persisten...
2012-05-07 Michael Adampersistent_callback: print "no error message given...
2012-05-07 Michael Adampersistent: reduce indentation for the finishing moves...
2012-05-07 Michael Adampersistent: if a node failed to update_record, trigger...
2012-05-07 Michael Adampersistent_store_timout: do not really time out the...
2012-05-07 Michael Adampersistent_callback: ignore the update-recordreturn...
2012-01-12 Michael Adamltdb_server: improve logging in ctdb_ltdb_store_server
2012-01-12 Michael Adamtunables: don't list obsolete tunables in the list_tuna...
2012-01-12 Michael Adamtunables: add a bool obsolete flag to the tunable_map...
2012-01-12 Michael Adamvacuum: improve logging in remove_record_from_delete_qu...
2012-01-12 Michael Adamvacuum: improve logging in delete_record_traverse()
2012-01-12 Michael Adamvacuum: improve logging in insert_record_into_delete_qu...
2012-01-12 Michael Adamvacuum: improve debugging in delete_queue_traverse()
2012-01-12 Michael Adamvacuum: add debug message to insert_record_into_delete_...
2012-01-12 Michael Adamvacuum: improve debugging in insert_record_into_delete_...
2012-01-12 Michael Adamvacuum: initialize (to zero) the vacuum fetch list...
2012-01-12 Michael Adamvacuum: add statistics output for processing of the...
2012-01-12 Michael Adamvacuum: add a comment explaining a race in the vacuum...
2012-01-12 Michael Adamvacuum: factor out initialization of the vacuum data...
2012-01-12 Michael Adamvacuum: streamline ctdb_process_delete_list()
2012-01-12 Michael Adamvacuum: factor processing of the delete list out of...
2012-01-12 Michael Adamvacuum: factor processing of vacuum fetch lists out...
2012-01-12 Michael Adamvacuum: factor out full vacuum run out of ctdb_vacuum_d...
2012-01-12 Michael Adamvacuum: factor out the fast vacuuming run into ctdb_vac...
2012-01-12 Michael Adamvacuum: rename delete_tree to delete_list
2012-01-12 Michael Adamvacuum: appropriately rename vdata.list to vdata.vacuum...
2012-01-12 Michael Adamvacuum: introduce a helper variable for the vacuum...
2012-01-12 Michael Adamvacuum: introduce a helper variable in add_record_to_va...
2012-01-12 Michael Adamvacuum: locally delete the records in the delete_tree...
2012-01-12 Michael Adamvacuum: improve vacuuming statistics for handling the...
2012-01-12 Michael Adamvacuum: fix and improve a comment
2012-01-12 Michael Adamvacuum: appropriately rename delete_traverse() to...
2012-01-12 Michael Adamvacuum: initialize the delete_count in the vacuum data
2012-01-12 Michael Adamvacuum: fix the VacuumInterval tunable's type to uint32...
2012-01-12 Michael Adamvacuum: add new tunable VacuumInterval and mark Vacuum...
2012-01-12 Michael Adamvacuum: remove struct vacuum_tuning_data (unused)
2012-01-12 Michael Adamvacuum: use get_vacuum_interval() in ctdb_vacuum_event()
2012-01-12 Michael Adamvacuum: change get_vacuum_interval() to simply return...
2012-01-12 Michael Adamvacuum: remove update_tuning_db()
2012-01-12 Michael Adamctdb_ltdb_store_server: when storing a record that...
2012-01-12 Michael Adamvacuum: add ctdb_local_remove_from_delete_queue()
2012-01-12 Ronnie Sahlbergtypo
2012-01-12 Michael Adamtraverse: fix traversing with empty records by adding...
2012-01-12 Michael Adamtraverse: add a flag to enable transferring empty recor...
2012-01-12 Michael Adamvacuum: update (C) from vacuum rewrite
2012-01-12 Michael Adamvacuum: write a big and up-to-date explaining comment...
2012-01-12 Michael Adamvacuum: fix a comment typo in vacuum_traverse()
2012-01-12 Michael Adamvacuum: fix horrible indentation/whitespacing for ctdb_...
2012-01-12 Michael Adamvacuum: fix a comment typo in vacuum_traverse()
2012-01-12 Michael Adamvacuum: fix an abundance of indentation white spaces...
2012-01-12 Michael Adamvacuum: rename "size" to "freelist_size" for clarity
2012-01-12 Ronnie SahlbergRB_TREE: Add mechanism to abort a traverse
2012-01-12 Mathieu ParentCorrection of spelling errors
2012-01-12 Rusty Russellvacuum: disabling vacuuming during a freeze
2012-01-12 Rusty Russellvacuum: fix crash on vacuum abort
2012-01-12 Rusty Russellfreeze: abort vacuuming when we're going to freeze.
2012-01-12 Rusty Russelltakeover: prevent crash by avoiding free in traverse...
2011-06-27 Stefan Metzmacherrecoverd: try to become the recovery master if we have...
2011-06-27 Stefan Metzmacherrecoverd: let async_getcap_callback() also update ctdb...
2011-05-03 Michael Adamvacuum: use tdb_jenkins_hash() instead of ctdb_hash...
next