index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
modules
/
vfs_default.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace lseek()/write()/lseek() triple with pwrite call. We already emulate this
Jeremy Allison
2010-12-03
1
-12
/
+2
*
Merge the two conflicting allocation codes into one function, vfs_slow_falloc...
Jeremy Allison
2010-12-03
1
-22
/
+4
*
Oops. Missed adding vfswrap_posix_fallocate to vfs_default_fns table.
Jeremy Allison
2010-12-03
1
-0
/
+1
*
Move posix_fallocate into the VFS where it belongs.
Jeremy Allison
2010-12-02
1
-2
/
+15
*
s3: Fix a typo
Volker Lendecke
2010-12-01
1
-1
/
+1
*
Move the uglyness of #ifdef REALPATH_TAKES_NULL into the vfs_default
Jeremy Allison
2010-11-20
1
-2
/
+15
*
s3: Fix bug 7759
Volodymyr Khomenko
2010-10-28
1
-16
/
+18
*
Fix bug #7734 - When creating files with "inherit ACLs" set to true, we negle...
Jeremy Allison
2010-10-15
1
-1
/
+1
*
s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".
Günther Deschner
2010-05-18
1
-3
/
+5
*
s3: remove cross-device rename support from vfs_default
Björn Jacke
2010-03-08
1
-116
/
+0
*
Fix for bug #7189 - Open txt files with notepad on samba shares creates problem.
Jeremy Allison
2010-03-05
1
-1
/
+3
*
s3: keep subsecond times on cross-filesystem moves and don't follow links
Björn Jacke
2009-12-09
1
-0
/
+22
*
s3: make sys_posix_fallocate more generic
Björn Jacke
2009-12-08
1
-14
/
+11
*
s3: allocate only "new" space, not "old" sparse space in the posix_fallocate ...
Björn Jacke
2009-12-08
1
-2
/
+3
*
ѕ3: remove superfluous option check
Björn Jacke
2009-12-03
1
-13
/
+10
*
s3: prefer posix_fallocate for doing "strict allocate"
Björn Jacke
2009-12-02
1
-4
/
+21
*
s3: Restore "fake directory create times" as a share parameter
Volker Lendecke
2009-11-29
1
-3
/
+3
*
s3: "copy_reg" only looks at mode, uid, gid, atime and mtime (no birthtime)
Volker Lendecke
2009-11-29
1
-2
/
+1
*
s3: Pass the "fake dir create times" parameter to sys_*stat
Volker Lendecke
2009-11-29
1
-4
/
+8
*
s3: Replace some create_synthetic_smb_fname() calls
Volker Lendecke
2009-11-18
1
-11
/
+7
*
s3: Do not talloc in readdir
Volker Lendecke
2009-11-18
1
-9
/
+7
*
Remove "store create time" code, cause create time to be stored
Jeremy Allison
2009-11-17
1
-3
/
+1
*
s3:vfs_fs_capabilities: fix a debug message
Michael Adam
2009-11-11
1
-1
/
+1
*
s3: add support for full windows timestamps resolution on files
Björn Jacke
2009-11-04
1
-6
/
+13
*
s3: Add access_mask to the flock VFS call
Abhidnya P Chirmule
2009-10-06
1
-2
/
+2
*
Fix bug #6769 - symlink unlink does nothing.
Jeremy Allison
2009-10-01
1
-1
/
+5
*
s3:vfs_default - correct function parameters
Matthias Dieter Wallnöfer
2009-09-24
1
-1
/
+2
*
Fix compile in a usually non-selected define.
Jeremy Allison
2009-09-09
1
-1
/
+1
*
s3: Add a new VFS op called SMB_VFS_TRANSLATE_NAME
Aravind Srinivasan
2009-08-28
1
-0
/
+11
*
Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of...
Jeremy Allison
2009-08-24
1
-12
/
+68
*
Add "store create time" parameter (docs to follow)
Jeremy Allison
2009-08-12
1
-0
/
+9
*
Move the checks for null timestamps down below the VFS_NTIMES
Jeremy Allison
2009-08-07
1
-0
/
+15
*
Make the smbd VFS typesafe
Volker Lendecke
2009-07-24
1
-244
/
+121
*
s3: Remove unnecessary callers of get_full_smb_filename
Tim Prouty
2009-07-21
1
-40
/
+18
*
s3: Finish plumbing the fsp->fsp_name smb_fname conversion through the modules.
Tim Prouty
2009-07-20
1
-1
/
+3
*
Fix a few type errors in VFS modules
Volker Lendecke
2009-07-19
1
-2
/
+3
*
s3: Update streaminfo implementations now that only base names are passed thr...
Tim Prouty
2009-07-06
1
-1
/
+11
*
s3: Plumb smb_filename through SMB_VFS_NTIMES
Tim Prouty
2009-07-06
1
-6
/
+14
*
s3: Plumb smb_filename through SMB_VFS_UNLINK
Tim Prouty
2009-07-06
1
-5
/
+12
*
s3: Plumb smb_filename through SMB_VFS_RENAME
Tim Prouty
2009-07-06
1
-3
/
+14
*
s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTAT
Tim Prouty
2009-06-24
1
-5
/
+33
*
s3: Change SMB_VFS_OPEN to take an smb_filename struct
Tim Prouty
2009-06-17
1
-2
/
+20
*
s3: Plumb smb_filename through SMB_VFS_CREATE_FILE
Tim Prouty
2009-06-12
1
-8
/
+6
*
Add SMB_VFS_CONNECTPATH operation
Volker Lendecke
2009-06-02
1
-0
/
+8
*
Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT
Volker Lendecke
2009-05-26
1
-22
/
+22
*
Move down the become_root()/unbecome_root() calls into the VFS modules
Volker Lendecke
2009-05-18
1
-2
/
+22
*
s3: Fix trans2 path to use case-insensitive stat optimization
tprouty
2009-05-05
1
-2
/
+6
*
s3: Don't return in a void funtion
Tim Prouty
2009-03-13
1
-1
/
+1
*
s3: Add strict lock/unlock calls to the vfs layer to replace is_locked
Dave Richards
2009-03-13
1
-0
/
+24
*
s3: Add extid to the dev/inode pair
Tim Prouty
2009-02-19
1
-0
/
+1
[next]