summaryrefslogtreecommitdiff
path: root/source3/locking/brlock.c
Commit message (Expand)AuthorAgeFilesLines
* Make Samba3 pass the RAW-LOCK test as Windows.Jeremy Allison2009-12-041-0/+5
* s3: Remove a pointless memsetVolker Lendecke2009-11-211-1/+0
* s3: Cache brlock.tdb entries for the fast read&write strict locking code pathVolker Lendecke2009-11-211-5/+57
* s3: Remove debug_ctx()Volker Lendecke2009-11-031-1/+1
* Fix bug 6776 - Running overlapping Byte Lock test will core dump Samba daemon.Jeremy Allison2009-10-051-148/+219
* Make the smbd VFS typesafeVolker Lendecke2009-07-241-0/+30
* s3: Change fsp->fsp_name to be an smb_filename struct!Tim Prouty2009-07-201-2/+2
* Use procid_str in debug messages for better cluster-debuggabilityVolker Lendecke2009-04-031-2/+2
* s3 BRL: Add more clarifying comments and add implied logic to make conditiona...Zack Kirsch2009-02-201-2/+6
* Add VFS ops for Windows BRL: Lock, Unlock and Cancel:Zack Kirsch2009-02-131-19/+47
* 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
* Quieten valgrind message on make valgrindtest. This doesn'tJeremy Allison2008-04-111-0/+5
* Merge leftovers of 0e1a86bc845 in 3-0-ctdbVolker Lendecke2008-03-171-1/+1
* 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
* Tiny simplificationsVolker Lendecke2007-12-101-5/+2
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-28/+28
* r25055: Add file_id_string_tosVolker Lendecke2007-10-101-1/+1
* r24266: Remove the "open files database hash size" parameterVolker Lendecke2007-10-101-2/+1
* r24034: Print the full cluster pid in print_lock_structVolker Lendecke2007-10-101-2/+2
* r23885: Fix make test on opi.Volker Lendecke2007-10-101-0/+1
* r23882: Fix Coverity id 389 -- finally (I hope)Volker Lendecke2007-10-101-7/+11
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23759: Fix make test -- sorryVolker Lendecke2007-10-101-2/+2
* r23755: Fix Coverity id 384Volker Lendecke2007-10-101-1/+7
* r23516: Fix bug found & fixed by Doug Rudoff (doug_rudoff@isilon.com)Jeremy Allison2007-10-101-0/+6
* r23510: Tidy calls to smb_panic by removing trailing newlines. Print theJames Peach2007-10-101-5/+5
* r23316: Ouch... This would not have run in production without cluster codeVolker Lendecke2007-10-101-2/+2
* r23204: Add MSG_SMB_BRL_VALIDATE. Tridge, this is a bit different from your bzrVolker Lendecke2007-10-101-0/+106
* r23195: Add void *private_data to brl_forallVolker Lendecke2007-10-101-10/+28
* r23183: Check in a change made by Tridge:Volker Lendecke2007-10-101-11/+9
* r23169: Merge 535 of Tridge's bzr tree:Volker Lendecke2007-10-101-2/+5
* r23165: Convert brlock.tdb to dbwrapVolker Lendecke2007-10-101-38/+51
* r23014: For all branches, ensure that if we're blocked on a POSIXJeremy Allison2007-10-101-3/+22
* r22846: Chunk one to replace message_send_pid with messaging_send: Deep insideVolker Lendecke2007-10-101-23/+28
* r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...Volker Lendecke2007-10-101-6/+6
* r22688: Change lock_data in struct byte_range_lock from void * to struct lock...Volker Lendecke2007-10-101-24/+15
* r22588: Make all uses of TALLOC_MEMDUP consistent.Jeremy Allison2007-10-101-3/+8
* r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher2007-10-101-4/+4
* r21723: Make use of the per-hashchain "freelists"Volker Lendecke2007-10-101-0/+3
* r19668: Convert the locking params to use struct share_param instead of snumVolker Lendecke2007-10-101-8/+8
* r17924: Get rid of warnings now that talloc is merged.Volker Lendecke2007-10-101-3/+1
* r17452: Some C++ warningsVolker Lendecke2007-10-101-2/+3
* r17346: Add optimisation vl needs for the cluster code whereJeremy Allison2007-10-101-8/+37
* r17314: Optimisation for POSIX locking. If we're downgradingJeremy Allison2007-10-101-29/+66
* r17293: After the results from the cluster tests in Germany,Jeremy Allison2007-10-101-6/+0
* r17279: conn->cnum is the tid we've given to the client. This has nothing to ...Volker Lendecke2007-10-101-6/+6
* r17276: Don't change the POSIX lock ref count if posix locking = no.Jeremy Allison2007-10-101-2/+2