summaryrefslogtreecommitdiff
path: root/source3/smbd/oplock_linux.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-31Wrap setting leases in become_root()/unbecome_root() to ensure correct delive...Jeremy Allison1-13/+20
2012-06-21Fix bug #8974 - Kernel oplocks are broken when uid(file) != uid(process).Jeremy Allison1-0/+13
2012-02-10s3:smbd/oplock_linux: don't overwrite private_dataStefan Metzmacher1-2/+0
2011-12-13s3:smbd/oplock: pass smbd_server_connection to linux_init_kernel_oplocks()Stefan Metzmacher1-5/+12
2011-09-13s3: Fix some nonempty blank linesVolker Lendecke1-3/+3
2011-05-31s3-globals Remove smbd_event_context() (use server_event_context())Andrew Bartlett1-1/+1
2011-03-30s3: include smbd/smbd.h where needed.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2010-09-28s3: Lift smbd_server_conn from file_find_fdVolker Lendecke1-1/+1
2010-07-05s3: Remove smbd_messaging_context() from linux_oplock_signal_handler()Volker Lendecke1-1/+1
2009-09-03Hopefully last part of the fix for bug 6651 - smbd SIGSEGV when breaking oplo...Jeremy Allison1-2/+2
2009-08-24Help debug for bug 6651 - smbd SIGSEGV when breaking oplocks.Jeremy Allison1-0/+4
2009-07-20s3: Change fsp->fsp_name to be an smb_filename struct!Tim Prouty1-4/+5
2009-02-09s3 oplocks: Make the level2 oplock contention API more granularTim Prouty1-2/+4
2009-02-09s3 oplocks: Differentiate between releasing an oplock vs. downgrading to Leve...Tim Prouty1-1/+1
2009-01-27s3:smbd: make kernel oplocks event drivenStefan Metzmacher1-49/+17
2009-01-22s3:smbd: restructure kernel oplocks codeStefan Metzmacher1-12/+24
2009-01-08s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher1-18/+14
2008-05-28Fix Bug #5285. (libcap header mismatch)Günther Deschner1-46/+2
2008-01-16Merge CTDB-related fixes from samba-ctdb 3.0 branch (http://samba.org/~tridge...Alexander Bokovoy1-6/+16
2008-01-07Remove redundant parameter fd from SMB_VFS_LINUX_SETLEASE().Michael Adam1-2/+2
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-3/+3
2007-10-10r25055: Add file_id_string_tosVolker Lendecke1-4/+4
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23183: Check in a change made by Tridge:Volker Lendecke1-12/+12
2007-10-10r21324: Add linux setlease to the vfs layer. Next round, as Volker points out,Jim McDonough1-9/+18
2007-10-10r17896: Reformatting. I did not want to do it anymore, but these ones looked ...Volker Lendecke1-12/+19
2007-10-10r15668: DOS or FCB opens share one share mode entry from differentJeremy Allison1-3/+3
2007-10-10r15446: Tidy up the formatting of locking debug messages and make it moreJames Peach1-0/+1
2007-10-10r12735: After talking to Tridge and Jeremy... This needs to be made more genericVolker Lendecke1-16/+6
2007-10-10r12721: GPFS 2.4 on Linux will contain some windows semantics, ie share modes...Volker Lendecke1-6/+16
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-53/+3
2007-10-10r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the tortureJeremy Allison1-4/+4
2007-10-10r7440: * merge registry server changes from trunk (so far) for moreGerald Carter1-1/+1
2007-10-10r6586: get rid of a few more compiler warningsHerb Lewis1-0/+2
2007-10-10r6225: get rid of warnings from my compiler about nested externsHerb Lewis1-16/+16
2007-10-10r6149: Fixes bugs #2498 and 2484.Derrell Lipman1-3/+9
2003-11-03Fix more 64-bit printf warnings.Tim Potter1-2/+2
2003-05-15Fix from Steve G <linux_4ever@yahoo.com>. Ensure sigemptyset is called onJeremy Allison1-0/+1
2003-03-28merged real time signal fixes from headAndrew Tridgell1-1/+4
2003-01-14Merge indirection, signed/unsigned and uninitialiased-value fixes from HEAD.Andrew Bartlett1-0/+2
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-27/+30
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-11-06Fixed unsigned / long unsigned format missmatch.Jeremy Allison1-4/+4
2001-10-20Move from timestamp to gen count file id's for finding oplocked filesJeremy Allison1-46/+46
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-08convert more code to using d_printfAndrew Tridgell1-1/+2
2001-06-25fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins...Andrew Tridgell1-5/+5
2001-05-08More compiler warning fixes.Tim Potter1-2/+2