ctdb.git
2011-07-28 Ronnie Sahlbergnew version 1.2.27-204 1.2.27
2011-07-28 Ronnie SahlbergUpdate the delip command
2011-07-25 Ronnie SahlbergNew version 1.2.27-203
2011-07-25 Rusty Russelleventscript: fix callback after free
2011-07-25 Ronnie SahlbergRemove logging of spam/errors from the 10.interfrace
2011-06-27 Ronnie SahlbergNew version 1.2.27-202
2011-06-24 Ronnie SahlbergRemove a benign by annoying log message that will be...
2011-05-30 Ronnie Sahlbergnew version 1.2.27-201
2011-05-30 Ronnie SahlbergRemove all checking of GPFS from ctdb_diagnostics
2011-05-30 Ronnie SahlbergWhen using multiple VLANs, some funky stuff can sometim...
2011-05-23 Ronnie SahlbergVerify that state is not NULL before we dereference...
2011-05-16 Ronnie Sahlbergrenme to version 1.2.27-200 to leve some spce so we...
2011-05-10 Ronnie SahlbergNew version 1.2.27-3
2011-05-10 Ronnie SahlbergIf samba fails to start for some reason, make this...
2011-05-10 Ronnie SahlbergDont exit from checking interfaces once we have found...
2011-04-12 Ronnie Sahlbergbonding mode 4 monitoring:
2011-04-10 Ronnie SahlbergNew version 1.2.27-2
2011-04-10 Ronnie SahlbergIFACE handling. Assume links are always good on nstartu...
2011-03-21 Ronnie SahlbergThis needs more testing first
2011-03-21 Ronnie SahlbergNew version 1.2.27
2011-03-21 Rusty Russellctdbd: call tdb_reopen_all() in freeze child.
2011-03-21 Rusty Russellctdbd: fix lock held on error ("ctdb_req_dmaster from...
2011-03-20 Ronnie Sahlbergnew version 1.2.26
2011-03-16 Ronnie SahlbergDeferred attach: create the timed event as a child...
2011-03-13 Ronnie SahlbergNew version 1.2.25
2011-03-13 Ronnie SahlbergIP reallocation. If a public address is already hosted...
2011-03-13 Ronnie SahlbergVacuuming: initialize a variable to avoid a harmless...
2011-03-11 Ronnie SahlbergDont allow clients to connect to databases untile we...
2011-03-11 Michael AdamNew version 1.2.24.
2011-03-11 Michael Adamvacuum: fix a comment typo
2011-03-11 Michael Adamvacuum: use insert_record_into_delete_queue in ctdb_loc...
2011-03-11 Michael Adamvacuum: refactor insert_record_into_delete_queue out...
2011-03-11 Michael Adamvacuum: raise a debug level from INFO to DEBUG
2011-03-11 Michael Adamserver: add a comment explaining the call redirect...
2011-03-09 Michael Adamctdb_ltdb_store_server: honour the AUTOMATIC record...
2011-03-09 Michael Adamltdb: add the CTDB_REC_FLAG_AUTOMATIC to the initial...
2011-03-09 Michael Adamctdb_private.h: add record flag CTDB_REC_FLAG_AUTOMATIC
2011-03-09 Michael Adamctdb_ltdb_store_server: add ability to send SCHEDULE_FO...
2011-03-09 Michael Adamctdb_ltdb_store_server: Improve debug message in ctdb_l...
2011-03-09 Michael Adamctdb_ltdb_store_server: always store the data when...
2011-03-09 Michael Adamctdb_ltdb_store_server: implement fastpath vacuuming...
2011-03-09 Michael Adamctdb_ltdb_store_server: delete an empty record that...
2011-03-09 Michael Adamserver: Use the ctdb_ltdb_store_server() in the ctdb...
2011-03-09 Michael Adamserver: create a server variant ctdb_ltdb_store_server...
2011-03-09 Michael Adamdaemon: fill ctdb->ctdbd_pid early
2011-03-09 Michael Adamtest: send SCHEDULE_FOR_DELETION control from randrec...
2011-03-09 Michael Adamclient: add accessor function ctdb_header_from_record_h...
2011-03-09 Michael Adamvacuum: add ctdb_local_schedule_for_deletion()
2011-03-09 Michael Adamserver: implement a new control SCHEDULE_FOR_DELETION...
2011-03-09 Michael Adamcontrol: add a new control opcode CTDB_CONTROL_SCHEDULE...
2011-03-09 Michael Adamcontrol: add macro CHECK_CONTROL_MIN_DATA_SIZE.
2011-03-09 Michael Adamvacuum: lower level of hash collision debug message...
2011-03-09 Michael Adamvacuum: add statistics output to the fast and full...
2011-03-09 Michael Adamvacuum: refactor insert_delete_record_data_into_tree...
2011-03-09 Michael Adamvacuum: change all Vacuum*Interval tunables to default...
2011-03-09 Michael Adamvacuum: disable full db-traverse vacuuming runs when...
2011-03-09 Michael Adamvacuum: Only run full vacuumig (db traverse) every...
2011-03-09 Michael Adamvacuum: reset the fast path count in the event handle...
2011-03-09 Michael Adamvacuum: bump the number of fast-path runs in the vacuum...
2011-03-09 Michael Adamvacuum: add a fast_path_count to the vacuum_handle.
2011-03-09 Michael AdamAdd a tunable VacuumFastPathCount.
2011-03-09 Michael Adamvacuum: traverse the delete_queue befor traversing...
2011-03-09 Michael Adamvacuum: add delete_queue_traverse() for traversal of...
2011-03-09 Michael Adamvacuum: reduce indentation in add_record_to_delete_tree()
2011-03-09 Michael Adamvacuum: refactor new add_record_to_delete_tree() out...
2011-03-09 Michael Adamvacuum: skip adding records to list of records to send...
2011-03-09 Michael Adamvacuum: refactor new add_record_to_vacuum_fetch_list...
2011-03-09 Michael Adamserver: rename ctdb_repack_db() to ctdb_vacuum_and_repa...
2011-03-09 Michael AdamWhen wiping a database, clear the delete_queue.
2011-03-09 Michael Adamvaccum: clear the fast-path vacuuming delete_queue...
2011-03-09 Michael AdamWhen attaching to a non-persistent DB, initialize the...
2011-03-09 Michael AdamAdd a delete_queue to the ctdb database context struct.
2011-03-09 Michael Adamcall: becoming dmaster in VACUUM_MIGRATION, set the...
2011-03-09 Michael Adamcall: hand the submitted record_flags to local record...
2011-03-09 Michael Adamcall: transfer the record flags in the ctdb call packets.
2011-03-09 Michael Adamserver: in the VACUUM_FETCH handler, add the VACUUM_MIG...
2011-03-09 Michael Adamadd a new record flag CTDB_REC_FLAG_VACUUM_MIGRATED.
2011-03-09 Michael Adamcall: Move definition of call flags down to the definit...
2011-03-09 Michael Adamcall: add new call flag CTDB_CALL_FLAG_VACUUM_MIGRATION
2011-03-09 Michael Adamrecoverd: in a recovery, set the MIGRATED_WITH_DATA...
2011-03-09 Michael Adamserver: when we migrate off a record with data, set...
2011-03-09 Michael Adamvacuum: check lmaster against num_nodes instead of...
2011-03-09 Michael Adamvacuum: reduce indentation of the loop sending VACUUM_F...
2011-03-09 Michael Adamvacuum: correctly send TRY_DELETE_RECORDS ctrl to all...
2011-03-09 Michael Adamvacuum: in ctdb_vacuum_db, fix the length of the array...
2011-03-09 Michael AdamFix typos in a comment in vacuum_traverse.
2011-03-09 Michael Adamtests: fix segfault in store test when connection to...
2011-03-09 Michael Adamtests: fix segfault in fetch_one test when connection...
2011-03-09 Michael Adamtests: fix segfault in fetch test when connection to...
2011-03-09 Michael Adamtests: fix segfault in randrec test when connection...
2011-03-09 Michael Adamgitignore: add tags file
2011-03-09 Michael Adamgitignore: add vi swap files
2011-03-06 Ronnie SahlbergRestart recovery dameon if it looks like it hung.
2011-03-06 Ronnie SahlbergIf/when the recovery daemon terminates unexpectedly...
2011-02-24 Ronnie Sahlbergnew version 1.2.23
2011-02-24 Ronnie SahlbergATTACH_DB: simplify the code slightly and change the...
2011-02-23 Michael AdamNew version 1.2.22.
2011-02-23 Michael Adamrecover: finish pending trans3 commits when a recovery...
2011-02-23 Michael Adampersistent: add ctdb_persistent_finish_trans3_commits().
2011-02-23 Michael Adamdaemon: correctly end a running trans3_commit if the...
next