smbd: Make release_file_oplock static
[samba.git] / source3 / smbd / oplock.c
2013-10-24 Volker Lendeckesmbd: Make release_file_oplock static
2013-10-23 Volker Lendeckesmbd: Remove MSG_SMB_ASYNC_LEVEL2_BREAK
2013-10-23 Volker Lendeckesmbd: Use MSG_SMB_BREAK_REQUEST for async l2 breaks
2013-10-23 Volker Lendeckesmbd: Fix raw.batch.exclusive[59]
2013-10-15 Volker Lendeckesmbd: Inline break_level2_to_none_async
2013-10-14 Volker Lendeckesmbd: Remove a special case for level2 break
2013-10-14 Volker Lendeckesmbd: Remove some FAKE_LEVEL_II comments
2013-10-14 Volker Lendeckesmbd: Add debugs to brlock.c
2013-10-14 Volker Lendeckesmbd: Remove FAKE_LEVEL_II_OPLOCK
2013-10-06 Volker Lendeckesmbd: Convert some dbgtxt to DEBUG
2013-10-06 Volker Lendeckesmbd: Fix a comment
2013-10-06 Volker Lendeckesmbd: Fix confusing comments
2013-09-06 Volker Lendeckesmbd: Slightly simplify do_break_to_none
2013-09-06 Volker Lendeckesmbd: Apply some const to message_to_share_mode_entry
2013-09-06 Volker Lendeckesmbd: Remove unused should_notify_deferred_opens
2013-09-05 Volker Lendeckesmbd: Remove FORCE_OPLOCK_BREAK_TO_NONE
2013-09-04 Volker Lendeckesmbd: Add a paranoia check to oplock_timeout_handler
2013-09-04 Volker Lendeckesmbd: Fix an ancient oplock bug
2013-08-20 Volker Lendeckesmbd: Simplify new_break_message_smb1
2013-08-20 Volker Lendeckesmbd: Replace a 0-timeout wakeup_send
2013-08-16 Volker Lendeckesmbd: Do not wait unnecessarily
2013-08-16 Volker Lendeckesmbd: Make break_level2_to_none_async static
2013-04-26 Volker Lendeckesmbd: Obsolete MSG_SMB_OPEN_RETRY
2013-04-26 Volker Lendeckesmbd: Remove the unused fsp->pending_break_messages...
2013-04-26 Volker Lendeckesmbd: Remove unused reply_to_oplock_break_requests
2013-04-26 Volker Lendeckesmbd: Obsolete MSG_SMB_BREAK_RESPONSE
2013-04-26 Volker Lendeckesmbd: Ignore OPEN_RETRY and BREAK_RESPONSE
2013-02-28 Michael Adams3:smbd: fix missing space in debug message in initial_...
2013-02-19 Stefan Metzmachers3:smbd: s/struct timed_event/struct tevent_timer
2013-02-19 Stefan Metzmachers3:smbd: s/struct event_context/struct tevent_context
2012-06-21 Michael Adams3:util: rename procid_equal() to serverid_equal()
2012-06-15 Michael Adams3:smbd: change oplock.c to use fsp_fnum_dbg() for...
2012-06-08 Michael Adams3:smbd: change set_file_oplock() to return NTSTATUS
2012-06-03 Stefan Metzmachers3:smbd/oplock: avoid procid_is_me()
2012-05-25 Stefan Metzmachers3:smbd: move global koplocks to smbd_server_connection
2012-05-25 Stefan Metzmachers3:smbd: pass smbd_server_connection to should_notify_d...
2012-05-25 Stefan Metzmachers3:smbd: move global oplocks vars to smbd_server_connection
2012-05-25 Stefan Metzmachers3:smbd: remove unused get_number_of_exclusive_open_opl...
2012-05-16 Stefan Metzmachers3:onefs: remove all onefs related code as it not maint...
2012-04-26 Volker Lendeckes3: Remove code TALLOC_FREE already does
2012-04-11 Christian Ambachs3:smbd only care about missing level2 support if kerne...
2012-04-11 Christian Ambachs3:smbd add seperate function to initialize kernel...
2012-04-11 Christian Ambachs3:param convert kernel oplocks to share parameter
2012-02-19 Volker Lendeckes3: get_share_mode_lock->get_existing_share_mode_lock
2012-01-18 Volker Lendeckes3: Change locking order between brlock and locking
2012-01-12 Volker Lendeckes3: Put an indirection layer into share_mode_lock
2012-01-12 Volker Lendeckes3: Introduce get_share_mode_lock_fresh()
2011-12-14 Stefan Metzmachers3:smbd/oplock: make process_oplock_async_level2_break_...
2011-12-14 Stefan Metzmachers3:smbd/oplock: use talloc_get_type_abort() as private_...
2011-12-13 Stefan Metzmachers3:smbd/oplock: pass smbd_server_connection to onefs_in...
2011-12-13 Stefan Metzmachers3:smbd/oplock: pass smbd_server_connection to linux_in...
2011-12-13 Stefan Metzmachers3:smbd/oplock: pass smbd_server_connection to irix_ini...
2011-12-13 Stefan Metzmachers3:smbd/oplock: pass sconn as private_data to process_o...
2011-12-13 Stefan Metzmachers3:smbd/oplock: pass sconn as private_data to process_k...
2011-12-13 Stefan Metzmachers3:smbd/oplock: pass sconn as private_data to process_o...
2011-12-13 Stefan Metzmachers3:smbd/oplock: pass sconn as private_data to process_o...
2011-12-13 Stefan Metzmachers3:smbd/oplock: pass sconn as private_data to process_o...
2011-12-13 Stefan Metzmachers3:smbd/oplock: pass smbd_server_connection to init_opl...
2011-12-12 Stefan Metzmachers3:smbd/oplock: avoid using server_event_context()...
2011-12-08 Volker Lendeckes3: Fix some 64-bit warnings
2011-12-02 Volker Lendeckes3: Use autogenerated open_files.idl
2011-08-02 Volker Lendeckes3: Pass sconn explicitly to schedule_deferred_open_mes...
2011-08-02 Volker Lendeckes3: Fix some nonempty blank lines
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-21 Andrew Bartletts3-build: Provide a run-time shim to work around duplic...
2011-06-09 Andrew Bartlettlib/util Bring procid_str() into lib/util as server_id_...
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ARRAY() to talloc_array()
2011-05-30 Andrew Bartletts3-globals Remove smbd_event_context() (use server_even...
2011-03-29 Günther Deschners3-messages: make ndr_messaging.h part of messages.h.
2011-03-29 Günther Deschners3-messages: only include messages.h where needed.
2011-03-29 Günther Deschners3: include smbd/smbd.h where needed.
2011-02-17 Andrew Bartletts3-cluster Always fill in the clustering vnn element
2011-02-05 Jeremy AllisonMove the "oplock file with byte range locks" check...
2011-01-31 Pavel ShilovskyEnsure we send the direct levelII oplock break to the...
2011-01-31 Pavel ShilovskyFix bug #7928 - Samba problems with kernel oplocks...
2011-01-25 Jeremy AllisonAdd name_hash into the share mode entry struct (as...
2010-10-08 Volker Lendeckes3: Hang the isilon kernel oplocks off the NULL context
2010-10-08 Volker Lendeckes3: Hang the irix kernel oplocks off the NULL ctx
2010-10-08 Volker Lendeckes3: Hang the linux kernel oplocks off the NULL ctx
2010-10-05 Volker Lendeckes3: Stop using the write cache after an oplock break
2010-10-03 Volker Lendeckes3: Remove smbd_server_conn from process_kernel_oplock_...
2010-10-03 Volker Lendeckes3: Remove smbd_server_conn from process_oplock_break_m...
2010-10-03 Volker Lendeckes3: Remove smbd_server_conn from process_oplock_async_l...
2010-10-03 Volker Lendeckes3: Lift smbd_server_conn from initial_break_processing
2010-09-28 Volker Lendeckes3: Lift smbd_server_conn from file_find_dif
2010-08-24 Volker Lendeckes3: Make srv_send_smb take an sconn instead of a sock fd
2010-08-16 Volker Lendeckes3: Remove smbd_server_fd from send_break_message_smb1
2010-07-05 Volker Lendeckes3: Remove smbd_messaging_context() from contend_level2...
2010-07-05 Volker Lendeckes3: Remove smbd_messaging_context() from reply_to_oploc...
2010-07-05 Volker Lendeckes3: Remove procid_self() from break_kernel_oplock()
2010-06-12 Volker Lendeckes3: Remove smbd_server_conn from break_level2_to_none_async
2010-06-10 Jeremy AllisonRename "allow_smb2" -> "using_smb2" and make the usage...
2010-05-13 Jeremy AllisonBe more forgiving on client oplock break failure (as...
2010-05-12 Jeremy AllisonPass more SMB2 oplock tests. Only oplock stream tests...
2010-05-05 Günther Deschners3: only include gen_ndr headers where needed.
2010-04-24 Jeremy AllisonImplement oplocks within SMB2. Plumb into the existing...
2010-04-13 Jeremy AllisonMove to using 64-bit mid values in our internal open...
2010-04-10 Jeremy AllisonPlumb SMB2 stubs into all the places we defer SMB1...
2010-04-08 Jeremy AllisonStart to plumb smb2 into the oplock system. Calls dummy...
next