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