summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs/posix/pvfs_write.c
Commit message (Expand)AuthorAgeFilesLines
* s4:ntvfs: use tevent_ fn names instead of legacy event_ onesSimo Sorce2011-08-131-2/+2
* lib/util/time.c: timeval_current_ofs_usecRusty Russell2011-06-011-1/+1
* s4:pvfs: use talloc_get_type() to cast from void *Stefan Metzmacher2009-02-051-1/+2
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-2/+2
* pvfs: trigger a write time update 2 seconds after the first writeStefan Metzmacher2008-06-031-0/+55
* fixed error code for write on a directoryAndrew Tridgell2008-05-281-1/+1
* pvfs: send oplock breaks to none to level2 holders on write/lock requestsStefan Metzmacher2008-02-261-1/+4
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r20698: added AIO writing supportAndrew Tridgell2007-10-101-0/+10
* r15734: This is a major change to the NTVFS subsystem:Stefan Metzmacher2007-10-101-1/+1
* r15056: w2k3 gives NT_STATUS_ACCESS_DENIED instead of NT_STATUS_ACCESS_VIOLATIONStefan Metzmacher2007-10-101-4/+2
* r14933: fix the handling of notify filters to be much closer to the behaviourAndrew Tridgell2007-10-101-5/+0
* r14797: added checking of the filter in notify requestsAndrew Tridgell2007-10-101-0/+5
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-101-1/+1
* r14256: - rename smb_file -> smb_handleStefan Metzmacher2007-10-101-1/+1
* r14173: change smb interface structures to always useStefan Metzmacher2007-10-101-1/+1
* r14157: - pass a struct ntvfs_request to the ntvfs layerStefan Metzmacher2007-10-101-2/+2
* r4011: get rid of rpc_secdes.h and replace it with a single sane set ofAndrew Tridgell2007-10-101-1/+2
* r3798: added support for alternate data streams in xattrs into pvfs.Andrew Tridgell2007-10-101-4/+12
* r3717: - expanded the RAW-RENAME test a littleAndrew Tridgell2007-10-101-1/+1
* r3658: use handle->fd == -1 as the primary indicator of a directory. ThisAndrew Tridgell2007-10-101-1/+1
* r3618: - this adds the special case for DENY_DOS semantics, as shown by the B...Andrew Tridgell2007-10-101-1/+1
* r3615: split out struct pvfs_file_handle from struct pvfs_file. This is inAndrew Tridgell2007-10-101-4/+4
* r3544: fixed some #include lines to make them more consistentAndrew Tridgell2007-10-101-1/+1
* r3387: fixed pvfs to pass the NTDENY tests. The tricky bit wasAndrew Tridgell2007-10-101-1/+1
* r3253: - added rudimentary support for ntioctl in pvfsAndrew Tridgell2007-10-101-0/+3
* r3161: pvfs now passes the RAW-SEEK testAndrew Tridgell2007-10-101-0/+2
* r3147: added basic share modes support for pvfs (or more precisely, ntcreatexAndrew Tridgell2007-10-101-0/+4
* r3081: several updates to ntvfs and server side async request handling inAndrew Tridgell2007-10-101-55/+29
* r3012: added initial support for byte range locking in the posix vfs. This isAndrew Tridgell2007-10-101-0/+17
* r2751: this is a new ntvfs design which tries to solve:Stefan Metzmacher2007-10-101-4/+5
* r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()Andrew Tridgell2007-10-101-2/+2
* r2561: completely redid the ntvfs module chaining code, You can now do someth...Andrew Tridgell2007-10-101-1/+1
* r2436: the second big lump of posix vfs code.Andrew Tridgell2007-10-101-0/+79