s3:rpc_server: Rename create_tcpip_socket
[samba.git] / source3 / locking /
2019-07-17 Volker Lendeckesmbd: Increase a debug level
2019-07-08 Volker Lendeckesmbd: Make find_share_mode_entry() static to locking.c
2019-07-04 Volker Lendeckesmbd: Don't store num_read_oplocks in brlock.tdb
2019-07-04 Volker Lendeckesmbd: Set SHARE_MODE_HAS_READ_LEASE when downgrading...
2019-07-04 Volker Lendeckesmbd: Add file_has_read_lease()
2019-07-04 Volker Lendeckesmbd: Add flags to the beginning of share_mode_data
2019-07-04 Volker Lendeckesmbd: Send do_lock() through share_mode_do_locked()
2019-07-04 Volker Lendeckesmbd: Add share_mode_do_locked()
2019-07-04 Volker Lendeckesmbd: Introduce static_share_mode_record
2019-07-04 Volker Lendeckesmbd: Simplify share_mode_lock.c
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 Lendeckevfs: Remove unused "msg_ctx" from SMB_VFS_BRL_UNLOCK_WI...
2019-07-02 Volker Lendeckesmbd: Remove unused "msg_ctx" from brl_unlock_posix()
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: Remove unused "msg_ctx" from brl_lock_posix
2019-07-02 Volker Lendeckesmbd: Remove unused "blocking_lock" from brl_lock_windo...
2019-07-02 Volker Lendeckevfs: Remove "blocking_lock" from SMB_VFS_BRL_LOCK_WINDOWS
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-28 Volker Lendeckesmbd: Fix broken brlock for clustering
2019-06-20 Volker Lendeckevfs: Remove SMB_VFS_BRL_CANCEL_WINDOWS
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: Remove SMB1 special case handling from brlock.c
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: Adapt brl_pending_overlap to README.Coding
2019-05-28 Volker Lendeckesmbd: Avoid casts in do_unlock()
2019-05-28 Volker Lendeckesmbd: Fix a typo
2019-05-28 Volker Lendeckebrlock: Remove clustering special case
2019-05-27 Gary LockyerFix ubsan null pointer passed as argument 2
2019-05-23 Volker Lendeckesmbd: Merge "print_lock_struct" into one DBG
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 share_mode_cleanu...
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-04-14 Volker Lendeckeleases_db: Add getter/setter for share_mode_lease metadata
2019-04-14 Volker Lendeckeleases_db: Add share_mode_lease info to leases.tdb
2019-04-09 Volker Lendeckeleases_db: Make leases_db_del use leases_db_do_locked
2019-04-09 Volker Lendeckeleases_db: Make leases_db_add use leases_db_do_locked
2019-04-09 Volker Lendeckeleases_db: Make leases_db_rename atomic
2019-02-12 Andreas Schneiders3:locking: Add missing NULL check
2018-10-03 Volker Lendeckeleases: Streamline leases_db_key a bit
2018-10-02 Volker Lendeckesmbd: Fix a warning
2018-10-02 Volker Lendeckesmbd: Move downgrade_share_lease() to smbd/oplock.c
2018-10-02 Anoop C Ss3/locking: Fix logging of lock reference count
2018-09-19 Anoop C Ss3/locking: Fix comments to reflect code flow
2018-09-14 Volker Lendeckesmbd: Simplify parse_share_modes
2018-09-14 Volker Lendeckesmbd: Simplify share_mode_lock.c
2018-09-14 Volker Lendeckesmbd: Fix a false comment
2018-09-14 Volker Lendeckesmbd: Avoid casts in DEBUG statements
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-09-07 Christof Schmitts3: Rename server_messaging_context() to global_messagi...
2018-09-03 Volker Lendeckesmbd: Fix a memleak in async search ask sharemode
2018-08-17 Volker Lendeckedbwrap: Clarify db_open_watched API
2018-08-17 Volker Lendeckesmbd: Fix a few DEBUG statements
2018-08-17 Volker Lendeckelib: Pass mem_ctx to lock_path()
2018-08-08 Anoop C Ss3/locking: Corrections and improvements to inline...
2018-07-31 Anoop C Ss3/locking: Fix assertion check on lock reference count
2018-07-26 Volker Lendeckesmbd: Remove "share_mode_entry->lease"
2018-07-26 Volker Lendeckesmbd: Pass "share_mode_data" to share_entry_forall...
2018-05-30 Ralph Boehmes3:locking: add file_has_open_streams()
2018-03-20 Andreas Schneiders3:locking: Fix integer overflow check in posix_lock_in...
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: Pass "file_id" through share_entry_forall
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-05-18 Jeremy Allisons3: smbd: Fix open_files.idl to correctly ignore share_...
2017-05-06 Ralph Boehmes3/locking: helper functions for lease types
2017-05-06 Ralph Boehmes3/locking: add const to fsp_lease_type
2017-04-18 Ralph Boehmes3/locking: add fetch_share_mode_send/recv
2017-03-15 Jeremy Allisons3: locking: Update oplock optimization for the leases...
2017-03-15 Jeremy Allisons3: locking: Move two leases functions into a new file.
2017-01-22 Volker Lendeckes3/locking: Avoid a talloc for nonexisting fetch_share_...
2017-01-22 Volker Lendeckelib: Add lib/util/server_id.h
2016-08-08 Ralph Boehmesmbd: ignore ctdb tombstone records in fetch_share_mode...
2016-07-15 Volker Lendeckesmbd: Convert locking.tdb to new dbwrap_watch
2016-05-27 Hemanth ThummalaFix memory leak in share mode locking.
next