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
...
|
|
*
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
|
*
ctdb tool - commands that don't use the daemon can't take -n/--node
Martin Schwenke
2011-12-06
1
-0
/
+4
|
*
ctdb tool - simplify main() by taking most code out of a loop
Martin Schwenke
2011-12-06
1
-52
/
+52
|
*
Return the peer_pid properly to the caller
Ronnie Sahlberg
2011-12-06
2
-2
/
+2
|
*
LibCTDB: Add support for the 'get interfaces' control and update the ctdb too...
Ronnie Sahlberg
2011-12-06
6
-20
/
+176
|
*
GNU/Hurd support
Mathieu Parent
2011-12-06
2
-0
/
+369
|
*
Move platform-specific code to common/system_*
Mathieu Parent
2011-12-06
4
-15
/
+29
|
*
Remove zero-length gnu_printf format string in ctdb_daemon.c (gcc warning)
Mathieu Parent
2011-12-06
1
-0
/
+1
|
*
Fix ctdb-crash-cleanup sysconfig handling
Mathieu Parent
2011-12-06
1
-2
/
+11
|
*
Fix the build that broke in 8281bb210858ed04992eacea7f6d02261e0fc1b1
Ronnie Sahlberg
2011-12-06
1
-2
/
+2
|
*
traverse: fix traversing with empty records by adding a new (internal) contro...
Michael Adam
2011-12-03
5
-7
/
+52
|
*
DOC: document the check_srvids debugging command
Ronnie Sahlberg
2011-11-30
3
-500
/
+363
|
*
ctdb: use libctdb version of check-srvids call
Ronnie Sahlberg
2011-11-30
1
-16
/
+13
|
*
LibCTDB: add support for the check-srvids control
Ronnie Sahlberg
2011-11-30
3
-0
/
+131
|
*
check_srvids: remove the <pnn> from the commandline so that we only specify t...
Ronnie Sahlberg
2011-11-30
1
-12
/
+9
|
*
Add "ctdb check_srvid"
Volker Lendecke
2011-11-30
1
-0
/
+46
|
*
Add CTDB_CONTROL_CHECK_SRVID
Volker Lendecke
2011-11-30
4
-0
/
+42
|
*
DOC: describe the RecoverPDBBySeqNum tunable
Ronnie Sahlberg
2011-11-30
3
-406
/
+299
[prev]
[next]