summaryrefslogtreecommitdiffstats
path: root/ctdb
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a cut&paste errorVolker Lendecke2012-01-181-1/+1
* server: fix a comment typoMichael Adam2012-01-101-1/+1
* explain why we use FIONREADRonnie Sahlberg2012-01-041-0/+6
* Merge branch 'master' of ssh://git.samba.org/data/git/ctdbRonnie Sahlberg2012-01-0311-1292/+1247
|\
| * vacuum: improve logging in remove_record_from_delete_queue()Michael Adam2011-12-231-5/+20
| * vacuum: improve logging in delete_record_traverse()Michael Adam2011-12-231-3/+12
| * vacuum: improve logging in insert_record_into_delete_queue()Michael Adam2011-12-231-4/+4
| * vacuum: improve debugging in delete_queue_traverse()Michael Adam2011-12-231-4/+12
| * vacuum: add debug message to insert_record_into_delete_queue() for failed insertMichael Adam2011-12-231-0/+4
| * vacuum: improve debugging in insert_record_into_delete_queue()Michael Adam2011-12-231-4/+6
| * vacuum: initialize (to zero) the vacuum fetch list in ctdb_vacuum_init_vacuum...Michael Adam2011-12-231-1/+1
| * vacuum: add statistics output for processing of the delete listMichael Adam2011-12-231-2/+22
| * 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