summaryrefslogtreecommitdiffstats
path: root/source3/smbd/oplock.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3: Remove code TALLOC_FREE already doesVolker Lendecke2012-04-261-5/+1
* s3:smbd only care about missing level2 support if kernel oplocks are enabledChristian Ambach2012-04-111-4/+10
* s3:smbd add seperate function to initialize kernel oplocksChristian Ambach2012-04-111-3/+7
* s3:param convert kernel oplocks to share parameterChristian Ambach2012-04-111-1/+1
* s3: get_share_mode_lock->get_existing_share_mode_lockVolker Lendecke2012-02-191-3/+3
* s3: Change locking order between brlock and lockingVolker Lendecke2012-01-181-8/+58
* s3: Put an indirection layer into share_mode_lockVolker Lendecke2012-01-121-3/+3
* s3: Introduce get_share_mode_lock_fresh()Volker Lendecke2012-01-121-6/+3