summaryrefslogtreecommitdiffstats
path: root/source/locking
Commit message (Expand)AuthorAgeFilesLines
* 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
* r24266: Remove the "open files database hash size" parameterVolker Lendecke2007-10-102-4/+2
* r24117: use locking_key() instead of forming the TDB_DATA keyStefan Metzmacher2007-10-101-4/+1
* r24034: Print the full cluster pid in print_lock_structVolker Lendecke2007-10-101-2/+2
* r23956: merge from 3_2-ctdb-tridge:Stefan Metzmacher2007-10-101-0/+8
* r23908: Fix bug with interaction of optimization withJeremy Allison2007-10-101-8/+24
* 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-103-6/+3
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-103-3/+3
* 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-103-28/+28
* r23486: Ok, this time with a hopefully successful make test in the right place:Volker Lendecke2007-10-101-4/+0
* r23316: Ouch... This would not have run in production without cluster codeVolker Lendecke2007-10-101-2/+2
* r23222: share_mode_forall() is only for counting and status display stuff, soVolker Lendecke2007-10-101-1/+1
* 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-103-80/+52
* 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
* r23164: Minor cosmetic checkinVolker Lendecke2007-10-101-2/+2
* r23163: Convert locking.tdb to dbwrapVolker Lendecke2007-10-101-91/+109
* r23162: Make use of messaging_send_bufVolker Lendecke2007-10-101-4/+2
* r23100: Implement the delete on close semantics I've just tested forJeremy Allison2007-10-101-1/+45
* r23096: Make the lock failure message prettier.James Peach2007-10-101-4/+4
* r23014: For all branches, ensure that if we're blocked on a POSIXJeremy Allison2007-10-102-5/+26
* r22846: Chunk one to replace message_send_pid with messaging_send: Deep insideVolker Lendecke2007-10-102-32/+45
* 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
* r22542: Move over to using the _strict varients of the tallocJeremy Allison2007-10-101-1/+1
* r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher2007-10-103-18/+18
* r21726: Fix stupid cut-n-paste typo. Thanks to volker forJeremy Allison2007-10-101-1/+1
* r21724: Optimization pointed out by Volker. If we don'tJeremy Allison2007-10-101-0/+20
* r21723: Make use of the per-hashchain "freelists"Volker Lendecke2007-10-102-0/+6
* r21706: get_delete_on_close_flag() is the perfect candidate for tdb_parse_rec...Volker Lendecke2007-10-101-7/+21
* r21257: Better fix for bug #4188 :Jeremy Allison2007-10-101-36/+1
* r21191: Add in the POSIX open/mkdir/unlink calls.Jeremy Allison2007-10-102-8/+15
* r20916: Add in the delete on close final fix - but only enabledJeremy Allison2007-10-101-0/+4
* r20883: W00t! I now understand how "delete on close" reallyJeremy Allison2007-10-101-23/+16
* r20873: Some correctness fixes w.r.t. Samba4 torture BASE-DELETE.Jeremy Allison2007-10-101-0/+40
* r19668: Convert the locking params to use struct share_param instead of snumVolker Lendecke2007-10-103-17/+16
* r19078: talloc_strdup can failVolker Lendecke2007-10-101-0/+6
* r17924: Get rid of warnings now that talloc is merged.Volker Lendecke2007-10-102-6/+2
* r17452: Some C++ warningsVolker Lendecke2007-10-102-3/+4
* r17346: Add optimisation vl needs for the cluster code whereJeremy Allison2007-10-102-11/+40
* r17314: Optimisation for POSIX locking. If we're downgradingJeremy Allison2007-10-102-31/+70