index
:
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
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ctdb
Commit message (
Expand
)
Author
Age
Files
Lines
*
ctdb:daemon avoid goto ctdb_remove_orphaned_ifaces()
Gregor Beck
2014-04-01
1
-9
/
+5
*
ctdb:daemon take a shortcut in all_nodes_are_disabled()
Gregor Beck
2014-04-01
1
-5
/
+4
*
ctdb-readonly: Do not use hard-coded value for readonly revoke timeout
Amitay Isaacs
2014-03-31
1
-2
/
+2
*
ctdb-tests: Do not mix bool and int data types
Amitay Isaacs
2014-03-28
1
-1
/
+1
*
ctdb-tests: Use ctdb_fetch_lock instead of ctdb_fetch_lock_readonly
Amitay Isaacs
2014-03-28
1
-1
/
+1
*
ctdb-client: ctdb_fetch_lock should check for readonly delegations
Amitay Isaacs
2014-03-28
1
-0
/
+15
*
ctdb-tests: Fix and extend read-only records test
Martin Schwenke
2014-03-28
1
-93
/
+123
*
ctdb-tests: Add a new NFS tickle test
Martin Schwenke
2014-03-28
2
-4
/
+102
*
ctdb-locking: Instead of comparing key, compare key hash
Amitay Isaacs
2014-03-28
1
-4
/
+6
*
ctdb-locking: Check for talloc_memdup error
Amitay Isaacs
2014-03-28
1
-0
/
+5
*
ctdb-locking: Avoid memory leak
Amitay Isaacs
2014-03-28
1
-0
/
+1
*
ctdb-tests: Add NAT gateway eventscript unit tests for static routes
Martin Schwenke
2014-03-26
6
-0
/
+207
*
ctdb-eventscripts: CTDB_NATGW_STATIC_ROUTES can specify gateways
Martin Schwenke
2014-03-26
2
-8
/
+27
*
ctdb-eventscripts: New configuration variable CTDB_NATGW_STATIC_ROUTES
Martin Schwenke
2014-03-26
3
-5
/
+64
*
ctdb-eventscripts: Clarify that CTDB_NATGW_DEFAULT_GATEWAY is optional
Martin Schwenke
2014-03-26
3
-9
/
+14
*
ctdb-eventscripts: Improve check in NATGW "startup" event
Martin Schwenke
2014-03-26
1
-2
/
+5
*
ctdb-eventscripts: Reformat natgw_clear()
Martin Schwenke
2014-03-26
1
-9
/
+11
*
ctdb-eventscripts: Rename some NAT gateway functions
Martin Schwenke
2014-03-26
1
-10
/
+11
*
ctdb-tests: Add a test for NAT gateway sanity checking
Martin Schwenke
2014-03-26
1
-0
/
+24
*
ctdb-eventscripts: Sanity check NAT gateway configuration
Martin Schwenke
2014-03-26
1
-3
/
+20
*
ctdb-eventscripts: Improve readability of NAT gateway update code
Martin Schwenke
2014-03-26
1
-16
/
+31
*
ctdb-tests: Add some tests for 11.natgw eventscript
Martin Schwenke
2014-03-26
9
-18
/
+376
*
ctdb-eventscripts: Use set_proc() to update /proc
Martin Schwenke
2014-03-26
1
-3
/
+3
*
ctdb/daemon: Optimise deletion of IPs
Martin Schwenke
2014-03-23
1
-11
/
+11
*
ctdb/daemon: Make delete IP wait until the IP is released
Martin Schwenke
2014-03-23
3
-31
/
+100
*
ctdb-tests: Improve tickle tests
Martin Schwenke
2014-03-23
3
-20
/
+45
*
ctdb-eventscripts: Fix regression in IP add/delete functions
Martin Schwenke
2014-03-23
1
-4
/
+8
*
ctdb-daemon: Do not disable monitoring when running eventscripts
Martin Schwenke
2014-03-23
1
-5
/
+0
*
ctdb-eventscripts: Attach to persistent ctdb.tdb in "startup" event
Martin Schwenke
2014-03-23
1
-1
/
+2
*
ctdb-daemon: Fix tickle updates to recently started nodes
Martin Schwenke
2014-03-23
1
-10
/
+7
*
ctdb-tools-ctdb: Parse IP addresses when reading a list from a file
Martin Schwenke
2014-03-23
1
-21
/
+15
*
ctdb-tools-ctdb: Remove redundant filtering of trailing empty lines
Martin Schwenke
2014-03-23
1
-3
/
+0
*
ctdb-tools-ctdb: Use DLIST_ADD_END() to avoid reversing the list
Martin Schwenke
2014-03-23
1
-14
/
+3
*
ctdb-tools-ctdb: Factor out function read_pnn_node_file()
Martin Schwenke
2014-03-23
1
-58
/
+36
*
ctdb-tests: Add "ctdb listnodes" and "ctdb xpnn" stub tests
Martin Schwenke
2014-03-23
8
-1
/
+158
*
ctdb-tools-ctdb: Read NAT gateway nodes from a separate function
Martin Schwenke
2014-03-23
1
-38
/
+53
*
ctdb-tools-ctdb: Add and use function filter_nodemap_by_natgw_nodes()
Martin Schwenke
2014-03-23
1
-29
/
+43
*
ctdb-tools-ctdb: Update LVS commands to use filter_nodemap_by_flags()
Martin Schwenke
2014-03-23
1
-67
/
+41
*
ctdb-tools-ctdb: Update LVS commands to use filter_nodemap_by_capabilities()
Martin Schwenke
2014-03-23
1
-42
/
+22
*
ctdb-tools-ctdb: Fixes for "lvs" and "lvsmaster" commands
Martin Schwenke
2014-03-23
1
-3
/
+4
*
ctdb-tools-ctdb: Generalise find_natgw() -> filter_nodemap_by_flags()
Martin Schwenke
2014-03-23
1
-15
/
+28
*
ctdb-tools-ctdb: Update natgwlist to filter nodes by NATGW capability
Martin Schwenke
2014-03-23
1
-14
/
+55
*
ctdb-tests: New natgwlist tests where nodes capability not set
Martin Schwenke
2014-03-23
2
-0
/
+74
*
ctdb-tests: Update ctdb stub LVS tests and add some new ones
Martin Schwenke
2014-03-23
10
-5
/
+194
*
ctdb-tests: Support fake capabilities in CTDB tool stub
Martin Schwenke
2014-03-23
2
-4
/
+77
*
ctdb-tests: Remove old, unused copy of a CTDB tool unit test
Martin Schwenke
2014-03-23
1
-34
/
+0
*
ctdb-tools-ctdb: Don't close stderr when running without_daemon commands
Martin Schwenke
2014-03-23
1
-1
/
+0
*
ctdb/pmda: Fix metric identifiers
David Disseldorp
2014-03-22
1
-123
/
+141
*
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
[next]