summaryrefslogtreecommitdiff
path: root/source3/locking
AgeCommit message (Expand)AuthorFilesLines
2019-02-12s3:locking: Add missing NULL checkAndreas Schneider1-0/+3
2018-10-03leases: Streamline leases_db_key a bitVolker Lendecke1-41/+21
2018-10-03smbd: Fix a warningVolker Lendecke1-1/+1
2018-10-02smbd: Move downgrade_share_lease() to smbd/oplock.cVolker Lendecke2-91/+0
2018-10-02s3/locking: Fix logging of lock reference countAnoop C S1-2/+2
2018-09-19s3/locking: Fix comments to reflect code flowAnoop C S1-4/+4
2018-09-14smbd: Simplify parse_share_modesVolker Lendecke1-17/+0
2018-09-14smbd: Simplify share_mode_lock.cVolker Lendecke1-4/+1
2018-09-14smbd: Fix a false commentVolker Lendecke1-2/+1
2018-09-14smbd: Avoid casts in DEBUG statementsVolker Lendecke1-59/+56
2018-09-14smbd: Avoid casts in DEBUG statementsVolker Lendecke1-12/+17
2018-09-07smbd: Simplify logic in remove_stale_share_mode_entriesVolker Lendecke1-2/+2
2018-09-07smbd: Simplify share_mode_stale_pidVolker Lendecke1-12/+8
2018-09-07s3: Rename server_messaging_context() to global_messaging_context()Christof Schmitt1-1/+1
2018-09-03smbd: Fix a memleak in async search ask sharemodeVolker Lendecke1-8/+5
2018-08-17dbwrap: Clarify db_open_watched APIVolker Lendecke1-1/+1
2018-08-17smbd: Fix a few DEBUG statementsVolker Lendecke1-8/+14
2018-08-17lib: Pass mem_ctx to lock_path()Volker Lendecke3-3/+3
2018-08-09s3/locking: Corrections and improvements to inline commentsAnoop C S1-13/+22
2018-07-31s3/locking: Fix assertion check on lock reference countAnoop C S1-1/+1
2018-07-27smbd: Remove "share_mode_entry->lease"Volker Lendecke2-22/+4
2018-07-26smbd: Pass "share_mode_data" to share_entry_forall callbackVolker Lendecke2-19/+15
2018-05-30s3:locking: add file_has_open_streams()Ralph Boehme2-0/+32
2018-03-20s3:locking: Fix integer overflow check in posix_lock_in_range()Andreas Schneider1-1/+2
2018-02-13smbd: remove "id" from share_mode_entryVolker Lendecke1-1/+0
2018-02-13smbd: Remove a redundant checkVolker Lendecke1-3/+0
2018-02-13smbd: Use "share_mode_data->id", not "share_mode_entry->id"Volker Lendecke1-1/+1
2018-02-13smbd: Pass in "file_id" into share_mode_str()Volker Lendecke2-3/+7
2018-02-13smbd: Pass "file_id" through share_entry_forallVolker Lendecke2-0/+4
2018-02-13smbd: Fix a signed/unsigned hickupVolker Lendecke1-1/+1
2017-07-11s3/vfs: rename SMB_VFS_STRICT_LOCK to SMB_VFS_STRICT_LOCK_CHECKRalph Boehme2-3/+3
2017-07-10s3/vfs: remove SMB_VFS_STRICT_UNLOCKRalph Boehme2-6/+0
2017-05-28s3/locking: make find_share_mode_entry publicRalph Boehme2-1/+3
2017-05-18s3: smbd: Fix open_files.idl to correctly ignore share_mode_lease *lease in s...Jeremy Allison1-2/+2
2017-05-06s3/locking: helper functions for lease typesRalph Boehme2-0/+19
2017-05-06s3/locking: add const to fsp_lease_typeRalph Boehme2-2/+2
2017-04-18s3/locking: add fetch_share_mode_send/recvRalph Boehme2-0/+132
2017-03-15s3: locking: Update oplock optimization for the leases era !Jeremy Allison1-9/+13
2017-03-15s3: locking: Move two leases functions into a new file.Jeremy Allison2-0/+59
2017-01-22s3/locking: Avoid a talloc for nonexisting fetch_share_mode_unlockedVolker Lendecke1-15/+17
2017-01-22lib: Add lib/util/server_id.hVolker Lendecke4-0/+4
2016-08-08smbd: ignore ctdb tombstone records in fetch_share_mode_unlocked_parser()Ralph Boehme1-0/+6
2016-07-15smbd: Convert locking.tdb to new dbwrap_watchVolker Lendecke1-5/+13
2016-05-27Fix memory leak in share mode locking.Hemanth Thummala1-0/+5
2016-05-21s3: VFS: Map process-associated lock operation to open file description lock ...Jeremy Allison1-3/+13
2016-05-21s3: VFS: Add bool use_ofd_locks member to struct files_struct.Jeremy Allison1-4/+5
2016-05-21s3: locking: Convert on the wire behavior of POSIX (UNIX extensions) locks fr...Jeremy Allison1-0/+88
2016-05-21s3: locking: Add a const struct lock_context * paramter to set_posix_lock_pos...Jeremy Allison3-0/+3
2016-05-21s3: locking: Add some const.Jeremy Allison2-12/+13
2016-05-21s3: locking: Rename xxx_windows_lock_ref_count to xxx_lock_ref_count.Jeremy Allison1-20/+16