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
/
source4
/
ntvfs
/
posix
/
pvfs_lock.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r14256: - rename smb_file -> smb_handle
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r14173: change smb interface structures to always use
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r14157: - pass a struct ntvfs_request to the ntvfs layer
Stefan Metzmacher
1
-6
/
+6
2007-10-10
r12694: Move some headers to the directory of the subsystem they belong to.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r8120: added in the newly found DOS locking error codes into the pvfs backend
Andrew Tridgell
1
-2
/
+2
2007-10-10
r7459: fixed pvfs for the RAW-MUX test
Andrew Tridgell
1
-1
/
+1
2007-10-10
r6579: improved the handling of lock timeouts and cancels in the pvfs locking
Andrew Tridgell
1
-16
/
+16
2007-10-10
r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3798: added support for alternate data streams in xattrs into pvfs.
Andrew Tridgell
1
-9
/
+9
2007-10-10
r3658: use handle->fd == -1 as the primary indicator of a directory. This
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3635: fixed the crash from the BASE-DISCONNECT test
Andrew Tridgell
1
-1
/
+2
2007-10-10
r3615: split out struct pvfs_file_handle from struct pvfs_file. This is in
Andrew Tridgell
1
-10
/
+11
2007-10-10
r3595: - fixed a talloc_free ordering problem on cleanup with pending requests
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3544: fixed some #include lines to make them more consistent
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3540: added testing of SMBntcancel in the open/open/close mux
Andrew Tridgell
1
-1
/
+5
2007-10-10
r3507: - added deferred replies on sharing violation in pvfs open. The
Andrew Tridgell
1
-3
/
+4
2007-10-10
r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...
Andrew Tridgell
1
-0
/
+2
2007-10-10
r3447: more include/system/XXX.h include files
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3336: use a struct ntvfs_async_state to be able to do async chaning of ntvfs...
Stefan Metzmacher
1
-7
/
+7
2007-10-10
r3081: several updates to ntvfs and server side async request handling in
Andrew Tridgell
1
-35
/
+8
2007-10-10
r3056: added a id -> pointer data structure (a type of radix tree). This is
Andrew Tridgell
1
-23
/
+41
2007-10-10
r3035: if the ntvfs layers prior to us have said that we can't perform an
Andrew Tridgell
1
-1
/
+2
2007-10-10
r3034: - fixed a bug in message dispatch, when the dispatch function called ...
Andrew Tridgell
1
-13
/
+33
2007-10-10
r3031: added support for lock cancelation, which effectively just triggers an...
Andrew Tridgell
1
-6
/
+53
2007-10-10
r3029: implemented byte range lock timeouts.
Andrew Tridgell
1
-4
/
+182
2007-10-10
r3012: added initial support for byte range locking in the posix vfs. This is
Andrew Tridgell
1
-0
/
+151