summaryrefslogtreecommitdiffstats
path: root/ctdb/server/ctdb_call.c
Commit message (Expand)AuthorAgeFilesLines
* Track all child process so we never send a signal to an unrelated process (ou...Ronnie Sahlberg2012-05-031-2/+2
* Remove explicit include of lib/tevent/tevent.h.Amitay Isaacs2012-04-131-1/+0
* STICKY: add prototype code to make records stick to a node to "calm" down if ...Ronnie Sahlberg2012-03-201-6/+243
* LACOUNT: Add back lacount mechanism to defer migrating a fetched/read copy u...Ronnie Sahlberg2012-03-201-8/+12
* STATISTICS: add per-db hop count statisticsRonnie Sahlberg2012-03-201-2/+3
* add max hop count buckets to see how bad hopcounts areRonnie Sahlberg2012-03-201-0/+12
* READONLY: when updating a remote node to revoke a delegation, make sure we do...Ronnie Sahlberg2012-03-021-0/+1
* ReadOnly: add per-database statistics to view how much delegations/revokes we...Ronnie Sahlberg2012-02-081-0/+2
* STATISTICS: add total counts for number of delegations and number of revokesRonnie Sahlberg2012-02-081-0/+2
* server: fix a comment typoMichael Adam2012-01-101-1/+1
* typoRonnie Sahlberg2011-12-141-1/+1
* Clean up warnings: log some unchecked return codes from function callsMartin Schwenke2011-11-091-0/+3
* Fix some typosVolker Lendecke2011-11-021-2/+2
* ReadOnly: fix bug writing incorrect amount of data in delegated recordRonnie Sahlberg2011-10-281-1/+7
* ReadOnly: Dont update the record header from the calling client. While it is ...Ronnie Sahlberg2011-10-241-0/+54
* ReadOnly: Check the readonly flag instead of whether the tdb pointer is NULL ...Ronnie Sahlberg2011-08-231-1/+1
* ReadOnly: clear out the tracking record once a revoke is completedRonnie Sahlberg2011-08-231-0/+4
* ReadOnly: Add processing for ReadOnly delegation requests and revoke requests...Ronnie Sahlberg2011-08-231-14/+116
* ReadOnly: When releasing all deferred calls that blocked during revoke of all...Ronnie Sahlberg2011-08-231-1/+1
* ReadOnly: Add a function to start a revoke of all delegations for a record.Ronnie Sahlberg2011-08-231-0/+266
* ReadOnly: Add functions to register CALLs to a context used to handle deferal...Ronnie Sahlberg2011-08-231-0/+93
* ReadOnly: Add an extra flag to ctdb_call_local to specify whether we want to ...Ronnie Sahlberg2011-08-231-3/+7
* ctdbd: fix lock held on error ("ctdb_req_dmaster from non-master.")Rusty Russell2011-03-211-0/+1
* call: becoming dmaster in VACUUM_MIGRATION, set the VACUUM_MIGRATED record flagMichael Adam2011-03-141-1/+14
* call: hand the submitted record_flags to local record storage function.Michael Adam2011-03-141-0/+1
* call: transfer the record flags in the ctdb call packets.Michael Adam2011-03-141-6/+26
* server: when we migrate off a record with data, set the MIGRATED_WITH_DATA flagMichael Adam2011-03-141-0/+4
* server: add a comment explaining the call redirect logic in ctdb_call_send_re...Michael Adam2011-02-241-3/+24
* ctdb_req_dmaster from non-masterRonnie Sahlberg2011-02-181-1/+3
* Remove LACOUNT and LACCESSOR and migrate the records immediately.Ronnie Sahlberg2011-02-181-11/+8
* Revert "server: when we migrate off a record with data, set the MIGRATED_WITH...Ronnie Sahlberg2010-12-131-4/+0
* Revert "Add a new header flag for "migrated with data" and set this to 1"Ronnie Sahlberg2010-12-131-22/+4
* Add a new header flag for "migrated with data" and set this to 1Ronnie Sahlberg2010-12-071-4/+22
* server: when we migrate off a record with data, set the MIGRATED_WITH_DATA flagMichael Adam2010-12-071-0/+4
* during shutdown there is a window after we have stopped TCP and disconnected ...Ronnie Sahlberg2010-10-281-4/+4
* Create macros to update the statistics counters and use these macrosRonnie Sahlberg2010-09-291-4/+2
* event: Update events to latest Samba version 0.9.8Rusty Russell2010-08-181-1/+1
* fix a debug messageRonnie Sahlberg2010-06-091-1/+1
* idr can timeout and wrap/be reused quite quickly.Ronnie Sahlberg2010-06-091-1/+11
* add extra logging for failed ctdb_ltdb_unlock() for a few more placesRonnie Sahlberg2010-06-091-4/+19
* add additional logging when tdb_chainunlock() failsRonnie Sahlberg2010-06-091-4/+20
* server:ctdb_send_dmaster_reply: fix a message typo.Michael Adam2010-02-231-1/+1
* Reducing the log level for a debug messageRonnie Sahlberg2010-02-161-1/+1
* Reduce the log level for two debug messagesRonnie Sahlberg2010-02-161-2/+2
* call: lower the debug message "refusing migration while transction" to lvl INFOMichael Adam2009-12-091-1/+1
* Revert "From Wolfgang M."Ronnie Sahlberg2009-10-291-7/+4
* From Wolfgang M.Ronnie Sahlberg2009-10-221-4/+7
* Fix persistent transaction commit race condition.Michael Adam2009-07-291-6/+12
* dont try sending a keepalive if the transport is downRonnie Sahlberg2009-06-301-0/+5
* Dont even try allocating and sending a CALL packet if the transport is downRonnie Sahlberg2009-06-301-0/+6