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
2011-02-17
s3-cluster Always fill in the clustering vnn element
Andrew Bartlett
1
-4
/
+0
2011-02-05
Move the "oplock file with byte range locks" check to the correct place, wher...
Jeremy Allison
1
-17
/
+0
2011-02-01
Ensure we send the direct levelII oplock break to the correct fid.
Pavel Shilovsky
1
-1
/
+10
2011-01-31
Fix bug #7928 - Samba problems with kernel oplocks option set to "no"
Pavel Shilovsky
1
-7
/
+28
2011-01-25
Add name_hash into the share mode entry struct (as yet only use for renames t...
Jeremy Allison
1
-0
/
+2
2010-10-08
s3: Hang the isilon kernel oplocks off the NULL context
Volker Lendecke
1
-1
/
+2
2010-10-08
s3: Hang the irix kernel oplocks off the NULL ctx
Volker Lendecke
1
-1
/
+1
2010-10-08
s3: Hang the linux kernel oplocks off the NULL ctx
Volker Lendecke
1
-1
/
+1
2010-10-05
s3: Stop using the write cache after an oplock break
Volker Lendecke
1
-0
/
+1
2010-10-03
s3: Remove smbd_server_conn from process_kernel_oplock_break
Volker Lendecke
1
-2
/
+8
2010-10-03
s3: Remove smbd_server_conn from process_oplock_break_message
Volker Lendecke
1
-3
/
+8
2010-10-03
s3: Remove smbd_server_conn from process_oplock_async_level2_break_message
Volker Lendecke
1
-2
/
+8
2010-10-03
s3: Lift smbd_server_conn from initial_break_processing
Volker Lendecke
1
-5
/
+9
2010-09-28
s3: Lift smbd_server_conn from file_find_dif
Volker Lendecke
1
-1
/
+1
2010-08-24
s3: Make srv_send_smb take an sconn instead of a sock fd
Volker Lendecke
1
-1
/
+1
2010-08-16
s3: Remove smbd_server_fd from send_break_message_smb1
Volker Lendecke
1
-1
/
+1
2010-07-05
s3: Remove smbd_messaging_context() from contend_level2_oplocks_begin_default()
Volker Lendecke
1
-1
/
+1
2010-07-05
s3: Remove smbd_messaging_context() from reply_to_oplock_break_requests()
Volker Lendecke
1
-1
/
+1
2010-07-05
s3: Remove procid_self() from break_kernel_oplock()
Volker Lendecke
1
-1
/
+1
2010-06-12
s3: Remove smbd_server_conn from break_level2_to_none_async
Volker Lendecke
1
-1
/
+1
2010-06-09
Rename "allow_smb2" -> "using_smb2" and make the usage clearer.
Jeremy Allison
1
-3
/
+3
2010-05-13
Be more forgiving on client oplock break failure (as Windows does). Remove a ...
Jeremy Allison
1
-4
/
+0
2010-05-12
Pass more SMB2 oplock tests. Only oplock stream tests left to fix.
Jeremy Allison
1
-1
/
+4
2010-05-06
s3: only include gen_ndr headers where needed.
Günther Deschner
1
-0
/
+1
2010-04-24
Implement oplocks within SMB2. Plumb into the existing SMB1 oplock system.
Jeremy Allison
1
-3
/
+3
2010-04-12
Move to using 64-bit mid values in our internal open file database.
Jeremy Allison
1
-30
/
+30
2010-04-09
Plumb SMB2 stubs into all the places we defer SMB1 operations.
Jeremy Allison
1
-12
/
+12
2010-04-07
Start to plumb smb2 into the oplock system. Calls dummy functions for now.
Jeremy Allison
1
-46
/
+41
2010-01-19
s3: Fix a typo
Volker Lendecke
1
-1
/
+1
2010-01-19
s3: Remove a comment from ancient times that no longer applies
Volker Lendecke
1
-1
/
+0
2009-11-03
s3: Remove debug_ctx()
Volker Lendecke
1
-5
/
+5
2009-07-20
s3: Change fsp->fsp_name to be an smb_filename struct!
Tim Prouty
1
-10
/
+14
2009-04-12
We have to deny a level 2 oplock if kernel oplocks are enabled
Volker Lendecke
1
-0
/
+6
2009-04-07
s3 oplocks: Add back procid_str to debug message
Tim Prouty
1
-2
/
+3
2009-04-06
s3 oplocks: Refactor level II oplock contention
Tim Prouty
1
-57
/
+53
2009-04-03
Use cluster-aware procid_is_me instead of comparing pid's
Volker Lendecke
1
-2
/
+2
2009-04-03
Use procid_str in debug messages for better cluster-debuggability
Volker Lendecke
1
-11
/
+13
2009-03-23
s3:smbd: use new simplified snb_signing code in the server
Stefan Metzmacher
1
-24
/
+3
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
[next]