Change all uses of uint32 to uint32_t in vfs.h. This is part of a general cleanup...
[bbaumbach/samba-autobuild/.git] / source3 / smbd / vfs.c
2015-05-11 Richard SharpeChange all uses of uint32 to uint32_t in vfs.h. This...
2015-05-05 Jeremy Allisons3: smbd: VFS: Remove vfs_stat_smb_fname() and vfs_lsta...
2015-05-05 Jeremy Allisons3: smbd: VFS: Add vfs_stat_smb_basename() - to be...
2015-03-31 David Disseldorpvfs: add snapshot create/delete hooks
2015-03-09 David Disseldorps3/vfs: change fallocate mode flags from enum->uint32_t
2015-02-17 David Disseldorps3/vfs: remove unused SMB_VFS_DISK_FREE() small_query...
2014-12-07 Jeremy Allisons3: smbd: Fix *allocate* calls to follow POSIX error...
2014-12-04 Ralph Boehmes3:vfs: add create tags to SMB_VFS_CREATEFILE
2014-12-04 Ralph Boehmes3:vfs: add SMB_VFS_READDIR_ATTR()
2014-09-18 Volker LendeckeRemove a few #ifdef EWOULDBLOCk
2014-08-11 Volker Lendeckevfs3: Pass "lease" through SMB_VFS_CREATE_FILE
2014-08-06 Stefan Metzmachers3:smbd: use req->xconn in vfs_[p]write_data()
2014-08-06 Stefan Metzmachers3:smbd: move sconn->sock to xconn->transport.sock
2014-07-18 Stefan Metzmacherlib/util: move memcache.[ch] to the toplevel 'samba...
2014-06-13 Michael Adamvfs: remove unused function vfs_pread_data()
2014-04-10 Jeremy Allisons3: smbd: Performance optimization for RECVFILE.
2014-02-08 Garming Samparam: rename lp function and variable from "symlinks...
2013-12-14 Volker Lendeckesmbd: Avoid pointless strcsequal calls
2013-11-22 David Disseldorpvfs: add [GET/SET]_COMPRESSION hooks
2013-11-22 Jeremy AllisonRename the profile enums with a SAMBA_ prefix to avoid...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-09-05 Volker Lendeckesmbd: Fix breaking level2 on allocate
2013-04-19 Jeremy AllisonEnsure the RECVFILE path in vfs_pwrite_data() operates...
2013-04-19 Jeremy AllisonEnsure the RECVFILE path in vfs_write_data() operates...
2013-04-17 Volker Lendeckesmbd: Convert vfs_lstat_smb_fname to synthetic_smb_fname
2013-04-17 Volker Lendeckesmbd: Convert vfs_stat_smb_fname to synthetic_smb_fname
2013-04-17 Volker Lendeckesmbd: Convert check_reduced_name_with_privilege to...
2013-04-17 Volker Lendeckesmbd: Convert vfs_GetWd to synthetic_smb_fname
2013-01-16 David Disseldorps3-vfs: add copy_chunk vfs hooks
2012-10-11 Andrew Bartlettvfs: Remove type parameter from sys_acl_blob_get_{fd...
2012-10-11 Andrew Bartlettsmbd: Add mem_ctx to {f,}get_nt_acl VFS call
2012-10-11 Andrew Bartlettsmbd: Add mem_ctx to sys_acl_init() and all callers
2012-09-13 Jeremy AllisonSigh :-(. Removing optimization prematurely is the...
2012-09-12 Jeremy AllisonMove cached cwd onto conn struct.
2012-09-12 Jeremy AllisonRemove ancient "optimization" global LastDir.
2012-09-12 Andrew Bartlettsmbd: Add extra VFS hooks to get the posix ACL as a...
2012-09-08 Michael Adams3:vfs: add durable VFS operations
2012-08-28 Andrew Bartletts3-vfs: Indicate the symlink destination when failing...
2012-08-15 Andrew Bartletts3-smbd: Remove sys_acl_*() VFS wrapper functions
2012-08-12 Björn Jackes3: skip loading vfs modules for printer connections
2012-07-31 Volker Lendeckes3: Fix Coverity ID 710827 Resource leak
2012-07-18 Volker Lendeckes3-vfs: async fsync
2012-07-18 Volker Lendeckes3-aio: Remove unused VFS functions and more
2012-07-18 Volker Lendeckes3-vfs: async pread
2012-07-18 Volker Lendeckes3-vfs: async pwrite
2012-06-11 Volker Lendeckes3: Fix Coverity ID 703869 Logically dead code
2012-06-06 Stefan Metzmachers3:smbd: make struct vfs_fsp_data private to vfs.c
2012-06-06 Stefan Metzmachers3:smbd: add vfs_remove_all_fsp_extensions()
2012-04-28 Richard SharpeAdd an audit file VFS routine so we can handle auditing...
2012-04-24 Volker Lendeckes3: Simplify check_reduced_name a bit
2012-04-05 Andrew Bartlettbuild: Remove SMB_OFF_T, replace with off_t
2012-04-05 Andrew Bartletts3-vfs: Remove unused lremovexattr call from VFS module...
2012-04-05 Andrew Bartletts3-vfs: Remove unused lsetxattr call from VFS modules...
2012-04-05 Andrew Bartletts3-vfs: Remove unused llistxattr call from VFS modules...
2012-04-05 Andrew Bartletts3-vfs: Remove unused lgetxattr call from VFS modules...
2012-04-05 Andrew Bartlettbuild: Remove SMB_STRUCT_DIR define
2012-04-05 Andrew Bartlettbuild: Remove SMB_STRUCT_DIRENT define
2012-04-03 Andrew Bartletts3-vfs: Use new smb_load_module for better diagnostics
2012-03-26 Volker Lendeckes3: Pass filters explicitly through vfs notify watch
2012-03-21 Volker Lendeckes3: Pass "path" through vfs_notify_watch
2012-03-01 Jeremy AllisonAdd the implementation of check_reduced_name_with_privi...
2012-02-29 Jeremy AllisonAdd check_reduced_name_with_privilege(), filename_conve...
2011-12-12 Richard Sharpevfs: Make function pointer names consistent. They all...
2011-10-17 Frank LahmFirst part of fix for bug #8419 - Make VFS op "streamin...
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-08-18 Jeremy AllisonFix bug #8370 - vfs_chown_fsp broken -- returns in...
2011-07-05 Christian Ambachs3:smbd fix a compile warning on AIX 5.3
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_P() to talloc_zero()
2011-06-01 Jeremy AllisonRemove the char * argument from the SMB_VFS_GETWD(...
2011-05-31 Volker Lendeckes3: Remove SHADOW_COPY_DATA typedef
2011-04-22 Jeremy AllisonCosmetic. Fix bad indentation.
2011-04-22 Jeremy AllisonRemove duplicate code - move to parent_dirname() as...
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-05 Jeremy AllisonFix many const compiler warnings.
2011-04-26 Volker Lendeckes3: Fix a typo
2011-04-25 Jeremy AllisonNo longer need to call SMB_VFS_LSTAT - check name hasn...
2011-04-25 Jeremy AllisonCorrectly detect and deny symlinks anywhere in a path...
2011-04-15 Jeremy AllisonEnsure vfs_chown_fsp() is safe against races.
2011-03-29 Günther Deschners3: only include ntioctl.h where needed.
2011-03-29 Günther Deschners3: include smbd/smbd.h where needed.
2011-03-29 Günther Deschners3-build: only include transfer_file.h where needed.
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-08 Jeremy AllisonAdd fdopendir to the VFS. We will use this to reuse...
2011-02-08 Jeremy AllisonIf possible (O_DIRECTORY exists) open an fd for a direc...
2011-02-05 Jeremy AllisonFix try_chown code. Use new vfs_chown_fsp() which alway...
2010-12-21 Jeremy AllisonAdded call out to a Linux-compatible fallocate() when...
2010-12-19 Volker Lendeckes3: re-add some debugs to check_reduced_name
2010-12-19 Volker Lendeckes3: Fix some typos
2010-12-18 Jeremy AllisonRename vfs operation posix_fallocate to just fallocate...
2010-12-14 Jeremy AllisonEnsure we use vfs_fsp_stat(), not VFS_STAT directly...
2010-12-03 Jeremy AllisonMerge the two conflicting allocation codes into one...
2010-12-03 Jeremy AllisonMove posix_fallocate into the VFS where it belongs.
2010-12-02 Jeremy AllisonFix bug #7835 - vfs_fill_sparse() doesn't use posix_fal...
2010-11-20 Jeremy AllisonMove the uglyness of #ifdef REALPATH_TAKES_NULL into...
next