vfs: Add SMB_VFS_FSTATAT
[samba.git] / source3 / include / vfs.h
2022-03-10 Volker Lendeckevfs: Add SMB_VFS_FSTATAT
2021-11-11 Volker Lendeckevfs: Fix a few typos
2021-10-08 Ralph Boehmevfs: Add flags and xferlen args to SMB_VFS_OFFLOAD_READ...
2021-09-21 Christof SchmittVFS: Increase VFS version for renamed function
2021-09-21 Christof SchmittVFS: Rename kernel_flock to filesystem_sharemode
2021-07-04 Jeremy Allisonvfs: RIP SMB_VFS_GETXATTR()
2021-06-29 Noel PowerVFS: Remove SMB_VFS_CHFLAGS, not used anymore
2021-06-29 Noel PowerVFS: Add initial implemenataion for SMB_VFS_FCHFLAGS
2021-06-09 Jeremy Allisons3: VFS: RIP SMB_VFS_SYS_ACL_BLOB_GET_FILE()
2021-06-09 Jeremy Allisons3: VFS: RIP SMB_VFS_SYS_ACL_GET_FILE()
2021-06-09 Jeremy Allisonvfs: RIP SMB_VFS_GET_NT_ACL_AT()
2021-06-09 Noel PowerVFS: SMB_VFS_SYS_ACL_GET_FD: Modify api to take additio...
2021-06-02 Jeremy Allisons3: VFS: Add SMB_VFS_PARENT_PATHNAME().
2021-05-18 Jeremy Allisonvfs: RIP SMB_VFS_SYS_ACL_DELETE_DEF_FILE()
2021-05-18 Jeremy Allisons3: VFS: Add SMB_VFS_SYS_ACL_DELETE_DEF_FD(),
2021-05-14 Samuel Cabreros3: VFS: Remove SMB_VFS_READDIR_ATTR(), no longer used
2021-05-14 Samuel CabreroVFS: Add SMB_VFS_FREADDIR_ATTR()
2021-05-11 Noel Powers3: VFS: Remove SMB_VFS_STREAMINFO(), no longer used
2021-05-11 Noel PowerVFS: Add SMB_VFS_FSTREAMINFO
2021-04-19 Samuel Cabreros3: VFS: Remove SMB_VFS_NTIMES(), no longer used
2021-04-19 Samuel CabreroVFS: Add SMB_VFS_FNTIMES
2021-04-11 Noel PowerVFS: Remove SMB_VFS_CHMOD, no longer used
2021-04-11 Noel PowerVFS: Fix version SMB_VFS_GET_DOS_ATTRIBUTES was removed in
2021-04-08 Noel PowerVFS: Remove SMB_VFS_SET_DOS_ATTRIBUTE, no longer used
2021-04-07 Jeremy AllisonVFS: Remove SMB_VFS_REMOVEXATTR, no longer used
2021-03-11 Noel PowerVFS: Remove SMB_VFS_SETXATTR, no longer used
2021-02-26 Noel PowerVFS: Remove SMB_VFS_LISTXATTR, no longer used
2021-01-28 Ralph Boehmevfs: make fsp arg of vfs_[memctx|fetch]_fsp_extension...
2021-01-14 Stefan Metzmachers3:smbd: make sure a SHUTDOWN_CLOSE applies to a stream...
2020-12-17 Ralph Boehmevfs: RIP SMB_VFS_SYS_ACL_SET_FILE()
2020-12-17 Ralph Boehmevfs: add acl type arg to SMB_VFS_SYS_ACL_SET_FD()
2020-12-16 Ralph Boehmevfs: SMB_VFS_GET_COMPRESSION() -> SMB_VFS_FGET_COMPRESS...
2020-12-16 Ralph Boehmevfs: RIP SMB_VFS_GET_DOS_ATTRIBUTES()
2020-12-16 Ralph Boehmevfs: Add dirfsp arg to SMB_VFS_READDIR()
2020-12-16 Ralph Boehmesmbd: add openat_pathref_fsp()
2020-12-16 Ralph Boehmevfs: add fsp flag "have_proc_fds"
2020-12-16 Ralph Boehmevfs: add struct connection_struct flag "have_proc_fds"
2020-12-16 Ralph Boehmevfs: make struct fd_handle private
2020-12-16 Ralph Boehmevfs: add "is_fsa" flag to struct files_struct
2020-12-16 Ralph Boehmevfs: add "is_pathref" to struct files_struct
2020-11-03 Andreas Schneiders3:vfs: Document the encryption_required flag in vfs.h
2020-10-29 Andreas Schneiders3:smbd: Add SMB3 connection information to session...
2020-10-23 Ralph Boehmevfs: make dirfsp arg to SMB_VFS_READLINKAT() const
2020-10-02 Ralph Boehmevfs: remove dirfsp arg from SMB_VFS_CREATE_FILE()
2020-10-02 Ralph Boehmesmbd: remove fsp->dirfsp
2020-06-03 Jeremy Allisons3: VFS: Change the function signature for SMB_VFS_READ...
2020-05-30 Ralph Boehmesmbd: RIP conn->origpath
2020-05-21 Ralph Boehmevfs: remove SMB_VFS_OPEN()
2020-05-21 Ralph Boehmevfs: add SMB_VFS_OPENAT()
2020-05-21 Ralph Boehmesmbd: add dirfsp arg to SMB_VFS_CREATE_FILE()
2020-05-21 Ralph Boehmesmbd: add flag "is_dirfsp" to the fsp_flags
2020-05-21 Ralph Boehmevfs: add dirfsp to struct files_struct
2020-05-14 Ralph Boehmevfs: remove root_dir_fid arg from SMB_VFS_CREATE_FILE()
2020-05-07 Jeremy Allisons3: VFS: Complete the replacement of SMB_VFS_GET_NT_ACL...
2020-05-07 Jeremy Allisons3: VFS: Add SMB_VFS_GET_NT_ACL_AT().
2020-05-05 Ralph Boehmesmbd: vfs: convert link_contents arg of SMB_VFS_SYMLINK...
2020-05-05 Ralph Boehmesmbd: convert SMB_VFS_GET_REAL_FILENAME() arg path...
2020-05-05 Ralph Boehmes3/vfs: change VFS interface comment to be a single...
2020-05-05 Ralph Boehmesmbd: realign smb_vfs_call_get_real_filename() args
2020-04-29 Ralph Boehmesmbd: add previous version timestamp to struct smb_filename
2020-04-03 Ralph Boehmesmbd: move files_struct.lock_failure_seen to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.closing to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.use_ofd_locks to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.backup_intent to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.is_sparse to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.delete_on_close to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.initial_delete_on_close to...
2020-04-03 Ralph Boehmesmbd: move files_struct.aio_write_behind to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.is_directory to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.modified to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.can_write to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.can_read to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.can_lock to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.write_time_forced to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.update_write_time_on_close...
2020-04-03 Ralph Boehmesmbd: move files_struct.update_write_time_triggered...
2020-04-03 Ralph Boehmesmbd: move files_struct.kernel_share_modes_taken to...
2020-03-31 Ralph Boehmesmbd: remove struct privilege_paths
2020-03-30 Jeremy Allisons3: smbd: RIP smb_filename->original_lcomp.
2020-03-24 Ralph Boehmevfs: remove SMB_VFS_OPENDIR()
2020-03-23 Jeremy Allisons3: VFS: Remove deferred_close from struct files_struct.
2020-02-18 Jeremy Allisons3: VFS: Add SMB_VFS_READ_DFS_PATHAT().
2020-01-13 Ralph Boehmesmbd: add session to struct smb_request
2020-01-10 Jeremy Allisons3: VFS: Add SMB_VFS_CREATE_DFS_PATHAT().
2020-01-08 Christof Schmittvfs_not_implemented: Rename argument for flock function
2020-01-08 Christof Schmittvfs: Rename argument for kernel_flock function
2019-12-06 Ralph Boehmesmbd: fix handling of sentinel timestamp values
2019-11-13 Volker Lendeckesmbd: Remove write cache
2019-10-15 Jeremy Allisons3: VFS: Complete the removal of SMB_VFS_CHOWN()
2019-10-10 Jeremy Allisons3: VFS: Complete the removal of SMB_VFS_RMDIR()
2019-10-08 Anoop C Ss3: VFS: Add SMB_VFS_FCNTL
2019-09-26 Jeremy Allisons3: VFS: Complete the replacement of SMB_VFS_UNLINK...
2019-09-26 Jeremy Allisons3: VFS: Add SMB_VFS_UNLINKAT().
2019-09-17 Volker Lendeckesmbd: Make "share_mode_flags" 16-bit wide
2019-09-17 Volker Lendeckesmbd: Let fsp_lease_type() look at leases.tdb
2019-09-17 Volker Lendeckevfs: Make "fd_handle->gen_id" 64-bit everywhere
2019-09-11 Stefan Metzmachersmbd: rename [un]become_user*() to [un]become_user_with...
2019-09-11 Ralph Boehmesmbd: rename change_to_user_by_fsp() to change_to_user_...
2019-09-11 Ralph Boehmesmbd: rename change_to_user() to change_to_user_and_ser...
2019-09-11 Jeremy Allisons3: VFS: Complete the replacement of SMB_VFS_MKDIR...
next