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
/
server
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
locking: Refactor code to iterate over databases based on priority
Amitay Isaacs
2013-05-24
1
-0
/
+42
*
locking: Add newline to debug logs
Amitay Isaacs
2013-05-24
1
-2
/
+2
*
ctdbd: Print version string in the daemon startup
Amitay Isaacs
2013-05-23
1
-1
/
+3
*
recoverd: takeover_run_core() should not use modified node flags
Martin Schwenke
2013-05-23
1
-98
/
+112
*
ctdbd: Update confusing log message
Martin Schwenke
2013-05-23
1
-1
/
+1
*
ctdbd: Log a message when recovery master changes
Martin Schwenke
2013-05-23
1
-1
/
+14
*
ctdbd: Log add and delete of IPs
Martin Schwenke
2013-05-22
1
-0
/
+4
*
ctdbd: Removed bogus comment in ctdb_find_iface()
Martin Schwenke
2013-05-22
1
-1
/
+0
*
recoverd: Move IP flags into ctdb_takeover.c
Martin Schwenke
2013-05-09
1
-0
/
+6
*
recoverd: Clear IP flags after IP allocation algorithm has run
Martin Schwenke
2013-05-09
1
-5
/
+17
*
recoverd: Remove unused mask argument and initial mask calculation
Martin Schwenke
2013-05-07
1
-19
/
+3
*
recoverd: When calculating rebalance candidates don't consider flags
Martin Schwenke
2013-05-07
1
-21
/
+28
*
recoverd: Remove unused mask argument from IP allocation functions
Martin Schwenke
2013-05-07
1
-26
/
+19
*
recoverd: Fix tunable NoIPTakeoverOnDisabled, rename to NoIPHostOnAllDisabled
Martin Schwenke
2013-05-07
2
-71
/
+80
*
recoverd: Factor out new function all_nodes_are_disabled()
Martin Schwenke
2013-05-07
1
-6
/
+12
*
recoverd: Refactor code to get NoIPTakeover tunable from all nodes
Martin Schwenke
2013-05-07
1
-28
/
+101
*
recoverd: Add debug message when dropping IPs in IP allocation
Martin Schwenke
2013-05-07
1
-0
/
+6
*
ctdbd: Log CTDB startup before creating the PID file
Martin Schwenke
2013-05-06
1
-1
/
+1
*
ctdbd: Remove the "stopped" event
Martin Schwenke
2013-05-06
3
-53
/
+2
*
recoverd: ctdb_takeover_run() uses CTDB_CONTROL_IPREALLOCATED
Martin Schwenke
2013-05-06
1
-4
/
+2
*
ctdbd: New control CTDB_CONTROL_IPREALLOCATED
Martin Schwenke
2013-05-06
3
-0
/
+61
*
ctdbd: Avoid freeing non-monitor event callback when monitoring is disabled
Martin Schwenke
2013-05-06
1
-31
/
+30
*
recoverd: Interface reference count changes should not cause takeover runs
Martin Schwenke
2013-05-02
1
-23
/
+47
*
recover: use CTDB_REC_RO_FLAGS where appropriate
Michael Adam
2013-04-24
1
-13
/
+5
*
ctdb_daemon: use CTDB_REC_RO_FLAGS where appropriate
Michael Adam
2013-04-24
1
-1
/
+1
*
ctdb_call: use CTDB_REC_RO_FLAGS where appropriate
Michael Adam
2013-04-24
1
-1
/
+1
*
vacuum: use CTDB_REC_RO_FLAGS in the vacuuming code
Michael Adam
2013-04-24
1
-10
/
+2
*
ltdb_server: use CTDB_REC_RO_FLAGS where appropriate
Michael Adam
2013-04-24
1
-2
/
+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: introduce the RECEIVE_RECORDS control
Michael Adam
2013-04-24
2
-0
/
+207
*
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
*
ctdbd: Set num_clients statistic from ctdb->num_clients
Amitay Isaacs
2013-04-22
2
-3
/
+4
*
ctdbd: Log PID file creation and removal at NOTICE level
Martin Schwenke
2013-04-22
1
-3
/
+3
*
ctdbd: Add --pidfile option
Martin Schwenke
2013-04-18
2
-1
/
+36
*
ctdb_call: don't bump the rsn in ctdb_become_dmaster() any more
Michael Adam
2013-04-17
1
-1
/
+1
*
Fix a severe recovery bug that can lead to data corruption for SMB clients.
Michael Adam
2013-04-17
1
-3
/
+6
*
logging: fix comment typo
Michael Adam
2013-04-17
1
-1
/
+1
*
ctdbd: unimplement the unused SET_DMASTER control
Michael Adam
2013-04-17
2
-54
/
+3
*
recoverd: remove bogus comment "qqq" from "add prototype new banning code"
Michael Adam
2013-04-17
1
-1
/
+0
*
traverse: Ensure backward compatibility for CTDB_CONTROL_TRAVERSE_ALL
Amitay Isaacs
2013-04-17
1
-12
/
+31
[prev]
[next]