Eventscript support - Remove unused interface_modify.sh
[ctdb.git] / server /
2012-03-22 Ronnie SahlbergNoIPTakeover: change the tunable name for the "dont...
2012-03-21 Ronnie SahlbergNoIPFailback: Exclude nodes which have NoIPFailback...
2012-03-21 Ronnie SahlbergMake NoIPFailback a node local setting. Nodes that...
2012-03-20 Ronnie SahlbergSTICKY: add prototype code to make records stick to...
2012-03-20 Ronnie SahlbergLACOUNT: Add back lacount mechanism to defer migrating...
2012-03-20 Ronnie SahlbergSTATISTICS: add per-db hop count statistics
2012-03-20 Ronnie SahlbergFETCH COLLAPSE : Change the fetch-lock collapse to...
2012-03-20 Ronnie Sahlbergadd max hop count buckets to see how bad hopcounts are
2012-03-15 Ronnie SahlbergMerge remote branch 'martins/master'
2012-03-12 Ronnie SahlbergReadOnly: Only restrict the readonly sanity/paranoia...
2012-03-02 Ronnie SahlbergREADONLY: when updating a remote node to revoke a deleg...
2012-02-29 Ronnie SahlbergREADONLY: skip vacuuming or deleting records with reado...
2012-02-29 Ronnie SahlbergVacuuming: change default timeout to 120 seconds
2012-02-27 Ronnie SahlbergAdd a tunable variable to control how long we defer...
2012-02-27 Ronnie SahlbergWhen adding ips to nodes, set up a deferred rebalance...
2012-02-26 Ronnie SahlbergMake KILLTCP structure a child of VNN so that it is...
2012-02-22 Ronnie SahlbergEventscripts: remove the horrible horrible circular...
2012-02-21 Michael Adamserver:update_record: remove some blood stains (trailin...
2012-02-21 Michael Adamserver:update_record: make ctdb_childwrite static
2012-02-21 Michael Adamserver: move the code for the update_record control...
2012-02-21 Ronnie SahlbergLog the "Received SHUTDOWN ..." first in the shutown...
2012-02-20 Ronnie SahlbergMerge branch 'master' of 10.1.1.27:/shared/ctdb/ctdb...
2012-02-20 Ronnie SahlbergREADONLY: only send a control to schedule fast-vacuumin...
2012-02-20 Ronnie SahlbergREADONLY: dont schedule for fast vacuum deletion if...
2012-02-20 Ronnie SahlbergRevert "ReadOnly: We can not use ctdb_ltdb_store from...
2012-02-20 Ronnie SahlbergMerge branch 'master' of 10.1.1.27:/shared/ctdb/ctdb...
2012-02-20 Ronnie SahlbergReadOnly: We can not use ctdb_ltdb_store from a client...
2012-02-20 Ronnie SahlbergReadOnly: Make sure we dont try to fast-vacuum records...
2012-02-19 Ronnie SahlbergMerge branch 'master' of ssh://git.samba.org/data/git...
2012-02-13 Volker LendeckeFreeBSD does not define s6_addr32, only s6_addr
2012-02-13 Volker LendeckeMake CTDB_CURRENT_NODE work with CTDB_REQ_MESSAGE
2012-02-08 Ronnie SahlbergReadOnly: add per-database statistics to view how much...
2012-02-08 Ronnie SahlbergSTATISTICS: add total counts for number of delegations...
2012-01-31 Ronnie SahlbergNiceify the readonlyrecord API. Dont force clients...
2012-01-10 Michael Adamserver: fix a comment typo
2012-01-03 Ronnie SahlbergMerge branch 'master' of ssh://git.samba.org/data/git...
2012-01-03 Ronnie SahlbergMerge remote branch 'martins/nodestatus'
2011-12-23 Michael Adamvacuum: improve logging in remove_record_from_delete_qu...
2011-12-23 Michael Adamvacuum: improve logging in delete_record_traverse()
2011-12-23 Michael Adamvacuum: improve logging in insert_record_into_delete_qu...
2011-12-23 Michael Adamvacuum: improve debugging in delete_queue_traverse()
2011-12-23 Michael Adamvacuum: add debug message to insert_record_into_delete_...
2011-12-23 Michael Adamvacuum: improve debugging in insert_record_into_delete_...
2011-12-23 Michael Adamvacuum: initialize (to zero) the vacuum fetch list...
2011-12-23 Michael Adamvacuum: add statistics output for processing of the...
2011-12-23 Michael Adamtunables: don't list obsolete tunables in the list_tuna...
2011-12-23 Michael Adamtunables: add a bool obsolete flag to the tunable_map...
2011-12-23 Michael Adamvacuum: add a comment explaining a race in the vacuum...
2011-12-23 Michael Adamvacuum: factor out initialization of the vacuum data...
2011-12-23 Michael Adamvacuum: streamline ctdb_process_delete_list()
2011-12-23 Michael Adamvacuum: factor processing of the delete list out of...
2011-12-23 Michael Adamvacuum: factor processing of vacuum fetch lists out...
2011-12-23 Michael Adamvacuum: factor out full vacuum run out of ctdb_vacuum_d...
2011-12-23 Michael Adamvacuum: factor out the fast vacuuming run into ctdb_vac...
2011-12-23 Michael Adamvacuum: rename delete_tree to delete_list
2011-12-23 Michael Adamvacuum: appropriately rename vdata.list to vdata.vacuum...
2011-12-23 Michael Adamvacuum: introduce a helper variable for the vacuum...
2011-12-23 Michael Adamvacuum: introduce a helper variable in add_record_to_va...
2011-12-23 Michael Adamvacuum: locally delete the records in the delete_tree...
2011-12-23 Michael Adamvacuum: improve vacuuming statistics for handling the...
2011-12-23 Michael Adamvacuum: fix and improve a comment
2011-12-23 Michael Adamvacuum: appropriately rename delete_traverse() to...
2011-12-23 Michael Adamvacuum: initialize the delete_count in the vacuum data
2011-12-23 Michael Adamvacuum: fix the VacuumInterval tunable's type to uint32...
2011-12-23 Michael Adamvacuum: add new tunable VacuumInterval and mark Vacuum...
2011-12-23 Michael Adamvacuum: remove struct vacuum_tuning_data (unused)
2011-12-23 Michael Adamvacuum: use get_vacuum_interval() in ctdb_vacuum_event()
2011-12-23 Michael Adamvacuum: change get_vacuum_interval() to simply return...
2011-12-23 Michael Adamvacuum: remove update_tuning_db()
2011-12-23 Michael Adamctdb_ltdb_store_server: when storing a record that...
2011-12-23 Michael Adamvacuum: add ctdb_local_remove_from_delete_queue()
2011-12-14 Ronnie Sahlbergtypo
2011-12-06 Mathieu ParentMove platform-specific code to common/system_*
2011-12-06 Mathieu ParentRemove zero-length gnu_printf format string in ctdb_dae...
2011-12-03 Michael Adamtraverse: fix traversing with empty records by adding...
2011-11-29 Volker LendeckeAdd CTDB_CONTROL_CHECK_SRVID
2011-11-29 Ronnie SahlbergRecover Persistent database DB by DB and not record...
2011-11-29 Ronnie SahlbergDB Seqnum: must provide a ctdb_ltdb_header when calling...
2011-11-29 Michael Adamtraverse: add a flag to enable transferring empty recor...
2011-11-29 Stefan Metzmacherrecoverd: try to become the recovery master if we have...
2011-11-29 Ronnie SahlbergThis breaks the build since the recovery loop is differ...
2011-11-26 Stefan Metzmacherrecoverd: try to become the recovery master if we have...
2011-11-26 Stefan Metzmacherrecoverd: let async_getcap_callback() also update ctdb...
2011-11-26 Michael Adamvacuum: update (C) from vacuum rewrite
2011-11-25 Michael Adamvacuum: write a big and up-to-date explaining comment...
2011-11-25 Michael Adamvacuum: fix a comment typo in vacuum_traverse()
2011-11-25 Michael Adamvacuum: fix horrible indentation/whitespacing for ctdb_...
2011-11-25 Michael Adamvacuum: fix a comment typo in vacuum_traverse()
2011-11-25 Michael Adamvacuum: fix an abundance of indentation white spaces...
2011-11-25 Michael Adamvacuum: rename "size" to "freelist_size" for clarity
2011-11-25 Michael Adamlogging: properly cast sockaddr_in to sockaddr for...
2011-11-25 Michael Adamlogging: some whitespace cleanup in ctdb_syslog_log()
2011-11-25 Michael Adamlogging: properly cast sockaddr_in to sockaddr for...
2011-11-18 Ronnie SahlbergMerge remote branch 'martins/eventscripts'
2011-11-18 Ronnie SahlbergMerge remote branch 'martins/scriptstatus'
2011-11-18 Ronnie SahlbergMerge remote branch 'martins/ctdb_control_oom'
2011-11-18 Ronnie SahlbergMerge remote branch 'martins/hashinclude'
2011-11-18 Ronnie SahlbergMerge remote branch 'martins/warnings'
2011-11-18 Ronnie SahlbergEventscripts: Add special -ECANCELED status for monitor...
2011-11-16 Martin SchwenkeRelax an out of memory message.
next