summaryrefslogtreecommitdiffstats
path: root/source3/smbd/oplock_linux.c
Commit message (Expand)AuthorAgeFilesLines
* Wrap setting leases in become_root()/unbecome_root() to ensure correct delive...Jeremy Allison2013-07-311-13/+20
* Fix bug #8974 - Kernel oplocks are broken when uid(file) != uid(process).Jeremy Allison2012-06-211-0/+13
* s3:smbd/oplock_linux: don't overwrite private_dataStefan Metzmacher2012-02-101-2/+0
* s3:smbd/oplock: pass smbd_server_connection to linux_init_kernel_oplocks()Stefan Metzmacher2011-12-131-5/+12
* s3: Fix some nonempty blank linesVolker Lendecke2011-09-131-3/+3
* s3-globals Remove smbd_event_context() (use server_event_context())Andrew Bartlett2011-05-311-1/+1
* s3: include smbd/smbd.h where needed.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3: Lift smbd_server_conn from file_find_fdVolker Lendecke2010-09-281-1/+1
* s3: Remove smbd_messaging_context() from linux_oplock_signal_handler()Volker Lendecke2010-07-051-1/+1
* Hopefully last part of the fix for bug 6651 - smbd SIGSEGV when breaking oplo...Jeremy Allison2009-09-031-2/+2
* Help debug for bug 6651 - smbd SIGSEGV when breaking oplocks.Jeremy Allison2009-08-241-0/+4
* s3: Change fsp->fsp_name to be an smb_filename struct!Tim Prouty2009-07-201-4/+5
* s3 oplocks: Make the level2 oplock contention API more granularTim Prouty2009-02-091-2/+4
* s3 oplocks: Differentiate between releasing an oplock vs. downgrading to Leve...Tim Prouty2009-02-091-1/+1
* s3:smbd: make kernel oplocks event drivenStefan Metzmacher2009-01-271-49/+17
* s3:smbd: restructure kernel oplocks codeStefan Metzmacher2009-01-221-12/+24
* s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher2009-01-081-18/+14
* Fix Bug #5285. (libcap header mismatch)Günther Deschner2008-05-281-46/+2
* Merge CTDB-related fixes from samba-ctdb 3.0 branch (http://samba.org/~tridge...Alexander Bokovoy2008-01-161-6/+16
* Remove redundant parameter fd from SMB_VFS_LINUX_SETLEASE().Michael Adam2008-01-071-2/+2
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-3/+3
* r25055: Add file_id_string_tosVolker Lendecke2007-10-101-4/+4
* 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
* r23183: Check in a change made by Tridge:Volker Lendecke2007-10-101-12/+12
* r21324: Add linux setlease to the vfs layer. Next round, as Volker points out,Jim McDonough2007-10-101-9/+18
* r17896: Reformatting. I did not want to do it anymore, but these ones looked ...Volker Lendecke2007-10-101-12/+19
* r15668: DOS or FCB opens share one share mode entry from differentJeremy Allison2007-10-101-3/+3
* r15446: Tidy up the formatting of locking debug messages and make it moreJames Peach2007-10-101-0/+1
* r12735: After talking to Tridge and Jeremy... This needs to be made more genericVolker Lendecke2007-10-101-16/+6
* r12721: GPFS 2.4 on Linux will contain some windows semantics, ie share modes...Volker Lendecke2007-10-101-6/+16
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-53/+3
* r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the tortureJeremy Allison2007-10-101-4/+4
* r7440: * merge registry server changes from trunk (so far) for moreGerald Carter2007-10-101-1/+1
* r6586: get rid of a few more compiler warningsHerb Lewis2007-10-101-0/+2
* r6225: get rid of warnings from my compiler about nested externsHerb Lewis2007-10-101-16/+16
* r6149: Fixes bugs #2498 and 2484.Derrell Lipman2007-10-101-3/+9
* Fix more 64-bit printf warnings.Tim Potter2003-11-031-2/+2
* Fix from Steve G <linux_4ever@yahoo.com>. Ensure sigemptyset is called onJeremy Allison2003-05-151-0/+1
* merged real time signal fixes from headAndrew Tridgell2003-03-281-1/+4
* Merge indirection, signed/unsigned and uninitialiased-value fixes from HEAD.Andrew Bartlett2003-01-141-0/+2
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-27/+30
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Fixed unsigned / long unsigned format missmatch.Jeremy Allison2001-11-061-4/+4
* Move from timestamp to gen count file id's for finding oplocked filesJeremy Allison2001-10-201-46/+46
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* convert more code to using d_printfAndrew Tridgell2001-09-081-1/+2
* fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins...Andrew Tridgell2001-06-251-5/+5
* More compiler warning fixes.Tim Potter2001-05-081-2/+2