summaryrefslogtreecommitdiffstats
path: root/source/locking/brlock.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug 6776 - Running overlapping Byte Lock test will core dump Samba daemon...Jeremy Allison2009-10-081-137/+214
* Use procid_str in debug messages for better cluster-debuggabilityVolker Lendecke2009-04-171-2/+2
* 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
* r17181: Fix the build farm RAW-READ bug. When making a copyJeremy Allison2007-10-101-1/+3
* r17105: Fix the race Volker found - we had a non-lockedJeremy Allison2007-10-101-7/+7
* r17098: Samba3 now cleanly passes Samba4 RAW-LOCK tortureJeremy Allison2007-10-101-33/+24
* r17046: Ensure we're using the right pointers ...Jeremy Allison2007-10-101-11/+7
* r17043: Fix memleak when processing CIFS POSIX lock/unlockJeremy Allison2007-10-101-4/+5
* r17041: Trying to track down a *big* memory leak in the new lock code.Jeremy Allison2007-10-101-1/+1
* r16987: Fix the logic errors in ref-counting Windows locks.Jeremy Allison2007-10-101-2/+6
* r16973: Fix subtle logic error in lock ref counting found byJeremy Allison2007-10-101-4/+4
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-106/+198
* r15419: Never write the same function twice :-). In a traversalJeremy Allison2007-10-101-62/+60