summaryrefslogtreecommitdiff
path: root/source3/locking/brlock.c
Commit message (Expand)AuthorAgeFilesLines
* Convert all uint32/16/8 to _t in source3/locking.Richard Sharpe2015-05-131-3/+3
* lib: Remove server_id_str()Volker Lendecke2015-04-281-2/+5
* lib: Remove procid_str_staticVolker Lendecke2015-04-281-6/+18
* brlock: Use 0 instead of empty initializer listChristof Schmitt2015-03-121-1/+1
* s3:locking: fix uninitialiazed variable in brl_get_locks_readonly_parser()Stefan Metzmacher2014-12-181-0/+1
* s3:locking: convert brl_have_read field to brl_num_read.Volker Lendecke2014-11-111-67/+56
* brlock: don't leak lock_path onto talloc tosDavid Disseldorp2014-11-031-2/+11
* s3:locking: remove dead code from brl_get_locks_readonly()Stefan Metzmacher2014-10-311-50/+28
* brlock: Remove validate_lock_entriesVolker Lendecke2014-08-231-94/+1
* brlock: Do auto-cleanup at conflict timeVolker Lendecke2014-08-231-46/+46
* smbd: Simplify brl_locktestVolker Lendecke2014-07-221-19/+13
* smbd: Restructure brl_conflict_otherVolker Lendecke2014-07-221-14/+39
* smbd: Fix indentation, {} and line length in brl_conflict_otherVolker Lendecke2014-07-221-6/+14
* smbd: Rename lck2->rw_probe in brl_conflict_otherVolker Lendecke2014-07-221-8/+8
* smbd: Rename lck1->lock in brl_conflict_otherVolker Lendecke2014-07-221-8/+8
* smbd: Use a struct initializer brl_lockVolker Lendecke2014-07-221-13/+10
* smbd: Use %ju/uintmax_t in source3/lockingVolker Lendecke2014-07-221-12/+14
* smbd: brl_lock_cancel does not need "blr" anymoreVolker Lendecke2014-07-041-2/+1
* smbd: Remove unused blocking_lock_record* from VFS_BRL_CANCEL_WINDOWSVolker Lendecke2014-07-041-4/+3
* smbd: brl_lock does not need "blr" anymoreVolker Lendecke2014-07-041-2/+1
* smbd: Remove unused blocking_lock_record* from VFS_BRL_LOCK_WINDOWSVolker Lendecke2014-07-041-4/+3
* smbd: Use brl_delete_lock_struct in brl_lock_cancel_defaultVolker Lendecke2014-07-041-6/+1
* s3: smbd: Locking, fix off-by one calculation in brl_pending_overlap().Jeremy Allison2014-07-021-1/+1
* smbd: validate_lock_entries does not need mem_ctx anymoreVolker Lendecke2014-06-301-4/+3
* smbd: Simplify validate_lock_entriesVolker Lendecke2014-06-301-36/+10
* smbd: Factor out brl_delete_lock_structVolker Lendecke2014-06-301-6/+12
* smbd: Simplify validate_lock_entriesVolker Lendecke2014-06-301-10/+11
* 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