summaryrefslogtreecommitdiff
path: root/ctdb/server/ctdb_call.c
Commit message (Expand)AuthorAgeFilesLines
* ctdb-daemon: Divide by 2 when calculating hop count bucketMartin Schwenke2018-12-181-1/+1
* ctdb-server: Only set destructor if requiredSwen Schillig2018-03-311-5/+4
* ctdb-server: Add goto tag avoiding code duplicationSwen Schillig2018-03-311-6/+6
* ctdb-server: Minor code cleanupSwen Schillig2018-03-311-10/+24
* ctdb-server: Replace the variable rc by something meaningfulSwen Schillig2018-03-311-66/+77
* ctdb-server: Only talloc_set_destructor when requiredSwen Schillig2018-03-311-2/+1
* ctdb-server: Cleanup ctdb_daemon_call_send_remoteSwen Schillig2018-03-311-22/+32
* ctdb-daemon: Allocate deferred calls off calling contextAmitay Isaacs2017-11-211-1/+13
* ctdb-daemon: Add accessors for CTDB_DB_FLAGS_STICKY flagAmitay Isaacs2017-06-291-3/+4
* ctdb-daemon: Add accessors for CTDB_DB_FLAGS_READONLY flagAmitay Isaacs2017-06-291-1/+1
* ctdb-daemon: Add accessors for CTDB_DB_FLAGS_PERSISTENT flagAmitay Isaacs2017-06-291-1/+1
* ctdb-keepalive: Move ctdb_send_keepalive() to ctdb_keepalive.cAmitay Isaacs2017-05-241-28/+0
* ctdb-readonly: Avoid a tight loop waiting for revoke to completeAmitay Isaacs2017-05-241-33/+58
* Revert "ctdb-readonly: Avoid a tight loop waiting for revoke to complete"Amitay Isaacs2017-05-241-5/+3
* ctdb: Print key as hex string instead of just the hash in hot record messageChristof Schmitt2017-05-081-3/+8
* ctdb-daemon: Add tracking of migration recordsAmitay Isaacs2017-04-051-1/+73
* ctdb-daemon: For hot records, use count instead of hopcountAmitay Isaacs2017-04-051-9/+11
* ctdb-readonly: Avoid a tight loop waiting for revoke to completeAmitay Isaacs2017-03-171-3/+5
* ctdb-daemon: Remove setting of debug_extraAmitay Isaacs2016-12-051-1/+0
* ctdb-daemon: Remove setting of debug_extra from switch_from_server_to_client()Amitay Isaacs2016-12-051-1/+1
* ctdb-common: Drop CTDB's copy of sys_read() and sys_write()Martin Schwenke2016-11-291-0/+1
* ctdb: Use ctdb_wait_for_process_to_exit()Martin Schwenke2016-02-231-4/+1
* ctdb-daemon: Improve log message when REQ_DMASTER is received on non-lmasterAmitay Isaacs2016-02-121-3/+4
* Revert "ctdb-daemon: Check packet generation against database generation"Amitay Isaacs2016-02-091-47/+12
* dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam2016-02-061-2/+2
* ctdb: Use prctl_set_comment from lib/utilChristof Schmitt2015-11-181-1/+2
* ctdb-server: Replace ctdb_logging.h with common/logging.hAmitay Isaacs2015-11-161-1/+1
* Fix various spelling errorsMathieu Parent2015-11-061-1/+1
* ctdb-daemon: Rename struct ctdb_req_keepalive to ctdb_req_keepalive_oldAmitay Isaacs2015-11-041-3/+3
* ctdb-daemon: Rename struct ctdb_reply_dmaster to ctdb_reply_dmaster_oldAmitay Isaacs2015-11-041-5/+5
* ctdb-daemon: Rename struct ctdb_req_dmaster to ctdb_req_dmaster_oldAmitay Isaacs2015-11-041-5/+5
* ctdb-daemon: Rename struct ctdb_reply_error to ctdb_reply_error_oldAmitay Isaacs2015-11-041-4/+4
* ctdb-daemon: Rename struct ctdb_reply_call to ctdb_reply_call_oldAmitay Isaacs2015-11-041-6/+6
* ctdb-daemon: Rename struct ctdb_req_call to ctdb_req_call_oldAmitay Isaacs2015-11-041-6/+6
* ctdb-daemon: Separate prototypes for common client/server functionsAmitay Isaacs2015-10-301-0/+1
* ctdb-daemon: Remove dependency on includes.hAmitay Isaacs2015-10-301-5/+14
* ctdb-daemon: Stop using tevent compatibility definitionsAmitay Isaacs2015-10-301-25/+42
* ctdb-daemon: Separate prototypes for system specific functionsAmitay Isaacs2015-10-301-0/+1
* ctdb-call: Improve a log messageAmitay Isaacs2015-10-071-1/+2
* ctdb-daemon: Use reqid abstractionAmitay Isaacs2015-10-071-7/+8
* ctdb-daemon: Check packet generation against database generationAmitay Isaacs2015-10-071-12/+47
* ctdb-call: Delete old defer queue if recovery occursAmitay Isaacs2015-10-071-2/+9
* ctdb-daemon: Use database generation in packet headers for database requestsAmitay Isaacs2015-10-071-5/+10
* ctdb-call: Convert pending calls list to per database listAmitay Isaacs2015-10-071-4/+14
* ctdb-call: Drop all deferred requests from older generationAmitay Isaacs2014-09-051-0/+15
* ctdb-daemon: Defer all calls when processing dmaster packetsAmitay Isaacs2014-09-051-1/+127
* ctdb-daemon: Remove duplicate code with refactored functionAmitay Isaacs2014-09-051-12/+3
* ctdb-daemon: Fix some strict-aliasing warningsMartin Schwenke2014-08-211-2/+4
* ctdb: Use sys_read() and sys_write() to ensure correct signal interactionMartin Schwenke2014-08-211-2/+2
* ctdb-readonly: Do not abort if revoke of readonly record fails on a nodeAmitay Isaacs2014-08-131-10/+13