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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
doc:ctdb.1: add generated files after update
Michael Adam
2011-12-23
2
-407
/
+598
|
|
*
doc:ctdb.1: explain that "ctdb listvars" does not list obsolete tunables any ...
Michael Adam
2011-12-23
1
-1
/
+3
|
|
*
doc:ctdb.1: adapt example output of "ctdb listvars" to current state
Michael Adam
2011-12-23
1
-43
/
+43
|
|
*
ctdb-tool: adapt formatting of "listvars" output to lenght of longest name
Michael Adam
2011-12-23
1
-1
/
+1
|
|
*
tunables: don't list obsolete tunables in the list_tunables control
Michael Adam
2011-12-23
1
-0
/
+3
|
|
*
tunables: add a bool obsolete flag to the tunable_map list
Michael Adam
2011-12-23
1
-49
/
+50
|
|
*
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
|
|
*
tools/ctdb: allow the "ctdb vacuum" stub to be run without the daemon running.
Michael Adam
2011-12-23
1
-1
/
+1
|
|
*
tools/ctdb: remove functionality of "ctdb vacuum", just keeping a stub.
Michael Adam
2011-12-23
1
-440
/
+1
|
|
*
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
3
-4
/
+6
|
|
*
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
|
|
*
vacuum: remove update_tuning_db()
Michael Adam
2011-12-23
1
-101
/
+0
|
|
*
ctdb_ltdb_store_server: when storing a record that is not to be scheduled for...
Michael Adam
2011-12-23
1
-6
/
+14
|
|
*
vacuum: add ctdb_local_remove_from_delete_queue()
Michael Adam
2011-12-23
2
-0
/
+57
|
|
*
rb_tree: fix possible access-after-free-error in trbt_traversearray32_node
Michael Adam
2011-12-23
1
-4
/
+7
|
|
*
fix zero-initialization of header in _ctdbd_allocate_pkt to the correct size
Michael Adam
2011-12-23
1
-2
/
+1
|
*
|
Merge remote branch 'martins/nodestatus'
Ronnie Sahlberg
2012-01-03
8
-146
/
+680
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Tests - make a comment more accurate
Martin Schwenke
2011-12-08
1
-2
/
+1
|
|
*
Tests - test code for parse_nodestring() function
Martin Schwenke
2011-12-08
4
-5
/
+429
|
|
*
Rename struct traverse_state to allow tools C files to be #included.
Martin Schwenke
2011-12-08
1
-3
/
+3
|
|
*
ctdb tool - remove verify_node() function
Martin Schwenke
2011-12-08
1
-44
/
+0
|
|
*
ctdb tool - new command "ctdb nodestatus [nodestring]"
Martin Schwenke
2011-12-08
1
-0
/
+46
|
|
*
ctdb tool - factor out status printing functions
Martin Schwenke
2011-12-08
1
-15
/
+29
|
|
*
ctdb tool - generalise nodestring parsing for -n
Martin Schwenke
2011-12-08
2
-93
/
+188
|
*
|
Tests: eventscripts - add tests for CTDB_DELETE_UNEXPECTED_IPS="yes"
Martin Schwenke
2011-12-19
2
-0
/
+38
|
*
|
DOC: Update the manpage to describe all relevant tunables
Ronnie Sahlberg
2011-12-14
4
-99
/
+637
|
*
|
typo
Ronnie Sahlberg
2011-12-14
1
-1
/
+1
|
|
/
|
*
libctdb: fix libctdb's traverse after changes in the core
Michael Adam
2011-12-06
1
-1
/
+0
|
*
Revert "Fix the build that broke in 8281bb210858ed04992eacea7f6d02261e0fc1b1"
Michael Adam
2011-12-06
1
-2
/
+2
|
*
ctdb tool - move parsing of nodestring to where it is needed
Martin Schwenke
2011-12-06
1
-9
/
+9
|
*
ctdb tool - replace fprintf with DEBUG
Martin Schwenke
2011-12-06
1
-1
/
+1
|
*
ctdb tool - short circuit most of the logic in main for non-daemon commands
Martin Schwenke
2011-12-06
1
-24
/
+22
[prev]
[next]