summaryrefslogtreecommitdiffstats
path: root/ctdb/include
Commit message (Expand)AuthorAgeFilesLines
...
* libctdb: add ctdb_getcapabilities()Martin Schwenke2012-09-283-8/+61
* Add new command to find which interface is located onRonnie Sahlberg2012-06-201-0/+1
* STATISTICS: Add tracking of the 10 hottest keys per database measured in hopc...Ronnie Sahlberg2012-06-131-0/+14
* server: Replace BOOL datatype with bool, True/False with true/falseAmitay Isaacs2012-05-281-6/+1
* RECOVER: When we pull databases during recovery, we used to reallocate the da...Ronnie Sahlberg2012-05-251-0/+1
* DEBUG: Add checks for and print debug messages when 1) a database contains ve...Ronnie Sahlberg2012-05-211-0/+3
* Debug: When scripts hang, we may need to collect additional data in order to ...Ronnie Sahlberg2012-05-171-0/+3
* Track all child process so we never send a signal to an unrelated process (ou...Ronnie Sahlberg2012-05-031-0/+5
* RELOADIPS: simplify the reloadips code a bitRonnie Sahlberg2012-05-011-1/+1
* Add new control to reload the public ip address file on a nodeRonnie Sahlberg2012-05-012-1/+23
* includes: Move special tevent defines from tevent.h to includes.hAmitay Isaacs2012-04-131-0/+7
* 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