summaryrefslogtreecommitdiff
path: root/source3/locking/proto.h
Commit message (Expand)AuthorAgeFilesLines
* smbd: Make remove_stale_share_mode_entries() static in share_mode_lock.cVolker Lendecke2019-09-171-1/+0
* smbd: Pass share_mode_lock to remove_lease_if_stale()Volker Lendecke2019-09-171-1/+1
* smbd: Remove unused share_mode_stale_pid()Volker Lendecke2019-09-171-1/+0
* smbd: Add reset_share_mode_entryVolker Lendecke2019-09-171-0/+7
* smbd: Stop passing "share_mode_lock" via share_mode_forall_leases()Volker Lendecke2019-09-171-2/+1
* smbd: Add share_mode_forall_entries()Volker Lendecke2019-09-171-0/+7
* smbd: Add share_entry_stale_pid()Volker Lendecke2019-09-171-0/+1
* smbd: Let fsp_lease_type() look at leases.tdbVolker Lendecke2019-09-171-2/+2
* smbd: Make lease_type_is_exclusive() staticVolker Lendecke2019-09-171-1/+0
* s3:locking: add brl_req_guid() and brl_req_mem_ctx() helper functionsStefan Metzmacher2019-09-091-0/+8
* s3:locking: add share_mode_wakeup_waiters() helper functionStefan Metzmacher2019-09-091-0/+1
* s3:locking: add/split out byte_range_{valid,overlap}() helper functionsStefan Metzmacher2019-09-091-0/+6
* smbd: Factor out remove_lease_if_stale()Volker Lendecke2019-08-061-0/+3
* smbd: Slightly simplify set_share_mode()Volker Lendecke2019-08-061-3/+1
* smbd: Move fsp_client_guid() to locking/Volker Lendecke2019-08-061-0/+1
* smbd: Pass share_access/access_mask explicitly to set_share_mode()Volker Lendecke2019-08-061-0/+2
* smbd: Make find_share_mode_entry() static to locking.cVolker Lendecke2019-07-081-2/+0
* smbd: Don't store num_read_oplocks in brlock.tdbVolker Lendecke2019-07-041-3/+0
* smbd: Add file_has_read_lease()Volker Lendecke2019-07-041-0/+2
* smbd: Add share_mode_do_locked()Volker Lendecke2019-07-041-0/+9
* smbd: Remove unused "msg_ctx" from locking_close_file()Volker Lendecke2019-07-021-2/+1
* smbd: Remove unused "msg_ctx" from do_unlock()Volker Lendecke2019-07-021-6/+5
* smbd: Remove unused "msg_ctx" from brl_close_fnum()Volker Lendecke2019-07-021-2/+1
* smbd: Remove unused "msg_ctx" from brl_unlock()Volker Lendecke2019-07-021-2/+1
* vfs: Remove unused "msg_ctx" from SMB_VFS_BRL_UNLOCK_WINDOWSVolker Lendecke2019-07-021-3/+2
* smbd: Remove unused "msg_ctx" from do_lock()Volker Lendecke2019-07-021-2/+1
* smbd: Remove unused "msg_ctx" from brl_lock()Volker Lendecke2019-07-021-10/+10
* smbd: Remove unused "blocking_lock" from brl_lock_windows_default()Volker Lendecke2019-07-021-2/+1
* smbd: brl_lock() never sees blocking locks anymoreVolker Lendecke2019-07-021-1/+0
* smbd: do_lock() never sees blocking locks anymoreVolker Lendecke2019-07-021-1/+0
* smbd: Make do_lock() return NTSTATUSVolker Lendecke2019-07-021-11/+10
* vfs: Remove SMB_VFS_BRL_CANCEL_WINDOWSVolker Lendecke2019-06-201-2/+0
* smbd: Remove unused brlock codeVolker Lendecke2019-06-201-16/+0
* smbd: Return "blocker_pid" from do_lock()Volker Lendecke2019-06-201-0/+1
* smbd: Add "blocker_pid" to brl_lock()Volker Lendecke2019-06-201-0/+1
* smbd: Add share_mode_forall_leases()Volker Lendecke2019-04-141-0/+6
* smbd: Don't pass lease_idx down to set_share_mode()Volker Lendecke2019-04-141-3/+7
* smbd: Move downgrade_share_lease() to smbd/oplock.cVolker Lendecke2018-10-021-6/+0
* smbd: Pass "share_mode_data" to share_entry_forall callbackVolker Lendecke2018-07-261-4/+4
* s3:locking: add file_has_open_streams()Ralph Boehme2018-05-301-0/+1
* smbd: Pass in "file_id" into share_mode_str()Volker Lendecke2018-02-131-1/+3
* smbd: Pass "file_id" through share_entry_forallVolker Lendecke2018-02-131-0/+1
* s3/vfs: rename SMB_VFS_STRICT_LOCK to SMB_VFS_STRICT_LOCK_CHECKRalph Boehme2017-07-111-2/+2
* s3/vfs: remove SMB_VFS_STRICT_UNLOCKRalph Boehme2017-07-101-2/+0
* s3/locking: make find_share_mode_entry publicRalph Boehme2017-05-281-0/+2
* s3/locking: helper functions for lease typesRalph Boehme2017-05-061-0/+2
* s3/locking: add const to fsp_lease_typeRalph Boehme2017-05-061-1/+1
* s3/locking: add fetch_share_mode_send/recvRalph Boehme2017-04-181-0/+7
* s3: locking: Move two leases functions into a new file.Jeremy Allison2017-03-151-0/+4
* s3: locking: Add a const struct lock_context * paramter to set_posix_lock_pos...Jeremy Allison2016-05-211-0/+1