summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * ctdbd: Remove the "stopped" eventMartin Schwenke2013-05-066-61/+9
| * eventscripts: Remove use of "stopped" eventMartin Schwenke2013-05-062-2/+2
| * recoverd: ctdb_takeover_run() uses CTDB_CONTROL_IPREALLOCATEDMartin Schwenke2013-05-061-4/+2
| * ctdbd: New control CTDB_CONTROL_IPREALLOCATEDMartin Schwenke2013-05-065-0/+65
| * ctdbd: Avoid freeing non-monitor event callback when monitoring is disabledMartin Schwenke2013-05-061-31/+30
| * recoverd: Interface reference count changes should not cause takeover runsMartin Schwenke2013-05-021-23/+47
| * recover: use CTDB_REC_RO_FLAGS where appropriateMichael Adam2013-04-241-13/+5
| * ctdb_daemon: use CTDB_REC_RO_FLAGS where appropriateMichael Adam2013-04-241-1/+1
| * ctdb_call: use CTDB_REC_RO_FLAGS where appropriateMichael Adam2013-04-241-1/+1
| * vacuum: use CTDB_REC_RO_FLAGS in the vacuuming codeMichael Adam2013-04-241-10/+2
| * ltdb_server: use CTDB_REC_RO_FLAGS where appropriateMichael Adam2013-04-241-2/+2
| * include: define CTDB_REC_RO_FLAGS - all read-only related record flagsMichael Adam2013-04-241-0/+4
| * vacuum: Update (C)Michael Adam2013-04-241-1/+1
| * vacuum: extend the header comment for ctdb_process_delete_list()Michael Adam2013-04-241-2/+20
| * vacuum: turn the vacuuming on lmaster into a three-phase process.Michael Adam2013-04-241-25/+278
| * vacuum: introduce the RECEIVE_RECORDS controlMichael Adam2013-04-244-0/+209
| * vacuum: reorder some of ctdb_process_delete_list() more intuitivelyMichael Adam2013-04-241-21/+21
| * vacuum: add explicit temporary memory context to ctdb_process_delete_list()Michael Adam2013-04-241-5/+12
| * vacuum: fix indentation in ctdb_process_delete_list()Michael Adam2013-04-241-2/+2
| * vacuum: free temporary allocated memory correctly in ctdb_process_delete_list().Michael Adam2013-04-241-8/+15
| * vacuum: move variable into scope of use in ctdb_process_delete_list()Michael Adam2013-04-241-1/+2
| * vacuum: move variable into scope of use in ctdb_process_delete_list()Michael Adam2013-04-241-1/+1
| * vacuum: simplify ctdb_process_delete_list(): reduce indentationMichael Adam2013-04-241-113/+114
| * vacuum: add DEBUG to skip conditions in delete_record_traverse()Michael Adam2013-04-241-5/+25
| * vacuum: break line for RO-flags check in delete_record_traverse() for readabi...Michael Adam2013-04-241-1/+5
| * client: fix ctdb_control() to be able to cope with CTDB_CTRL_FLAG_NOREPLYMichael Adam2013-04-241-0/+11
| * ctdbd: Set num_clients statistic from ctdb->num_clientsAmitay Isaacs2013-04-222-3/+4
| * ctdbd: Log PID file creation and removal at NOTICE levelMartin Schwenke2013-04-221-3/+3
| * scripts: Ensure even external scripts get tagged in logs as "ctdbd"Martin Schwenke2013-04-223-5/+5
| * eventscripts: Ensure directories are createdMartin Schwenke2013-04-221-0/+6
| * scripts: Clean up update_tickles() and handling of associated directoryMartin Schwenke2013-04-191-5/+2
| * scripts: Use $CTDB_SCRIPT_DEBUGLEVEL instead of something more complexMartin Schwenke2013-04-196-64/+6
| * scripts: Ensure service command is in $PATH in ctdb-crash-cleanup.shMartin Schwenke2013-04-191-5/+5
| * initscript: Remove duplicate setting of $ctdbdMartin Schwenke2013-04-181-2/+0
| * util: Removed unused declaration of ctdbd_start()Martin Schwenke2013-04-181-1/+0
| * include: Move ctdb_start_daemon() from ctdb_client.h to ctdb_private.hMartin Schwenke2013-04-182-1/+3
| * scripts: ctdb-crash-cleanup.sh uses initscript to see if ctdbd is runningMartin Schwenke2013-04-181-1/+1
| * initscript: Use a PID file to implement the "status" optionMartin Schwenke2013-04-181-30/+56
| * ctdbd: Add --pidfile optionMartin Schwenke2013-04-183-1/+37
| * util: ctdb_fork() should call ctdb_set_child_info()Martin Schwenke2013-04-181-0/+2
| * util: New functions ctdb_set_child_info() and ctdb_is_child_process()Martin Schwenke2013-04-182-0/+24
| * tests: add a comment to recovery db corruption testMichael Adam2013-04-171-0/+7
| * tests: Add a test for subsequent recoveries corrupting databasesAmitay Isaacs2013-04-171-0/+126
| * tests: Support waiting for "recovered" state in testsAmitay Isaacs2013-04-171-1/+4
| * ctdb_call: don't bump the rsn in ctdb_become_dmaster() any moreMichael Adam2013-04-171-1/+1
| * Fix a severe recovery bug that can lead to data corruption for SMB clients.Michael Adam2013-04-171-3/+6
| * logging: fix comment typoMichael Adam2013-04-171-1/+1
| * ctdbd: unimplement the unused SET_DMASTER controlMichael Adam2013-04-174-56/+4
| * recoverd: remove bogus comment "qqq" from "add prototype new banning code"Michael Adam2013-04-171-1/+0
| * build: silence building of porting_testMichael Adam2013-04-171-1/+1