smbd: Add lease key to share_mode_entry
[gd/samba-autobuild/.git] / source3 / locking / locking.c
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...
2014-12-04 Stefan Metzmachers3:open_files.idl: add data structures for SMB2.1 and...
2014-08-22 Volker Lendeckebrlock: Do auto-cleanup at conflict time
2014-07-22 Volker Lendeckesmbd: Simplify brl_locktest
2014-07-22 Volker Lendeckesmbd: Simplify strict_lock_default with early returns
2014-07-22 Volker Lendeckesmbd: Use %ju/uintmax_t in source3/locking
2014-07-04 Volker Lendeckesmbd: do_lock_cancel does not need "blr" anymore
2014-07-04 Volker Lendeckesmbd: brl_lock_cancel does not need "blr" anymore
2014-07-04 Volker Lendeckesmbd: do_lock does not need "blr" anymore
2014-07-04 Volker Lendeckesmbd: brl_lock does not need "blr" anymore
2014-06-13 Ralph Boehmelocking: use correct conversion specifier for printing...
2014-03-21 Volker Lendeckesmbd: Explicitly pass "file_id" to rename_share_filename
2013-11-22 Volker Lendeckesmbd: Factor out get_share_mode_write_time of get_file_...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-10-15 Volker Lendeckesmbd: Factor out remove_stale_share_mode_entries
2013-10-14 Volker Lendeckesmbd: Remove FAKE_LEVEL_II_OPLOCK
2013-10-08 Volker Lendeckesmbd: Simplify set_share_mode
2013-10-08 Volker Lendeckesmbd: Simplify find_share_mode_entry callers
2013-10-08 Volker Lendeckesmbd: Convert set_share_mode to return bool for success
2013-10-08 Volker Lendeckesmbd: Make add_share_mode return bool
2013-10-08 Volker Lendeckesmbd: Change parameter from unsigned to uint32_t
2013-10-06 Volker Lendeckesmbd: Avoid calling serverid_exists twice
2013-09-11 Volker Lendeckesmbd: Fix a typo
2013-09-06 Volker Lendeckesmbd: Apply some const to find_share_mode_entry
2013-09-06 Volker Lendeckesmbd: Apply some const to share_modes_identical
2013-09-06 Volker Lendeckesmbd: Simplify find_share_mode_entry
2013-09-03 Volker Lendeckesmbd: Fix flawed share_mode_stale_pid API
2013-09-03 Volker Lendeckesmbd: Rename parameter "i" to "idx"
2013-04-26 Volker Lendeckesmbd: We don't use DEFERRED_OPEN_ENTRY anymore
2012-09-08 Stefan Metzmachers3:locking: add mark_share_mode_disconnected()
2012-07-03 Jeremy AllisonMove copy_unix_token() from locking/locking.c to lib...
2012-06-21 Michael Adams3:util: rename procid_equal() to serverid_equal()
2012-06-21 Volker Lendeckes3: Remove a user of procid_is_me
2012-06-15 Michael Adams3:locking: change locking.c to use fsp_fnum_dbg()...
2012-06-06 Michael Adams3:include: change lock_struct->fnum to uint64_t
2012-06-03 Volker Lendeckes3: Simplify get_delete_on_close_token more
2012-06-03 Volker Lendeckes3: Simplify get_delete_on_close_token slightly
2012-06-01 Volker Lendeckes3: Avoid a lot of calls to serverid_exists()
2012-05-25 Volker Lendeckes3: Be less picky on stale share mode entries
2012-05-25 Volker Lendeckes3: Check for serverid_exists in rename_share_filename
2012-05-25 Jeremy AllisonFix an invalid state only reachable on server crash...
2012-05-25 Volker Lendeckes3: Add "share_mode_stale_pid"
2012-05-18 Volker Lendeckes3: Revert the serverid changes, they need more work
2012-05-17 Volker Lendeckes3: Be less picky on stale share mode entries
2012-05-17 Volker Lendeckes3: Check for serverid_exists in rename_share_filename
2012-05-17 Volker Lendeckes3: Add "share_mode_stale_server"
2012-04-07 Jeremy AllisonFound whilst back-porting the fix for bug 8837 - smbd...
2012-04-04 Jeremy AllisonSecond part of bugfix for bug #8837 - smbd crashes...
2012-02-19 Volker Lendeckes3: get_share_mode_lock_fresh->get_share_mode_lock
2012-02-19 Volker Lendeckes3: get_share_mode_lock->get_existing_share_mode_lock
2012-01-13 Jeremy AllisonAdd comments to all functions (to help me understand...
2012-01-12 Volker Lendeckes3: Move the share_mode_lock handling to its own file
2012-01-12 Volker Lendeckes3: Put an indirection layer into share_mode_lock
2012-01-12 Volker Lendeckes3: Introduce get_share_mode_lock_fresh()
2012-01-12 Volker Lendeckes3: Replace fill_share_mode_lock()
2012-01-06 Jeremy AllisonFix format warning message.
2011-12-25 Volker Lendeckes3: Fix a 64-bit warning
2011-12-16 Stefan Metzmachers3:locking: avoid using sconn_server_id()
2011-12-15 Volker Lendeckes3: Fix a typo
2011-12-14 Volker Lendeckes3: Remove UNUSED_SHARE_MODE_ENTRY
2011-12-13 Volker Lendeckes3: Move can_set_delete_on_close to smbd/
2011-12-13 Volker Lendeckes3: Use talloc_tos() in set_write_time()
2011-12-13 Volker Lendeckes3: Use talloc_tos() in set_sticky_write_time()
2011-12-02 Volker Lendeckes3: Use autogenerated open_files.idl
2011-11-23 Volker Lendeckes3: Fix a valgrind error
2011-11-23 Volker Lendeckes3: Replace delete_token_list by an array
2011-10-27 Volker Lendeckes3: Use serverids_exist in parse_share_modes
2011-10-27 Volker Lendeckes3: Use talloc_tos() in parse_share_modes()
2011-10-12 Volodymyr KhomenkoFix bug #8515 - Empty CIFS share can be blocked for...
next