index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
tdb
/
common
/
lock.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-28
tdb: fix logging of offets and lengths.
Rusty Russell
1
-4
/
+4
2013-02-19
tdb: Make tdb_release_transaction_locks use tdb_allrecord_unlock
Volker Lendecke
1
-1
/
+1
2013-02-19
tdb: Factor out the retry loop from tdb_allrecord_upgrade
Volker Lendecke
1
-20
/
+39
2013-02-19
tdb: Simplify fcntl_lock() a bit
Volker Lendecke
1
-4
/
+4
2013-02-05
tdb: Remove "header" from tdb_context
Volker Lendecke
1
-6
/
+6
2013-01-07
tdb: Fix undefined prototype warnings
Volker Lendecke
1
-0
/
+2
2012-12-21
tdb: Add a comment explaining the "check"
Volker Lendecke
1
-1
/
+4
2012-12-21
tdb: Use tdb_lock_covered_by_allrecord_lock in tdb_unlock
Volker Lendecke
1
-7
/
+1
2012-12-21
tdb: Factor out tdb_lock_covered_by_allrecord_lock from tdb_lock_list
Volker Lendecke
1
-23
/
+31
2012-12-21
tdb: Simplify logic in tdb_lock_list slightly
Volker Lendecke
1
-7
/
+22
2012-12-21
tdb: Slightly simplify tdb_lock_list
Volker Lendecke
1
-11
/
+11
2012-12-21
tdb: Fix blank line endings
Volker Lendecke
1
-4
/
+4
2012-12-21
tdb: Fix a comment
Volker Lendecke
1
-1
/
+1
2012-10-02
tdb: Fix a typo
Volker Lendecke
1
-1
/
+1
2012-03-29
lib/tdb: Add/expose lock functions to support CTDB
Amitay Isaacs
1
-2
/
+16
2010-10-21
tdb: Set _PUBLIC_ in C file rather than header files (Debian bug 600898)
Jelmer Vernooij
1
-18
/
+16
2010-08-14
tdb: workaround starvation problem in locking entire database.
Rusty Russell
1
-17
/
+69
2010-03-26
tdb: Add a non-blocking version of tdb_transaction_start
Volker Lendecke
1
-2
/
+3
2010-03-25
Fix some nonempty blank lines
Volker Lendecke
1
-2
/
+2
2010-02-24
tdb: handle processes dying during transaction commit.
Rusty Russell
1
-0
/
+60
2010-02-24
patch tdb-refactor-tdb_lock-and-tdb_lock_nonblock.patch
Rusty Russell
1
-16
/
+13
2010-02-24
tdb: remove lock ops
Rusty Russell
1
-15
/
+22
2010-02-24
tdb: rename tdb_release_extra_locks() to tdb_release_transaction_locks()
Rusty Russell
1
-10
/
+7
2010-02-17
tdb: tdb_allrecord_lock/tdb_allrecord_unlock/tdb_allrecord_upgrade
Rusty Russell
1
-20
/
+52
2010-02-24
tdb: suppress record write locks when allrecord lock is taken.
Rusty Russell
1
-0
/
+9
2010-02-24
tdb: cleanup: always grab allrecord lock to infinity.
Rusty Russell
1
-7
/
+3
2010-02-17
tdb: remove num_locks
Rusty Russell
1
-10
/
+2
2010-02-24
tdb: use tdb_nest_lock() for active lock.
Rusty Russell
1
-0
/
+8
2010-02-22
tdb: use tdb_nest_lock() for open lock.
Rusty Russell
1
-1
/
+2
2010-02-17
tdb: use tdb_nest_lock() for transaction lock.
Rusty Russell
1
-31
/
+23
2010-02-17
tdb: cleanup: find_nestlock() helper.
Rusty Russell
1
-28
/
+23
2010-02-24
tdb: cleanup: tdb_release_extra_locks() helper
Rusty Russell
1
-0
/
+20
2010-02-17
tdb: cleanup: tdb_have_extra_locks() helper
Rusty Russell
1
-2
/
+13
2010-02-17
tdb: don't suppress the transaction lock because of the allrecord lock.
Rusty Russell
1
-6
/
+0
2010-02-17
tdb: cleanup: tdb_nest_lock/tdb_nest_unlock
Rusty Russell
1
-43
/
+61
2010-02-17
tdb: cleanup: rename global_lock to allrecord_lock.
Rusty Russell
1
-21
/
+21
2010-02-17
tdb: cleanup: split brlock and brunlock methods.
Rusty Russell
1
-73
/
+162
2009-10-22
lib/tdb: wean off TDB_ERRCODE.
Rusty Russell
1
-11
/
+19
2009-10-22
lib/tdb: TDB_TRACE support (for developers)
Rusty Russell
1
-6
/
+28
2009-07-21
tdb: fix locking error
Rusty Russell
1
-1
/
+1
2009-07-20
Make tdb transaction lock recursive (samba version)
Rusty Russell
1
-4
/
+13
2008-09-17
Move common libraries from root to lib/.
Jelmer Vernooij
1
-0
/
+553