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
2011-09-13
s3: Fix some nonempty blank lines
Volker Lendecke
1
-3
/
+3
2011-05-31
s3-globals Remove smbd_event_context() (use server_event_context())
Andrew Bartlett
1
-1
/
+1
2011-03-30
s3: include smbd/smbd.h where needed.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-includes: only include system/filesys.h when needed.
Günther Deschner
1
-0
/
+1
2010-09-28
s3: Lift smbd_server_conn from file_find_fd
Volker Lendecke
1
-1
/
+1
2010-07-05
s3: Remove smbd_messaging_context() from linux_oplock_signal_handler()
Volker Lendecke
1
-1
/
+1
2009-09-03
Hopefully last part of the fix for bug 6651 - smbd SIGSEGV when breaking oplo...
Jeremy Allison
1
-2
/
+2
2009-08-24
Help debug for bug 6651 - smbd SIGSEGV when breaking oplocks.
Jeremy Allison
1
-0
/
+4
2009-07-20
s3: Change fsp->fsp_name to be an smb_filename struct!
Tim Prouty
1
-4
/
+5
2009-02-09
s3 oplocks: Make the level2 oplock contention API more granular
Tim Prouty
1
-2
/
+4
2009-02-09
s3 oplocks: Differentiate between releasing an oplock vs. downgrading to Leve...
Tim Prouty
1
-1
/
+1
2009-01-27
s3:smbd: make kernel oplocks event driven
Stefan Metzmacher
1
-49
/
+17
2009-01-22
s3:smbd: restructure kernel oplocks code
Stefan Metzmacher
1
-12
/
+24
2009-01-08
s3:smbd: move all globals and static variables in globals.[ch]
Stefan Metzmacher
1
-18
/
+14
2008-05-28
Fix Bug #5285. (libcap header mismatch)
Günther Deschner
1
-46
/
+2
2008-01-16
Merge CTDB-related fixes from samba-ctdb 3.0 branch (http://samba.org/~tridge...
Alexander Bokovoy
1
-6
/
+16
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
[next]