summaryrefslogtreecommitdiff
path: root/source3/smbd/oplock.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-13Be more forgiving on client oplock break failure (as Windows does). Remove a ...Jeremy Allison1-4/+0
2010-05-12Pass more SMB2 oplock tests. Only oplock stream tests left to fix.Jeremy Allison1-1/+4
2010-05-06s3: only include gen_ndr headers where needed.Günther Deschner1-0/+1
2010-04-24Implement oplocks within SMB2. Plumb into the existing SMB1 oplock system.Jeremy Allison1-3/+3
2010-04-12Move to using 64-bit mid values in our internal open file database.Jeremy Allison1-30/+30
2010-04-09Plumb SMB2 stubs into all the places we defer SMB1 operations.Jeremy Allison1-12/+12
2010-04-07Start to plumb smb2 into the oplock system. Calls dummy functions for now.Jeremy Allison1-46/+41
2010-01-19s3: Fix a typoVolker Lendecke1-1/+1
2010-01-19s3: Remove a comment from ancient times that no longer appliesVolker Lendecke1-1/+0
2009-11-03s3: Remove debug_ctx()Volker Lendecke1-5/+5
2009-07-20s3: Change fsp->fsp_name to be an smb_filename struct!Tim Prouty1-10/+14
2009-04-12We have to deny a level 2 oplock if kernel oplocks are enabledVolker Lendecke1-0/+6
2009-04-07s3 oplocks: Add back procid_str to debug messageTim Prouty1-2/+3
2009-04-06s3 oplocks: Refactor level II oplock contentionTim Prouty1-57/+53
2009-04-03Use cluster-aware procid_is_me instead of comparing pid'sVolker Lendecke1-2/+2
2009-04-03Use procid_str in debug messages for better cluster-debuggabilityVolker Lendecke1-11/+13
2009-03-23s3:smbd: use new simplified snb_signing code in the serverStefan Metzmacher1-24/+3
2009-02-19s3: Add extid to the dev/inode pairTim Prouty1-14/+14
2009-02-09s3 OneFS: Add kernel oplocks implementationTim Prouty1-0/+7
2009-02-09s3 oplocks: Add capabilites flags field to the kernel_oplocks structTim Prouty1-2/+28
2009-02-09s3 oplocks: Make the level2 oplock contention API more granularTim Prouty1-2/+23
2009-02-09s3 oplocks: Differentiate between releasing an oplock vs. downgrading to Leve...Tim Prouty1-2/+2
2009-02-09S3: New module interface for SMB message statistics gatheringtodd stecher1-3/+6
2009-01-27s3:smbd: make kernel oplocks event drivenStefan Metzmacher1-51/+13
2009-01-22s3:smbd: restructure kernel oplocks codeStefan Metzmacher1-23/+10
2009-01-08s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher1-9/+1
2009-01-05s3:events: change event_add_timed() prototype to match samba4Stefan Metzmacher1-2/+1
2008-12-18Fix bug #5980 - Race condition when granting level2 oplocks can cause break n...Jeremy Allison1-4/+27
2008-12-17Fix bug #5979 - Level 2 oplocks being granted improperly,Jeremy Allison1-5/+18
2008-05-27Allow server manager to close open files selected by id.Jeremy Allison1-1/+1
2008-04-07locking: store the write time in the locking.tdbStefan Metzmacher1-3/+6
2008-01-10use talloc_tos in a few more placesVolker Lendecke1-3/+3
2008-01-04Refactor the crypto code after a very helpful conversationJeremy Allison1-13/+13
2007-12-30As the encryption is stream based there's no reasonJeremy Allison1-5/+7
2007-12-26Add SMB encryption. Still fixing client decrypt butJeremy Allison1-1/+5
2007-11-03Remove the smb_read_error global variable and replaceJeremy Allison1-1/+0
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-12/+12
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-1/+1
2007-10-10r25055: Add file_id_string_tosVolker Lendecke1-12/+12
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-10r23589: Ensure we will always release any timeout handlerJeremy Allison1-6/+4
2007-10-10r23410: Merge the core of the cluster code.Volker Lendecke1-0/+6
2007-10-10r23183: Check in a change made by Tridge:Volker Lendecke1-56/+38
2007-10-10r22868: Replace some message_send_pid calls with messaging_send_pid calls. MoreVolker Lendecke1-65/+77
2007-10-10r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...Volker Lendecke1-5/+5
2007-10-10r22391: Looks bigger than it is. Make "inbuf" availableJeremy Allison1-1/+1
2007-10-10r21191: Add in the POSIX open/mkdir/unlink calls.Jeremy Allison1-0/+2
2007-10-10r21064: The core of this patch isVolker Lendecke1-10/+20
2007-10-10r20846: Before this gets out of control...Volker Lendecke1-2/+3