smbd: Remove unused "msg_ctx" from brl_lock_posix
[samba.git] / source3 / locking / brlock.c
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-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: Remove SMB1 special case handling from brlock.c
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 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
2018-08-17 Volker Lendeckelib: Pass mem_ctx to lock_path()
2017-01-22 Volker Lendeckelib: Add lib/util/server_id.h
2016-05-20 Jeremy Allisons3: locking: Add a const struct lock_context * paramter...
2015-11-05 Noel Powerremove many valgrind errors for base.lock test
2015-05-13 Richard SharpeConvert all uint32/16/8 to _t in source3/locking.
2015-04-28 Volker Lendeckelib: Remove server_id_str()
2015-04-28 Volker Lendeckelib: Remove procid_str_static
2015-03-12 Christof Schmittbrlock: Use 0 instead of empty initializer list
2014-12-18 Stefan Metzmachers3:locking: fix uninitialiazed variable in brl_get_lock...
2014-11-11 Volker Lendeckes3:locking: convert brl_have_read field to brl_num_read.
2014-11-03 David Disseldorpbrlock: don't leak lock_path onto talloc tos
2014-10-31 Stefan Metzmachers3:locking: remove dead code from brl_get_locks_readonly()
2014-08-22 Volker Lendeckebrlock: Remove validate_lock_entries
2014-08-22 Volker Lendeckebrlock: Do auto-cleanup at conflict time
2014-07-22 Volker Lendeckesmbd: Simplify brl_locktest
2014-07-22 Volker Lendeckesmbd: Restructure brl_conflict_other
2014-07-22 Volker Lendeckesmbd: Fix indentation, {} and line length in brl_confli...
2014-07-22 Volker Lendeckesmbd: Rename lck2->rw_probe in brl_conflict_other
2014-07-22 Volker Lendeckesmbd: Rename lck1->lock in brl_conflict_other
2014-07-22 Volker Lendeckesmbd: Use a struct initializer brl_lock
2014-07-22 Volker Lendeckesmbd: Use %ju/uintmax_t in source3/locking
2014-07-04 Volker Lendeckesmbd: brl_lock_cancel does not need "blr" anymore
2014-07-04 Volker Lendeckesmbd: Remove unused blocking_lock_record* from VFS_BRL_...
2014-07-04 Volker Lendeckesmbd: brl_lock does not need "blr" anymore
2014-07-04 Volker Lendeckesmbd: Remove unused blocking_lock_record* from VFS_BRL_...
2014-07-04 Volker Lendeckesmbd: Use brl_delete_lock_struct in brl_lock_cancel_default
2014-07-02 Jeremy Allisons3: smbd: Locking, fix off-by one calculation in brl_pe...
2014-06-30 Volker Lendeckesmbd: validate_lock_entries does not need mem_ctx anymore
2014-06-30 Volker Lendeckesmbd: Simplify validate_lock_entries
2014-06-30 Volker Lendeckesmbd: Factor out brl_delete_lock_struct
2014-06-30 Volker Lendeckesmbd: Simplify validate_lock_entries
2014-05-02 Jeremy Allisons3 : smbd : Protect all possible code paths from fsp...
2014-03-03 Volker Lendeckesmbd: Fix an uninitialized memory read
2014-02-27 Jeremy Allisons3: smbd: Ensure brl_get_locks_readonly() always return...
2014-02-07 Michael Adamdbwrap: add a dbwrap_flags argument to db_open()
2014-01-31 Garming Samparam: Complete the removal of the "open files database...
2014-01-30 Michael Adams3:brlock: fix a comment typo
2013-12-14 Volker Lendeckesmbd: Early exit
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-11-11 Volker Lendeckesmbd: Fix CID 1035434 Same on both sides
2013-10-14 Volker Lendeckesmbd: Add debugs to brlock.c
2013-10-14 Volker Lendeckesmbd: Put "have_read_oplocks" into brlock.tdb
2013-10-06 Volker Lendeckesmbd: Remove byte_range_lock->read_only
2013-10-06 Volker Lendeckesmbd: Remove the brl_get_locks wrapper
2013-10-06 Volker Lendeckesmbd: brl_get_locks_internal is always called r/w now
2013-10-06 Volker Lendeckesmbd: Restructure brl_get_locks_readonly
2013-10-06 Volker Lendeckesmbd: Avoid an if-statement per read/write in the non...
2013-10-06 Volker Lendeckesmbd: Remove unused "brl->key" struct element
2013-09-12 Volker Lendeckesmbd: Properly protect against invalid lock data
2013-09-11 Volker Lendeckesmbd: Convert br_lck->lock_data to talloc
2013-09-11 Volker Lendeckesmbd: Move "struct byte_range_lock" definition to brlock.c
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: Use ZERO_STRUCT instead of memset
2013-09-11 Volker Lendeckesmbd: Make brl_lock_failed static
2013-09-11 Volker Lendeckesmbd: Make brl_same_context static
2013-09-11 Volker Lendeckesmbd: Fix blank line endings
2013-04-18 Gregor Becks3:locking:brlock: add function brl_cleanup_disconnected()
2013-04-18 Michael Adams3:locking:brlock: explain the lockdb_clean semantic...
2013-04-18 Gregor Becks3:locking:brlock: let validate_lock_entries keep entri...
2013-04-18 Michael Adams3:locking:brlock: improve the comment for the brl...
2013-04-18 Gregor Becks3:locking:brlock: use serverids_exist to validate_lock...
2013-02-18 Karolin Seegerbrlock.c: Fix typo in comment.
2012-09-08 Stefan Metzmachers3:locking: add brl_mark_disconnected() and brl_reconne...
2012-09-05 Michael Adams3:locking: fix trailing space in brl_close_fnum()
2012-08-16 Christian Ambachs3:brlock: give traverse_fn a proper name
2012-06-28 Stefan Metzmachers3:brlock: s/int/uint64_t for fnum
2012-06-28 Stefan Metzmachers3:brlock: add some const to print_lock_struct()
2012-06-21 Michael Adams3:util: rename procid_equal() to serverid_equal()
2012-06-15 Michael Adams3:locking: change brlock.c to use fsp_fnum_dbg() for...
2012-06-06 Michael Adams3:include: change lock_struct->fnum to uint64_t
2012-06-06 Michael Adams3:include: change connection_struct->cnum to uint32_t
2012-01-18 Volker Lendeckes3: Add a "lock_order" argument to db_open
2011-12-16 Stefan Metzmachers3:locking: avoid using sconn_server_id()
2011-12-14 Stefan Metzmachers3:smbd: remove brl_register_msgs()
2011-12-12 Richard Sharpevfs: Make function pointer names consistent. They all...
2011-10-11 Michael Adams3:locking: convert brlock to only use dbwrap wrapper...
2011-07-29 Michael Adams3:dbwrap: move all .c and .h files of dbwrap to lib...
2011-07-29 Michael Adams3:dbwrap: move db_open() to a file dbwrap_open.c of...
2011-07-16 Jeremy AllisonFix bug #8307 - brl_close_fnum does not call SMB_VFS_BR...
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-06-20 Rusty Russelltdb_compat: Higher level API fixes.
2011-06-09 Andrew Bartlettlib/util Bring procid_str() into lib/util as server_id_...
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_MEMDUP() to talloc_memdup()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_P() to talloc_zero()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_P() to talloc()
next