summaryrefslogtreecommitdiff
path: root/source/modules/vfs_default.c
Commit message (Expand)AuthorAgeFilesLines
* Fix from Volodymyr Khomenko <Volodymyr.Khomenko@exanet.com>. Make ntimesJeremy Allison2008-07-161-2/+6
* Remove redundant parameter fd from SMB_VFS_CLOSE().Michael Adam2008-05-071-1/+1
* Change fd_close_posix() to return int instead of NTSTATUS.Michael Adam2008-05-071-3/+2
* Move the posix pending close functionality down into the VFS layer.Michael Adam2008-05-071-4/+4
* Correctly check return of rename(2)Volker Lendecke2008-02-251-1/+1
* Remove two unused variablesVolker Lendecke2008-01-231-1/+0
* Attempt to fix the darwin buildVolker Lendecke2008-01-211-4/+4
* Add SMB_VFS_FS_CAPABILITIESVolker Lendecke2008-01-211-0/+13
* Add the STREAMINFO vfs callVolker Lendecke2008-01-191-0/+59
* Remove is_remotestorage() call from VFS. We already have statvfs() there to h...Alexander Bokovoy2008-01-171-9/+0
* Rework of VFS is_offline() function to only return boolean offline/online res...Alexander Bokovoy2008-01-171-6/+4
* Fix the mess that ab just made of the new VFS code.Jeremy Allison2008-01-161-12/+19
* Add support for offline files support, remote storage, and Async I/O force op...Alexander Bokovoy2008-01-161-0/+42
* Combine fsp and tofd to tofsp in SMB_VFS_RECVFILE().Michael Adam2008-01-111-3/+2
* Combine fsp and fromfd to fromfsp in SMB_VFS_SENDFILE().Michael Adam2008-01-111-2/+2
* Remove redundant parameter fd from SMB_VFS_WRITE().Michael Adam2008-01-101-6/+6
* Remove redundant parameter fd from SMB_VFS_READ().Michael Adam2008-01-101-5/+5
* Remove redundant parameter fd from SMB_VFS_AIO_CANCEL().Michael Adam2008-01-081-2/+2
* Remove redundant parameter fd from SMB_VFS_FSETXATTR().Michael Adam2008-01-081-2/+2
* Remove redundant parameter fd from SMB_VFS_FREMOVEXATTR().Michael Adam2008-01-081-2/+2
* Remove redundant parameter fd from SMB_VFS_FLISTXATTR().Michael Adam2008-01-081-2/+2
* Remove redundant parameter fd from SMB_VFS_FGETXATTR().Michael Adam2008-01-081-2/+2
* Remove redundant parameter fd from SMB_VFS_SYS_ACL_SET_FD().Michael Adam2008-01-081-2/+2
* Remove redundant parameter fd from SMB_VFS_FCHMOD_ACL().Michael Adam2008-01-081-3/+3
* Remove redundant parameter fd from SMB_VFS_SYS_ACL_GET_FD().Michael Adam2008-01-071-2/+2
* Remove redundant parameter fd from SMB_VFS_GETLOCK().Michael Adam2008-01-071-2/+2
* Remove redundant parameter fd from SMB_VFS_LINUX_SETLEASE().Michael Adam2008-01-071-3/+3
* Remove redundant parameter fd from SMB_VFS_KERNEL_FLOCK().Michael Adam2008-01-071-2/+2
* Remove redundant parameter fd from SMB_VFS_LOCK().Michael Adam2008-01-071-2/+2
* Fix the build: Fix caller of strict_allocate_ftruncate().Michael Adam2008-01-071-1/+1
* Remove redundant parameter fd from SMB_VFS_FTRUNCATE().Michael Adam2008-01-071-6/+6
* Remove redundant parameter fd from SMB_VFS_FCHOWN().Michael Adam2008-01-071-2/+2
* Remove redundant parameter fd from SMB_VFS_FCHMOD().Michael Adam2008-01-071-3/+3
* Remove redundant parameter fd from SMB_VFS_FSTAT().Michael Adam2008-01-071-4/+4
* Remove redundant parameter fd from SMB_VFS_FSYNC().Michael Adam2008-01-071-2/+2
* Remove redundant parameter fd from SMB_VFS_LSEEK().Michael Adam2008-01-071-15/+15
* Remove redundant parameter fd from SMB_VFS_PWRITE().Michael Adam2008-01-071-7/+7
* Remove unneeded parameter fd from SMB_VFS_PREAD().Michael Adam2008-01-071-8/+8
* Remove superfluous parameter fd from SMB_VFS_FSET_NT_ACL().Michael Adam2008-01-061-1/+1
* Remove superfluous fd parameter from SMB_VFS_FGET_NT_ACL().Michael Adam2008-01-061-1/+1
* Change the prototype of the vfs function get_nt_acl().Michael Adam2007-12-191-2/+2
* Split get_nt_acl() into two functions: fsp- and non-fsp variant.Michael Adam2007-12-191-2/+2
* Make [f]get_nt_acl return NTSTATUSVolker Lendecke2007-11-131-4/+8
* Add in the recvfile entry to the VFS layer with a defaultJeremy Allison2007-10-291-0/+17
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-7/+7
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.samba-misc-tags/initial-v3-2-testGerald (Jerry) Carter2007-10-101-4/+0
* r24120: add a file_id_create() hook into the VFS layerStefan Metzmacher2007-10-101-0/+7
* r23962: Linux oplock support is conditional on HAVE_KERNEL_OPLOCKS_LINUX,James Peach2007-10-101-2/+3
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1