Remove explicit include of lib/tevent/tevent.h.
[garming/samba-autobuild/.git] / ctdb / server / ctdb_vacuum.c
2012-04-13 Amitay IsaacsRemove explicit include of lib/tevent/tevent.h.
2012-03-15 Ronnie SahlbergMerge remote branch 'martins/master'
2012-02-29 Ronnie SahlbergREADONLY: skip vacuuming or deleting records with reado...
2012-02-20 Ronnie SahlbergMerge branch 'master' of 10.1.1.27:/shared/ctdb/ctdb...
2012-02-20 Ronnie SahlbergREADONLY: only send a control to schedule fast-vacuumin...
2012-01-03 Ronnie SahlbergMerge branch 'master' of ssh://git.samba.org/data/git...
2011-12-23 Michael Adamvacuum: improve logging in remove_record_from_delete_qu...
2011-12-23 Michael Adamvacuum: improve logging in delete_record_traverse()
2011-12-23 Michael Adamvacuum: improve logging in insert_record_into_delete_qu...
2011-12-23 Michael Adamvacuum: improve debugging in delete_queue_traverse()
2011-12-23 Michael Adamvacuum: add debug message to insert_record_into_delete_...
2011-12-23 Michael Adamvacuum: improve debugging in insert_record_into_delete_...
2011-12-23 Michael Adamvacuum: initialize (to zero) the vacuum fetch list...
2011-12-23 Michael Adamvacuum: add statistics output for processing of the...
2011-12-23 Michael Adamvacuum: add a comment explaining a race in the vacuum...
2011-12-23 Michael Adamvacuum: factor out initialization of the vacuum data...
2011-12-23 Michael Adamvacuum: streamline ctdb_process_delete_list()
2011-12-23 Michael Adamvacuum: factor processing of the delete list out of...
2011-12-23 Michael Adamvacuum: factor processing of vacuum fetch lists out...
2011-12-23 Michael Adamvacuum: factor out full vacuum run out of ctdb_vacuum_d...
2011-12-23 Michael Adamvacuum: factor out the fast vacuuming run into ctdb_vac...
2011-12-23 Michael Adamvacuum: rename delete_tree to delete_list
2011-12-23 Michael Adamvacuum: appropriately rename vdata.list to vdata.vacuum...
2011-12-23 Michael Adamvacuum: introduce a helper variable for the vacuum...
2011-12-23 Michael Adamvacuum: introduce a helper variable in add_record_to_va...
2011-12-23 Michael Adamvacuum: locally delete the records in the delete_tree...
2011-12-23 Michael Adamvacuum: improve vacuuming statistics for handling the...
2011-12-23 Michael Adamvacuum: fix and improve a comment
2011-12-23 Michael Adamvacuum: appropriately rename delete_traverse() to...
2011-12-23 Michael Adamvacuum: initialize the delete_count in the vacuum data
2011-12-23 Michael Adamvacuum: fix the VacuumInterval tunable's type to uint32...
2011-12-23 Michael Adamvacuum: add new tunable VacuumInterval and mark Vacuum...
2011-12-23 Michael Adamvacuum: remove struct vacuum_tuning_data (unused)
2011-12-23 Michael Adamvacuum: use get_vacuum_interval() in ctdb_vacuum_event()
2011-12-23 Michael Adamvacuum: change get_vacuum_interval() to simply return...
2011-12-23 Michael Adamvacuum: remove update_tuning_db()
2011-12-23 Michael Adamvacuum: add ctdb_local_remove_from_delete_queue()
2011-11-26 Michael Adamvacuum: update (C) from vacuum rewrite
2011-11-25 Michael Adamvacuum: write a big and up-to-date explaining comment...
2011-11-25 Michael Adamvacuum: fix a comment typo in vacuum_traverse()
2011-11-25 Michael Adamvacuum: fix horrible indentation/whitespacing for ctdb_...
2011-11-25 Michael Adamvacuum: fix a comment typo in vacuum_traverse()
2011-11-25 Michael Adamvacuum: fix an abundance of indentation white spaces...
2011-11-25 Michael Adamvacuum: rename "size" to "freelist_size" for clarity
2011-11-08 Ronnie SahlbergMerge remote branch 'martins/lcp2fix'
2011-11-08 Ronnie SahlbergMerge branch 'master' of 10.1.1.27:/shared/ctdb/ctdb...
2011-11-08 Ronnie SahlbergRB_TREE: Add mechanism to abort a traverse
2011-03-22 Mathieu ParentCorrection of spelling errors
2011-03-14 Ronnie SahlbergVacuuming: initialize a variable to avoid a harmless...
2011-03-14 Michael Adamvacuum: fix a comment typo
2011-03-14 Michael Adamvacuum: use insert_record_into_delete_queue in ctdb_loc...
2011-03-14 Michael Adamvacuum: refactor insert_record_into_delete_queue out...
2011-03-14 Michael Adamvacuum: raise a debug level from INFO to DEBUG
2011-03-14 Michael Adamvacuum: add ctdb_local_schedule_for_deletion()
2011-03-14 Michael Adamserver: implement a new control SCHEDULE_FOR_DELETION...
2011-03-14 Michael Adamvacuum: lower level of hash collision debug message...
2011-03-14 Michael Adamvacuum: add statistics output to the fast and full...
2011-03-14 Michael Adamvacuum: refactor insert_delete_record_data_into_tree...
2011-03-14 Michael Adamvacuum: disable full db-traverse vacuuming runs when...
2011-03-14 Michael Adamvacuum: Only run full vacuumig (db traverse) every...
2011-03-14 Michael Adamvacuum: reset the fast path count in the event handle...
2011-03-14 Michael Adamvacuum: bump the number of fast-path runs in the vacuum...
2011-03-14 Michael Adamvacuum: add a fast_path_count to the vacuum_handle.
2011-03-14 Michael Adamvacuum: traverse the delete_queue befor traversing...
2011-03-14 Michael Adamvacuum: add delete_queue_traverse() for traversal of...
2011-03-14 Michael Adamvacuum: reduce indentation in add_record_to_delete_tree()
2011-03-14 Michael Adamvacuum: refactor new add_record_to_delete_tree() out...
2011-03-14 Michael Adamvacuum: skip adding records to list of records to send...
2011-03-14 Michael Adamvacuum: refactor new add_record_to_vacuum_fetch_list...
2011-03-14 Michael Adamserver: rename ctdb_repack_db() to ctdb_vacuum_and_repa...
2011-03-14 Michael Adamvaccum: clear the fast-path vacuuming delete_queue...
2011-03-14 Michael Adamvacuum: check lmaster against num_nodes instead of...
2011-03-14 Michael Adamvacuum: reduce indentation of the loop sending VACUUM_F...
2011-03-14 Michael Adamvacuum: correctly send TRY_DELETE_RECORDS ctrl to all...
2011-03-11 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-01-10 Ronnie SahlbergAdd ctdb_fork(0 which will fork a child process and...
2010-10-14 Ronnie SahlbergIf tdb_open() fails when trying to open the vacuuming...
2010-10-08 Ronnie SahlbergMerge commit 'rusty/tdb-update'
2010-10-07 Ronnie SahlbergDont log a normal vacuuming message about a missing...
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-18 Rusty Russellvacuum: disabling vacuuming during a freeze
2010-08-18 Rusty Russellvacuum: fix crash on vacuum abort
2010-08-18 Rusty Russellfreeze: abort vacuuming when we're going to freeze.
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-06-01 Ronnie Sahlbergrename ctdb_send_message to ctdb_client_send_message...
2010-03-31 Martin SchwenkeMerge commit 'origin/master'
2010-03-11 Ronnie SahlbergMerge commit 'obnox/master-rebase'
2010-03-11 Ronnie SahlbergMerge root@10.1.1.27:/shared/ctdb/ctdb-git
2010-03-11 Christian Ambachadjust a vacuum log level
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 Rusty RussellAdd --valgringing flag instead of --nosetsched
2009-12-16 Ronnie Sahlbergfix conflict in merge from metze
next