scripts: Add support for CTDB_DBDIR in tmpfs
[ctdb.git] / server / ctdb_vacuum.c
2014-12-08 Amitay Isaacsvacuum: Use non-blocking lock when traversing delete...
2014-12-08 Amitay Isaacsvacuum: Use non-blocking lock when traversing delete...
2014-12-08 Amitay Isaacsvacuum: Stagger vacuuming child processes
2014-12-08 Amitay Isaacsvacuum: Track time for vacuuming in database statistics
2014-08-21 Martin SchwenkeUse sys_read() and sys_write() to ensure correct signal...
2014-07-24 Michael Adamvacuum: stop vacuuming when the first delete_list trave...
2014-07-23 Amitay Isaacsvacuum: Use existing function ctdb_marshall_finish
2014-07-23 Amitay Isaacsvacuum: Use ctdb_marshall_add to add a record to marsha...
2014-07-23 Amitay Isaacsvacuum: If talloc_realloc fails, terminate traverse
2014-07-23 Amitay Isaacsvacuum: Fix talloc hierarchy in delete_marshall_traverse
2014-06-17 Michael Adamvacuum: always run freelist_size again
2014-06-17 Michael Adamvacuum: add missing return to ctdb_vacuum_traverse_db...
2014-06-17 Michael Adamvacuum: remove now unused talloc ctx argument from...
2014-06-17 Michael Adamvacuum: move init of vdata into init_vdata funcion
2014-06-17 Michael Adamvacuum: remove vacuum limit from vdata - not used
2014-06-17 Michael Adamvacuum: remove a superfluous comment.
2014-06-17 Michael Adamvacuum: untangle assignmend and check for return of...
2014-06-17 Michael Adamvacuum: remove a superfluous and misleading comment
2014-06-17 Michael Adamvacuum: remove now unused ctdb_repack_tdb().
2014-06-17 Michael Adamvacuum: use plain tdb_repack() instead of ctdb_repack_tdb()
2014-06-17 Michael Adamvacuum: remove a comment in ctdb_vacuum_and_repack_db()
2014-06-17 Michael Adamvacuum: adapt debug message for repacking.
2014-03-06 Michael Adamvacuum: fix delete list counts in delete_marshall_trave...
2014-03-06 Michael Adamvacuum: fix possible cause for delelete_list processing...
2014-03-06 Michael Adamvacuum: systematize counters into various structs
2014-03-06 Michael Adamvacuum: remove unused counter vdata->total
2014-03-06 Michael Adamvacuum: make ctdb_process_delete_list() void
2014-03-06 Michael Adamvacuum: make ctdb_process_vacuum_fetch_lists() void.
2014-03-06 Michael Adamvacuum: make ctdb_vacuum_traverse_db() void.
2014-03-06 Michael Adamvacuum: don't stop in process_vacuum_fetch_lists when...
2014-03-06 Michael Adamvacuum: catch and log errors to traverse the delete...
2014-03-06 Michael Adamvacuum: catch and log error of traverse in ctdb_process...
2014-03-06 Michael Adamvacuum: use tdb_parse_record instead of tdb_fetch in...
2014-03-06 Michael Adamvacuum: simplify delete_marshall_traverse_first: use...
2014-03-06 Michael Adamvacuum: remove VacuumLimit criterion for triggering...
2014-03-06 Michael Adamvacuum: treat value 0 of tunable VacuumLimit as turning...
2014-03-06 Michael Adamvacuum: add consistency check for counts at end of...
2014-03-06 Michael Adamvacuum: log error if records are left for deletion...
2014-03-06 Michael Adamvacuum: use tdb_parse_record instead of tdb_fetch in...
2014-03-06 Michael Adamvacuum: update comment for ctdb_process_delete_queue
2014-03-06 Michael Adamvacuum: rename ctdb_vacuum_db_fast --> ctdb_process_del...
2014-03-06 Michael Adamvacuum: update comment for ctdb_vacuum_traverse_db
2014-03-06 Michael Adamvacuum: rename ctdb_vacuum_db_full --> ctdb_vacuum_trav...
2014-03-06 Michael Adamvacuum: change full db traverse vacuuming to fill delet...
2014-03-06 Michael Adamvacuum: run the fast vacuum after the db traverse
2014-03-06 Michael Adamvacuum: rename private->private_data in repack_traverse
2014-03-06 Michael Adamvacuum: rename private->private_data in vacuum_traverse
2014-03-06 Michael Adamvacuum: extract check for full vacuum run out of ctdb_v...
2014-03-06 Michael Adamvacuum: add consistency check for counts to ctdb_vacuum...
2014-03-06 Michael Adamvacuum: use tdb_parse_record instead of tdb_fetch in...
2014-03-06 Michael Adamvacuum: simplify delete_record_traverse() - free treats...
2014-03-06 Michael Adamvacuum: simplify delete_queue_traverse() - free treats...
2014-03-06 Michael Adamvacuum: reduce indentation in delete_queue_traverse
2014-03-06 Michael Adamvacuum: treat value 0 of tunable RepackLimit as turned...
2014-03-06 Michael Adamvacuum: fix treatment of remaining records and statisti...
2014-03-06 Michael Adamvacuum: cast freelist_size in comparison.
2014-03-06 Michael Adamvacuum: improve output of delete list statistics
2014-02-14 Michael Adamvacuum: move retrieval of freelist to after vacuum run
2014-02-14 Michael Adamvacuum: fix debug message typo in add_record_to_delete_...
2013-07-10 Amitay Isaacsctdbd: Set process names for child processes
2013-06-14 Mathieu Parentbuild: Fix tdb.h path to enable building with system...
2013-04-24 Michael Adamvacuum: use CTDB_REC_RO_FLAGS in the vacuuming code
2013-04-24 Michael Adamvacuum: Update (C)
2013-04-24 Michael Adamvacuum: extend the header comment for ctdb_process_dele...
2013-04-24 Michael Adamvacuum: turn the vacuuming on lmaster into a three...
2013-04-24 Michael Adamvacuum: reorder some of ctdb_process_delete_list()...
2013-04-24 Michael Adamvacuum: add explicit temporary memory context to ctdb_p...
2013-04-24 Michael Adamvacuum: fix indentation in ctdb_process_delete_list()
2013-04-24 Michael Adamvacuum: free temporary allocated memory correctly in...
2013-04-24 Michael Adamvacuum: move variable into scope of use in ctdb_process...
2013-04-24 Michael Adamvacuum: move variable into scope of use in ctdb_process...
2013-04-24 Michael Adamvacuum: simplify ctdb_process_delete_list(): reduce...
2013-04-24 Michael Adamvacuum: add DEBUG to skip conditions in delete_record_t...
2013-04-24 Michael Adamvacuum: break line for RO-flags check in delete_record_...
2012-11-25 Volker Lendeckevacuum: Avoid some tallocs in ctdb recovery
2012-11-19 Michael Adamvacuum: fix a comment typo
2012-05-03 Ronnie SahlbergTrack all child process so we never send a signal to...
2012-04-25 Ronnie SahlbergMerge remote branch 'amitay/tdb-sync'
2012-04-25 Ronnie SahlbergMerge remote branch 'amitay/tevent-sync'
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...
next