index
:
delta/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
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ctdb
/
server
/
ctdb_vacuum.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ctdb-vacuum: Process all records not deleted on a remote node
Amitay Isaacs
2019-10-16
1
-1
/
+1
*
ctdb-daemon: Do not force full vacuum on first vacuuming run
Martin Schwenke
2018-12-18
1
-7
/
+6
*
ctdb-vacuum: Remove unnecessary check for zero records in delete list
Amitay Isaacs
2018-10-08
1
-6
/
+0
*
ctdb-vacuum: Fix the incorrect counting of remote errors
Amitay Isaacs
2018-10-08
1
-9
/
+13
*
ctdb-vacuum: Simplify the deletion of vacuumed records
Amitay Isaacs
2018-10-08
1
-243
/
+9
*
ctdb-daemon: Add accessors for CTDB_DB_FLAGS_PERSISTENT flag
Amitay Isaacs
2017-06-29
1
-2
/
+4
*
ctdb-daemon: Remove setting of debug_extra from switch_from_server_to_client()
Amitay Isaacs
2016-12-05
1
-1
/
+1
*
ctdb-common: Drop CTDB's copy of sys_read() and sys_write()
Martin Schwenke
2016-11-29
1
-1
/
+1
*
ctdb-vacuum: Do not use freeze_mode outside freeze code
Amitay Isaacs
2016-07-25
1
-5
/
+3
*
ctdb-daemon: Drop the "schedule for deletion" messages to DEBUG level
Martin Schwenke
2016-01-12
1
-5
/
+5
*
ctdb: Use prctl_set_comment from lib/util
Christof Schmitt
2015-11-18
1
-1
/
+2
*
ctdb-server: Replace ctdb_logging.h with common/logging.h
Amitay Isaacs
2015-11-16
1
-1
/
+1
*
Fix various spelling errors
Mathieu Parent
2015-11-06
1
-2
/
+2
*
ctdb-daemon: Rename struct ctdb_rec_data to ctdb_rec_data_old
Amitay Isaacs
2015-11-04
1
-6
/
+6
*
ctdb-daemon: Rename struct ctdb_node_map to ctdb_node_map_old
Amitay Isaacs
2015-11-04
1
-1
/
+1
*
ctdb-daemon: Separate prototypes for common client/server functions
Amitay Isaacs
2015-10-30
1
-0
/
+1
*
ctdb-daemon: Remove dependency on includes.h
Amitay Isaacs
2015-10-30
1
-6
/
+14
*
ctdb-daemon: Stop using tevent compatibility definitions
Amitay Isaacs
2015-10-30
1
-31
/
+34
*
ctdb-daemon: Separate prototypes for system specific functions
Amitay Isaacs
2015-10-30
1
-0
/
+1
*
ctdb-vacuum: Use non-blocking lock when traversing delete tree
Amitay Isaacs
2014-12-05
1
-5
/
+1
*
ctdb-vacuum: Use non-blocking lock when traversing delete queue
Amitay Isaacs
2014-12-05
1
-5
/
+1
*
ctdb-vacuum: Stagger vacuuming child processes
Amitay Isaacs
2014-12-05
1
-0
/
+11
*
ctdb-vacuum: Track time for vacuuming in database statistics
Amitay Isaacs
2014-12-05
1
-0
/
+1
*
ctdb-util: Rename db_wrap to tdb_wrap and make it a build subsystem
Martin Schwenke
2014-09-10
1
-1
/
+1
*
ctdb: Use sys_read() and sys_write() to ensure correct signal interaction
Martin Schwenke
2014-08-21
1
-2
/
+2
*
ctdb:vacuum: stop vacuuming when the first delete_list traverse fails.
Michael Adam
2014-07-23
1
-0
/
+1
*
ctdb-vacuum: Use existing function ctdb_marshall_finish
Amitay Isaacs
2014-07-23
1
-6
/
+3
*
ctdb-vacuum: Use ctdb_marshall_add to add a record to marshall buffer
Amitay Isaacs
2014-07-23
1
-28
/
+10
*
ctdb-vacuum: If talloc_realloc fails, terminate traverse
Amitay Isaacs
2014-07-23
1
-1
/
+2
*
ctdb-vacuum: Fix talloc hierarchy in delete_marshall_traverse
Amitay Isaacs
2014-07-23
1
-1
/
+1
*
ctdb:vacuum: always run freelist_size again
Michael Adam
2014-06-17
1
-6
/
+4
*
ctdb:vacuum: add missing return to ctdb_vacuum_traverse_db() error path.
Michael Adam
2014-06-17
1
-0
/
+1
*
ctdb:vacuum: remove now unused talloc ctx argument from ctdb_vacuum_db()
Michael Adam
2014-06-17
1
-3
/
+1
*
ctdb:vacuum: move init of vdata into init_vdata funcion
Michael Adam
2014-06-17
1
-32
/
+43
*
ctdb:vacuum: remove vacuum limit from vdata - not used
Michael Adam
2014-06-17
1
-2
/
+0
*
ctdb:vacuum: remove a superfluous comment.
Michael Adam
2014-06-17
1
-4
/
+1
*
ctdb:vacuum: untangle assignmend and check for return of tdb_repack()
Michael Adam
2014-06-17
1
-1
/
+3
*
ctdb:vacuum: remove a superfluous and misleading comment
Michael Adam
2014-06-17
1
-3
/
+0
*
ctdb:vacuum: remove now unused ctdb_repack_tdb().
Michael Adam
2014-06-17
1
-129
/
+0
*
ctdb:vacuum: use plain tdb_repack() instead of ctdb_repack_tdb()
Michael Adam
2014-06-17
1
-1
/
+1
*
ctdb:vacuum: remove a comment in ctdb_vacuum_and_repack_db()
Michael Adam
2014-06-17
1
-3
/
+0
*
ctdb:vacuum: adapt debug message for repacking.
Michael Adam
2014-06-17
1
-2
/
+2
*
ctdb-vacuum: fix delete list counts in delete_marshall_traverse_first
Michael Adam
2014-03-06
1
-0
/
+2
*
ctdb-vacuum: fix possible cause for delelete_list processing counts left reco...
Michael Adam
2014-03-06
1
-0
/
+16
*
ctdb-vacuum: systematize counters into various structs
Michael Adam
2014-03-06
1
-109
/
+123
*
ctdb-vacuum: remove unused counter vdata->total
Michael Adam
2014-03-06
1
-3
/
+0
*
ctdb-vacuum: make ctdb_process_delete_list() void
Michael Adam
2014-03-06
1
-19
/
+6
*
ctdb-vacuum: make ctdb_process_vacuum_fetch_lists() void.
Michael Adam
2014-03-06
1
-7
/
+4
*
ctdb-vacuum: make ctdb_vacuum_traverse_db() void.
Michael Adam
2014-03-06
1
-8
/
+4
*
ctdb-vacuum: don't stop in process_vacuum_fetch_lists when sending to one nod...
Michael Adam
2014-03-06
1
-1
/
+0
[next]