index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
modules
/
vfs_default.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-01
Remove the char * argument from the SMB_VFS_GETWD() call. Now always
Jeremy Allison
1
-4
/
+2
2011-06-01
Change sys_getcd() to take no arguments and always return malloc'ed memory (o...
Jeremy Allison
1
-2
/
+4
2011-05-31
s3: Remove SHADOW_COPY_DATA typedef
Volker Lendecke
1
-1
/
+4
2011-05-04
s3-vfs: make vfswrap_llistxattr and vfswrap_flistxattr static.
Günther Deschner
1
-2
/
+2
2011-04-21
s3-vfs: rename open function to open_fn.
Günther Deschner
1
-5
/
+1
2011-04-20
s3-smbd: fix the AIX 5.3 build.
Günther Deschner
1
-0
/
+4
2011-04-14
s3: only include smb profiling where needed.
Günther Deschner
1
-0
/
+1
2011-03-30
s3: only include ntioctl.h where needed.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-vfs: include smbd/smbd.h in vfs modules.
Günther Deschner
1
-0
/
+2
2011-03-30
s3-includes: only include system/filesys.h when needed.
Günther Deschner
1
-0
/
+1
2011-03-02
s3: Pass smb_filename through the set_offline vfs op
Volker Lendecke
1
-1
/
+2
2011-03-02
s3: Pass smb_filename through the is_offline vfs op
Volker Lendecke
1
-2
/
+13
2011-02-09
Correctly plumb in VFS_FDOPENDIR.
Jeremy Allison
1
-0
/
+1
2011-02-09
Add fdopendir to the VFS. We will use this to reuse a directory fd already op...
Jeremy Allison
1
-0
/
+14
2011-02-01
s3: Fix bug 7940 -- fall back for utimes calls
Volker Lendecke
1
-4
/
+14
2010-12-21
Keep track of the sparse status of an open file handle. Allows bypass of
Jeremy Allison
1
-1
/
+1
2010-12-21
Added call out to a Linux-compatible fallocate() when we need to extend a file
Jeremy Allison
1
-2
/
+3
2010-12-18
Rename vfs operation posix_fallocate to just fallocate and add the vfs_falloc...
Jeremy Allison
1
-9
/
+17
2010-12-16
Do more vfs_stat_fsp calls instead of FSTAT - ensures fsp->fsp_name->st is ke...
Jeremy Allison
1
-13
/
+20
2010-12-03
Replace lseek()/write()/lseek() triple with pwrite call. We already emulate this
Jeremy Allison
1
-12
/
+2
2010-12-03
Merge the two conflicting allocation codes into one function, vfs_slow_falloc...
Jeremy Allison
1
-22
/
+4
2010-12-03
Oops. Missed adding vfswrap_posix_fallocate to vfs_default_fns table.
Jeremy Allison
1
-0
/
+1
2010-12-02
Move posix_fallocate into the VFS where it belongs.
Jeremy Allison
1
-2
/
+15
2010-12-01
s3: Fix a typo
Volker Lendecke
1
-1
/
+1
2010-11-20
Move the uglyness of #ifdef REALPATH_TAKES_NULL into the vfs_default
Jeremy Allison
1
-2
/
+15
2010-10-28
s3: Fix bug 7759
Volodymyr Khomenko
1
-16
/
+18
2010-10-15
Fix bug #7734 - When creating files with "inherit ACLs" set to true, we negle...
Jeremy Allison
1
-1
/
+1
2010-05-18
s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".
Günther Deschner
1
-3
/
+5
2010-03-08
s3: remove cross-device rename support from vfs_default
Björn Jacke
1
-116
/
+0
2010-03-05
Fix for bug #7189 - Open txt files with notepad on samba shares creates problem.
Jeremy Allison
1
-1
/
+3
2009-12-09
s3: keep subsecond times on cross-filesystem moves and don't follow links
Björn Jacke
1
-0
/
+22
2009-12-08
s3: make sys_posix_fallocate more generic
Björn Jacke
1
-14
/
+11
2009-12-08
s3: allocate only "new" space, not "old" sparse space in the posix_fallocate ...
Björn Jacke
1
-2
/
+3
2009-12-03
ѕ3: remove superfluous option check
Björn Jacke
1
-13
/
+10
2009-12-02
s3: prefer posix_fallocate for doing "strict allocate"
Björn Jacke
1
-4
/
+21
2009-11-29
s3: Restore "fake directory create times" as a share parameter
Volker Lendecke
1
-3
/
+3
2009-11-29
s3: "copy_reg" only looks at mode, uid, gid, atime and mtime (no birthtime)
Volker Lendecke
1
-2
/
+1
2009-11-29
s3: Pass the "fake dir create times" parameter to sys_*stat
Volker Lendecke
1
-4
/
+8
2009-11-18
s3: Replace some create_synthetic_smb_fname() calls
Volker Lendecke
1
-11
/
+7
2009-11-18
s3: Do not talloc in readdir
Volker Lendecke
1
-9
/
+7
2009-11-17
Remove "store create time" code, cause create time to be stored
Jeremy Allison
1
-3
/
+1
2009-11-11
s3:vfs_fs_capabilities: fix a debug message
Michael Adam
1
-1
/
+1
2009-11-04
s3: add support for full windows timestamps resolution on files
Björn Jacke
1
-6
/
+13
2009-10-06
s3: Add access_mask to the flock VFS call
Abhidnya P Chirmule
1
-2
/
+2
2009-10-01
Fix bug #6769 - symlink unlink does nothing.
Jeremy Allison
1
-1
/
+5
2009-09-24
s3:vfs_default - correct function parameters
Matthias Dieter Wallnöfer
1
-1
/
+2
2009-09-09
Fix compile in a usually non-selected define.
Jeremy Allison
1
-1
/
+1
2009-08-28
s3: Add a new VFS op called SMB_VFS_TRANSLATE_NAME
Aravind Srinivasan
1
-0
/
+11
2009-08-24
Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of...
Jeremy Allison
1
-12
/
+68
2009-08-12
Add "store create time" parameter (docs to follow)
Jeremy Allison
1
-0
/
+9
[next]