summaryrefslogtreecommitdiffstats
path: root/ctdb/include
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'master-readonly-records' into fooRonnie Sahlberg2011-09-123-5/+51
|\
| * ReadOnly: add a new control to activate readonly lock capability for a database.Ronnie Sahlberg2011-09-013-0/+9
| * ReadOnly: add a readonly flag to the getdbmap control and show the readonly s...Ronnie Sahlberg2011-09-011-0/+1
| * ReadOnly: Change the ctdb_db structure to keep a uint8_t for flags instead of...Ronnie Sahlberg2011-09-011-1/+2
| * LibCTDB : add support for getrecmodeRonnie Sahlberg2011-08-231-0/+50
| * ReadOnly: Add clientside code to fetch readonly recordsRonnie Sahlberg2011-08-232-3/+5
| * ReadOnly: Add a ctdb_ltdb_fetch_readonly() helper functionRonnie Sahlberg2011-08-231-0/+3
| * ReadOnly: Add a new flag to call request packet to indicate that the client w...Ronnie Sahlberg2011-08-231-1/+2
| * ReadOnly: Add a function to start a revoke of all delegations for a record.Ronnie Sahlberg2011-08-231-0/+2
| * ReadOnly: Add functions to register CALLs to a context used to handle deferal...Ronnie Sahlberg2011-08-231-0/+5
| * ReadOnly: Add an extra flag to ctdb_call_local to specify whether we want to ...Ronnie Sahlberg2011-08-231-1/+1
| * ReadOnly: Add "readonly" flag to the ctdb_db_context to indicate if this data...Ronnie Sahlberg2011-08-231-0/+2
| * ReadOnly: Add 4 new record flags to handle read only delegation and revoking ...Ronnie Sahlberg2011-08-231-0/+4
| * ReadOnly: Add clientside functions to send the UPDATE_RECORD controlRonnie Sahlberg2011-08-231-0/+9
| * ReadOnly: Add helper functions to manipulate a TDB_DATA as a bitmap for nodes...Ronnie Sahlberg2011-08-231-0/+5
| * ReadOnly records: Add a new RPC function FETCH_WITH_HEADER.Ronnie Sahlberg2011-08-231-2/+4
* | Merge remote branch 'ddiss/master_pmda_and_client_timeouts'Ronnie Sahlberg2011-09-082-2/+9
|\ \
| * | pmda: Attempt reconnects while ctdbd is unavailableDavid Disseldorp2011-09-061-0/+1
| * | client: add timeout argument to ctdb_attachDavid Disseldorp2011-09-061-1/+6
| * | client: add req timeout argument to ctdb_cmdline_clientDavid Disseldorp2011-09-061-1/+2
* | | Interface monitoring: add a event to trigger every 30 seconds to check that a...Ronnie Sahlberg2011-09-061-0/+1
* | | Check interfaces: when reading the public addresses file to create the vnn listRonnie Sahlberg2011-09-061-0/+1
|/ /
* | Add a tunable "AllowClientDBAttach" with default value 1.Michael Adam2011-09-051-0/+1
* | Logging: when we log stdout/stderr messages from eventscripts to the system ...Ronnie Sahlberg2011-08-261-0/+1
* | LibCTDB : add support for getrecmodeRonnie Sahlberg2011-08-231-0/+50
* | LibCTDB: add commands where an application can query how many commands are ac...Ronnie Sahlberg2011-08-231-0/+39
|/
* libctdb: "ctdb_request_free" does not need the ctdb_connection parameterVolker Lendecke2011-08-221-1/+1
* Tests: Initial test code for LCP2 IP allocation algorithm.Martin Schwenke2011-07-291-0/+33
* IP allocation - add LCP2 algorithm.Martin Schwenke2011-07-291-0/+1
* ctdb_private.h: add record flag CTDB_REC_FLAG_AUTOMATICMichael Adam2011-03-141-0/+1
* server: Use the ctdb_ltdb_store_server() in the ctdb daemon for non-persisten...Michael Adam2011-03-141-0/+5
* client: add accessor function ctdb_header_from_record_handle().Michael Adam2011-03-141-0/+2
* vacuum: add ctdb_local_schedule_for_deletion()Michael Adam2011-03-141-0/+5
* server: implement a new control SCHEDULE_FOR_DELETION to fill the delete_queue.Michael Adam2011-03-141-0/+13
* control: add a new control opcode CTDB_CONTROL_SCHEDULE_FOR_DELETIONMichael Adam2011-03-141-0/+1
* control: add macro CHECK_CONTROL_MIN_DATA_SIZE.Michael Adam2011-03-141-0/+8
* Add a tunable VacuumFastPathCount.Michael Adam2011-03-141-0/+1
* Add a delete_queue to the ctdb database context struct.Michael Adam2011-03-141-0/+1
* add a new record flag CTDB_REC_FLAG_VACUUM_MIGRATED.Michael Adam2011-03-141-0/+1
* call: Move definition of call flags down to the definition of the flags field.Michael Adam2011-03-141-2/+2
* call: add new call flag CTDB_CALL_FLAG_VACUUM_MIGRATIONMichael Adam2011-03-141-0/+1
* Deferred attach : at early startup, defer any db attach calls until we are ou...Ronnie Sahlberg2011-03-011-1/+10
* persistent: add ctdb_persistent_finish_trans3_commits().Michael Adam2011-02-241-0/+2
* persistent: add a ctdb_persistent_state member to the ctdb_db context.Michael Adam2011-02-241-0/+1
* Add two new flags for the ltdb header.Ronnie Sahlberg2011-02-181-1/+3
* Remove LACOUNT and LACCESSOR and migrate the records immediately.Ronnie Sahlberg2011-02-183-10/+4
* LockWait congestion.Ronnie Sahlberg2011-01-241-0/+1
* ctdb_lockwait: create overflow queue.Rusty Russell2011-01-241-0/+2
* LIBCTDB: add support for traverseRonnie Sahlberg2011-01-143-18/+62
* Add ctdb_fork(0 which will fork a child process and drop the real-timeRonnie Sahlberg2011-01-111-0/+1