summaryrefslogtreecommitdiffstats
path: root/ctdb/lib
Commit message (Expand)AuthorAgeFilesLines
* patch tdb-refactor-tdb_lock-and-tdb_lock_nonblock.patchRusty Russell2010-04-221-16/+13
* tdb: add -k option to tdbtortureRusty Russell2010-04-221-57/+142
* tdb: don't truncate tdb on recoveryRusty Russell2010-04-221-10/+0
* tdb: remove lock opsRusty Russell2010-04-224-40/+22
* tdb: rename tdb_release_extra_locks() to tdb_release_transaction_locks()Rusty Russell2010-04-223-13/+9
* tdb: cleanup: remove ltype argument from _tdb_transaction_cancel.Rusty Russell2010-04-221-17/+13
* tdb: tdb_allrecord_lock/tdb_allrecord_unlock/tdb_allrecord_upgradeRusty Russell2010-04-223-29/+62
* tdb: suppress record write locks when allrecord lock is taken.Rusty Russell2010-04-221-0/+9
* tdb: cleanup: always grab allrecord lock to infinity.Rusty Russell2010-04-221-7/+3
* tdb: remove num_locksRusty Russell2010-04-222-11/+2
* tdb: use tdb_nest_lock() for seqnum lock.Rusty Russell2010-04-221-3/+3
* tdb: use tdb_nest_lock() for active lock.Rusty Russell2010-04-222-5/+18
* tdb: use tdb_nest_lock() for open lock.Rusty Russell2010-04-223-15/+10
* tdb: use tdb_nest_lock() for transaction lock.Rusty Russell2010-04-222-32/+23
* tdb: cleanup: find_nestlock() helper.Rusty Russell2010-04-221-28/+23
* tdb: cleanup: tdb_release_extra_locks() helperRusty Russell2010-04-223-17/+22
* tdb: cleanup: tdb_have_extra_locks() helperRusty Russell2010-04-224-5/+17
* tdb: don't suppress the transaction lock because of the allrecord lock.Rusty Russell2010-04-221-6/+0
* tdb: cleanup: tdb_nest_lock/tdb_nest_unlockRusty Russell2010-04-223-45/+67
* tdb: cleanup: rename global_lock to allrecord_lock.Rusty Russell2010-04-225-29/+29
* tdb: cleanup: rename GLOBAL_LOCK to OPEN_LOCK.Rusty Russell2010-04-223-17/+17
* tdb: make _tdb_transaction_cancel static.Rusty Russell2010-04-222-2/+1
* tdb: cleanup: split brlock and brunlock methods.Rusty Russell2010-04-227-117/+235
* Spelling fixes for tdb.Brad Hards2010-04-222-2/+2
* tdb: use fdatasync() instead of fsync() in transactionsAndrew Tridgell2010-04-221-1/+1
* tdb: Apply some const, just for clarityVolker Lendecke2010-04-221-1/+1
* tdb: fix recovery reuse after crashRusty Russell2010-04-221-4/+10
* tdb: give a name to the invalid recovery area constant (0)Rusty Russell2010-04-223-4/+5
* release-scripts: parametrize scriptsSimo Sorce2010-04-222-48/+67
* tdb: raise version to 1.2.1Simo Sorce2010-04-221-1/+1
* Correction of spelling errors.Mathieu Parent2010-02-241-1/+1
* ctdb: migrate to new dlinklist.h from SambaAndrew Tridgell2010-02-091-86/+108
* util: added TLIST_*() macrosAndrew Tridgell2010-02-041-0/+46
* tdb: fix an early release of the global lock that can cause data corruptionVolker Lendecke2010-02-021-5/+10
* lib/util: add pre and post panic action hooksStefan Metzmacher2010-01-202-0/+13
* lib/util: import fault/backtrace handling from samba.Stefan Metzmacher2010-01-206-0/+1211
* move DEBUG* macros to one placeStefan Metzmacher2010-01-202-4/+2
* lib/events: finish "Run only one event for each epoll_wait/select call"Stefan Metzmacher2010-01-203-33/+2
* Fix release script with newer versins of gitSimo Sorce2009-12-161-1/+1
* tdb tools: Mostly cosmetic adaptionsMatthias Dieter Wallnöfer2009-12-162-8/+9
* tdb: change version to 1.2.0 after adding TDB_*ALLOW_NESTINGStefan Metzmacher2009-12-161-1/+1
* tdb: add TDB_DISALLOW_NESTING and make TDB_ALLOW_NESTING the default behaviorStefan Metzmacher2009-12-165-3/+63
* tdb: always set tdb->tracefd to -1 to be safe on goto failStefan Metzmacher2009-12-161-4/+3
* tdb: Fix a C++ warning (cherry picked from samba commit be88a126ea50ea7e41583...Volker Lendecke2009-12-161-1/+2
* tdb: update README a bitKirill Smelkov2009-12-161-8/+1
* tdb: add tests for double .close() in pytdbKirill Smelkov2009-12-161-0/+9
* tdb: reset tdb->fd to -1 in tdb_close()Kirill Smelkov2009-12-161-1/+3
* tdb: fix typo in python's Tdb.get() docstringKirill Smelkov2009-12-161-1/+1
* tdb: detect tdb store of identical records and skipAndrew Tridgell2009-12-161-0/+20
* tdb: rename 'struct list_struct' into 'struct tdb_record'Stefan Metzmacher2009-12-169-54/+54