index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
oplock_linux.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-07
Remove redundant parameter fd from SMB_VFS_LINUX_SETLEASE().
Michael Adam
1
-2
/
+2
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-3
/
+3
2007-10-10
r25055: Add file_id_string_tos
Volker Lendecke
1
-4
/
+4
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r23183: Check in a change made by Tridge:
Volker Lendecke
1
-12
/
+12
2007-10-10
r21324: Add linux setlease to the vfs layer. Next round, as Volker points out,
Jim McDonough
1
-9
/
+18
2007-10-10
r17896: Reformatting. I did not want to do it anymore, but these ones looked ...
Volker Lendecke
1
-12
/
+19
2007-10-10
r15668: DOS or FCB opens share one share mode entry from different
Jeremy Allison
1
-3
/
+3
2007-10-10
r15446: Tidy up the formatting of locking debug messages and make it more
James Peach
1
-0
/
+1
2007-10-10
r12735: After talking to Tridge and Jeremy... This needs to be made more generic
Volker Lendecke
1
-16
/
+6
2007-10-10
r12721: GPFS 2.4 on Linux will contain some windows semantics, ie share modes...
Volker Lendecke
1
-6
/
+16
2007-10-10
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
1
-53
/
+3
2007-10-10
r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the torture
Jeremy Allison
1
-4
/
+4
2007-10-10
r7440: * merge registry server changes from trunk (so far) for more
Gerald Carter
1
-1
/
+1
2007-10-10
r6586: get rid of a few more compiler warnings
Herb Lewis
1
-0
/
+2
2007-10-10
r6225: get rid of warnings from my compiler about nested externs
Herb Lewis
1
-16
/
+16
2007-10-10
r6149: Fixes bugs #2498 and 2484.
Derrell Lipman
1
-3
/
+9
2003-11-03
Fix more 64-bit printf warnings.
Tim Potter
1
-2
/
+2
2003-05-15
Fix from Steve G <linux_4ever@yahoo.com>. Ensure sigemptyset is called on
Jeremy Allison
1
-0
/
+1
2003-03-28
merged real time signal fixes from head
Andrew Tridgell
1
-1
/
+4
2003-01-14
Merge indirection, signed/unsigned and uninitialiased-value fixes from HEAD.
Andrew Bartlett
1
-0
/
+2
2002-07-15
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
1
-27
/
+30
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2001-11-06
Fixed unsigned / long unsigned format missmatch.
Jeremy Allison
1
-4
/
+4
2001-10-20
Move from timestamp to gen count file id's for finding oplocked files
Jeremy Allison
1
-46
/
+46
2001-10-02
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
1
-2
/
+0
2001-09-08
convert more code to using d_printf
Andrew Tridgell
1
-1
/
+2
2001-06-25
fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins...
Andrew Tridgell
1
-5
/
+5
2001-05-08
More compiler warning fixes.
Tim Potter
1
-2
/
+2
2001-04-27
Fix from matthew.hart@veritas.com - bad error return from linux_oplock_receiv...
Jeremy Allison
1
-2
/
+2
2001-03-11
Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
Jeremy Allison
1
-5
/
+0
2000-06-19
Paranoia changes to ensure that anything touched by a signal handler
Jeremy Allison
1
-7
/
+7
2000-06-12
enable the Linux change notify code and change some notify debug code
Andrew Tridgell
1
-6
/
+17
2000-06-12
totally rewrote the async signal, notification and oplock notification
Andrew Tridgell
1
-12
/
+17
2000-06-11
a better test for oplocks being enabled in this kernel
Andrew Tridgell
1
-1
/
+18
2000-06-11
fixed Linux capabilities handling
Andrew Tridgell
1
-21
/
+39
2000-06-11
Linux kernel oplocks now seem to work, but need a _lot_ of testing
Andrew Tridgell
1
-6
/
+57
2000-06-10
a first pass at Linux kernel oplocks support
Andrew Tridgell
1
-0
/
+205