summaryrefslogtreecommitdiffstats
path: root/source3/smbd/oplock.c
Commit message (Expand)AuthorAgeFilesLines
* s3:smbd: Implementation of SMB2.1 and SMB3.0 leases.Volker Lendecke2014-12-041-31/+186
* s3:smbd: add lease related helper functions to oplock.cVolker Lendecke2014-12-041-0/+295
* s3:smbd: add fsp_lease_type() and get_lease_type() helper functionsVolker Lendecke2014-12-041-0/+30
* s3:smbd: factor out a send_break_to_none() helper functionVolker Lendecke2014-12-041-16/+24
* s3:locking: convert brl_have_read field to brl_num_read.Volker Lendecke2014-11-111-45/+70
* s3:smbd: fix file corruption using "write cache size != 0"Stefan Metzmacher2014-11-061-0/+3
* s3:smbd: use fsp->conn->sconn->client->connections to send SMB1 oplock breaksStefan Metzmacher2014-09-191-1/+6
* s3:smbd: pass smbXsrv_connection to srv_send_smb()Stefan Metzmacher2014-09-191-1/+2
* Rename the profile enums with a SAMBA_ prefix to avoid conflict with system f...Jeremy Allison2013-11-221-1/+1
* smbd: Fix DEBUG in do_break_to_noneVolker Lendecke2013-11-111-8/+6
* smbd: Remove separate oplock_type parameter from set_file_oplockVolker Lendecke2013-10-241-4/+3
* smbd: Make release_file_oplock staticVolker Lendecke2013-10-241-1/+1
* smbd: Remove MSG_SMB_ASYNC_LEVEL2_BREAKVolker Lendecke2013-10-231-84/+0
* smbd: Use MSG_SMB_BREAK_REQUEST for async l2 breaksVolker Lendecke2013-10-231-2/+10
* smbd: Fix raw.batch.exclusive[59]Volker Lendecke2013-10-231-4/+6
* smbd: Inline break_level2_to_none_asyncVolker Lendecke2013-10-151-38/+32
* smbd: Remove a special case for level2 breakVolker Lendecke2013-10-151-33/+12
* smbd: Remove some FAKE_LEVEL_II commentsVolker Lendecke2013-10-151-3/+3
* smbd: Add debugs to brlock.cVolker Lendecke2013-10-151-0/+6
* smbd: Remove FAKE_LEVEL_II_OPLOCKVolker Lendecke2013-10-151-17/+60
* smbd: Convert some dbgtxt to DEBUGVolker Lendecke2013-10-061-19/+12
* smbd: Fix a commentVolker Lendecke2013-10-061-1/+1
* smbd: Fix confusing commentsVolker Lendecke2013-10-061-2/+1
* smbd: Slightly simplify do_break_to_noneVolker Lendecke2013-09-061-2/+1
* smbd: Apply some const to message_to_share_mode_entryVolker Lendecke2013-09-061-1/+1
* smbd: Remove unused should_notify_deferred_opensVolker Lendecke2013-09-061-10/+0
* smbd: Remove FORCE_OPLOCK_BREAK_TO_NONEVolker Lendecke2013-09-061-1/+0
* smbd: Add a paranoia check to oplock_timeout_handlerVolker Lendecke2013-09-041-0/+2
* smbd: Fix an ancient oplock bugVolker Lendecke2013-09-041-0/+2
* smbd: Simplify new_break_message_smb1Volker Lendecke2013-08-201-18/+7
* smbd: Replace a 0-timeout wakeup_sendVolker Lendecke2013-08-201-17/+13
* smbd: Do not wait unnecessarilyVolker Lendecke2013-08-161-1/+1
* smbd: Make break_level2_to_none_async staticVolker Lendecke2013-08-161-1/+1
* smbd: Obsolete MSG_SMB_OPEN_RETRYVolker Lendecke2013-04-261-36/+0
* smbd: Remove the unused fsp->pending_break_messages arrayVolker Lendecke2013-04-261-11/+3
* smbd: Remove unused reply_to_oplock_break_requestsVolker Lendecke2013-04-261-21/+0
* smbd: Obsolete MSG_SMB_BREAK_RESPONSEVolker Lendecke2013-04-261-62/+1
* smbd: Ignore OPEN_RETRY and BREAK_RESPONSEVolker Lendecke2013-04-261-0/+4
* s3:smbd: fix missing space in debug message in initial_break_processing()Michael Adam2013-02-281-1/+1
* s3:smbd: s/struct timed_event/struct tevent_timerStefan Metzmacher2013-02-191-1/+1
* s3:smbd: s/struct event_context/struct tevent_contextStefan Metzmacher2013-02-191-1/+1
* s3:util: rename procid_equal() to serverid_equal()Michael Adam2012-06-211-2/+2
* s3:smbd: change oplock.c to use fsp_fnum_dbg() for fsp->fnum logging.Michael Adam2012-06-151-5/+5
* s3:smbd: change set_file_oplock() to return NTSTATUSMichael Adam2012-06-081-5/+6
* s3:smbd/oplock: avoid procid_is_me()Stefan Metzmacher2012-06-031-2/+4
* s3:smbd: move global koplocks to smbd_server_connectionStefan Metzmacher2012-05-251-0/+19
* s3:smbd: pass smbd_server_connection to should_notify_deferred_opens()Stefan Metzmacher2012-05-251-1/+1
* s3:smbd: move global oplocks vars to smbd_server_connectionStefan Metzmacher2012-05-251-10/+15
* s3:smbd: remove unused get_number_of_exclusive_open_oplocks()Stefan Metzmacher2012-05-251-9/+0
* s3:onefs: remove all onefs related code as it not maintained anymoreStefan Metzmacher2012-05-161-3/+0