smbd: Remove unused blocking_lock_record* from VFS_BRL_CANCEL_WINDOWS
[sfrench/samba-autobuild/.git] / source3 / locking / brlock.c
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()
2011-05-28 Volker Lendeckes3: Fix some nonempty blank lines
2011-05-05 Jeremy AllisonMore simple const fixes.
2011-03-29 Günther Deschners3-messages: make ndr_messaging.h part of messages.h.
2011-03-29 Günther Deschners3-messages: only include messages.h where needed.
2011-03-29 Günther Deschners3-locking: move locking prototypes out of proto.h.
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2011-03-18 Stefan Metzmachers3:locking: simplify the non cluster case of brl_get_lo...
2011-03-18 Stefan Metzmachers3:locking: brl_get_locks_internal() should not expose...
2011-03-02 Günther Deschners3-server_id: only include server_id where needed.
2010-09-28 Jeremy AllisonChange to using TDB_INCOMPATIBLE_HASH (the jenkins...
2010-08-25 Günther Deschners3-build: use dbwrap.h only where needed.
2010-07-05 Volker Lendeckes3: Remove procid_self() from brl_close_fnum()
2010-05-07 Jeremy AllisonThis patch looks bigger than it is. It does 2 things...
2010-05-06 Jeremy AllisonFix SMB2 lock tests up to cancel-by-close.
2010-05-05 Jeremy AllisonMove to MS-FSA algorithm when checking for invalid...
2010-05-05 Günther Deschners3: only include gen_ndr headers where needed.
2010-03-10 Volker Lendeckes3: Fix a long-standing problem with recycled PIDs
2010-02-14 Andrew Tridgells3-locking: convert brlock to TYPESAFE_QSORT()
2009-12-04 Jeremy AllisonMake Samba3 pass the RAW-LOCK test as Windows.
2009-11-21 Volker Lendeckes3: Remove a pointless memset
2009-11-21 Volker Lendeckes3: Cache brlock.tdb entries for the fast read&write...
2009-11-03 Volker Lendeckes3: Remove debug_ctx()
2009-10-17 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-10-05 Jeremy AllisonFix bug 6776 - Running overlapping Byte Lock test will...
2009-07-24 Volker LendeckeMake the smbd VFS typesafe
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-21 Tim Proutys3: Change fsp->fsp_name to be an smb_filename struct!
2009-04-10 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-04-09 Andrew TridgellMerge branch 'wspp-schema'
2009-04-03 Volker LendeckeUse procid_str in debug messages for better cluster...
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-02-21 Zack Kirschs3 BRL: Add more clarifying comments and add implied...
2009-02-13 Zack KirschAdd VFS ops for Windows BRL: Lock, Unlock and Cancel:
2009-02-10 Volker LendeckeFix an uninitialized variable. Tim, please check!
2009-02-10 Tim Proutys3 oplocks: Make the level2 oplock contention API more...
next