vacuum: reorder some of ctdb_process_delete_list() more intuitively
[ctdb.git] / include /
2013-04-26 Michael Adamctdbd: unimplement the unused SET_DMASTER control
2012-05-07 Michael Adampersistent: add ctdb_persistent_finish_trans3_commits().
2012-05-07 Michael Adampersistent: add a ctdb_persistent_state member to the...
2012-01-12 Michael Adamvacuum: add new tunable VacuumInterval and mark Vacuum...
2012-01-12 Michael Adamvacuum: add ctdb_local_remove_from_delete_queue()
2012-01-12 Michael Adamtraverse: fix traversing with empty records by adding...
2012-01-12 Michael Adamctdb: add an option --print-recordflags to trigger...
2012-01-12 Michael Adamctdb: add an option --print-hash to enable printing...
2012-01-12 Michael Adamctdb: add an option --print-lmaster to enable printing...
2012-01-12 Michael Adamctdb: add an option --print-datasize to only print...
2012-01-12 Michael Adamctdb: add an option --print-emptyrecords to enable...
2012-01-12 Michael Adamtraverse: add a flag to enable transferring empty recor...
2012-01-12 Rusty Russellfreeze: abort vacuuming when we're going to freeze.
2011-04-18 Michael Adamctdb_private.h: add record flag CTDB_REC_FLAG_AUTOMATIC
2011-04-18 Michael Adamserver: Use the ctdb_ltdb_store_server() in the ctdb...
2011-04-18 Michael Adamclient: add accessor function ctdb_header_from_record_h...
2011-04-18 Michael Adamvacuum: add ctdb_local_schedule_for_deletion()
2011-04-18 Michael Adamserver: implement a new control SCHEDULE_FOR_DELETION...
2011-04-18 Michael Adamcontrol: add a new control opcode CTDB_CONTROL_SCHEDULE...
2011-04-18 Michael Adamcontrol: add macro CHECK_CONTROL_MIN_DATA_SIZE.
2011-04-18 Michael AdamAdd a tunable VacuumFastPathCount.
2011-04-18 Michael AdamAdd a delete_queue to the ctdb database context struct.
2011-04-18 Michael Adamadd a new record flag CTDB_REC_FLAG_VACUUM_MIGRATED.
2011-04-18 Michael Adamcall: Move definition of call flags down to the definit...
2011-04-18 Michael Adamcall: add new call flag CTDB_CALL_FLAG_VACUUM_MIGRATION
2011-04-18 Ronnie SahlbergAdd two new flags for the ltdb header.
2011-04-18 Ronnie SahlbergRemove LACOUNT and LACCESSOR and migrate the records...
2010-12-02 Michael AdamRemove prototype of non-existing function ctdb_set_max_...
2010-09-01 Stefan Metzmacherserver/banning: also release all ips if we're banning...
2010-03-11 Ronnie SahlbergMerge root@10.1.1.27:/shared/ctdb/ctdb-git
2010-02-23 Stefan Metzmacherserver: add "setup" event
2010-01-22 Martin SchwenkeMerge commit 'origin/master'
2010-01-20 Stefan Metzmacherserver: add updateip event
2010-01-20 Stefan Metzmachercontrols: add stups for GET_PUBLIC_IP_INFO, GET_IFACES...
2010-01-20 Stefan Metzmacherserver: use CTDB_PUBLIC_IP_FLAGS_ONLY_AVAILABLE during...
2010-01-20 Stefan Metzmacherclient: add CTDB_PUBLIC_IP_FLAGS_ONLY_AVAILABLE ctdb_ct...
2010-01-20 Stefan Metzmacherreserve upper bits in ctdb_control->flags for opcode...
2010-01-20 Stefan Metzmacherserver: keep the interface information in a list of...
2010-01-20 Stefan Metzmacherserver: allow multiple interfaces comma separated in...
2010-01-20 Stefan Metzmacherserver: add a ctdb_set_single_public_ip() helper function
2010-01-20 Stefan Metzmacherserver: add "init" event
2010-01-20 Stefan Metzmacherlib/util: import fault/backtrace handling from samba.
2010-01-20 Stefan Metzmachermove DEBUG* macros to one place
2010-01-15 Ronnie SahlbergMake the size of the in memory ringbuffer for keeping...
2009-12-18 Martin SchwenkeMerge commit 'origin/master'
2009-12-16 Ronnie Sahlbergfix a conflict in the merge from rusty
2009-12-16 Rusty Russellctdb: use mlockall, cautiously
2009-12-16 Rusty RussellRemove RT priority, use niceness.
2009-12-16 Rusty RussellAdd --valgringing flag instead of --nosetsched
2009-12-16 Ronnie Sahlbergfix conflict in merge from metze
2009-12-16 Stefan Metzmacherclient: make ctdb_dumpdb_record() public
2009-12-16 Stefan Metzmacherclient: add ctdb_ctrl_getdbhealth()
2009-12-16 Stefan Metzmacherserver: add CTDB_CONTROL_DB_SET_HEALTHY and CTDB_CONTRO...
2009-12-16 Stefan Metzmacherserver: Use tdb_check to verify persistent tdbs on...
2009-12-16 Stefan Metzmacherserver: open /var/ctdb/state/persistent_health.tdb...
2009-12-16 Stefan Metzmacherserver: only do the mkdir() calls for db_directory...
2009-12-16 Stefan Metzmacherserver: add db_directory_state to ctdb_context
2009-12-15 Ronnie SahlbergRevert "cleanup: remove a tunable we no longer use...
2009-12-15 Ronnie SahlbergMerge branch 'trans3'
2009-12-15 Ronnie SahlbergRevert "Make fetch_locked more scalable"
2009-12-15 Ronnie SahlbergMerge commit 'obnox/ctdb-wip-trans3' into trans3
2009-12-14 Ronnie SahlbergRename the tunable EventScriptBanCount to EventScriptTi...
2009-12-14 Ronnie Sahlbergcleanup: remove a tunable we no longer use in the...
2009-12-14 Ronnie Sahlbergremove the variable "disable when unhealthy"
2009-12-11 Volker LendeckeMake fetch_locked more scalable
2009-12-11 Michael AdamAdd a new control CTDB_GET_DB_SEQNUM - fetch a persiste...
2009-12-11 Michael Adamdefine CTDB_DB_SEQNUM_KEY - used with the new implement...
2009-12-11 Volker LendeckeRename a struct member for clarity
2009-12-11 Michael Adamserver: add a new control CTDB_CONTROL_TRANS3_COMMIT
2009-12-09 Ronnie SahlbergFrom: Volker Lendecke <vl@samba.org>
2009-12-09 Volker LendeckeRun only one event for each epoll_wait/select call
2009-12-09 Ronnie SahlbergMerge commit 'rusty/script-report'
2009-12-07 Rusty Russellctdb: scriptstatus can now query non-monitor events
2009-12-07 Rusty Russelleventscript: expost call names and enum
2009-12-08 Rusty Russelleventscript: save state for all script invocations
2009-12-07 Rusty Russelleventscript: rename ctdb_monitoring_wire to ctdb_script...
2009-12-08 Rusty Russelleventscript: ctdb_fork_with_logging()
2009-12-07 Rusty Russelleventscript: remove unused ctbd_ctrl_event_script*
2009-12-07 Rusty Russelleventscript: use direct script state pointer for curren...
2009-12-07 Rusty Russelleventscript: make current_monitor_status_ctx serve...
2009-12-07 Rusty Russelleventscript: expost ctdb_ban_self()
2009-12-07 Rusty Russelleventscript: use -ENOEXEC for disabled status value
2009-12-07 Rusty Russelleventscript: use -ETIME for timeout status value
2009-12-07 Rusty Russelleventscript: marshall onto last_status immediately
2009-12-04 Michael Adammake ctdb_ctrl_transaction_active public.
2009-12-04 Martin SchwenkeMerge branch 'status-test-2'
2009-12-04 Ronnie SahlbergDont store debug level DEBUG_DEBUG in the in-memory...
2009-12-02 Ronnie SahlbergAdd a proper function to process a process-exist contro...
2009-12-02 Ronnie SahlbergAdd a double linked list to the ctdb_context to store...
2009-11-30 Ronnie SahlbergMerge commit 'martins/status-test-2'
2009-11-26 Ronnie SahlbergMerge commit 'martins/status-test' into status-test-2
2009-11-26 Martin SchwenkeMerge commit 'martins-svart/status-test-2' into status...
2009-11-26 Martin SchwenkeAdd flag to ctdb_event_script_callback indicating when...
2009-11-25 Martin SchwenkeMerge commit 'martins-svart/status-test-2' into status...
2009-11-25 Rusty Russelleventscript: check that ctdb forced script events correct
2009-11-24 Martin SchwenkeMerge commit 'origin/status-test' into status-test
2009-11-24 Rusty Russelleventscript: check that ctdb forced script events correct
2009-11-24 Rusty Russelleventscript: introduce enum for different event script...
2009-11-24 Rusty Russelleventscript: introduce enum for different event script...
2009-11-24 Rusty Russelleventscript: put timeout inside ctdb_event_script_callb...
next