summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | One of the entry points to release an ip reset the pnn field before invoking ...Ronnie Sahlberg2011-09-221-3/+7
* | Change the 'This Node' column of the machinereadable output for 'ctdb status ...Ronnie Sahlberg2011-09-211-2/+2
* | when checking that the interfaces exist in ctdb_add_public_address()Ronnie Sahlberg2011-09-211-3/+3
|/
* ReadOnly: revokechild_active is a list, not a context.Ronnie Sahlberg2011-09-131-1/+0
* Document 'cattdb' more clearly that it dumps the content of the local TDB and...Ronnie Sahlberg2011-09-132-2/+8
* fix some compiler warnings for the test toolsRonnie Sahlberg2011-09-132-5/+5
* ReadOnly: Rename the function ctdb_ltdb_fetch_readonly() to ctdb_ltdb_fetch_w...Ronnie Sahlberg2011-09-133-4/+4
* Fix a typo in a message in ctdb backupdb.Michael Adam2011-09-121-1/+1
* Fix additional breakage from the merge for change in signature for ctdb_cmdli...Ronnie Sahlberg2011-09-124-10/+8
* Merge branch 'master-readonly-records' into fooRonnie Sahlberg2011-09-1219-38/+2092
|\
| * ReadOnly: update the documentation about readonly locksRonnie Sahlberg2011-09-011-2/+20
| * ReadOnly: add a new control to activate readonly lock capability for a database.Ronnie Sahlberg2011-09-018-29/+124
| * ReadOnly: add a readonly flag to the getdbmap control and show the readonly s...Ronnie Sahlberg2011-09-013-5/+17
| * ReadOnly: Change the ctdb_db structure to keep a uint8_t for flags instead of...Ronnie Sahlberg2011-09-015-15/+19
| * LibCTDB : initialize ctdb->pnn to -1 when we create a new contextRonnie Sahlberg2011-08-231-0/+1
| * LibCTDB : change the ctdb_fetch_lock_once test tool to use libctdb instead of...Ronnie Sahlberg2011-08-232-33/+57
| * LibCTDB : add support for getrecmodeRonnie Sahlberg2011-08-233-0/+95
| * ReadOnly: Check the readonly flag instead of whether the tdb pointer is NULL ...Ronnie Sahlberg2011-08-234-2/+5
| * ReadOnly: add description of readonly recordsRonnie Sahlberg2011-08-231-0/+246
| * ReadOnly: clear out the tracking record once a revoke is completedRonnie Sahlberg2011-08-232-0/+8
| * ReadOnly: When the client wants a readwrite lock but the local node is the dm...Ronnie Sahlberg2011-08-231-0/+19
| * ReadOnly: Change the update_record test tool to use the new fetchlock routine...Ronnie Sahlberg2011-08-231-3/+1
| * ReadOnly: Add a test tool that requests a readonly delegation in a loopRonnie Sahlberg2011-08-232-1/+140
| * ReadOnly: Add a test tool to fetch a record, requesting a readonly delegation...Ronnie Sahlberg2011-08-232-1/+139
| * ReadOnly: Add clientside code to fetch readonly recordsRonnie Sahlberg2011-08-233-3/+212
| * ReadOnly: Add a ctdb_ltdb_fetch_readonly() helper functionRonnie Sahlberg2011-08-232-0/+37
| * ReadOnly: Add handlign of readonly requests readwrite requests, delegations a...Ronnie Sahlberg2011-08-231-0/+47
| * ReadOnly: Add processing for ReadOnly delegation requests and revoke requests...Ronnie Sahlberg2011-08-231-14/+116
| * ReadOnly: Once recovery has finished, make sure to free all revoke child proc...Ronnie Sahlberg2011-08-231-0/+4
| * ReadOnly: When releasing all deferred calls that blocked during revoke of all...Ronnie Sahlberg2011-08-231-1/+1
| * 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-232-0/+268
| * ReadOnly: Add functions to register CALLs to a context used to handle deferal...Ronnie Sahlberg2011-08-232-0/+98
| * ReadOnly: Add an extra flag to ctdb_call_local to specify whether we want to ...Ronnie Sahlberg2011-08-233-8/+12
| * ReadOnly: After recovering all databases, make sure to clear out the tracking...Ronnie Sahlberg2011-08-231-0/+11
| * ReadOnly: Add "readonly" flag to the ctdb_db_context to indicate if this data...Ronnie Sahlberg2011-08-232-0/+29
| * ReadOnly: After performing a recovery, clear out all flags related to readonl...Ronnie Sahlberg2011-08-231-0/+5
| * Add the missing "persistent" argument to db_exist()Ronnie Sahlberg2011-08-231-1/+2
| * ReadOnly: Add a new command 'ctdb cattdb'. This fucntion differs from 'ctdb c...Ronnie Sahlberg2011-08-231-0/+56
| * ReadOnly: Add printing of the record flags when we are traversing a database ...Ronnie Sahlberg2011-08-231-0/+9
| * ReadOnly: Add 4 new record flags to handle read only delegation and revoking ...Ronnie Sahlberg2011-08-231-0/+4
| * ReadOnly: add a new test tool that does a fetchlock on a record, then bunps t...Ronnie Sahlberg2011-08-232-1/+165
| * ReadOnly: Add clientside functions to send the UPDATE_RECORD controlRonnie Sahlberg2011-08-232-0/+76
| * ReadOnly: Add test tool to validate the functions to manipulate and enumerate...Ronnie Sahlberg2011-08-232-1/+142
| * ReadOnly: Add helper functions to manipulate a TDB_DATA as a bitmap for nodes...Ronnie Sahlberg2011-08-232-0/+51
| * ReadOnly records: Add a new RPC function FETCH_WITH_HEADER.Ronnie Sahlberg2011-08-233-2/+59
* | Drop loglevel for a tevent message from FATAL to ERRORRonnie Sahlberg2011-09-081-1/+1
* | Merge remote branch 'ddiss/master_pmda_and_client_timeouts'Ronnie Sahlberg2011-09-0825-46/+1054
|\ \
| * | pmda: handle struct latency_counter and add num_recoveriesDavid Disseldorp2011-09-063-7/+18
| * | pmda: document in README how to add a new metricDavid Disseldorp2011-09-061-1/+21