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