index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
locking
/
brlock.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
smbd: brl_get_locks_internal is always called r/w now
Volker Lendecke
2013-10-06
1
-37
/
+11
*
smbd: Restructure brl_get_locks_readonly
Volker Lendecke
2013-10-06
1
-10
/
+103
*
smbd: Avoid an if-statement per read/write in the non-clustered case
Volker Lendecke
2013-10-06
1
-4
/
+4
*
smbd: Remove unused "brl->key" struct element
Volker Lendecke
2013-10-06
1
-3
/
+1
*
smbd: Properly protect against invalid lock data
Volker Lendecke
2013-09-12
1
-0
/
+6
*
smbd: Convert br_lck->lock_data to talloc
Volker Lendecke
2013-09-11
1
-26
/
+29
*
smbd: Move "struct byte_range_lock" definition to brlock.c
Volker Lendecke
2013-09-11
1
-0
/
+10
*
smbd: Add brl_fsp access function
Volker Lendecke
2013-09-11
1
-0
/
+5
*
smbd: Add brl_num_locks access function
Volker Lendecke
2013-09-11
1
-0
/
+5
*
smbd: Use ZERO_STRUCT instead of memset
Volker Lendecke
2013-09-11
1
-1
/
+1
*
smbd: Make brl_lock_failed static
Volker Lendecke
2013-09-11
1
-1
/
+3
*
smbd: Make brl_same_context static
Volker Lendecke
2013-09-11
1
-1
/
+1
*
smbd: Fix blank line endings
Volker Lendecke
2013-09-11
1
-19
/
+19
*
s3:locking:brlock: add function brl_cleanup_disconnected()
Gregor Beck
2013-04-18
1
-0
/
+73
*
s3:locking:brlock: explain the lockdb_clean semantic better in brl_reconnect_...
Michael Adam
2013-04-18
1
-1
/
+5
*
s3:locking:brlock: let validate_lock_entries keep entries for disconnected se...
Gregor Beck
2013-04-18
1
-8
/
+23
*
s3:locking:brlock: improve the comment for the brl self cleaning code
Michael Adam
2013-04-18
1
-3
/
+6
*
s3:locking:brlock: use serverids_exist to validate_lock_entries
Gregor Beck
2013-04-18
1
-3
/
+34
*
brlock.c: Fix typo in comment.
Karolin Seeger
2013-02-18
1
-1
/
+1
*
s3:locking: add brl_mark_disconnected() and brl_reconnect_disconnected()
Stefan Metzmacher
2012-09-08
1
-0
/
+125
*
s3:locking: fix trailing space in brl_close_fnum()
Michael Adam
2012-09-05
1
-1
/
+1
*
s3:brlock: give traverse_fn a proper name
Christian Ambach
2012-08-16
1
-2
/
+2
*
s3:brlock: s/int/uint64_t for fnum
Stefan Metzmacher
2012-06-28
1
-1
/
+1
*
s3:brlock: add some const to print_lock_struct()
Stefan Metzmacher
2012-06-28
1
-1
/
+1
*
s3:util: rename procid_equal() to serverid_equal()
Michael Adam
2012-06-21
1
-4
/
+4
*
s3:locking: change brlock.c to use fsp_fnum_dbg() for fsp->fnum logging.
Michael Adam
2012-06-15
1
-4
/
+4
*
s3:include: change lock_struct->fnum to uint64_t
Michael Adam
2012-06-06
1
-2
/
+2
*
s3:include: change connection_struct->cnum to uint32_t
Michael Adam
2012-06-06
1
-1
/
+1
*
s3: Add a "lock_order" argument to db_open
Volker Lendecke
2012-01-18
1
-1
/
+2
*
s3:locking: avoid using sconn_server_id()
Stefan Metzmacher
2011-12-16
1
-1
/
+1
*
s3:smbd: remove brl_register_msgs()
Stefan Metzmacher
2011-12-14
1
-11
/
+5
*
vfs: Make function pointer names consistent. They all end in _fn
Richard Sharpe
2011-12-12
1
-4
/
+5
*
s3:locking: convert brlock to only use dbwrap wrapper functions
Michael Adam
2011-10-11
1
-15
/
+28
*
s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/
Michael Adam
2011-07-29
1
-1
/
+1
*
s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.
Michael Adam
2011-07-29
1
-0
/
+1
*
Fix bug #8307 - brl_close_fnum does not call SMB_VFS_BRL_UNLOCK_WINDOWS on al...
Jeremy Allison
2011-07-16
1
-122
/
+23
*
tdb_compat: Higher level API fixes.
Rusty Russell
2011-06-20
1
-1
/
+1
*
lib/util Bring procid_str() into lib/util as server_id_string()
Andrew Bartlett
2011-06-09
1
-1
/
+1
*
s3-talloc Change TALLOC_MEMDUP() to talloc_memdup()
Andrew Bartlett
2011-06-09
1
-1
/
+1
*
s3-talloc Change TALLOC_ZERO_P() to talloc_zero()
Andrew Bartlett
2011-06-09
1
-1
/
+1
*
s3-talloc Change TALLOC_P() to talloc()
Andrew Bartlett
2011-06-09
1
-1
/
+1
*
s3: Fix some nonempty blank lines
Volker Lendecke
2011-05-28
1
-6
/
+6
*
More simple const fixes.
Jeremy Allison
2011-05-05
1
-2
/
+2
*
s3-messages: make ndr_messaging.h part of messages.h.
Günther Deschner
2011-03-30
1
-1
/
+0
*
s3-messages: only include messages.h where needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-locking: move locking prototypes out of proto.h.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-includes: only include system/filesys.h when needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3:locking: simplify the non cluster case of brl_get_locks_readonly()
Stefan Metzmacher
2011-03-18
1
-21
/
+2
*
s3:locking: brl_get_locks_internal() should not expose a write lock if the ca...
Stefan Metzmacher
2011-03-18
1
-7
/
+24
*
s3-server_id: only include server_id where needed.
Günther Deschner
2011-03-02
1
-0
/
+1
[next]