summaryrefslogtreecommitdiff
path: root/source3/locking
AgeCommit message (Expand)AuthorFilesLines
2008-09-05Fix debug message to show correct function name.Jeremy Allison1-1/+1
2008-09-05Write times code update.Jeremy Allison1-5/+28
2008-07-09Fix alignment problems on sparc, bug 5512Volker Lendecke1-19/+20
2008-05-27Allow server manager to close open files selected by id.Jeremy Allison1-1/+1
2008-05-02Remove the "stat_open()" function, flag, and all associated code. It was onlyJeremy Allison1-4/+0
2008-04-21Slight reformatting of fd_close_posix(), while I'm at it.Michael Adam1-5/+9
2008-04-21Change fd_close_posix() to return int instead of NTSTATUS.Michael Adam1-12/+4
2008-04-21Don't modify the fsp in fd_close_posix() anymore.Michael Adam1-4/+0
2008-04-21Move the posix pending close functionality down into the VFS layer.Michael Adam1-3/+3
2008-04-11Quieten valgrind message on make valgrindtest. This doesn'tJeremy Allison1-0/+5
2008-04-07locking: combine get_delete_on_close_flag() and get_write_time() into get_fil...Stefan Metzmacher1-19/+22
2008-04-07locking: store the write time in the locking.tdbStefan Metzmacher1-14/+82
2008-03-17Merge leftovers of 0e1a86bc845 in 3-0-ctdbVolker Lendecke2-5/+4
2008-01-20Fix some "set but never used" warningsVolker Lendecke1-5/+0
2008-01-16Merge CTDB-related fixes from samba-ctdb 3.0 branch (http://samba.org/~tridge...Alexander Bokovoy1-14/+15
2008-01-12Don't early delete the share mode tdb dataVolker Lendecke1-2/+0
2008-01-12Trivial simplificationVolker Lendecke1-5/+1
2008-01-10Some more talloc_tos()Volker Lendecke1-7/+7
2008-01-10use talloc_tos in a few more placesVolker Lendecke1-2/+2
2008-01-07Remove redundant parameter fd from SMB_VFS_GETLOCK().Michael Adam1-2/+2
2008-01-07Do not talloc_strdup filename and servicepathVolker Lendecke1-16/+8
2008-01-07Remove redundant parameter fd from SMB_VFS_LOCK().Michael Adam1-2/+2
2008-01-04allocate share_mode_str only when neededVolker Lendecke1-1/+4
2007-12-22Remove redundant connection_struct from fd_close_posix() parameter list.Michael Adam1-2/+2
2007-12-11Convert the posix_pending_close_db to dbwrap_rbtVolker Lendecke1-126/+130
2007-12-10Tiny simplificationsVolker Lendecke3-16/+17
2007-12-10Remove a staticVolker Lendecke1-11/+9
2007-12-10Remove two staticsVolker Lendecke1-39/+17
2007-11-18Add a commentVolker Lendecke1-1/+7
2007-11-18Fix a valgrind errorVolker Lendecke1-3/+4
2007-11-15Add MAX_DNS_NAME_LENGTH, remove more pstrings.Jeremy Allison2-11/+14
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison3-69/+69
2007-10-10r25055: Add file_id_string_tosVolker Lendecke2-3/+3
2007-10-10r24571: Only look at errno if the close call actually failedVolker Lendecke1-1/+4
2007-10-10r24266: Remove the "open files database hash size" parameterVolker Lendecke2-4/+2
2007-10-10r24117: use locking_key() instead of forming the TDB_DATA keyStefan Metzmacher1-4/+1
2007-10-10r24034: Print the full cluster pid in print_lock_structVolker Lendecke1-2/+2
2007-10-10r23956: merge from 3_2-ctdb-tridge:Stefan Metzmacher1-0/+8
2007-10-10r23908: Fix bug with interaction of optimization withJeremy Allison1-8/+24
2007-10-10r23885: Fix make test on opi.Volker Lendecke1-0/+1
2007-10-10r23882: Fix Coverity id 389 -- finally (I hope)Volker Lendecke1-7/+11
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell3-6/+3
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison3-3/+3
2007-10-10r23759: Fix make test -- sorryVolker Lendecke1-2/+2
2007-10-10r23755: Fix Coverity id 384Volker Lendecke1-1/+7
2007-10-10r23516: Fix bug found & fixed by Doug Rudoff (doug_rudoff@isilon.com)Jeremy Allison1-0/+6
2007-10-10r23510: Tidy calls to smb_panic by removing trailing newlines. Print theJames Peach3-28/+28
2007-10-10r23486: Ok, this time with a hopefully successful make test in the right place:Volker Lendecke1-4/+0
2007-10-10r23316: Ouch... This would not have run in production without cluster codeVolker Lendecke1-2/+2
2007-10-10r23222: share_mode_forall() is only for counting and status display stuff, soVolker Lendecke1-1/+1