summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * doc:ctdb.1: add generated files after updateMichael Adam2011-12-232-407/+598
| | * doc:ctdb.1: explain that "ctdb listvars" does not list obsolete tunables any ...Michael Adam2011-12-231-1/+3
| | * doc:ctdb.1: adapt example output of "ctdb listvars" to current stateMichael Adam2011-12-231-43/+43
| | * ctdb-tool: adapt formatting of "listvars" output to lenght of longest nameMichael Adam2011-12-231-1/+1
| | * tunables: don't list obsolete tunables in the list_tunables controlMichael Adam2011-12-231-0/+3
| | * tunables: add a bool obsolete flag to the tunable_map listMichael Adam2011-12-231-49/+50
| | * vacuum: add a comment explaining a race in the vacuum code.Michael Adam2011-12-231-0/+11
| | * vacuum: factor out initialization of the vacuum data from ctdb_vacuum_db()Michael Adam2011-12-231-161/+165
| | * vacuum: streamline ctdb_process_delete_list()Michael Adam2011-12-231-114/+127
| | * vacuum: factor processing of the delete list out of ctdb_vacuum_db()Michael Adam2011-12-231-103/+121
| | * vacuum: factor processing of vacuum fetch lists out of ctdb_vacuum_db()Michael Adam2011-12-231-30/+47
| | * vacuum: factor out full vacuum run out of ctdb_vacuum_db() as ctdb_vacuum_db_...Michael Adam2011-12-231-30/+49
| | * vacuum: factor out the fast vacuuming run into ctdb_vacuum_db_fast()Michael Adam2011-12-231-25/+34
| | * vacuum: rename delete_tree to delete_listMichael Adam2011-12-231-23/+23
| | * vacuum: appropriately rename vdata.list to vdata.vacuum_fetch_listMichael Adam2011-12-231-9/+11
| | * vacuum: introduce a helper variable for the vacuum fetch list in ctdb_vacuum_...Michael Adam2011-12-231-4/+5
| | * vacuum: introduce a helper variable in add_record_to_vacuum_fetch_list() to r...Michael Adam2011-12-231-7/+10
| | * tools/ctdb: allow the "ctdb vacuum" stub to be run without the daemon running.Michael Adam2011-12-231-1/+1
| | * tools/ctdb: remove functionality of "ctdb vacuum", just keeping a stub.Michael Adam2011-12-231-440/+1
| | * vacuum: locally delete the records in the delete_tree that have be deleted re...Michael Adam2011-12-231-8/+116
| | * vacuum: improve vacuuming statistics for handling the delete_tree.Michael Adam2011-12-231-8/+24
| | * vacuum: fix and improve a commentMichael Adam2011-12-231-3/+4
| | * vacuum: appropriately rename delete_traverse() to delete_marshall_traverse()Michael Adam2011-12-231-2/+3
| | * vacuum: initialize the delete_count in the vacuum dataMichael Adam2011-12-231-0/+1
| | * vacuum: fix the VacuumInterval tunable's type to uint32_t in get_vacuum_inter...Michael Adam2011-12-231-2/+2
| | * vacuum: add new tunable VacuumInterval and mark Vacuum{Default,Min,Max}Interv...Michael Adam2011-12-233-4/+6
| | * vacuum: remove struct vacuum_tuning_data (unused)Michael Adam2011-12-231-10/+0
| | * vacuum: use get_vacuum_interval() in ctdb_vacuum_event()Michael Adam2011-12-231-3/+9
| | * vacuum: change get_vacuum_interval() to simply return the VacuumDefaultInterv...Michael Adam2011-12-231-49/+0
| | * vacuum: remove update_tuning_db()Michael Adam2011-12-231-101/+0
| | * ctdb_ltdb_store_server: when storing a record that is not to be scheduled for...Michael Adam2011-12-231-6/+14
| | * vacuum: add ctdb_local_remove_from_delete_queue()Michael Adam2011-12-232-0/+57
| | * rb_tree: fix possible access-after-free-error in trbt_traversearray32_nodeMichael Adam2011-12-231-4/+7
| | * fix zero-initialization of header in _ctdbd_allocate_pkt to the correct sizeMichael Adam2011-12-231-2/+1
| * | Merge remote branch 'martins/nodestatus'Ronnie Sahlberg2012-01-038-146/+680
| |\ \ | | |/ | |/|
| | * Tests - make a comment more accurateMartin Schwenke2011-12-081-2/+1
| | * Tests - test code for parse_nodestring() functionMartin Schwenke2011-12-084-5/+429
| | * Rename struct traverse_state to allow tools C files to be #included.Martin Schwenke2011-12-081-3/+3
| | * ctdb tool - remove verify_node() functionMartin Schwenke2011-12-081-44/+0
| | * ctdb tool - new command "ctdb nodestatus [nodestring]"Martin Schwenke2011-12-081-0/+46
| | * ctdb tool - factor out status printing functionsMartin Schwenke2011-12-081-15/+29
| | * ctdb tool - generalise nodestring parsing for -nMartin Schwenke2011-12-082-93/+188
| * | Tests: eventscripts - add tests for CTDB_DELETE_UNEXPECTED_IPS="yes"Martin Schwenke2011-12-192-0/+38
| * | DOC: Update the manpage to describe all relevant tunablesRonnie Sahlberg2011-12-144-99/+637
| * | typoRonnie Sahlberg2011-12-141-1/+1
| |/
| * libctdb: fix libctdb's traverse after changes in the coreMichael Adam2011-12-061-1/+0
| * Revert "Fix the build that broke in 8281bb210858ed04992eacea7f6d02261e0fc1b1"Michael Adam2011-12-061-2/+2
| * ctdb tool - move parsing of nodestring to where it is neededMartin Schwenke2011-12-061-9/+9
| * ctdb tool - replace fprintf with DEBUGMartin Schwenke2011-12-061-1/+1
| * ctdb tool - short circuit most of the logic in main for non-daemon commandsMartin Schwenke2011-12-061-24/+22