summaryrefslogtreecommitdiffstats
path: root/source/smbd/oplock_linux.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix from matthew.hart@veritas.com - bad error return from linux_oplock_receiv...Jeremy Allison2001-04-271-2/+2
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-5/+0
* Paranoia changes to ensure that anything touched by a signal handlerJeremy Allison2000-06-191-7/+7
* enable the Linux change notify code and change some notify debug codeAndrew Tridgell2000-06-121-6/+17
* totally rewrote the async signal, notification and oplock notificationAndrew Tridgell2000-06-121-12/+17
* a better test for oplocks being enabled in this kernelAndrew Tridgell2000-06-111-1/+18
* fixed Linux capabilities handlingAndrew Tridgell2000-06-111-21/+39
* Linux kernel oplocks now seem to work, but need a _lot_ of testingAndrew Tridgell2000-06-111-6/+57
* a first pass at Linux kernel oplocks supportAndrew Tridgell2000-06-101-0/+205