summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix/pvfs_lock.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-05s4:ntvfs: s/!= PROTOCOL_SMB2/< PROTOCOL_SMB2_02/Stefan Metzmacher1-1/+1
2011-06-01lib/util/time.c: timeval_current_ofs_msecRusty Russell1-2/+1
2011-05-08s4-ntvfs: Rename brl_*() -> brlock_*() to avoid conflict with brlock_init in s3Andrew Bartlett1-9/+9
2009-11-27s4-smb2: SMB2 uses NT_STATUS_CANCELLED for cancelled locksAndrew Tridgell1-1/+5
2009-02-05s4:pvfs: use talloc_get_type() to cast from void *Stefan Metzmacher1-2/+4
2009-02-02s4:ntvfs/posix: s/private/private_dataStefan Metzmacher1-2/+2
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij1-1/+1
2008-06-02smbpid is 32 bit, and update SMB2 locking per MS-SMB2 Andrew Tridgell1-1/+1
2008-05-30don't emulate broken SMB2 locking behaviour from windowsAndrew Tridgell1-11/+3
2008-02-26pvfs: send oplock breaks to none to level2 holders on write/lock requestsStefan Metzmacher1-0/+3
2008-02-26pvfs: handle oplock releases in its own function pvfs_oplock_release()Stefan Metzmacher1-7/+4
2008-02-25pvfs_wait: use struct pvfs_wait * instead of void *Stefan Metzmacher1-1/+1
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-2/+2
2007-10-10r24641: fixed several memory leaks in the brlock codeAndrew Tridgell1-0/+11
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r22864: in SMB2 mode we need to cancel an existing lock with a conflicting lockStefan Metzmacher1-2/+11
2007-10-10r22021: use the pid specified in the individual locks, not the request pid, inAndrew Tridgell1-2/+2
2007-10-10r20890: spelling fixAndrew Tridgell1-1/+1
2007-10-10r17930: Merge noinclude branch:Jelmer Vernooij1-1/+1
2007-10-10r15734: This is a major change to the NTVFS subsystem:Stefan Metzmacher1-2/+2
2007-10-10r15614: the byte range locking error handling caches the last failed lockStefan Metzmacher1-18/+15
2007-10-10r15603: True isn't a valid parameter here, PVFS_WAIT_TIMEOUT is...Stefan Metzmacher1-1/+1
2007-10-10r14256: - rename smb_file -> smb_handleStefan Metzmacher1-2/+2
2007-10-10r14173: change smb interface structures to always useStefan Metzmacher1-2/+2
2007-10-10r14157: - pass a struct ntvfs_request to the ntvfs layerStefan Metzmacher1-6/+6
2007-10-10r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij1-1/+1
2007-10-10r8120: added in the newly found DOS locking error codes into the pvfs backendAndrew Tridgell1-2/+2
2007-10-10r7459: fixed pvfs for the RAW-MUX testAndrew Tridgell1-1/+1
2007-10-10r6579: improved the handling of lock timeouts and cancels in the pvfs lockingAndrew Tridgell1-16/+16
2007-10-10r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell1-1/+1
2007-10-10r3798: added support for alternate data streams in xattrs into pvfs.Andrew Tridgell1-9/+9
2007-10-10r3658: use handle->fd == -1 as the primary indicator of a directory. ThisAndrew Tridgell1-1/+1
2007-10-10r3635: fixed the crash from the BASE-DISCONNECT testAndrew Tridgell1-1/+2
2007-10-10r3615: split out struct pvfs_file_handle from struct pvfs_file. This is inAndrew Tridgell1-10/+11
2007-10-10r3595: - fixed a talloc_free ordering problem on cleanup with pending requestsAndrew Tridgell1-1/+1
2007-10-10r3544: fixed some #include lines to make them more consistentAndrew Tridgell1-1/+1
2007-10-10r3540: added testing of SMBntcancel in the open/open/close muxAndrew Tridgell1-1/+5
2007-10-10r3507: - added deferred replies on sharing violation in pvfs open. TheAndrew Tridgell1-3/+4
2007-10-10r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell1-0/+2
2007-10-10r3447: more include/system/XXX.h include filesAndrew Tridgell1-0/+1
2007-10-10r3336: use a struct ntvfs_async_state to be able to do async chaning of ntvfs...Stefan Metzmacher1-7/+7
2007-10-10r3081: several updates to ntvfs and server side async request handling inAndrew Tridgell1-35/+8
2007-10-10r3056: added a id -> pointer data structure (a type of radix tree). This isAndrew Tridgell1-23/+41
2007-10-10r3035: if the ntvfs layers prior to us have said that we can't perform anAndrew Tridgell1-1/+2
2007-10-10r3034: - fixed a bug in message dispatch, when the dispatch function called ...Andrew Tridgell1-13/+33
2007-10-10r3031: added support for lock cancelation, which effectively just triggers an...Andrew Tridgell1-6/+53
2007-10-10r3029: implemented byte range lock timeouts.Andrew Tridgell1-4/+182
2007-10-10r3012: added initial support for byte range locking in the posix vfs. This isAndrew Tridgell1-0/+151