Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-07-24 | s3 onefs: Fix the onefs modules after the big refactoring | Tim Prouty | 1 | -12/+12 | |
2009-07-20 | s3: Change fsp->fsp_name to be an smb_filename struct! | Tim Prouty | 1 | -5/+6 | |
2009-07-20 | s3 onefs oplocks: Replace static fstring with talloc'd dbg_ctx() | Tim Prouty | 1 | -16/+16 | |
2009-05-12 | s3 onefs: Self-contend level2 oplocks on BRL | Zack Kirsch | 1 | -1/+0 | |
2009-04-06 | s3 onefs: Simplify level 2 oplock self-contention | Tim Prouty | 1 | -74/+5 | |
This removes all oplock dependence on locking.tdb | |||||
2009-02-23 | s3 OneFS: Fix a double free in an error path | Tim Prouty | 1 | -3/+2 | |
2009-02-09 | s3 OneFS: Add kernel oplocks implementation | Tim Prouty | 1 | -0/+798 | |
A few functions in oplocks_onefs.c need to be accessed from the onefs vfs module. It would be ideal if oplocks were implemented at the vfs layer, but since they aren't yet, a new header is added to source3/include to make these functions available to the onefs vfs module. oplocks_onefs.o doesn't need to be linked into the onefs vfs module explicitly, since it is already linked into smbd by default. |