summaryrefslogtreecommitdiff
path: root/source3/smbd/oplock.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-21s3:util: rename procid_equal() to serverid_equal()Michael Adam1-2/+2
2012-06-15s3:smbd: change oplock.c to use fsp_fnum_dbg() for fsp->fnum logging.Michael Adam1-5/+5
2012-06-08s3:smbd: change set_file_oplock() to return NTSTATUSMichael Adam1-5/+6
2012-06-03s3:smbd/oplock: avoid procid_is_me()Stefan Metzmacher1-2/+4
2012-05-25s3:smbd: move global koplocks to smbd_server_connectionStefan Metzmacher1-0/+19
2012-05-25s3:smbd: pass smbd_server_connection to should_notify_deferred_opens()Stefan Metzmacher1-1/+1
2012-05-25s3:smbd: move global oplocks vars to smbd_server_connectionStefan Metzmacher1-10/+15
2012-05-25s3:smbd: remove unused get_number_of_exclusive_open_oplocks()Stefan Metzmacher1-9/+0
2012-05-16s3:onefs: remove all onefs related code as it not maintained anymoreStefan Metzmacher1-3/+0
2012-04-26s3: Remove code TALLOC_FREE already doesVolker Lendecke1-5/+1
2012-04-11s3:smbd only care about missing level2 support if kernel oplocks are enabledChristian Ambach1-4/+10
2012-04-11s3:smbd add seperate function to initialize kernel oplocksChristian Ambach1-3/+7
2012-04-11s3:param convert kernel oplocks to share parameterChristian Ambach1-1/+1
2012-02-19s3: get_share_mode_lock->get_existing_share_mode_lockVolker Lendecke1-3/+3
2012-01-18s3: Change locking order between brlock and lockingVolker Lendecke1-8/+58
2012-01-12s3: Put an indirection layer into share_mode_lockVolker Lendecke1-3/+3
2012-01-12s3: Introduce get_share_mode_lock_fresh()Volker Lendecke1-6/+3
2011-12-14s3:smbd/oplock: make process_oplock_async_level2_break_message() staticStefan Metzmacher1-1/+1
2011-12-14s3:smbd/oplock: use talloc_get_type_abort() as private_data can't be NULLStefan Metzmacher1-25/+5
2011-12-13s3:smbd/oplock: pass smbd_server_connection to onefs_init_kernel_oplocks()Stefan Metzmacher1-1/+1
2011-12-13s3:smbd/oplock: pass smbd_server_connection to linux_init_kernel_oplocks()Stefan Metzmacher1-1/+1
2011-12-13s3:smbd/oplock: pass smbd_server_connection to irix_init_kernel_oplocks()Stefan Metzmacher1-1/+1
2011-12-13s3:smbd/oplock: pass sconn as private_data to process_open_retry_message()Stefan Metzmacher1-6/+9
2011-12-13s3:smbd/oplock: pass sconn as private_data to process_kernel_oplock_break()Stefan Metzmacher1-8/+8
2011-12-13s3:smbd/oplock: pass sconn as private_data to process_oplock_break_response()Stefan Metzmacher1-6/+9
2011-12-13s3:smbd/oplock: pass sconn as private_data to process_oplock_async_level2_bre...Stefan Metzmacher1-7/+7
2011-12-13s3:smbd/oplock: pass sconn as private_data to process_oplock_break_message()Stefan Metzmacher1-7/+7
2011-12-13s3:smbd/oplock: pass smbd_server_connection to init_oplocks()Stefan Metzmacher1-6/+6
2011-12-12s3:smbd/oplock: avoid using server_event_context() in add_oplock_timeout_hand...Stefan Metzmacher1-3/+3
2011-12-08s3: Fix some 64-bit warningsVolker Lendecke1-8/+12
2011-12-02s3: Use autogenerated open_files.idlVolker Lendecke1-0/+1
2011-08-02s3: Pass sconn explicitly to schedule_deferred_open_message_smbVolker Lendecke1-2/+10
2011-08-02s3: Fix some nonempty blank linesVolker Lendecke1-4/+4
2011-06-21s3-build: Provide a run-time shim to work around duplicate symbolsAndrew Bartlett1-2/+2
2011-06-09lib/util Bring procid_str() into lib/util as server_id_string()Andrew Bartlett1-5/+5
2011-06-09s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett1-1/+1
2011-05-31s3-globals Remove smbd_event_context() (use server_event_context())Andrew Bartlett1-1/+1
2011-03-30s3-messages: make ndr_messaging.h part of messages.h.Günther Deschner1-1/+0
2011-03-30s3-messages: only include messages.h where needed.Günther Deschner1-0/+1
2011-03-30s3: include smbd/smbd.h where needed.Günther Deschner1-0/+1
2011-02-17s3-cluster Always fill in the clustering vnn elementAndrew Bartlett1-4/+0
2011-02-05Move the "oplock file with byte range locks" check to the correct place, wher...Jeremy Allison1-17/+0
2011-02-01Ensure we send the direct levelII oplock break to the correct fid.Pavel Shilovsky1-1/+10
2011-01-31Fix bug #7928 - Samba problems with kernel oplocks option set to "no"Pavel Shilovsky1-7/+28
2011-01-25Add name_hash into the share mode entry struct (as yet only use for renames t...Jeremy Allison1-0/+2
2010-10-08s3: Hang the isilon kernel oplocks off the NULL contextVolker Lendecke1-1/+2
2010-10-08s3: Hang the irix kernel oplocks off the NULL ctxVolker Lendecke1-1/+1
2010-10-08s3: Hang the linux kernel oplocks off the NULL ctxVolker Lendecke1-1/+1
2010-10-05s3: Stop using the write cache after an oplock breakVolker Lendecke1-0/+1
2010-10-03s3: Remove smbd_server_conn from process_kernel_oplock_breakVolker Lendecke1-2/+8