summaryrefslogtreecommitdiff
path: root/source3/locking
Commit message (Expand)AuthorAgeFilesLines
* Fix bug 6776 - Running overlapping Byte Lock test will core dump Samba daemon...Jeremy Allison2009-10-081-148/+219
* Fix Coverity ID 897: REVERSE_INULLVolker Lendecke2009-05-061-1/+1
* Use procid_str in debug messages for better cluster-debuggabilityVolker Lendecke2009-04-031-2/+2
* Fix a scary "fill_share_mode_lock failed" messageVolker Lendecke2009-03-261-1/+2
* s3: Add strict lock/unlock calls to the vfs layer to replace is_lockedDave Richards2009-03-131-35/+55
* Last part of fix for #6154 - zfs does not honor admin users.Jeremy Allison2009-03-051-4/+15
* s3 BRL: Add more clarifying comments and add implied logic to make conditiona...Zack Kirsch2009-02-201-2/+6
* s3: Add extid to the dev/inode pairTim Prouty2009-02-191-3/+3
* s3: Fix uninitialized variable warning (and bug).Zack Kirsch2009-02-131-2/+0
* Add VFS ops for Windows BRL: Lock, Unlock and Cancel:Zack Kirsch2009-02-132-52/+95
* Fix an uninitialized variable. Tim, please check!Volker Lendecke2009-02-101-1/+1
* s3 oplocks: Make the level2 oplock contention API more granularTim Prouty2009-02-091-11/+74
* Fix more asprintf warnings and some error path errors.Jeremy Allison2008-12-231-7/+6
* Fix bug #5979 - Level 2 oplocks being granted improperly,Jeremy Allison2008-12-171-1/+10
* s3: [3/3]: Fix a delete on close divergence from windows and the associated t...Tim Prouty2008-12-091-45/+1
* Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij2008-10-142-26/+26
* Fix debug message to show correct function name.Jeremy Allison2008-09-051-1/+1
* Write times code update.Jeremy Allison2008-09-051-5/+28
* Fix alignment problems on sparc, bug 5512Volker Lendecke2008-07-091-19/+20
* Allow server manager to close open files selected by id.Jeremy Allison2008-05-271-1/+1
* Remove the "stat_open()" function, flag, and all associated code. It was onlyJeremy Allison2008-05-021-4/+0
* Slight reformatting of fd_close_posix(), while I'm at it.Michael Adam2008-04-211-5/+9
* Change fd_close_posix() to return int instead of NTSTATUS.Michael Adam2008-04-211-12/+4
* Don't modify the fsp in fd_close_posix() anymore.Michael Adam2008-04-211-4/+0
* Move the posix pending close functionality down into the VFS layer.Michael Adam2008-04-211-3/+3
* Quieten valgrind message on make valgrindtest. This doesn'tJeremy Allison2008-04-111-0/+5
* locking: combine get_delete_on_close_flag() and get_write_time() into get_fil...Stefan Metzmacher2008-04-071-19/+22
* locking: store the write time in the locking.tdbStefan Metzmacher2008-04-071-14/+82
* Merge leftovers of 0e1a86bc845 in 3-0-ctdbVolker Lendecke2008-03-172-5/+4
* Fix some "set but never used" warningsVolker Lendecke2008-01-201-5/+0
* Merge CTDB-related fixes from samba-ctdb 3.0 branch (http://samba.org/~tridge...Alexander Bokovoy2008-01-161-14/+15
* Don't early delete the share mode tdb dataVolker Lendecke2008-01-121-2/+0
* Trivial simplificationVolker Lendecke2008-01-121-5/+1
* Some more talloc_tos()Volker Lendecke2008-01-101-7/+7
* use talloc_tos in a few more placesVolker Lendecke2008-01-101-2/+2
* Remove redundant parameter fd from SMB_VFS_GETLOCK().Michael Adam2008-01-071-2/+2
* Do not talloc_strdup filename and servicepathVolker Lendecke2008-01-071-16/+8
* Remove redundant parameter fd from SMB_VFS_LOCK().Michael Adam2008-01-071-2/+2
* allocate share_mode_str only when neededVolker Lendecke2008-01-041-1/+4
* Remove redundant connection_struct from fd_close_posix() parameter list.Michael Adam2007-12-221-2/+2
* Convert the posix_pending_close_db to dbwrap_rbtVolker Lendecke2007-12-111-126/+130
* Tiny simplificationsVolker Lendecke2007-12-103-16/+17
* Remove a staticVolker Lendecke2007-12-101-11/+9
* Remove two staticsVolker Lendecke2007-12-101-39/+17
* Add a commentVolker Lendecke2007-11-181-1/+7
* Fix a valgrind errorVolker Lendecke2007-11-181-3/+4
* Add MAX_DNS_NAME_LENGTH, remove more pstrings.Jeremy Allison2007-11-152-11/+14
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-183-69/+69
* r25055: Add file_id_string_tosVolker Lendecke2007-10-102-3/+3
* r24571: Only look at errno if the close call actually failedVolker Lendecke2007-10-101-1/+4