summaryrefslogtreecommitdiff
path: root/ctdb/server/ctdb_call.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-10ctdb-server: Avoid logging a count of 0 resent callsMartin Schwenke1-0/+4
2023-03-24ctdb:server: Fix code spellingAndreas Schneider1-1/+1
2022-05-31ctdb-daemon: Log per-database summary of resent callsMartin Schwenke1-2/+10
2020-05-22ctdb-daemon: Fix sorting of hot keysMartin Schwenke1-14/+19
2020-05-22ctdb-daemon: Add extra logging of hot keysMartin Schwenke1-0/+12
2020-05-22ctdb-daemon: Update hot key loggingMartin Schwenke1-3/+4
2020-05-22ctdb-daemon: Fix bug in slot 0 comparison optimisationMartin Schwenke1-2/+7
2020-05-22ctdb-daemon: Switch some variables to unsignedMartin Schwenke1-1/+1
2020-05-22ctdb-daemon: Add separate hot keys array for database statisticsMartin Schwenke1-19/+21
2019-10-31ctdb/server/ctdb_call.c: typo fixesBjörn Jacke1-3/+3
2019-08-14ctdb-daemon: Avoid signed/unsigned comparison by castingMartin Schwenke1-1/+1
2019-08-14ctdb-daemon: Avoid signed/unsigned comparison by declaring as unsignedMartin Schwenke1-2/+2
2018-12-18ctdb-daemon: Divide by 2 when calculating hop count bucketMartin Schwenke1-1/+1
2018-03-31ctdb-server: Only set destructor if requiredSwen Schillig1-5/+4
2018-03-31ctdb-server: Add goto tag avoiding code duplicationSwen Schillig1-6/+6
2018-03-31ctdb-server: Minor code cleanupSwen Schillig1-10/+24
2018-03-31ctdb-server: Replace the variable rc by something meaningfulSwen Schillig1-66/+77
2018-03-31ctdb-server: Only talloc_set_destructor when requiredSwen Schillig1-2/+1
2018-03-31ctdb-server: Cleanup ctdb_daemon_call_send_remoteSwen Schillig1-22/+32
2017-11-21ctdb-daemon: Allocate deferred calls off calling contextAmitay Isaacs1-1/+13
2017-06-29ctdb-daemon: Add accessors for CTDB_DB_FLAGS_STICKY flagAmitay Isaacs1-3/+4
2017-06-29ctdb-daemon: Add accessors for CTDB_DB_FLAGS_READONLY flagAmitay Isaacs1-1/+1
2017-06-29ctdb-daemon: Add accessors for CTDB_DB_FLAGS_PERSISTENT flagAmitay Isaacs1-1/+1
2017-05-24ctdb-keepalive: Move ctdb_send_keepalive() to ctdb_keepalive.cAmitay Isaacs1-28/+0
2017-05-24ctdb-readonly: Avoid a tight loop waiting for revoke to completeAmitay Isaacs1-33/+58
2017-05-24Revert "ctdb-readonly: Avoid a tight loop waiting for revoke to complete"Amitay Isaacs1-5/+3
2017-05-08ctdb: Print key as hex string instead of just the hash in hot record messageChristof Schmitt1-3/+8
2017-04-05ctdb-daemon: Add tracking of migration recordsAmitay Isaacs1-1/+73
2017-04-05ctdb-daemon: For hot records, use count instead of hopcountAmitay Isaacs1-9/+11
2017-03-17ctdb-readonly: Avoid a tight loop waiting for revoke to completeAmitay Isaacs1-3/+5
2016-12-05ctdb-daemon: Remove setting of debug_extraAmitay Isaacs1-1/+0
2016-12-05ctdb-daemon: Remove setting of debug_extra from switch_from_server_to_client()Amitay Isaacs1-1/+1
2016-11-29ctdb-common: Drop CTDB's copy of sys_read() and sys_write()Martin Schwenke1-0/+1
2016-02-23ctdb: Use ctdb_wait_for_process_to_exit()Martin Schwenke1-4/+1
2016-02-12ctdb-daemon: Improve log message when REQ_DMASTER is received on non-lmasterAmitay Isaacs1-3/+4
2016-02-09Revert "ctdb-daemon: Check packet generation against database generation"Amitay Isaacs1-47/+12
2016-02-06dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam1-2/+2
2015-11-18ctdb: Use prctl_set_comment from lib/utilChristof Schmitt1-1/+2
2015-11-16ctdb-server: Replace ctdb_logging.h with common/logging.hAmitay Isaacs1-1/+1
2015-11-06Fix various spelling errorsMathieu Parent1-1/+1
2015-11-04ctdb-daemon: Rename struct ctdb_req_keepalive to ctdb_req_keepalive_oldAmitay Isaacs1-3/+3
2015-11-04ctdb-daemon: Rename struct ctdb_reply_dmaster to ctdb_reply_dmaster_oldAmitay Isaacs1-5/+5
2015-11-04ctdb-daemon: Rename struct ctdb_req_dmaster to ctdb_req_dmaster_oldAmitay Isaacs1-5/+5
2015-11-04ctdb-daemon: Rename struct ctdb_reply_error to ctdb_reply_error_oldAmitay Isaacs1-4/+4
2015-11-04ctdb-daemon: Rename struct ctdb_reply_call to ctdb_reply_call_oldAmitay Isaacs1-6/+6
2015-11-04ctdb-daemon: Rename struct ctdb_req_call to ctdb_req_call_oldAmitay Isaacs1-6/+6
2015-10-30ctdb-daemon: Separate prototypes for common client/server functionsAmitay Isaacs1-0/+1
2015-10-30ctdb-daemon: Remove dependency on includes.hAmitay Isaacs1-5/+14
2015-10-30ctdb-daemon: Stop using tevent compatibility definitionsAmitay Isaacs1-25/+42
2015-10-30ctdb-daemon: Separate prototypes for system specific functionsAmitay Isaacs1-0/+1