build: Remove sys_readdir wrapper
[kai/samba.git] / source3 / modules / vfs_default.c
2012-04-05 Andrew Bartlettbuild: Remove sys_readdir wrapper
2012-04-05 Andrew Bartlettbuild: Remove sys_opendir wrapper
2012-04-05 Andrew Bartlettbuild: Remove sys_open wrapper
2012-04-05 Andrew Bartlettbuild: Remove sys_lseek wrapper
2012-04-05 Andrew Bartlettbuild: Remove sys_ftruncate wrapper
2012-03-26 Volker Lendeckes3: Pass filters explicitly through vfs notify watch
2012-03-21 Volker Lendeckes3: Remove "conn" from sys_notify_context
2012-03-21 Volker Lendeckes3: Pass "path" through vfs_notify_watch
2012-03-11 Brad Smiths3: Improve statvfs support
2012-03-02 Brad Smiths3: Further fix for bug 8777
2012-02-25 Brad Smiths3: Fix bug 8777, sys_statvfs() wrapper support for...
2011-12-12 Richard Sharpevfs: Make function pointer names consistent. They all...
2011-10-14 Frank LahmAdd support for VFS op streaminfo chaining in all relev...
2011-10-07 Stefan Metzmachers3:vfs: add SMB_VFS_GET_DFS_REFERRAL() hooks
2011-10-01 Richard SharpeMove FSCTL handling into the VFS. Initial code changes...
2011-09-30 Volker Lendeckes3: Re-add (), fix a gcc hint
2011-09-27 Richard SharpeFree the memory talloc'd
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... save-diskspace-tags/samba-4.0.0alpha16
2011-06-01 Jeremy AllisonRemove the char * argument from the SMB_VFS_GETWD(...
2011-06-01 Jeremy AllisonChange sys_getcd() to take no arguments and always...
2011-05-31 Volker Lendeckes3: Remove SHADOW_COPY_DATA typedef
2011-04-21 Günther Deschners3-vfs: rename open function to open_fn.
2011-04-20 Günther Deschners3-smbd: fix the AIX 5.3 build.
2011-05-04 Günther Deschners3-vfs: make vfswrap_llistxattr and vfswrap_flistxattr...
2011-04-13 Günther Deschners3: only include smb profiling where needed.
2011-03-29 Günther Deschners3: only include ntioctl.h where needed.
2011-03-29 Günther Deschners3-vfs: include smbd/smbd.h in vfs modules.
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2011-03-02 Volker Lendeckes3: Pass smb_filename through the set_offline vfs op
2011-03-02 Volker Lendeckes3: Pass smb_filename through the is_offline vfs op
2011-02-09 Jeremy AllisonCorrectly plumb in VFS_FDOPENDIR.
2011-02-08 Jeremy AllisonAdd fdopendir to the VFS. We will use this to reuse...
2011-02-01 Volker Lendeckes3: Fix bug 7940 -- fall back for utimes calls
2010-12-21 Jeremy AllisonKeep track of the sparse status of an open file handle...
2010-12-21 Jeremy AllisonAdded call out to a Linux-compatible fallocate() when...
2010-12-18 Jeremy AllisonRename vfs operation posix_fallocate to just fallocate...
2010-12-16 Jeremy AllisonDo more vfs_stat_fsp calls instead of FSTAT - ensures...
2010-12-03 Jeremy AllisonReplace lseek()/write()/lseek() triple with pwrite...
2010-12-03 Jeremy AllisonMerge the two conflicting allocation codes into one...
2010-12-03 Jeremy AllisonOops. Missed adding vfswrap_posix_fallocate to vfs_defa...
2010-12-03 Jeremy AllisonMove posix_fallocate into the VFS where it belongs.
2010-12-01 Volker Lendeckes3: Fix a typo
2010-11-20 Jeremy AllisonMove the uglyness of #ifdef REALPATH_TAKES_NULL into...
2010-10-28 Volodymyr Khomenkos3: Fix bug 7759
2010-10-16 Jeremy AllisonFix bug #7734 - When creating files with "inherit ACLs...
2010-05-18 Günther Deschners3-secdesc: remove "typedef struct security_descriptor...
2010-03-08 Björn Jackes3: remove cross-device rename support from vfs_default
2010-03-05 Jeremy AllisonFix for bug #7189 - Open txt files with notepad on...
2009-12-09 Björn Jackes3: keep subsecond times on cross-filesystem moves...
2009-12-09 Andrew BartlettMerge commit 'origin/master' into abartlet-devel
2009-12-08 Björn Jackes3: make sys_posix_fallocate more generic
2009-12-08 Björn Jackes3: allocate only "new" space, not "old" sparse space...
2009-12-03 Björn Jackeѕ3: remove superfluous option check
2009-12-02 Björn Jackes3: prefer posix_fallocate for doing "strict allocate"
2009-11-29 Volker Lendeckes3: Restore "fake directory create times" as a share...
2009-11-29 Volker Lendeckes3: "copy_reg" only looks at mode, uid, gid, atime...
2009-11-29 Volker Lendeckes3: Pass the "fake dir create times" parameter to sys_...
2009-11-18 Volker Lendeckes3: Replace some create_synthetic_smb_fname() calls
2009-11-18 Volker Lendeckes3: Do not talloc in readdir
2009-11-17 Jeremy AllisonRemove "store create time" code, cause create time...
2009-11-11 Michael Adams3:vfs_fs_capabilities: fix a debug message
2009-11-04 Björn Jackes3: add support for full windows timestamps resolution...
2009-10-17 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-10-06 Abhidnya P Chirmules3: Add access_mask to the flock VFS call
2009-10-01 Jeremy AllisonFix bug #6769 - symlink unlink does nothing.
2009-09-25 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2009-09-24 Matthias Dieter... s3:vfs_default - correct function parameters
2009-09-09 Jeremy AllisonFix compile in a usually non-selected define.
2009-08-28 Aravind Srinivasans3: Add a new VFS op called SMB_VFS_TRANSLATE_NAME
2009-08-25 Jeremy AllisonSecond attempt at fix for bug 6529 - Offline files...
2009-08-12 Jeremy AllisonAdd "store create time" parameter (docs to follow)
2009-08-08 Alexander BokovoyMerge branch 'master' of ssh://git.samba.org/data/git...
2009-08-07 Jeremy AllisonMove the checks for null timestamps down below the...
2009-07-24 Volker LendeckeMake the smbd VFS typesafe
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-21 Tim Proutys3: Remove unnecessary callers of get_full_smb_filename
2009-07-21 Tim Proutys3: Finish plumbing the fsp->fsp_name smb_fname convers...
2009-07-19 Volker LendeckeFix a few type errors in VFS modules
2009-07-06 Tim Proutys3: Update streaminfo implementations now that only...
2009-07-06 Tim Proutys3: Plumb smb_filename through SMB_VFS_NTIMES
2009-07-06 Tim Proutys3: Plumb smb_filename through SMB_VFS_UNLINK
2009-07-06 Tim Proutys3: Plumb smb_filename through SMB_VFS_RENAME
2009-06-25 Tim Proutys3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS...
2009-06-18 Tim Proutys3: Change SMB_VFS_OPEN to take an smb_filename struct
2009-06-12 Tim Proutys3: Plumb smb_filename through SMB_VFS_CREATE_FILE
2009-06-02 Volker LendeckeAdd SMB_VFS_CONNECTPATH operation
2009-05-28 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-26 Volker LendeckeIntroduce "struct stat_ex" as a replacement for SMB_STR...
2009-05-18 Volker LendeckeMove down the become_root()/unbecome_root() calls into...
2009-05-05 tproutys3: Fix trans2 path to use case-insensitive stat optimi...
2009-03-20 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-20 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-15 Jelmer VernooijMerge branch 'sharedm4' of /home/jelmer/samba4
2009-03-15 Jelmer VernooijMerge branch 'nodiscard' of /home/jelmer/samba4
2009-03-15 Jelmer VernooijMerge branch 'tdr' of /home/jelmer/samba4
2009-03-15 Jelmer VernooijMerge branch 'checktalloc' of /home/jelmer/samba4
2009-03-14 Tim Proutys3: Don't return in a void funtion
2009-03-13 Dave Richardss3: Add strict lock/unlock calls to the vfs layer to...
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
next