summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_default.c
Commit message (Expand)AuthorAgeFilesLines
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3: Pass smb_filename through the set_offline vfs opVolker Lendecke2011-03-021-1/+2
* s3: Pass smb_filename through the is_offline vfs opVolker Lendecke2011-03-021-2/+13
* Correctly plumb in VFS_FDOPENDIR.Jeremy Allison2011-02-091-0/+1
* Add fdopendir to the VFS. We will use this to reuse a directory fd already op...Jeremy Allison2011-02-091-0/+14
* s3: Fix bug 7940 -- fall back for utimes callsVolker Lendecke2011-02-011-4/+14
* Keep track of the sparse status of an open file handle. Allows bypass ofJeremy Allison2010-12-211-1/+1
* Added call out to a Linux-compatible fallocate() when we need to extend a fileJeremy Allison2010-12-211-2/+3
* Rename vfs operation posix_fallocate to just fallocate and add the vfs_falloc...Jeremy Allison2010-12-181-9/+17
* Do more vfs_stat_fsp calls instead of FSTAT - ensures fsp->fsp_name->st is ke...Jeremy Allison2010-12-161-13/+20
* Replace lseek()/write()/lseek() triple with pwrite call. We already emulate thisJeremy Allison2010-12-031-12/+2
* Merge the two conflicting allocation codes into one function, vfs_slow_falloc...Jeremy Allison2010-12-031-22/+4
* Oops. Missed adding vfswrap_posix_fallocate to vfs_default_fns table.Jeremy Allison2010-12-031-0/+1
* Move posix_fallocate into the VFS where it belongs.Jeremy Allison2010-12-021-2/+15
* s3: Fix a typoVolker Lendecke2010-12-011-1/+1
* Move the uglyness of #ifdef REALPATH_TAKES_NULL into the vfs_defaultJeremy Allison2010-11-201-2/+15
* s3: Fix bug 7759Volodymyr Khomenko2010-10-281-16/+18
* Fix bug #7734 - When creating files with "inherit ACLs" set to true, we negle...Jeremy Allison2010-10-151-1/+1
* s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".Günther Deschner2010-05-181-3/+5
* s3: remove cross-device rename support from vfs_defaultBjörn Jacke2010-03-081-116/+0
* Fix for bug #7189 - Open txt files with notepad on samba shares creates problem.Jeremy Allison2010-03-051-1/+3
* s3: keep subsecond times on cross-filesystem moves and don't follow linksBjörn Jacke2009-12-091-0/+22
* s3: make sys_posix_fallocate more genericBjörn Jacke2009-12-081-14/+11
* s3: allocate only "new" space, not "old" sparse space in the posix_fallocate ...Björn Jacke2009-12-081-2/+3
* ѕ3: remove superfluous option checkBjörn Jacke2009-12-031-13/+10
* s3: prefer posix_fallocate for doing "strict allocate"Björn Jacke2009-12-021-4/+21
* s3: Restore "fake directory create times" as a share parameterVolker Lendecke2009-11-291-3/+3
* s3: "copy_reg" only looks at mode, uid, gid, atime and mtime (no birthtime)Volker Lendecke2009-11-291-2/+1
* s3: Pass the "fake dir create times" parameter to sys_*statVolker Lendecke2009-11-291-4/+8
* s3: Replace some create_synthetic_smb_fname() callsVolker Lendecke2009-11-181-11/+7
* s3: Do not talloc in readdirVolker Lendecke2009-11-181-9/+7
* Remove "store create time" code, cause create time to be storedJeremy Allison2009-11-171-3/+1
* s3:vfs_fs_capabilities: fix a debug messageMichael Adam2009-11-111-1/+1
* s3: add support for full windows timestamps resolution on filesBjörn Jacke2009-11-041-6/+13
* s3: Add access_mask to the flock VFS callAbhidnya P Chirmule2009-10-061-2/+2
* Fix bug #6769 - symlink unlink does nothing.Jeremy Allison2009-10-011-1/+5
* s3:vfs_default - correct function parametersMatthias Dieter Wallnöfer2009-09-241-1/+2
* Fix compile in a usually non-selected define.Jeremy Allison2009-09-091-1/+1
* s3: Add a new VFS op called SMB_VFS_TRANSLATE_NAMEAravind Srinivasan2009-08-281-0/+11
* Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of...Jeremy Allison2009-08-241-12/+68
* Add "store create time" parameter (docs to follow)Jeremy Allison2009-08-121-0/+9
* Move the checks for null timestamps down below the VFS_NTIMESJeremy Allison2009-08-071-0/+15
* Make the smbd VFS typesafeVolker Lendecke2009-07-241-244/+121
* s3: Remove unnecessary callers of get_full_smb_filenameTim Prouty2009-07-211-40/+18
* s3: Finish plumbing the fsp->fsp_name smb_fname conversion through the modules.Tim Prouty2009-07-201-1/+3
* Fix a few type errors in VFS modulesVolker Lendecke2009-07-191-2/+3
* s3: Update streaminfo implementations now that only base names are passed thr...Tim Prouty2009-07-061-1/+11
* s3: Plumb smb_filename through SMB_VFS_NTIMESTim Prouty2009-07-061-6/+14
* s3: Plumb smb_filename through SMB_VFS_UNLINKTim Prouty2009-07-061-5/+12
* s3: Plumb smb_filename through SMB_VFS_RENAMETim Prouty2009-07-061-3/+14