summaryrefslogtreecommitdiffstats
path: root/source3/locking/brlock.c
Commit message (Expand)AuthorAgeFilesLines
* s3 : smbd : Protect all possible code paths from fsp->op == NULL.Jeremy Allison2014-05-021-2/+14
* smbd: Fix an uninitialized memory readVolker Lendecke2014-03-031-0/+2
* s3: smbd: Ensure brl_get_locks_readonly() always returns a valid struct byte_...Jeremy Allison2014-02-271-1/+15
* dbwrap: add a dbwrap_flags argument to db_open()Michael Adam2014-02-071-1/+1
* param: Complete the removal of the "open files database hash size" parameterGarming Sam2014-01-311-1/+1
* s3:brlock: fix a comment typoMichael Adam2014-01-301-1/+1
* smbd: Early exitVolker Lendecke2013-12-141-1/+7
* smbd: Fix CID 1035434 Same on both sidesVolker Lendecke2013-11-111-1/+1
* smbd: Add debugs to brlock.cVolker Lendecke2013-10-151-0/+15
* smbd: Put "have_read_oplocks" into brlock.tdbVolker Lendecke2013-10-151-10/+45
* smbd: Remove byte_range_lock->read_onlyVolker Lendecke2013-10-061-10/+0
* smbd: Remove the brl_get_locks wrapperVolker Lendecke2013-10-061-9/+2
* smbd: brl_get_locks_internal is always called r/w nowVolker Lendecke2013-10-061-37/+11
* smbd: Restructure brl_get_locks_readonlyVolker Lendecke2013-10-061-10/+103
* smbd: Avoid an if-statement per read/write in the non-clustered caseVolker Lendecke2013-10-061-4/+4
* smbd: Remove unused "brl->key" struct elementVolker Lendecke2013-10-061-3/+1
* smbd: Properly protect against invalid lock dataVolker Lendecke2013-09-121-0/+6
* smbd: Convert br_lck->lock_data to tallocVolker Lendecke2013-09-111-26/+29
* smbd: Move "struct byte_range_lock" definition to brlock.cVolker Lendecke2013-09-111-0/+10
* smbd: Add brl_fsp access functionVolker Lendecke2013-09-111-0/+5
* smbd: Add brl_num_locks access functionVolker Lendecke2013-09-111-0/+5
* smbd: Use ZERO_STRUCT instead of memsetVolker Lendecke2013-09-111-1/+1
* smbd: Make brl_lock_failed staticVolker Lendecke2013-09-111-1/+3
* smbd: Make brl_same_context staticVolker Lendecke2013-09-111-1/+1
* smbd: Fix blank line endingsVolker Lendecke2013-09-111-19/+19
* s3:locking:brlock: add function brl_cleanup_disconnected()Gregor Beck2013-04-181-0/+73
* s3:locking:brlock: explain the lockdb_clean semantic better in brl_reconnect_...Michael Adam2013-04-181-1/+5
* s3:locking:brlock: let validate_lock_entries keep entries for disconnected se...Gregor Beck2013-04-181-8/+23
* s3:locking:brlock: improve the comment for the brl self cleaning codeMichael Adam2013-04-181-3/+6
* s3:locking:brlock: use serverids_exist to validate_lock_entriesGregor Beck2013-04-181-3/+34
* brlock.c: Fix typo in comment.Karolin Seeger2013-02-181-1/+1
* s3:locking: add brl_mark_disconnected() and brl_reconnect_disconnected()Stefan Metzmacher2012-09-081-0/+125
* s3:locking: fix trailing space in brl_close_fnum()Michael Adam2012-09-051-1/+1
* s3:brlock: give traverse_fn a proper nameChristian Ambach2012-08-161-2/+2
* s3:brlock: s/int/uint64_t for fnumStefan Metzmacher2012-06-281-1/+1
* s3:brlock: add some const to print_lock_struct()Stefan Metzmacher2012-06-281-1/+1
* s3:util: rename procid_equal() to serverid_equal()Michael Adam2012-06-211-4/+4
* s3:locking: change brlock.c to use fsp_fnum_dbg() for fsp->fnum logging.Michael Adam2012-06-151-4/+4
* s3:include: change lock_struct->fnum to uint64_tMichael Adam2012-06-061-2/+2
* s3:include: change connection_struct->cnum to uint32_tMichael Adam2012-06-061-1/+1
* s3: Add a "lock_order" argument to db_openVolker Lendecke2012-01-181-1/+2
* s3:locking: avoid using sconn_server_id()Stefan Metzmacher2011-12-161-1/+1
* s3:smbd: remove brl_register_msgs()Stefan Metzmacher2011-12-141-11/+5
* vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe2011-12-121-4/+5
* s3:locking: convert brlock to only use dbwrap wrapper functionsMichael Adam2011-10-111-15/+28
* s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam2011-07-291-1/+1
* s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.Michael Adam2011-07-291-0/+1
* Fix bug #8307 - brl_close_fnum does not call SMB_VFS_BRL_UNLOCK_WINDOWS on al...Jeremy Allison2011-07-161-122/+23
* tdb_compat: Higher level API fixes.Rusty Russell2011-06-201-1/+1
* lib/util Bring procid_str() into lib/util as server_id_string()Andrew Bartlett2011-06-091-1/+1