ctdb-daemon: Separate prototypes for common client/server functions
[vlendec/samba-autobuild/.git] / ctdb / server / ctdb_vacuum.c
2015-10-30 Amitay Isaacsctdb-daemon: Separate prototypes for common client...
2015-10-30 Amitay Isaacsctdb-daemon: Remove dependency on includes.h
2015-10-30 Amitay Isaacsctdb-daemon: Stop using tevent compatibility definitions
2015-10-30 Amitay Isaacsctdb-daemon: Separate prototypes for system specific...
2014-12-05 Amitay Isaacsctdb-vacuum: Use non-blocking lock when traversing...
2014-12-05 Amitay Isaacsctdb-vacuum: Use non-blocking lock when traversing...
2014-12-05 Amitay Isaacsctdb-vacuum: Stagger vacuuming child processes
2014-12-05 Amitay Isaacsctdb-vacuum: Track time for vacuuming in database stati...
2014-09-09 Martin Schwenkectdb-util: Rename db_wrap to tdb_wrap and make it a...
2014-08-21 Martin Schwenkectdb: Use sys_read() and sys_write() to ensure correct...
2014-07-23 Michael Adamctdb:vacuum: stop vacuuming when the first delete_list...
2014-07-23 Amitay Isaacsctdb-vacuum: Use existing function ctdb_marshall_finish
2014-07-23 Amitay Isaacsctdb-vacuum: Use ctdb_marshall_add to add a record...
2014-07-23 Amitay Isaacsctdb-vacuum: If talloc_realloc fails, terminate traverse
2014-07-23 Amitay Isaacsctdb-vacuum: Fix talloc hierarchy in delete_marshall_tr...
2014-06-17 Michael Adamctdb:vacuum: always run freelist_size again
2014-06-17 Michael Adamctdb:vacuum: add missing return to ctdb_vacuum_traverse...
2014-06-17 Michael Adamctdb:vacuum: remove now unused talloc ctx argument...
2014-06-17 Michael Adamctdb:vacuum: move init of vdata into init_vdata funcion
2014-06-17 Michael Adamctdb:vacuum: remove vacuum limit from vdata - not used
2014-06-17 Michael Adamctdb:vacuum: remove a superfluous comment.
2014-06-17 Michael Adamctdb:vacuum: untangle assignmend and check for return...
2014-06-17 Michael Adamctdb:vacuum: remove a superfluous and misleading comment
2014-06-17 Michael Adamctdb:vacuum: remove now unused ctdb_repack_tdb().
2014-06-17 Michael Adamctdb:vacuum: use plain tdb_repack() instead of ctdb_rep...
2014-06-17 Michael Adamctdb:vacuum: remove a comment in ctdb_vacuum_and_repack...
2014-06-17 Michael Adamctdb:vacuum: adapt debug message for repacking.
2014-03-06 Michael Adamctdb-vacuum: fix delete list counts in delete_marshall_...
2014-03-06 Michael Adamctdb-vacuum: fix possible cause for delelete_list proce...
2014-03-06 Michael Adamctdb-vacuum: systematize counters into various structs
2014-03-06 Michael Adamctdb-vacuum: remove unused counter vdata->total
2014-03-06 Michael Adamctdb-vacuum: make ctdb_process_delete_list() void
2014-03-06 Michael Adamctdb-vacuum: make ctdb_process_vacuum_fetch_lists(...
2014-03-06 Michael Adamctdb-vacuum: make ctdb_vacuum_traverse_db() void.
2014-03-06 Michael Adamctdb-vacuum: don't stop in process_vacuum_fetch_lists...
2014-03-06 Michael Adamctdb-vacuum: catch and log errors to traverse the delet...
2014-03-06 Michael Adamctdb-vacuum: catch and log error of traverse in ctdb_pr...
2014-03-06 Michael Adamctdb-vacuum: use tdb_parse_record instead of tdb_fetch...
2014-03-06 Michael Adamctdb-vacuum: simplify delete_marshall_traverse_first...
2014-03-06 Michael Adamctdb-vacuum: remove VacuumLimit criterion for triggerin...
2014-03-06 Michael Adamctdb-vacuum: treat value 0 of tunable VacuumLimit as...
2014-03-06 Michael Adamctdb-vacuum: add consistency check for counts at end...
2014-03-06 Michael Adamctdb-vacuum: log error if records are left for deletion...
2014-03-06 Michael Adamctdb-vacuum: use tdb_parse_record instead of tdb_fetch...
2014-03-06 Michael Adamctdb-vacuum: update comment for ctdb_process_delete_queue
2014-03-06 Michael Adamctdb-vacuum: rename ctdb_vacuum_db_fast --> ctdb_proces...
2014-03-06 Michael Adamctdb-vacuum: update comment for ctdb_vacuum_traverse_db
2014-03-06 Michael Adamctdb-vacuum: rename ctdb_vacuum_db_full --> ctdb_vacuum...
2014-03-06 Michael Adamctdb-vacuum: change full db traverse vacuuming to fill...
2014-03-06 Michael Adamctdb-vacuum: run the fast vacuum after the db traverse
2014-03-06 Michael Adamctdb-vacuum: rename private->private_data in repack_tra...
2014-03-06 Michael Adamctdb-vacuum: rename private->private_data in vacuum_tra...
2014-03-06 Michael Adamctdb-vacuum: extract check for full vacuum run out...
2014-03-06 Michael Adamctdb-vacuum: add consistency check for counts to ctdb_v...
2014-03-06 Michael Adamctdb-vacuum: use tdb_parse_record instead of tdb_fetch...
2014-03-06 Michael Adamctdb-vacuum: simplify delete_record_traverse() - free...
2014-03-06 Michael Adamctdb-vacuum: simplify delete_queue_traverse() - free...
2014-03-06 Michael Adamctdb-vacuum: reduce indentation in delete_queue_traverse
2014-03-06 Michael Adamctdb-vacuum: treat value 0 of tunable RepackLimit as...
2014-03-06 Michael Adamctdb-vacuum: fix treatment of remaining records and...
2014-03-06 Michael Adamctdb-vacuum: cast freelist_size in comparison.
2014-03-06 Michael Adamctdb-vacuum: improve output of delete list statistics
2014-02-14 Michael Adamctdb:vacuum: move retrieval of freelist to after vacuum run
2014-02-14 Michael Adamctdb:vacuum: fix debug message typo in add_record_to_de...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
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...
next