summaryrefslogtreecommitdiffstats
path: root/source3/smbd/oplock_onefs.c
Commit message (Expand)AuthorAgeFilesLines
* Be more forgiving on client oplock break failure (as Windows does). Remove a ...Jeremy Allison2010-05-131-1/+0
* Move to using 64-bit mid values in our internal open file database.Jeremy Allison2010-04-121-7/+9
* Plumb SMB2 stubs into all the places we defer SMB1 operations.Jeremy Allison2010-04-091-3/+1
* s3: Remove debug_ctx()Volker Lendecke2009-11-031-4/+4
* s3 onefs: Fix the onefs modules after the big refactoringTim Prouty2009-07-241-12/+12
* s3: Change fsp->fsp_name to be an smb_filename struct!Tim Prouty2009-07-201-5/+6
* s3 onefs oplocks: Replace static fstring with talloc'd dbg_ctx()Tim Prouty2009-07-201-16/+16
* s3 onefs: Self-contend level2 oplocks on BRLZack Kirsch2009-05-121-1/+0
* s3 onefs: Simplify level 2 oplock self-contentionTim Prouty2009-04-061-74/+5
* s3 OneFS: Fix a double free in an error pathTim Prouty2009-02-231-3/+2
* s3 OneFS: Add kernel oplocks implementationTim Prouty2009-02-091-0/+798