index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ctdb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
ctdb-vacuum: catch and log errors to traverse the delete list in ctdb_process...
Michael Adam
2014-03-06
1
-6
/
+18
*
ctdb-vacuum: catch and log error of traverse in ctdb_process_delete_queue()
Michael Adam
2014-03-06
1
-1
/
+8
*
ctdb-vacuum: use tdb_parse_record instead of tdb_fetch in delete_marshall_tra...
Michael Adam
2014-03-06
1
-26
/
+8
*
ctdb-vacuum: simplify delete_marshall_traverse_first: use tdb_null
Michael Adam
2014-03-06
1
-5
/
+2
*
ctdb-vacuum: remove VacuumLimit criterion for triggering a repack
Michael Adam
2014-03-06
1
-5
/
+1
*
ctdb-vacuum: treat value 0 of tunable VacuumLimit as turning off repacking
Michael Adam
2014-03-06
1
-1
/
+1
*
ctdb-vacuum: add consistency check for counts at end of process_delete_list()
Michael Adam
2014-03-06
1
-0
/
+14
*
ctdb-vacuum: log error if records are left for deletion after ctdb_process_de...
Michael Adam
2014-03-06
1
-0
/
+8
*
ctdb-vacuum: use tdb_parse_record instead of tdb_fetch in delete_record_trave...
Michael Adam
2014-03-06
1
-23
/
+7
*
ctdb-vacuum: update comment for ctdb_process_delete_queue
Michael Adam
2014-03-06
1
-2
/
+3
*
ctdb-vacuum: rename ctdb_vacuum_db_fast --> ctdb_process_delete_queue
Michael Adam
2014-03-06
1
-3
/
+3
*
ctdb-vacuum: update comment for ctdb_vacuum_traverse_db
Michael Adam
2014-03-06
1
-1
/
+0
*
ctdb-vacuum: rename ctdb_vacuum_db_full --> ctdb_vacuum_traverse_db
Michael Adam
2014-03-06
1
-3
/
+3
*
ctdb-vacuum: change full db traverse vacuuming to fill delete queue
Michael Adam
2014-03-06
1
-30
/
+18
*
ctdb-vacuum: run the fast vacuum after the db traverse
Michael Adam
2014-03-06
1
-2
/
+2
*
ctdb-vacuum: rename private->private_data in repack_traverse
Michael Adam
2014-03-06
1
-2
/
+3
*
ctdb-vacuum: rename private->private_data in vacuum_traverse
Michael Adam
2014-03-06
1
-2
/
+4
*
ctdb-vacuum: extract check for full vacuum run out of ctdb_vacuum_db_full()
Michael Adam
2014-03-06
1
-9
/
+6
*
ctdb-vacuum: add consistency check for counts to ctdb_vacuum_db_fast()
Michael Adam
2014-03-06
1
-0
/
+15
*
ctdb-vacuum: use tdb_parse_record instead of tdb_fetch in delete_queue_traver...
Michael Adam
2014-03-06
1
-16
/
+19
*
ctdb-vacuum: simplify delete_record_traverse() - free treats NULL
Michael Adam
2014-03-06
1
-3
/
+1
*
ctdb-vacuum: simplify delete_queue_traverse() - free treats NULL pointers.
Michael Adam
2014-03-06
1
-3
/
+2
*
ctdb-vacuum: reduce indentation in delete_queue_traverse
Michael Adam
2014-03-06
1
-6
/
+7
*
ctdb-vacuum: treat value 0 of tunable RepackLimit as turned off.
Michael Adam
2014-03-06
1
-7
/
+9
*
ctdb-vacuum: fix treatment of remaining records and statistics in delete_reco...
Michael Adam
2014-03-06
1
-24
/
+16
*
ctdb-vacuum: cast freelist_size in comparison.
Michael Adam
2014-03-06
1
-1
/
+2
*
ctdb-vacuum: improve output of delete list statistics
Michael Adam
2014-03-06
1
-5
/
+5
*
ctdb-daemon: Do not support connection tracking if there are no public IPs
Amitay Isaacs
2014-03-04
1
-0
/
+15
*
ctdb-util: Do not use mlockall() on AIX
Amitay Isaacs
2014-03-04
1
-6
/
+1
*
ctdb-build: AIX does not have working C99 vsnprintf, requires libreplace
Amitay Isaacs
2014-03-04
1
-2
/
+2
*
ctdb-build: Remove auto-generated header file in distclean
Amitay Isaacs
2014-03-04
1
-0
/
+1
*
ctdb-recoverd: Check if callback function is registered before calling
Amitay Isaacs
2014-02-27
1
-2
/
+7
*
ctdb-daemon: After updating tickles on other nodes, set update flag to false
Amitay Isaacs
2014-02-27
1
-0
/
+2
*
ctdb-daemon: Implement ctdb_control_startup()
Martin Schwenke
2014-02-27
1
-4
/
+12
*
ctdb-daemon: Fix whitespaces
Amitay Isaacs
2014-02-27
1
-4
/
+4
*
ctdb-daemon: Always talloc tickle array off vnn instead of ctdb->nodes
Amitay Isaacs
2014-02-27
1
-8
/
+5
*
ctdb-eventscripts: Switch on dumping of stuck nfsd threads
Martin Schwenke
2014-02-25
2
-2
/
+2
*
ctdb-scripts: Update a misleading comment
Martin Schwenke
2014-02-19
1
-8
/
+1
*
ctdb-tests: Improvements to tests INSTALL script
Martin Schwenke
2014-02-19
1
-2
/
+7
*
ctdb-recoverd: LCP2 cleanups
Martin Schwenke
2014-02-19
1
-7
/
+7
*
ctdb-recoverd: Optimise check for rebalance candidates in LCP2
Martin Schwenke
2014-02-19
1
-16
/
+17
*
ctdb-scripts: Enhancements to hung script debugging
Martin Schwenke
2014-02-19
3
-2
/
+153
*
ctdb:vacuum: move retrieval of freelist to after vacuum run
Michael Adam
2014-02-14
1
-6
/
+7
[prev]
[next]