s3/vfs: remove SMB_VFS_STRICT_UNLOCK
[samba.git] / source3 / locking / proto.h
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-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: Move two leases functions into a new file.
2016-05-20 Jeremy Allisons3: locking: Add a const struct lock_context * paramter...
2016-05-20 Jeremy Allisons3: locking: Add some const.
2015-10-12 Ralph Boehmes3:smbstatus: add stream name to share_entry_forall()
2015-05-15 Richard SharpeConvert uint64 to uint64_t
2015-04-22 Volker Lendeckesmbd: Remove bool arg from set_delete_on_close_lck
2015-04-22 Volker Lendeckesmbd: Introduce reset_delete_on_close_lck
2014-12-04 Volker Lendeckes3:locking: add downgrade_share_lease() helper function
2014-12-04 Stefan Metzmachers3:open_files.idl: add data structures for SMB2.1 and...
2014-11-11 Volker Lendeckes3:locking: convert brl_have_read field to brl_num_read.
2014-10-31 Volker Lendeckes3:locking: allow early return for share_entry_forall()
2014-10-31 Volker Lendeckes3:locking: Introduce share_mode_forall
2014-10-31 Volker Lendeckes3:locking: Rename share_mode_forall->share_entry_forall
2014-08-22 Volker Lendeckebrlock: Do auto-cleanup at conflict time
2014-07-22 Volker Lendeckesmbd: Simplify brl_locktest
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-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: Put "have_read_oplocks" into brlock.tdb
2013-10-08 Volker Lendeckesmbd: Convert set_share_mode to return bool for success
2013-10-08 Volker Lendeckesmbd: Change parameter from unsigned to uint32_t
2013-09-11 Volker Lendeckesmbd: Add brl_fsp access function
2013-09-11 Volker Lendeckesmbd: Add brl_num_locks access function
2013-09-11 Volker Lendeckesmbd: Make brl_lock_failed static
2013-09-11 Volker Lendeckesmbd: Make brl_same_context static
2013-09-03 Volker Lendeckesmbd: Rename parameter "i" to "idx"
2013-04-26 Volker Lendeckesmbd: We don't use DEFERRED_OPEN_ENTRY anymore
2013-04-18 Gregor Becks3:locking: add function share_mode_cleanup_disconnected()
2013-04-18 Gregor Becks3:locking: no need to make a file_id passed by value...
2013-04-18 Gregor Becks3:locking:brlock: add function brl_cleanup_disconnected()
2012-09-08 Stefan Metzmachers3:locking: add brl_mark_disconnected() and brl_reconne...
2012-09-08 Stefan Metzmachers3:locking: add mark_share_mode_disconnected()
2012-06-22 Volker Lendeckes3: Make reduce_windows_lock_ref_count static
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: Add "share_mode_stale_server"
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-12 Volker Lendeckes3: Introduce get_share_mode_lock_fresh()
2011-12-14 Volker Lendeckes3: Remove UNUSED_SHARE_MODE_ENTRY
2011-12-14 Stefan Metzmachers3:smbd: remove brl_register_msgs()
2011-12-13 Volker Lendeckes3: Move can_set_delete_on_close to smbd/
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-05-30 Michael Adams3:locking/proto.h: add _LOCKING_PROTO_H_ guard
2011-05-30 Michael Adams3:locking/proto.h: add GPL/Copyright header
2011-03-29 Günther Deschners3-locking: move locking prototypes out of proto.h.