summaryrefslogtreecommitdiffstats
path: root/source3/smbd/oplock.c
Commit message (Expand)AuthorAgeFilesLines
* s3: include smbd/smbd.h where needed.Günther Deschner2011-03-301-0/+1
* s3-cluster Always fill in the clustering vnn elementAndrew Bartlett2011-02-171-4/+0
* Move the "oplock file with byte range locks" check to the correct place, wher...Jeremy Allison2011-02-051-17/+0
* Ensure we send the direct levelII oplock break to the correct fid.Pavel Shilovsky2011-02-011-1/+10
* Fix bug #7928 - Samba problems with kernel oplocks option set to "no"Pavel Shilovsky2011-01-311-7/+28
* Add name_hash into the share mode entry struct (as yet only use for renames t...Jeremy Allison2011-01-251-0/+2
* s3: Hang the isilon kernel oplocks off the NULL contextVolker Lendecke2010-10-081-1/+2
* s3: Hang the irix kernel oplocks off the NULL ctxVolker Lendecke2010-10-081-1/+1
* s3: Hang the linux kernel oplocks off the NULL ctxVolker Lendecke2010-10-081-1/+1
* s3: Stop using the write cache after an oplock breakVolker Lendecke2010-10-051-0/+1
* s3: Remove smbd_server_conn from process_kernel_oplock_breakVolker Lendecke2010-10-031-2/+8
* s3: Remove smbd_server_conn from process_oplock_break_messageVolker Lendecke2010-10-031-3/+8
* s3: Remove smbd_server_conn from process_oplock_async_level2_break_messageVolker Lendecke2010-10-031-2/+8
* s3: Lift smbd_server_conn from initial_break_processingVolker Lendecke2010-10-031-5/+9
* s3: Lift smbd_server_conn from file_find_difVolker Lendecke2010-09-281-1/+1
* s3: Make srv_send_smb take an sconn instead of a sock fdVolker Lendecke2010-08-241-1/+1
* s3: Remove smbd_server_fd from send_break_message_smb1Volker Lendecke2010-08-161-1/+1
* s3: Remove smbd_messaging_context() from contend_level2_oplocks_begin_default()Volker Lendecke2010-07-051-1/+1
* s3: Remove smbd_messaging_context() from reply_to_oplock_break_requests()Volker Lendecke2010-07-051-1/+1
* s3: Remove procid_self() from break_kernel_oplock()Volker Lendecke2010-07-051-1/+1
* s3: Remove smbd_server_conn from break_level2_to_none_asyncVolker Lendecke2010-06-121-1/+1
* Rename "allow_smb2" -> "using_smb2" and make the usage clearer.Jeremy Allison2010-06-091-3/+3
* Be more forgiving on client oplock break failure (as Windows does). Remove a ...Jeremy Allison2010-05-131-4/+0
* Pass more SMB2 oplock tests. Only oplock stream tests left to fix.Jeremy Allison2010-05-121-1/+4
* s3: only include gen_ndr headers where needed.Günther Deschner2010-05-061-0/+1
* Implement oplocks within SMB2. Plumb into the existing SMB1 oplock system.Jeremy Allison2010-04-241-3/+3
* Move to using 64-bit mid values in our internal open file database.Jeremy Allison2010-04-121-30/+30
* Plumb SMB2 stubs into all the places we defer SMB1 operations.Jeremy Allison2010-04-091-12/+12
* Start to plumb smb2 into the oplock system. Calls dummy functions for now.Jeremy Allison2010-04-071-46/+41
* s3: Fix a typoVolker Lendecke2010-01-191-1/+1
* s3: Remove a comment from ancient times that no longer appliesVolker Lendecke2010-01-191-1/+0
* s3: Remove debug_ctx()Volker Lendecke2009-11-031-5/+5
* s3: Change fsp->fsp_name to be an smb_filename struct!Tim Prouty2009-07-201-10/+14
* We have to deny a level 2 oplock if kernel oplocks are enabledVolker Lendecke2009-04-121-0/+6
* s3 oplocks: Add back procid_str to debug messageTim Prouty2009-04-071-2/+3
* s3 oplocks: Refactor level II oplock contentionTim Prouty2009-04-061-57/+53
* Use cluster-aware procid_is_me instead of comparing pid'sVolker Lendecke2009-04-031-2/+2
* Use procid_str in debug messages for better cluster-debuggabilityVolker Lendecke2009-04-031-11/+13
* s3:smbd: use new simplified snb_signing code in the serverStefan Metzmacher2009-03-231-24/+3
* s3: Add extid to the dev/inode pairTim Prouty2009-02-191-14/+14
* s3 OneFS: Add kernel oplocks implementationTim Prouty2009-02-091-0/+7
* s3 oplocks: Add capabilites flags field to the kernel_oplocks structTim Prouty2009-02-091-2/+28
* s3 oplocks: Make the level2 oplock contention API more granularTim Prouty2009-02-091-2/+23
* s3 oplocks: Differentiate between releasing an oplock vs. downgrading to Leve...Tim Prouty2009-02-091-2/+2
* S3: New module interface for SMB message statistics gatheringtodd stecher2009-02-091-3/+6
* s3:smbd: make kernel oplocks event drivenStefan Metzmacher2009-01-271-51/+13
* s3:smbd: restructure kernel oplocks codeStefan Metzmacher2009-01-221-23/+10
* s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher2009-01-081-9/+1
* s3:events: change event_add_timed() prototype to match samba4Stefan Metzmacher2009-01-051-2/+1
* Fix bug #5980 - Race condition when granting level2 oplocks can cause break n...Jeremy Allison2008-12-181-4/+27