summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs/posix/pvfs_flush.c
Commit message (Expand)AuthorAgeFilesLines
* s4:pvfs: use talloc_get_type() to cast from void *Stefan Metzmacher2009-02-051-1/+2
* fill in reserved field on SMB2 flushAndrew Tridgell2008-05-261-0/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r17362: session_info and smbpid are available from the ntvfs_handleStefan Metzmacher2007-10-101-1/+1
* r17359: http://www.cs.wisc.edu/~cao/cs739/draft-leach-cifs-v1-spec-01.txtStefan Metzmacher2007-10-101-1/+6
* r15758: - handle RAW_FLUSH_SMB2 in the posix ntvfs backendStefan Metzmacher2007-10-101-1/+3
* r15734: This is a major change to the NTVFS subsystem:Stefan Metzmacher2007-10-101-1/+1
* r15718: - split the SMBflush with the 0xFFFF wildcard fnum into a different l...Stefan Metzmacher2007-10-101-9/+13
* r14540: fix a talloc hierachie problem,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-3/+4
* r14157: - pass a struct ntvfs_request to the ntvfs layerStefan Metzmacher2007-10-101-1/+1
* r3658: use handle->fd == -1 as the primary indicator of a directory. ThisAndrew Tridgell2007-10-101-1/+1
* r3615: split out struct pvfs_file_handle from struct pvfs_file. This is inAndrew Tridgell2007-10-101-2/+2
* r3544: fixed some #include lines to make them more consistentAndrew Tridgell2007-10-101-1/+1
* r3351: handle far more operations on open directory handles. pvfs was failingAndrew Tridgell2007-10-101-0/+3
* r2941: added pvfs_flush() implementation to the posix backendAndrew Tridgell2007-10-101-0/+64