summaryrefslogtreecommitdiff
path: root/source3/locking
Commit message (Expand)AuthorAgeFilesLines
...
* smbd: do_lock_cancel does not need "blr" anymoreVolker Lendecke2014-07-042-4/+2
* smbd: brl_lock_cancel does not need "blr" anymoreVolker Lendecke2014-07-043-6/+3
* smbd: Remove unused blocking_lock_record* from VFS_BRL_CANCEL_WINDOWSVolker Lendecke2014-07-041-4/+3
* smbd: do_lock does not need "blr" anymoreVolker Lendecke2014-07-042-4/+2
* smbd: brl_lock does not need "blr" anymoreVolker Lendecke2014-07-043-6/+3
* 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
* smbstatus: Fix an uninitialized variableVolker Lendecke2014-06-301-0/+1
* locking: use correct conversion specifier for printing variablesRalph Boehme2014-06-132-8/+9
* s3 : smbd : Protect all possible code paths from fsp->op == NULL.Jeremy Allison2014-05-021-2/+14
* smbd: Remove unused "share_mode_data->id"Volker Lendecke2014-03-211-1/+0
* smbd: Keep "the_lock"s file id separatelyVolker Lendecke2014-03-211-1/+4
* smbd: Avoid checking the_lock->id for fresh locksVolker Lendecke2014-03-211-4/+5
* smbd: Explicitly pass "file_id" to rename_share_filenameVolker Lendecke2014-03-212-2/+4
* 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-072-2/+2
* param: Complete the removal of the "open files database hash size" parameterGarming Sam2014-01-312-2/+2
* s3:brlock: fix a comment typoMichael Adam2014-01-301-1/+1
* smbd: Early exitVolker Lendecke2013-12-141-1/+7
* smbd: Simplify get_share_mode_lock a bitVolker Lendecke2013-12-141-14/+13
* smbd: Factor out get_share_mode_write_time of get_file_infosVolker Lendecke2013-11-222-8/+12
* smbd: Fix CID 1035434 Same on both sidesVolker Lendecke2013-11-111-1/+1
* smbd: Factor out remove_stale_share_mode_entriesVolker Lendecke2013-10-153-14/+18
* smbd: Add debugs to brlock.cVolker Lendecke2013-10-151-0/+15
* smbd: Remove FAKE_LEVEL_II_OPLOCKVolker Lendecke2013-10-151-13/+1
* smbd: Put "have_read_oplocks" into brlock.tdbVolker Lendecke2013-10-152-10/+48
* smbd: Simplify set_share_modeVolker Lendecke2013-10-081-30/+15
* smbd: Simplify find_share_mode_entry callersVolker Lendecke2013-10-081-46/+25
* smbd: Convert set_share_mode to return bool for successVolker Lendecke2013-10-082-3/+3
* smbd: Make add_share_mode return boolVolker Lendecke2013-10-081-4/+13
* smbd: Change parameter from unsigned to uint32_tVolker Lendecke2013-10-082-2/+2
* 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: Avoid calling serverid_exists twiceVolker Lendecke2013-10-061-0/+6
* 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-112-0/+6
* smbd: Add brl_num_locks access functionVolker Lendecke2013-09-112-0/+7
* smbd: Use ZERO_STRUCT instead of memsetVolker Lendecke2013-09-111-1/+1