summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix/pvfs_oplock.c
AgeCommit message (Collapse)AuthorFilesLines
2011-05-03s4-messaging Rename messaging -> imessagingAndrew Bartlett1-5/+5
This avoid symbol and structure conflicts between Samba3 and Samba4, and chooses a less generic name. Andrew Bartlett
2009-08-12no need to shout about getting an oplockAndrew Tridgell1-1/+1
2009-02-05s4:pvfs: use talloc_get_type() to cast from void *Stefan Metzmacher1-1/+2
metze
2008-06-02more updates for new info levelsAndrew Tridgell1-1/+1
(This used to be commit 85d1873ee92fcc7df3addc42ddb8189144901f8b)
2008-03-04pvfs_oplock: auto release oplocks after a timeoutStefan Metzmacher1-6/+61
Remember that we sent an oplock break to a client and don't resend. If the filesystem layer tries to send a new break and the client has not released after a former oplock break after the timeout interval, we need to auto release the oplock. metze (This used to be commit bfb0888578677856b2b6b72471f542d0d5d7b838)
2008-03-04pvfs_oplock: only a break level2 oplocks...Stefan Metzmacher1-11/+1
It seems that I've tested this in the wrong way before. metze (This used to be commit 21772fa33d772a9df6ff04a0ed1b0d8f4f533295)
2008-03-04pvfs_oplock: move pvfs_oplock_release() parts into a helper functionStefan Metzmacher1-43/+56
metze (This used to be commit 2b8934e4ab2dd9673928a6c9a291aedac1ebaa95)
2008-02-26pvfs_oplocks: add pvfs_break_level2_oplocks()Stefan Metzmacher1-0/+39
metze (This used to be commit e0837238b6b09143970f03b6a78201c3fe55f3cd)
2008-02-26pvfs: handle oplock releases in its own function pvfs_oplock_release()Stefan Metzmacher1-0/+64
metze (This used to be commit 27ec7bfc8b7f46c97e6878caf5cd694c517ce053)
2008-02-26pvfs: add pvfs_setup_oplock() to receive oplock breaks and pass them to the ↵Stefan Metzmacher1-0/+136
client metze (This used to be commit b09a2b126723bd75afd245f549703a04e512e129)