summaryrefslogtreecommitdiffstats
path: root/source/smbd/oplock_linux.c
Commit message (Expand)AuthorAgeFilesLines
* 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