summaryrefslogtreecommitdiff
path: root/source3/locking
AgeCommit message (Expand)AuthorFilesLines
2009-07-07s3: Remove unnecessary const qualifiersTim Prouty1-2/+1
2009-07-06s3 sticky write time: Removed unused args and tighten up a function by making...Tim Prouty1-1/+2
2009-05-06Fix Coverity ID 897: REVERSE_INULLVolker Lendecke1-1/+1
2009-04-03Use procid_str in debug messages for better cluster-debuggabilityVolker Lendecke1-2/+2
2009-03-26Fix a scary "fill_share_mode_lock failed" messageVolker Lendecke1-1/+2
2009-03-13s3: Add strict lock/unlock calls to the vfs layer to replace is_lockedDave Richards1-35/+55
2009-03-05Last part of fix for #6154 - zfs does not honor admin users.Jeremy Allison1-4/+15
2009-02-20s3 BRL: Add more clarifying comments and add implied logic to make conditiona...Zack Kirsch1-2/+6
2009-02-19s3: Add extid to the dev/inode pairTim Prouty1-3/+3
2009-02-13s3: Fix uninitialized variable warning (and bug).Zack Kirsch1-2/+0
2009-02-13Add VFS ops for Windows BRL: Lock, Unlock and Cancel:Zack Kirsch2-52/+95
2009-02-10Fix an uninitialized variable. Tim, please check!Volker Lendecke1-1/+1
2009-02-09s3 oplocks: Make the level2 oplock contention API more granularTim Prouty1-11/+74
2008-12-23Fix more asprintf warnings and some error path errors.Jeremy Allison1-7/+6
2008-12-17Fix bug #5979 - Level 2 oplocks being granted improperly,Jeremy Allison1-1/+10
2008-12-09s3: [3/3]: Fix a delete on close divergence from windows and the associated t...Tim Prouty1-45/+1
2008-10-14Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij2-26/+26
2008-09-05Fix debug message to show correct function name.Jeremy Allison1-1/+1
2008-09-05Write times code update.Jeremy Allison1-5/+28
2008-07-09Fix alignment problems on sparc, bug 5512Volker Lendecke1-19/+20
2008-05-27Allow server manager to close open files selected by id.Jeremy Allison1-1/+1
2008-05-02Remove the "stat_open()" function, flag, and all associated code. It was onlyJeremy Allison1-4/+0
2008-04-21Slight reformatting of fd_close_posix(), while I'm at it.Michael Adam1-5/+9
2008-04-21Change fd_close_posix() to return int instead of NTSTATUS.Michael Adam1-12/+4
2008-04-21Don't modify the fsp in fd_close_posix() anymore.Michael Adam1-4/+0
2008-04-21Move the posix pending close functionality down into the VFS layer.Michael Adam1-3/+3
2008-04-11Quieten valgrind message on make valgrindtest. This doesn'tJeremy Allison1-0/+5
2008-04-07locking: combine get_delete_on_close_flag() and get_write_time() into get_fil...Stefan Metzmacher1-19/+22
2008-04-07locking: store the write time in the locking.tdbStefan Metzmacher1-14/+82
2008-03-17Merge leftovers of 0e1a86bc845 in 3-0-ctdbVolker Lendecke2-5/+4
2008-01-20Fix some "set but never used" warningsVolker Lendecke1-5/+0
2008-01-16Merge CTDB-related fixes from samba-ctdb 3.0 branch (http://samba.org/~tridge...Alexander Bokovoy1-14/+15
2008-01-12Don't early delete the share mode tdb dataVolker Lendecke1-2/+0
2008-01-12Trivial simplificationVolker Lendecke1-5/+1
2008-01-10Some more talloc_tos()Volker Lendecke1-7/+7
2008-01-10use talloc_tos in a few more placesVolker Lendecke1-2/+2
2008-01-07Remove redundant parameter fd from SMB_VFS_GETLOCK().Michael Adam1-2/+2
2008-01-07Do not talloc_strdup filename and servicepathVolker Lendecke1-16/+8
2008-01-07Remove redundant parameter fd from SMB_VFS_LOCK().Michael Adam1-2/+2
2008-01-04allocate share_mode_str only when neededVolker Lendecke1-1/+4
2007-12-22Remove redundant connection_struct from fd_close_posix() parameter list.Michael Adam1-2/+2
2007-12-11Convert the posix_pending_close_db to dbwrap_rbtVolker Lendecke1-126/+130
2007-12-10Tiny simplificationsVolker Lendecke3-16/+17
2007-12-10Remove a staticVolker Lendecke1-11/+9
2007-12-10Remove two staticsVolker Lendecke1-39/+17
2007-11-18Add a commentVolker Lendecke1-1/+7
2007-11-18Fix a valgrind errorVolker Lendecke1-3/+4
2007-11-15Add MAX_DNS_NAME_LENGTH, remove more pstrings.Jeremy Allison2-11/+14
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison3-69/+69
2007-10-10r25055: Add file_id_string_tosVolker Lendecke2-3/+3