summaryrefslogtreecommitdiff
path: root/source/locking/locking.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #5979 - Level 2 oplocks being granted improperly,Jeremy Allison2009-01-021-1/+10
* Fix a delete on close divergence from windows [2/2]Tim Prouty2008-12-111-45/+1
* Fix debug message to show correct function name.Jeremy Allison2008-09-091-1/+1
* Write times code update.Jeremy Allison2008-09-091-5/+28
* Fix alignment problems on sparc, bug 5512Volker Lendecke2008-07-091-19/+20
* Allow server manager to close open files selected by id.Jeremy Allison2008-05-271-1/+1
* Remove the "stat_open()" function, flag, and all associated code. It was onlyJeremy Allison2008-05-021-4/+0
* locking: combine get_delete_on_close_flag() and get_write_time() into get_fil...Stefan Metzmacher2008-04-071-19/+22
* locking: store the write time in the locking.tdbStefan Metzmacher2008-04-071-14/+82
* Merge leftovers of 0e1a86bc845 in 3-0-ctdbVolker Lendecke2008-03-171-4/+3
* Don't early delete the share mode tdb dataVolker Lendecke2008-01-121-2/+0
* Trivial simplificationVolker Lendecke2008-01-121-5/+1
* Some more talloc_tos()Volker Lendecke2008-01-101-7/+7
* use talloc_tos in a few more placesVolker Lendecke2008-01-101-2/+2
* Do not talloc_strdup filename and servicepathVolker Lendecke2008-01-071-16/+8
* allocate share_mode_str only when neededVolker Lendecke2008-01-041-1/+4
* Tiny simplificationsVolker Lendecke2007-12-101-10/+14
* Remove a staticVolker Lendecke2007-12-101-11/+9
* Add a commentVolker Lendecke2007-11-181-1/+7
* Fix a valgrind errorVolker Lendecke2007-11-181-3/+4
* Add MAX_DNS_NAME_LENGTH, remove more pstrings.Jeremy Allison2007-11-151-9/+9
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-26/+26
* r25055: Add file_id_string_tosVolker Lendecke2007-10-101-2/+2
* r24266: Remove the "open files database hash size" parameterVolker Lendecke2007-10-101-2/+1
* r24117: use locking_key() instead of forming the TDB_DATA keyStefan Metzmacher2007-10-101-4/+1
* 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
* 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
* r23510: Tidy calls to smb_panic by removing trailing newlines. Print theJames Peach2007-10-101-12/+12
* r23486: Ok, this time with a hopefully successful make test in the right place:Volker Lendecke2007-10-101-4/+0
* r23222: share_mode_forall() is only for counting and status display stuff, soVolker Lendecke2007-10-101-1/+1
* r23183: Check in a change made by Tridge:Volker Lendecke2007-10-101-51/+35
* 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
* r23014: For all branches, ensure that if we're blocked on a POSIXJeremy Allison2007-10-101-2/+4
* r22846: Chunk one to replace message_send_pid with messaging_send: Deep insideVolker Lendecke2007-10-101-9/+17
* 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-101-10/+10
* 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-101-0/+3
* 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-101-3/+6
* 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