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
*
build: Remove sys_opendir wrapper
Andrew Bartlett
2012-04-05
1
-1
/
+1
*
build: Remove sys_open wrapper
Andrew Bartlett
2012-04-05
1
-1
/
+1
*
build: Remove sys_lseek wrapper
Andrew Bartlett
2012-04-05
1
-1
/
+1
*
build: Remove sys_ftruncate wrapper
Andrew Bartlett
2012-04-05
1
-4
/
+4
*
s3: Pass filters explicitly through vfs notify watch
Volker Lendecke
2012-03-26
1
-3
/
+4
*
s3: Remove "conn" from sys_notify_context
Volker Lendecke
2012-03-21
1
-1
/
+1
*
s3: Pass "path" through vfs_notify_watch
Volker Lendecke
2012-03-21
1
-1
/
+3
*
s3: Improve statvfs support
Brad Smith
2012-03-11
1
-6
/
+6
*
s3: Further fix for bug 8777
Brad Smith
2012-03-02
1
-1
/
+1
*
s3: Fix bug 8777, sys_statvfs() wrapper support for OpenBSD/FreeBSD/DragonFly
Brad Smith
2012-02-25
1
-1
/
+1
*
vfs: Make function pointer names consistent. They all end in _fn
Richard Sharpe
2011-12-12
1
-113
/
+113
*
Add support for VFS op streaminfo chaining in all relevant VFS modules.
Frank Lahm
2011-10-14
1
-15
/
+10
*
s3:vfs: add SMB_VFS_GET_DFS_REFERRAL() hooks
Stefan Metzmacher
2011-10-08
1
-0
/
+177
*
Move FSCTL handling into the VFS. Initial code changes. Passes smbtorture NTT...
Richard Sharpe
2011-10-01
1
-0
/
+335
*
s3: Re-add (), fix a gcc hint
Volker Lendecke
2011-09-30
1
-1
/
+1
*
Free the memory talloc'd
Richard Sharpe
2011-09-27
1
-1
/
+6
*
Remove the char * argument from the SMB_VFS_GETWD() call. Now always
Jeremy Allison
2011-06-01
1
-4
/
+2
*
Change sys_getcd() to take no arguments and always return malloc'ed memory (o...
Jeremy Allison
2011-06-01
1
-2
/
+4
*
s3: Remove SHADOW_COPY_DATA typedef
Volker Lendecke
2011-05-31
1
-1
/
+4
*
s3-vfs: make vfswrap_llistxattr and vfswrap_flistxattr static.
Günther Deschner
2011-05-04
1
-2
/
+2
*
s3-vfs: rename open function to open_fn.
Günther Deschner
2011-04-21
1
-5
/
+1
*
s3-smbd: fix the AIX 5.3 build.
Günther Deschner
2011-04-20
1
-0
/
+4
*
s3: only include smb profiling where needed.
Günther Deschner
2011-04-14
1
-0
/
+1
*
s3: only include ntioctl.h where needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-vfs: include smbd/smbd.h in vfs modules.
Günther Deschner
2011-03-30
1
-0
/
+2
*
s3-includes: only include system/filesys.h when needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3: Pass smb_filename through the set_offline vfs op
Volker Lendecke
2011-03-02
1
-1
/
+2
*
s3: Pass smb_filename through the is_offline vfs op
Volker Lendecke
2011-03-02
1
-2
/
+13
*
Correctly plumb in VFS_FDOPENDIR.
Jeremy Allison
2011-02-09
1
-0
/
+1
*
Add fdopendir to the VFS. We will use this to reuse a directory fd already op...
Jeremy Allison
2011-02-09
1
-0
/
+14
*
s3: Fix bug 7940 -- fall back for utimes calls
Volker Lendecke
2011-02-01
1
-4
/
+14
*
Keep track of the sparse status of an open file handle. Allows bypass of
Jeremy Allison
2010-12-21
1
-1
/
+1
*
Added call out to a Linux-compatible fallocate() when we need to extend a file
Jeremy Allison
2010-12-21
1
-2
/
+3
*
Rename vfs operation posix_fallocate to just fallocate and add the vfs_falloc...
Jeremy Allison
2010-12-18
1
-9
/
+17
*
Do more vfs_stat_fsp calls instead of FSTAT - ensures fsp->fsp_name->st is ke...
Jeremy Allison
2010-12-16
1
-13
/
+20
*
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
[next]