summaryrefslogtreecommitdiff
path: root/source3/include/locking.h
AgeCommit message (Expand)AuthorFilesLines
2013-09-11smbd: Move "struct byte_range_lock" definition to brlock.cVolker Lendecke1-9/+1
2013-09-11smbd: Fix blank line endingsVolker Lendecke1-6/+6
2012-06-06s3:include: change lock_struct->fnum to uint64_tMichael Adam1-1/+1
2012-06-06s3:include: change lock_context->tid to uint32_tMichael Adam1-1/+1
2012-06-06s3:includes: move struct share_mode_lock to locking.hStefan Metzmacher1-0/+4
2012-04-18s3-build: move file_id.c into samba3-util and create a private headerAndrew Bartlett1-1/+1
2011-03-30s3-messages: only include messages.h where needed.Günther Deschner1-0/+2
2011-01-25idl: add file_id idl.Günther Deschner1-8/+1
2010-05-07This patch looks bigger than it is. It does 2 things. 1). Renames smbpid -> s...Jeremy Allison1-4/+4
2010-04-30Plumb the SMB2 front end into the blocking lock backend.Jeremy Allison1-0/+7
2009-02-19s3: Add extid to the dev/inode pairTim Prouty1-0/+1
2009-02-13Add VFS ops for Windows BRL: Lock, Unlock and Cancel:Zack Kirsch1-0/+20
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-2/+2
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23195: Add void *private_data to brl_forallVolker Lendecke1-12/+0
2007-10-10r23183: Check in a change made by Tridge:Volker Lendecke1-9/+10
2007-10-10r23165: Convert brlock.tdb to dbwrapVolker Lendecke1-0/+1
2007-10-10r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...Volker Lendecke1-3/+3
2007-10-10r22688: Change lock_data in struct byte_range_lock from void * to struct lock...Volker Lendecke1-1/+1
2007-10-10r17346: Add optimisation vl needs for the cluster code whereJeremy Allison1-0/+1
2007-10-10r17314: Optimisation for POSIX locking. If we're downgradingJeremy Allison1-2/+6
2007-10-10r17177: Get rid of a global variable by adding a private data pointer toVolker Lendecke1-6/+0
2007-10-10r17098: Samba3 now cleanly passes Samba4 RAW-LOCK tortureJeremy Allison1-1/+3
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-0/+88