summaryrefslogtreecommitdiffstats
path: root/ctdb/include
Commit message (Expand)AuthorAgeFilesLines
* Undo damage done by d8d37493478a26c5f1809a5f3df89ffd6e149281Martin Schwenke2012-03-221-0/+1
* NoIPTakeover: change the tunable name for the "dont allow failing addresses o...Ronnie Sahlberg2012-03-222-1/+2
* Make NoIPFailback a node local setting. Nodes that have NoIPFailback set to !...Ronnie Sahlberg2012-03-221-0/+2
* STICKY: add prototype code to make records stick to a node to "calm" down if ...Ronnie Sahlberg2012-03-203-0/+14
* LACOUNT: Add back lacount mechanism to defer migrating a fetched/read copy u...Ronnie Sahlberg2012-03-202-2/+4
* STATISTICS: add per-db hop count statisticsRonnie Sahlberg2012-03-201-2/+4
* FETCH COLLAPSE : Change the fetch-lock collapse to collapse ALL fetches, incl...Ronnie Sahlberg2012-03-201-0/+1
* add max hop count buckets to see how bad hopcounts areRonnie Sahlberg2012-03-201-0/+2
* Add a tunable variable to control how long we defer after a ctdb addip until ...Ronnie Sahlberg2012-02-281-0/+1
* When adding ips to nodes, set up a deferred rebalance for the whole node to t...Ronnie Sahlberg2012-02-282-0/+6
* Eventscripts: remove the horrible horrible circular reference between state a...Ronnie Sahlberg2012-02-231-0/+3
* READONLY: only send a control to schedule fast-vacuuming from child context i...Ronnie Sahlberg2012-02-211-0/+3
* ReadOnly: add per-database statistics to view how much delegations/revokes we...Ronnie Sahlberg2012-02-083-0/+77
* STATISTICS: add total counts for number of delegations and number of revokesRonnie Sahlberg2012-02-081-0/+2
* libctdb - add ctdb_getvnnmap()Martin Schwenke2012-02-063-20/+77
* Merge branch 'master' of ssh://git.samba.org/data/git/ctdbRonnie Sahlberg2012-01-031-0/+5
|\
| * vacuum: add new tunable VacuumInterval and mark Vacuum{Default,Min,Max}Interv...Michael Adam2011-12-231-0/+1
| * vacuum: add ctdb_local_remove_from_delete_queue()Michael Adam2011-12-231-0/+4
* | ctdb tool - generalise nodestring parsing for -nMartin Schwenke2011-12-081-0/+2
|/
* LibCTDB: Add support for the 'get interfaces' control and update the ctdb too...Ronnie Sahlberg2011-12-063-6/+75
* Move platform-specific code to common/system_*Mathieu Parent2011-12-061-0/+1
* traverse: fix traversing with empty records by adding a new (internal) contro...Michael Adam2011-12-032-0/+12
* LibCTDB: add support for the check-srvids controlRonnie Sahlberg2011-11-301-0/+69
* Add CTDB_CONTROL_CHECK_SRVIDVolker Lendecke2011-11-302-0/+3
* Recover Persistent database DB by DB and not record by recordRonnie Sahlberg2011-11-301-0/+1
* LibCTDB: add get persistent db seqnum controlRonnie Sahlberg2011-11-301-0/+52
* ctdb: add an option --print-recordflags to trigger printing record flags in c...Michael Adam2011-11-291-0/+1
* ctdb: add an option --print-hash to enable printing of record hashes when dum...Michael Adam2011-11-291-0/+1
* ctdb: add an option --print-lmaster to enable printing of lmaster in "ctdb ca...Michael Adam2011-11-291-0/+1
* ctdb: add an option --print-datasize to only print datasize instead of dumpin...Michael Adam2011-11-291-0/+1
* ctdb: add an option --print-emptyrecords to enable printing of empty records ...Michael Adam2011-11-291-1/+7
* traverse: add a flag to enable transferring empty records in cluster wide tra...Michael Adam2011-11-291-0/+1
* Make some ctdb_takeover.c functions staticMartin Schwenke2011-11-111-26/+0
* Move some common functions to common/ctdb_ltdb.cMartin Schwenke2011-11-111-0/+6
* Added some #ifndefs to stop files being included multiple times.Martin Schwenke2011-11-111-0/+5
* SRVID ranges: Change the ranges for SRVIDs to allow 8 bit prefixesRonnie Sahlberg2011-11-091-12/+18
* Record Fetch Collapse: Collapse multiple fetch request into one single request.Ronnie Sahlberg2011-11-081-0/+4
* ReadOnly: add readonly record lock requests to libctdbRonnie Sahlberg2011-10-281-0/+18
* ReadOnly: Rename the function ctdb_ltdb_fetch_readonly() to ctdb_ltdb_fetch_w...Ronnie Sahlberg2011-09-131-1/+1
* 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