index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ctdb
/
server
/
ctdb_vacuum.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ctdbd: Set process names for child processes
Amitay Isaacs
2013-07-10
1
-1
/
+1
*
build: Fix tdb.h path to enable building with system TDB library
Mathieu Parent
2013-06-14
1
-1
/
+1
*
vacuum: use CTDB_REC_RO_FLAGS in the vacuuming code
Michael Adam
2013-04-24
1
-10
/
+2
*
vacuum: Update (C)
Michael Adam
2013-04-24
1
-1
/
+1
*
vacuum: extend the header comment for ctdb_process_delete_list()
Michael Adam
2013-04-24
1
-2
/
+20
*
vacuum: turn the vacuuming on lmaster into a three-phase process.
Michael Adam
2013-04-24
1
-25
/
+278
*
vacuum: reorder some of ctdb_process_delete_list() more intuitively
Michael Adam
2013-04-24
1
-21
/
+21
*
vacuum: add explicit temporary memory context to ctdb_process_delete_list()
Michael Adam
2013-04-24
1
-5
/
+12
*
vacuum: fix indentation in ctdb_process_delete_list()
Michael Adam
2013-04-24
1
-2
/
+2
*
vacuum: free temporary allocated memory correctly in ctdb_process_delete_list().
Michael Adam
2013-04-24
1
-8
/
+15
*
vacuum: move variable into scope of use in ctdb_process_delete_list()
Michael Adam
2013-04-24
1
-1
/
+2
*
vacuum: move variable into scope of use in ctdb_process_delete_list()
Michael Adam
2013-04-24
1
-1
/
+1
*
vacuum: simplify ctdb_process_delete_list(): reduce indentation
Michael Adam
2013-04-24
1
-113
/
+114
*
vacuum: add DEBUG to skip conditions in delete_record_traverse()
Michael Adam
2013-04-24
1
-5
/
+25
*
vacuum: break line for RO-flags check in delete_record_traverse() for readabi...
Michael Adam
2013-04-24
1
-1
/
+5
*
vacuum: Avoid some tallocs in ctdb recovery
Volker Lendecke
2012-11-26
1
-6
/
+8
*
vacuum: fix a comment typo
Michael Adam
2012-11-19
1
-1
/
+1
*
Track all child process so we never send a signal to an unrelated process (ou...
Ronnie Sahlberg
2012-05-03
1
-1
/
+1
*
Remove explicit include of lib/tevent/tevent.h.
Amitay Isaacs
2012-04-13
1
-2
/
+0
*
READONLY: skip vacuuming or deleting records with readonly delegations.
Ronnie Sahlberg
2012-02-29
1
-0
/
+6
*
READONLY: only send a control to schedule fast-vacuuming from child context i...
Ronnie Sahlberg
2012-02-21
1
-1
/
+9
*
vacuum: improve logging in remove_record_from_delete_queue()
Michael Adam
2011-12-23
1
-5
/
+20
*
vacuum: improve logging in delete_record_traverse()
Michael Adam
2011-12-23
1
-3
/
+12
*
vacuum: improve logging in insert_record_into_delete_queue()
Michael Adam
2011-12-23
1
-4
/
+4
*
vacuum: improve debugging in delete_queue_traverse()
Michael Adam
2011-12-23
1
-4
/
+12
*
vacuum: add debug message to insert_record_into_delete_queue() for failed insert
Michael Adam
2011-12-23
1
-0
/
+4
*
vacuum: improve debugging in insert_record_into_delete_queue()
Michael Adam
2011-12-23
1
-4
/
+6
*
vacuum: initialize (to zero) the vacuum fetch list in ctdb_vacuum_init_vacuum...
Michael Adam
2011-12-23
1
-1
/
+1
*
vacuum: add statistics output for processing of the delete list
Michael Adam
2011-12-23
1
-2
/
+22
*
vacuum: add a comment explaining a race in the vacuum code.
Michael Adam
2011-12-23
1
-0
/
+11
*
vacuum: factor out initialization of the vacuum data from ctdb_vacuum_db()
Michael Adam
2011-12-23
1
-161
/
+165
*
vacuum: streamline ctdb_process_delete_list()
Michael Adam
2011-12-23
1
-114
/
+127
*
vacuum: factor processing of the delete list out of ctdb_vacuum_db()
Michael Adam
2011-12-23
1
-103
/
+121
*
vacuum: factor processing of vacuum fetch lists out of ctdb_vacuum_db()
Michael Adam
2011-12-23
1
-30
/
+47
*
vacuum: factor out full vacuum run out of ctdb_vacuum_db() as ctdb_vacuum_db_...
Michael Adam
2011-12-23
1
-30
/
+49
*
vacuum: factor out the fast vacuuming run into ctdb_vacuum_db_fast()
Michael Adam
2011-12-23
1
-25
/
+34
*
vacuum: rename delete_tree to delete_list
Michael Adam
2011-12-23
1
-23
/
+23
*
vacuum: appropriately rename vdata.list to vdata.vacuum_fetch_list
Michael Adam
2011-12-23
1
-9
/
+11
*
vacuum: introduce a helper variable for the vacuum fetch list in ctdb_vacuum_...
Michael Adam
2011-12-23
1
-4
/
+5
*
vacuum: introduce a helper variable in add_record_to_vacuum_fetch_list() to r...
Michael Adam
2011-12-23
1
-7
/
+10
*
vacuum: locally delete the records in the delete_tree that have be deleted re...
Michael Adam
2011-12-23
1
-8
/
+116
*
vacuum: improve vacuuming statistics for handling the delete_tree.
Michael Adam
2011-12-23
1
-8
/
+24
*
vacuum: fix and improve a comment
Michael Adam
2011-12-23
1
-3
/
+4
*
vacuum: appropriately rename delete_traverse() to delete_marshall_traverse()
Michael Adam
2011-12-23
1
-2
/
+3
*
vacuum: initialize the delete_count in the vacuum data
Michael Adam
2011-12-23
1
-0
/
+1
*
vacuum: fix the VacuumInterval tunable's type to uint32_t in get_vacuum_inter...
Michael Adam
2011-12-23
1
-2
/
+2
*
vacuum: add new tunable VacuumInterval and mark Vacuum{Default,Min,Max}Interv...
Michael Adam
2011-12-23
1
-1
/
+1
*
vacuum: remove struct vacuum_tuning_data (unused)
Michael Adam
2011-12-23
1
-10
/
+0
*
vacuum: use get_vacuum_interval() in ctdb_vacuum_event()
Michael Adam
2011-12-23
1
-3
/
+9
*
vacuum: change get_vacuum_interval() to simply return the VacuumDefaultInterv...
Michael Adam
2011-12-23
1
-49
/
+0
[next]