summaryrefslogtreecommitdiff
path: root/source3/modules/onefs_cbrl.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-30s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner1-0/+1
2011-01-26s3-modules: Fixed the for-loop code block.Andreas Schneider1-0/+1
2010-06-12s3: Explicitly pass sconn to process_blocking_lock_queueVolker Lendecke1-2/+2
2010-06-09Rename "allow_smb2" -> "using_smb2" and make the usage clearer.Jeremy Allison1-2/+2
2010-04-30Plumb the SMB2 front end into the blocking lock backend.Jeremy Allison1-13/+41
2010-04-29Move the global blocking lock records into the smb1 state.Jeremy Allison1-4/+4
2009-05-12s3 onefs: Self-contend level2 oplocks on BRLZack Kirsch1-1/+14
2009-03-31s3 onefs: Add missing newlines to debug statements in the onefs moduleTim Prouty1-3/+3
2009-03-31s3 onefs: Async failures are resulting in SMB_ASSERT->smb_panic while running...Zack Kirsch1-2/+2
2009-03-13s3 OneFS: Add kernel strict locking supportDave Richards1-10/+83
2009-03-01s3 OneFS: Refactor config code and cleanup includesTim Prouty1-0/+1
2009-02-24S3: Add in profile counters for new vfs and syscall entries.todd stecher1-2/+24
2009-02-18s3: OneFS: Pass in the client's fnum to the ifs_cbrl syscall.Zack Kirsch1-3/+4
2009-02-13OneFS implementation of BRL VFS ops:Zack Kirsch1-0/+453