locking: hide share_mode_lock definition
[samba.git] / source3 / locking / locking.c
2020-11-10 Volker Lendeckelocking: hide share_mode_lock definition
2020-11-10 Volker Lendeckesmbd: Give locking/share_mode_lock.c its own header...
2020-10-23 Ralph Boehmesmb: rename NTCREATEX_OPTIONS_PRIVATE_STREAM_BASEOPEN...
2020-07-02 Ralph Boehmesmbd: increase loglevel when leases_db_del() with anyth...
2020-05-05 Volker Lendeckesmbd: Make share_mode_do_locked() use a const uint8_t *
2020-04-03 Ralph Boehmesmbd: move files_struct.delete_on_close to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.is_directory to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.can_lock to a bitfield
2019-12-06 Ralph Boehmesmbd: fix handling of sentinel timestamp values
2019-11-13 Volker Lendeckesmbd: Make share_mode_do_locked() pass TDB_DATA instead...
2019-11-06 Volker Lendeckesmbd: Use file_id_str_buf() in set_write_time()
2019-11-06 Volker Lendeckelib: Remove #define serverid_equal server_id_equal
2019-09-17 Volker Lendeckesmbd: Introduce share_entries.tdb - ADD COMMENT FIXME !!
2019-09-17 Volker Lendeckesmbd: Remove stale share mode entries while walking...
2019-09-17 Volker Lendeckesmbd: Make remove_stale_share_mode_entries() static...
2019-09-17 Volker Lendeckesmbd: Use share_mode_forall_entries() in remove_lease_i...
2019-09-17 Volker Lendeckesmbd: Pass share_mode_lock to remove_lease_if_stale()
2019-09-17 Volker Lendeckesmbd: Pass share_mode_lock to remove_share_mode_lease()
2019-09-17 Volker Lendeckesmbd: Avoid duplicate assignments
2019-09-17 Volker Lendeckesmbd: Remove unused share_mode_stale_pid()
2019-09-17 Volker Lendeckesmbd: Add reset_share_mode_entry
2019-09-17 Volker Lendeckesmbd: Pass pid/share_file_id to find_share_mode_entry()
2019-09-17 Volker Lendeckesmbd: Use share_mode_forall_entries() in share_mode_for...
2019-09-17 Volker Lendeckesmbd: Stop passing "share_mode_lock" via share_mode_for...
2019-09-17 Volker Lendeckesmbd: Avoid "share_mode_lock" dependency in rename_leas...
2019-09-17 Volker Lendeckesmbd: Use share_mode_forall_entries() in file_has_open_...
2019-09-17 Volker Lendeckesmbd: Use share_mode_forall_entries() in rename_share_f...
2019-09-17 Volker Lendeckesmbd: Use share_mode_forall_entries() in set_delete_on_...
2019-09-17 Volker Lendeckesmbd: Add share_mode_forall_entries()
2019-09-17 Volker Lendeckesmbd: Use share_entry_stale_pid() in share_mode_stale_pid()
2019-09-17 Volker Lendeckesmbd: Add share_entry_stale_pid()
2019-09-10 Volker Lendeckesmbd: Fix DBG typo in find_delete_on_close_token()
2019-09-10 Volker Lendeckesmbd: Use file_id_str_buf() in set_sticky_write_time()
2019-09-10 Volker Lendeckesmbd: Use file_id_str_buf() in share_mode_str()
2019-09-09 Stefan Metzmachers3:locking: add brl_req_guid() and brl_req_mem_ctx...
2019-08-19 Volker Lendeckesmbd: Save two lines in find_share_mode_entry
2019-08-06 Volker Lendeckesmbd: Factor out remove_lease_if_stale()
2019-08-06 Volker Lendeckesmbd: Slightly simplify set_share_mode()
2019-08-06 Volker Lendeckesmbd: Pass share_access/access_mask explicitly to set_s...
2019-07-08 Volker Lendeckesmbd: Make find_share_mode_entry() static to locking.c
2019-07-04 Volker Lendeckesmbd: Set SHARE_MODE_HAS_READ_LEASE when downgrading...
2019-07-04 Volker Lendeckesmbd: Send do_lock() through share_mode_do_locked()
2019-07-02 Volker Lendeckesmbd: Remove unused "msg_ctx" from locking_close_file()
2019-07-02 Volker Lendeckesmbd: Remove unused "msg_ctx" from do_unlock()
2019-07-02 Volker Lendeckesmbd: Remove unused "msg_ctx" from brl_close_fnum()
2019-07-02 Volker Lendeckesmbd: Remove unused "msg_ctx" from brl_unlock()
2019-07-02 Volker Lendeckesmbd: Remove unused "msg_ctx" from do_lock()
2019-07-02 Volker Lendeckesmbd: Remove unused "msg_ctx" from brl_lock()
2019-07-02 Volker Lendeckesmbd: brl_lock() never sees blocking locks anymore
2019-07-02 Volker Lendeckesmbd: do_lock() never sees blocking locks anymore
2019-07-02 Volker Lendeckesmbd: Make do_lock() return NTSTATUS
2019-07-02 Volker Lendeckesmbd: Avoid casts in do_lock()
2019-07-02 Volker Lendeckesmbd: Ensure initialized vars in do_lock
2019-06-20 Volker Lendeckesmbd: Remove unused brlock code
2019-06-20 Volker Lendeckesmbd: Add a clarifying comment on triggering waiters
2019-06-20 Volker Lendeckesmbd: Don't call cancel_pending_lock_requests_by_fid...
2019-06-20 Volker Lendeckesmbd: Return "blocker_pid" from do_lock()
2019-06-20 Volker Lendeckesmbd: Add some paranoia against NULL dereference
2019-06-20 Volker Lendeckesmbd: Add "blocker_pid" to brl_lock()
2019-05-28 Volker Lendeckesmbd: Avoid casts in do_unlock()
2019-05-18 Volker Lendeckesmbd: Send "share_file_id" with the rename msg
2019-05-18 Volker Lendeckesmbd: Add file_rename_message in idl
2019-04-14 Volker Lendeckesmbd: Remove share_mode_lease and the leases array...
2019-04-14 Volker Lendeckesmbd: Use share_mode_forall_leases in rename_share_file...
2019-04-14 Volker Lendeckesmbd: Add share_mode_forall_leases()
2019-04-14 Volker Lendeckesmbd: Don't pass lease_idx down to set_share_mode()
2019-04-14 Volker Lendeckesmbd: Use share_mode_entry's lease data in remove_share...
2019-04-14 Volker Lendeckesmbd: Use share_mode_entry's lease data in remove_share...
2019-04-14 Volker Lendeckesmbd: Add lease key to share_mode_entry
2019-02-12 Andreas Schneiders3:locking: Add missing NULL check
2018-10-02 Volker Lendeckesmbd: Move downgrade_share_lease() to smbd/oplock.c
2018-09-14 Volker Lendeckesmbd: Fix a false comment
2018-09-14 Volker Lendeckesmbd: Avoid casts in DEBUG statements
2018-09-07 Volker Lendeckesmbd: Simplify logic in remove_stale_share_mode_entries
2018-09-07 Volker Lendeckesmbd: Simplify share_mode_stale_pid
2018-08-17 Volker Lendeckesmbd: Fix a few DEBUG statements
2018-07-26 Volker Lendeckesmbd: Remove "share_mode_entry->lease"
2018-05-30 Ralph Boehmes3:locking: add file_has_open_streams()
2018-02-13 Volker Lendeckesmbd: remove "id" from share_mode_entry
2018-02-12 Volker Lendeckesmbd: Remove a redundant check
2018-02-12 Volker Lendeckesmbd: Use "share_mode_data->id", not "share_mode_entry...
2018-02-12 Volker Lendeckesmbd: Pass in "file_id" into share_mode_str()
2018-02-12 Volker Lendeckesmbd: Fix a signed/unsigned hickup
2017-07-11 Ralph Boehmes3/vfs: rename SMB_VFS_STRICT_LOCK to SMB_VFS_STRICT_LO...
2017-07-10 Ralph Boehmes3/vfs: remove SMB_VFS_STRICT_UNLOCK
2017-05-28 Ralph Boehmes3/locking: make find_share_mode_entry public
2017-03-15 Jeremy Allisons3: locking: Update oplock optimization for the leases...
2017-01-22 Volker Lendeckelib: Add lib/util/server_id.h
2015-12-01 Ralph Boehmes3:smbd: convert file_struct.posix_open to a bitmap...
2015-05-15 Richard SharpeConvert uint64 to uint64_t
2015-05-13 Richard SharpeConvert all uint32/16/8 to _t in source3/locking.
2015-04-28 Volker Lendeckelib: Remove procid_str_static
2015-04-22 Volker Lendeckesmbd: Cancel pending notifies if the directory goes...
2015-04-22 Volker Lendeckesmbd: Remove bool arg from set_delete_on_close_lck
2015-04-22 Volker Lendeckesmbd: Use reset_delete_on_close_lck directly
2015-04-22 Volker Lendeckesmbd: Introduce reset_delete_on_close_lck
2014-12-09 Jeremy Allisons3:locking: pass servicename_new to leases_db_rename()
2014-12-05 Jeremy Allisons3: leases : Cope with renaming leased open files.
2014-12-04 Volker Lendeckes3:locking: add downgrade_share_lease() helper function
2014-12-04 Jeremy Allisons3:locking: ensure all share mode removal functions...
next