summaryrefslogtreecommitdiff
path: root/ctdb/tools/ctdb_vacuum.c
Commit message (Expand)AuthorAgeFilesLines
* tools/ctdb: Remove un-implemented ctdb vacuum commandAmitay Isaacs2013-10-041-9/+0
* Remove explicit include of lib/tevent/tevent.h.Amitay Isaacs2012-04-131-1/+0
* Merge branch 'master' of ssh://git.samba.org/data/git/ctdbRonnie Sahlberg2012-01-031-440/+1
|\
| * tools/ctdb: remove functionality of "ctdb vacuum", just keeping a stub.Michael Adam2011-12-231-440/+1
* | Rename struct traverse_state to allow tools C files to be #included.Martin Schwenke2011-12-081-3/+3
|/
* RB_TREE: Add mechanism to abort a traverseRonnie Sahlberg2011-11-081-8/+10
* Merge branch 'master-readonly-records' into fooRonnie Sahlberg2011-09-121-2/+2
|\
| * ReadOnly: Change the ctdb_db structure to keep a uint8_t for flags instead of...Ronnie Sahlberg2011-09-011-2/+2
* | client: add timeout argument to ctdb_attachDavid Disseldorp2011-09-061-2/+2
|/
* event: Update events to latest Samba version 0.9.8Rusty Russell2010-08-181-1/+1
* rename ctdb_send_message to ctdb_client_send_message to resolve colission wit...Ronnie Sahlberg2010-06-021-1/+1
* libctdb: reorganize headers: remove ctdb.h, add ctdb_client.h and ctdb_protoc...Rusty Russell2010-05-201-1/+1
* ctdb: pass TDB_DISALLOW_NESTING to all tdb_open/tdb_wrap_open callsStefan Metzmacher2009-12-161-1/+3
* rename the structure we use for marshalling multiple recordsAndrew Tridgell2008-07-301-9/+9
* add a parameter for the tdb-flags to the client functionRonnie Sahlberg2008-06-041-2/+2
* Redo the vacukming process to mkake it scalable.Ronnie Sahlberg2008-03-131-137/+235
* merge from ronnieAndrew Tridgell2008-02-041-29/+29
* merge async recovery changes from RonnieAndrew Tridgell2008-01-291-98/+3
* ctdb_control_send() does not need to take an outdata parameterRonnie Sahlberg2008-01-161-1/+1
* block alarm signals during critical sections of vacuumAndrew Tridgell2008-01-101-0/+2
* changed default vacuum limitAndrew Tridgell2008-01-091-1/+2
* nicer outut from repack and vacuumAndrew Tridgell2008-01-081-7/+21
* this is not an error - it just means the record was busyAndrew Tridgell2008-01-081-1/+0
* ensure the recovery daemon is not clagged up by vacuum callsAndrew Tridgell2008-01-081-2/+2
* added two new ctdb commands:Andrew Tridgell2008-01-081-0/+619