summaryrefslogtreecommitdiff
path: root/source3/locking/brlock.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r23316: Ouch... This would not have run in production without cluster codeVolker Lendecke1-2/+2
2007-10-10r23204: Add MSG_SMB_BRL_VALIDATE. Tridge, this is a bit different from your bzrVolker Lendecke1-0/+106
2007-10-10r23195: Add void *private_data to brl_forallVolker Lendecke1-10/+28
2007-10-10r23183: Check in a change made by Tridge:Volker Lendecke1-11/+9
2007-10-10r23169: Merge 535 of Tridge's bzr tree:Volker Lendecke1-2/+5
2007-10-10r23165: Convert brlock.tdb to dbwrapVolker Lendecke1-38/+51
2007-10-10r23014: For all branches, ensure that if we're blocked on a POSIXJeremy Allison1-3/+22
2007-10-10r22846: Chunk one to replace message_send_pid with messaging_send: Deep insideVolker Lendecke1-23/+28
2007-10-10r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...Volker Lendecke1-6/+6
2007-10-10r22688: Change lock_data in struct byte_range_lock from void * to struct lock...Volker Lendecke1-24/+15
2007-10-10r22588: Make all uses of TALLOC_MEMDUP consistent.Jeremy Allison1-3/+8
2007-10-10r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher1-4/+4
2007-10-10r21723: Make use of the per-hashchain "freelists"Volker Lendecke1-0/+3
2007-10-10r19668: Convert the locking params to use struct share_param instead of snumVolker Lendecke1-8/+8
2007-10-10r17924: Get rid of warnings now that talloc is merged.Volker Lendecke1-3/+1
2007-10-10r17452: Some C++ warningsVolker Lendecke1-2/+3
2007-10-10r17346: Add optimisation vl needs for the cluster code whereJeremy Allison1-8/+37
2007-10-10r17314: Optimisation for POSIX locking. If we're downgradingJeremy Allison1-29/+66
2007-10-10r17293: After the results from the cluster tests in Germany,Jeremy Allison1-6/+0
2007-10-10r17279: conn->cnum is the tid we've given to the client. This has nothing to ...Volker Lendecke1-6/+6
2007-10-10r17276: Don't change the POSIX lock ref count if posix locking = no.Jeremy Allison1-2/+2
2007-10-10r17181: Fix the build farm RAW-READ bug. When making a copyJeremy Allison1-1/+3
2007-10-10r17105: Fix the race Volker found - we had a non-lockedJeremy Allison1-7/+7
2007-10-10r17098: Samba3 now cleanly passes Samba4 RAW-LOCK tortureJeremy Allison1-33/+24
2007-10-10r17046: Ensure we're using the right pointers ...Jeremy Allison1-11/+7
2007-10-10r17043: Fix memleak when processing CIFS POSIX lock/unlockJeremy Allison1-4/+5
2007-10-10r17041: Trying to track down a *big* memory leak in the new lock code.Jeremy Allison1-1/+1
2007-10-10r16987: Fix the logic errors in ref-counting Windows locks.Jeremy Allison1-2/+6
2007-10-10r16973: Fix subtle logic error in lock ref counting found byJeremy Allison1-4/+4
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-106/+198
2007-10-10r15419: Never write the same function twice :-). In a traversalJeremy Allison1-62/+60
2007-10-10r15402: Fix for bug #3587. Dead entries can be left in the lockingJeremy Allison1-1/+102
2007-10-10r15269: Fix incorrect boolean in assert to make POSIX lock testsJeremy Allison1-1/+1
2007-10-10r15255: Add return statement after abort to placate fussy compilers. Closes ...Tim Potter1-0/+2
2007-10-10r15083: Using talloc with destructors is nice and all, but in thisJeremy Allison1-9/+5
2007-10-10r15060: The brlock code gets called a lot. Ensure we keep theJeremy Allison1-29/+13
2007-10-10r15026: Fix warning until POSIX locking finished.Jeremy Allison1-2/+1
2007-10-10r15018: Merge Volker's ipc/trans2/nttrans changes overJeremy Allison1-315/+985
2007-10-10r14763: Add a new tuning parameter, open files database hash size,Jeremy Allison1-2/+4
2007-10-10r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison1-5/+2
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-12/+12
2007-10-10r6502: add LOCKING debug class - pull PRINTINGDB class definition from trunkHerb Lewis1-0/+3
2007-10-10r5634: Fix 64-bit overflow problems found by BlueArc torture tester.Jeremy Allison1-9/+0
2007-10-10r4108: As check_self is *always* False in every invokation, remove theJeremy Allison1-11/+6
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-1/+1
2007-10-10r3050: Steal from Samba4 :-). Make us pass most of the new lock tests (except...Jeremy Allison1-17/+56
2007-10-10r3008: when checking for the existance of a lock we are only doing a singleAndrew Tridgell1-3/+0
2007-10-10r1011: fix bad merge (from a few months ago) and ensure that we always use td...Gerald Carter1-2/+2
2004-02-12merge from old APP_HEADGerald Carter1-2/+2
2003-10-09Changes to allow Samba3 to pass the Samba4 RAW-READ tests.Jeremy Allison1-2/+7