index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
oplock.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-02-19
s3: Add extid to the dev/inode pair
Tim Prouty
1
-14
/
+14
2009-02-09
s3 OneFS: Add kernel oplocks implementation
Tim Prouty
1
-0
/
+7
2009-02-09
s3 oplocks: Add capabilites flags field to the kernel_oplocks struct
Tim Prouty
1
-2
/
+28
2009-02-09
s3 oplocks: Make the level2 oplock contention API more granular
Tim Prouty
1
-2
/
+23
2009-02-09
s3 oplocks: Differentiate between releasing an oplock vs. downgrading to Leve...
Tim Prouty
1
-2
/
+2
2009-02-09
S3: New module interface for SMB message statistics gathering
todd stecher
1
-3
/
+6
2009-01-27
s3:smbd: make kernel oplocks event driven
Stefan Metzmacher
1
-51
/
+13
2009-01-22
s3:smbd: restructure kernel oplocks code
Stefan Metzmacher
1
-23
/
+10
2009-01-08
s3:smbd: move all globals and static variables in globals.[ch]
Stefan Metzmacher
1
-9
/
+1
2009-01-05
s3:events: change event_add_timed() prototype to match samba4
Stefan Metzmacher
1
-2
/
+1
2008-12-18
Fix bug #5980 - Race condition when granting level2 oplocks can cause break n...
Jeremy Allison
1
-4
/
+27
2008-12-17
Fix bug #5979 - Level 2 oplocks being granted improperly,
Jeremy Allison
1
-5
/
+18
2008-05-27
Allow server manager to close open files selected by id.
Jeremy Allison
1
-1
/
+1
2008-04-07
locking: store the write time in the locking.tdb
Stefan Metzmacher
1
-3
/
+6
2008-01-10
use talloc_tos in a few more places
Volker Lendecke
1
-3
/
+3
2008-01-04
Refactor the crypto code after a very helpful conversation
Jeremy Allison
1
-13
/
+13
2007-12-30
As the encryption is stream based there's no reason
Jeremy Allison
1
-5
/
+7
2007-12-26
Add SMB encryption. Still fixing client decrypt but
Jeremy Allison
1
-1
/
+5
2007-11-03
Remove the smb_read_error global variable and replace
Jeremy Allison
1
-1
/
+0
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-12
/
+12
2007-10-10
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
Gerald (Jerry) Carter
1
-1
/
+1
2007-10-10
r25055: Add file_id_string_tos
Volker Lendecke
1
-12
/
+12
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r23589: Ensure we will always release any timeout handler
Jeremy Allison
1
-6
/
+4
2007-10-10
r23410: Merge the core of the cluster code.
Volker Lendecke
1
-0
/
+6
2007-10-10
r23183: Check in a change made by Tridge:
Volker Lendecke
1
-56
/
+38
2007-10-10
r22868: Replace some message_send_pid calls with messaging_send_pid calls. More
Volker Lendecke
1
-65
/
+77
2007-10-10
r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...
Volker Lendecke
1
-5
/
+5
2007-10-10
r22391: Looks bigger than it is. Make "inbuf" available
Jeremy Allison
1
-1
/
+1
2007-10-10
r21191: Add in the POSIX open/mkdir/unlink calls.
Jeremy Allison
1
-0
/
+2
2007-10-10
r21064: The core of this patch is
Volker Lendecke
1
-10
/
+20
2007-10-10
r20846: Before this gets out of control...
Volker Lendecke
1
-2
/
+3
2007-10-10
r20237: Replace exit_server with exit_server_cleanly where appropriate. All
James Peach
1
-3
/
+3
2007-10-10
r18224: Paranoia - ensure the oplock event handler is
Jeremy Allison
1
-0
/
+6
2007-10-10
r17452: Some C++ warnings
Volker Lendecke
1
-5
/
+5
2007-10-10
r17293: After the results from the cluster tests in Germany,
Jeremy Allison
1
-11
/
+0
2007-10-10
r17134: Fix a debug message
Volker Lendecke
1
-1
/
+1
2007-10-10
r16435: Add in the uid info that Jerry needs into the
Jeremy Allison
1
-0
/
+2
2007-10-10
r15958: Make us pass RAW-OPLOCK with kernel oplocks off.
Jeremy Allison
1
-0
/
+1
2007-10-10
r15668: DOS or FCB opens share one share mode entry from different
Jeremy Allison
1
-3
/
+3
2007-10-10
r15446: Tidy up the formatting of locking debug messages and make it more
James Peach
1
-18
/
+22
2007-10-10
r15088: Remove all time() and gettimeofday() calls out of the mainline
Jeremy Allison
1
-15
/
+3
2007-10-10
r13916: Fix Coverity bug #29. Looks like my code. I wonder how much there is ...
Volker Lendecke
1
-0
/
+1
2007-10-10
r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()
Gerald Carter
1
-8
/
+8
2007-10-10
r13498: Fix the kernel oplocks code for IRIX. Should fix #3515.
Jeremy Allison
1
-16
/
+7
2007-10-10
r13482: Push the FAM notification file descriptor into the select
James Peach
1
-10
/
+5
2007-10-10
r13233: build fixes for smbmnt; remove unused variable; ready to ship 3.0.21b...
Gerald Carter
1
-1
/
+0
2007-10-10
r13198: Fix issues exposed by Jerry's testing on 64-bit Solaris
Jeremy Allison
1
-55
/
+138
2007-10-10
r13192: Fix up alignment issues when printing share mode
Jeremy Allison
1
-0
/
+9
[next]