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
/
ctdb_call.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Track all child process so we never send a signal to an unrelated process (ou...
Ronnie Sahlberg
2012-05-03
1
-2
/
+2
*
Remove explicit include of lib/tevent/tevent.h.
Amitay Isaacs
2012-04-13
1
-1
/
+0
*
STICKY: add prototype code to make records stick to a node to "calm" down if ...
Ronnie Sahlberg
2012-03-20
1
-6
/
+243
*
LACOUNT: Add back lacount mechanism to defer migrating a fetched/read copy u...
Ronnie Sahlberg
2012-03-20
1
-8
/
+12
*
STATISTICS: add per-db hop count statistics
Ronnie Sahlberg
2012-03-20
1
-2
/
+3
*
add max hop count buckets to see how bad hopcounts are
Ronnie Sahlberg
2012-03-20
1
-0
/
+12
*
READONLY: when updating a remote node to revoke a delegation, make sure we do...
Ronnie Sahlberg
2012-03-02
1
-0
/
+1
*
ReadOnly: add per-database statistics to view how much delegations/revokes we...
Ronnie Sahlberg
2012-02-08
1
-0
/
+2
*
STATISTICS: add total counts for number of delegations and number of revokes
Ronnie Sahlberg
2012-02-08
1
-0
/
+2
*
server: fix a comment typo
Michael Adam
2012-01-10
1
-1
/
+1
*
typo
Ronnie Sahlberg
2011-12-14
1
-1
/
+1
*
Clean up warnings: log some unchecked return codes from function calls
Martin Schwenke
2011-11-09
1
-0
/
+3
*
Fix some typos
Volker Lendecke
2011-11-02
1
-2
/
+2
*
ReadOnly: fix bug writing incorrect amount of data in delegated record
Ronnie Sahlberg
2011-10-28
1
-1
/
+7
*
ReadOnly: Dont update the record header from the calling client. While it is ...
Ronnie Sahlberg
2011-10-24
1
-0
/
+54
*
ReadOnly: Check the readonly flag instead of whether the tdb pointer is NULL ...
Ronnie Sahlberg
2011-08-23
1
-1
/
+1
*
ReadOnly: clear out the tracking record once a revoke is completed
Ronnie Sahlberg
2011-08-23
1
-0
/
+4
*
ReadOnly: Add processing for ReadOnly delegation requests and revoke requests...
Ronnie Sahlberg
2011-08-23
1
-14
/
+116
*
ReadOnly: When releasing all deferred calls that blocked during revoke of all...
Ronnie Sahlberg
2011-08-23
1
-1
/
+1
*
ReadOnly: Add a function to start a revoke of all delegations for a record.
Ronnie Sahlberg
2011-08-23
1
-0
/
+266
*
ReadOnly: Add functions to register CALLs to a context used to handle deferal...
Ronnie Sahlberg
2011-08-23
1
-0
/
+93
*
ReadOnly: Add an extra flag to ctdb_call_local to specify whether we want to ...
Ronnie Sahlberg
2011-08-23
1
-3
/
+7
*
ctdbd: fix lock held on error ("ctdb_req_dmaster from non-master.")
Rusty Russell
2011-03-21
1
-0
/
+1
*
call: becoming dmaster in VACUUM_MIGRATION, set the VACUUM_MIGRATED record flag
Michael Adam
2011-03-14
1
-1
/
+14
*
call: hand the submitted record_flags to local record storage function.
Michael Adam
2011-03-14
1
-0
/
+1
*
call: transfer the record flags in the ctdb call packets.
Michael Adam
2011-03-14
1
-6
/
+26
*
server: when we migrate off a record with data, set the MIGRATED_WITH_DATA flag
Michael Adam
2011-03-14
1
-0
/
+4
*
server: add a comment explaining the call redirect logic in ctdb_call_send_re...
Michael Adam
2011-02-24
1
-3
/
+24
*
ctdb_req_dmaster from non-master
Ronnie Sahlberg
2011-02-18
1
-1
/
+3
*
Remove LACOUNT and LACCESSOR and migrate the records immediately.
Ronnie Sahlberg
2011-02-18
1
-11
/
+8
*
Revert "server: when we migrate off a record with data, set the MIGRATED_WITH...
Ronnie Sahlberg
2010-12-13
1
-4
/
+0
*
Revert "Add a new header flag for "migrated with data" and set this to 1"
Ronnie Sahlberg
2010-12-13
1
-22
/
+4
*
Add a new header flag for "migrated with data" and set this to 1
Ronnie Sahlberg
2010-12-07
1
-4
/
+22
*
server: when we migrate off a record with data, set the MIGRATED_WITH_DATA flag
Michael Adam
2010-12-07
1
-0
/
+4
*
during shutdown there is a window after we have stopped TCP and disconnected ...
Ronnie Sahlberg
2010-10-28
1
-4
/
+4
*
Create macros to update the statistics counters and use these macros
Ronnie Sahlberg
2010-09-29
1
-4
/
+2
*
event: Update events to latest Samba version 0.9.8
Rusty Russell
2010-08-18
1
-1
/
+1
*
fix a debug message
Ronnie Sahlberg
2010-06-09
1
-1
/
+1
*
idr can timeout and wrap/be reused quite quickly.
Ronnie Sahlberg
2010-06-09
1
-1
/
+11
*
add extra logging for failed ctdb_ltdb_unlock() for a few more places
Ronnie Sahlberg
2010-06-09
1
-4
/
+19
*
add additional logging when tdb_chainunlock() fails
Ronnie Sahlberg
2010-06-09
1
-4
/
+20
*
server:ctdb_send_dmaster_reply: fix a message typo.
Michael Adam
2010-02-23
1
-1
/
+1
*
Reducing the log level for a debug message
Ronnie Sahlberg
2010-02-16
1
-1
/
+1
*
Reduce the log level for two debug messages
Ronnie Sahlberg
2010-02-16
1
-2
/
+2
*
call: lower the debug message "refusing migration while transction" to lvl INFO
Michael Adam
2009-12-09
1
-1
/
+1
*
Revert "From Wolfgang M."
Ronnie Sahlberg
2009-10-29
1
-7
/
+4
*
From Wolfgang M.
Ronnie Sahlberg
2009-10-22
1
-4
/
+7
*
Fix persistent transaction commit race condition.
Michael Adam
2009-07-29
1
-6
/
+12
*
dont try sending a keepalive if the transport is down
Ronnie Sahlberg
2009-06-30
1
-0
/
+5
*
Dont even try allocating and sending a CALL packet if the transport is down
Ronnie Sahlberg
2009-06-30
1
-0
/
+6
[next]