summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs/posix/pvfs_lock.c
Commit message (Expand)AuthorAgeFilesLines
* s4:pvfs: use talloc_get_type() to cast from void *Stefan Metzmacher2009-02-051-2/+4
* s4:ntvfs/posix: s/private/private_dataStefan Metzmacher2009-02-021-2/+2
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-111-1/+1
* smbpid is 32 bit, and update SMB2 locking per MS-SMB2 Andrew Tridgell2008-06-021-1/+1
* don't emulate broken SMB2 locking behaviour from windowsAndrew Tridgell2008-05-301-11/+3
* pvfs: send oplock breaks to none to level2 holders on write/lock requestsStefan Metzmacher2008-02-261-0/+3
* pvfs: handle oplock releases in its own function pvfs_oplock_release()Stefan Metzmacher2008-02-261-7/+4
* pvfs_wait: use struct pvfs_wait * instead of void *Stefan Metzmacher2008-02-251-1/+1
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-2/+2
* r24641: fixed several memory leaks in the brlock codeAndrew Tridgell2007-10-101-0/+11
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r22864: in SMB2 mode we need to cancel an existing lock with a conflicting lockStefan Metzmacher2007-10-101-2/+11
* r22021: use the pid specified in the individual locks, not the request pid, inAndrew Tridgell2007-10-101-2/+2
* r20890: spelling fixAndrew Tridgell2007-10-101-1/+1
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-101-1/+1
* r15734: This is a major change to the NTVFS subsystem:Stefan Metzmacher2007-10-101-2/+2
* r15614: the byte range locking error handling caches the last failed lockStefan Metzmacher2007-10-101-18/+15
* r15603: True isn't a valid parameter here, PVFS_WAIT_TIMEOUT is...Stefan Metzmacher2007-10-101-1/+1
* r14256: - rename smb_file -> smb_handleStefan Metzmacher2007-10-101-2/+2
* r14173: change smb interface structures to always useStefan Metzmacher2007-10-101-2/+2
* r14157: - pass a struct ntvfs_request to the ntvfs layerStefan Metzmacher2007-10-101-6/+6
* r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij2007-10-101-1/+1
* r8120: added in the newly found DOS locking error codes into the pvfs backendAndrew Tridgell2007-10-101-2/+2
* r7459: fixed pvfs for the RAW-MUX testAndrew Tridgell2007-10-101-1/+1
* r6579: improved the handling of lock timeouts and cancels in the pvfs lockingAndrew Tridgell2007-10-101-16/+16
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-1/+1
* r3798: added support for alternate data streams in xattrs into pvfs.Andrew Tridgell2007-10-101-9/+9
* r3658: use handle->fd == -1 as the primary indicator of a directory. ThisAndrew Tridgell2007-10-101-1/+1
* r3635: fixed the crash from the BASE-DISCONNECT testAndrew Tridgell2007-10-101-1/+2
* 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