summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs/posix/pvfs_lock.c
Commit message (Expand)AuthorAgeFilesLines
* r3615: split out struct pvfs_file_handle from struct pvfs_file. This is inAndrew Tridgell2007-10-101-10/+11
* r3595: - fixed a talloc_free ordering problem on cleanup with pending requestsAndrew Tridgell2007-10-101-1/+1
* r3544: fixed some #include lines to make them more consistentAndrew Tridgell2007-10-101-1/+1
* r3540: added testing of SMBntcancel in the open/open/close muxAndrew Tridgell2007-10-101-1/+5
* r3507: - added deferred replies on sharing violation in pvfs open. TheAndrew Tridgell2007-10-101-3/+4
* r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell2007-10-101-0/+2
* r3447: more include/system/XXX.h include filesAndrew Tridgell2007-10-101-0/+1
* r3336: use a struct ntvfs_async_state to be able to do async chaning of ntvfs...Stefan Metzmacher2007-10-101-7/+7
* r3081: several updates to ntvfs and server side async request handling inAndrew Tridgell2007-10-101-35/+8
* r3056: added a id -> pointer data structure (a type of radix tree). This isAndrew Tridgell2007-10-101-23/+41
* r3035: if the ntvfs layers prior to us have said that we can't perform anAndrew Tridgell2007-10-101-1/+2
* r3034: - fixed a bug in message dispatch, when the dispatch function called ...Andrew Tridgell2007-10-101-13/+33
* r3031: added support for lock cancelation, which effectively just triggers an...Andrew Tridgell2007-10-101-6/+53
* r3029: implemented byte range lock timeouts.Andrew Tridgell2007-10-101-4/+182
* r3012: added initial support for byte range locking in the posix vfs. This isAndrew Tridgell2007-10-101-0/+151