summaryrefslogtreecommitdiff
path: root/source3/include/vfs_macros.h
AgeCommit message (Expand)AuthorFilesLines
2026-03-01vfs: Remove unused SMB_VFS_GETWD()Volker Lendecke1-5/+0
2026-02-15vfs: Add "fsp" to SMB_VFS_SET_QUOTAVolker Lendecke1-4/+5
2026-02-15vfs: Change SMB_VFS_GET_QUOTA to take a fsp instead of a nameVolker Lendecke1-4/+5
2026-02-15vfs: Remove SMB_VFS_STATVFSVolker Lendecke1-5/+0
2026-02-15vfs: Add SMB_VFS_FSTATVFSVolker Lendecke1-0/+5
2026-02-15vfs: Change SMB_VFS_DISK_FREE to take a fspVolker Lendecke1-4/+6
2025-11-10vfs: Remove audit_file functionVolker Lendecke1-5/+0
2025-11-10vfs: Remove connectpath functionVolker Lendecke1-5/+0
2025-10-21vfs: Add SMB_VFS_RENAME_STREAMVolker Lendecke1-0/+14
2025-08-08vfs: Convert pread, pwrite and fsync recv interfaces to macrosAnoop C S1-0/+15
2024-08-21s3:vfs: add vfs_rename_how to SMB_VFS_RENAMEAT()Stefan Metzmacher1-4/+4
2023-06-23vfs: Remove "sbuf" from readdir_fn()Volker Lendecke1-4/+4
2023-06-14vfs: Remove vfs telldir/seekdir functionsVolker Lendecke1-10/+0
2022-09-17vfs: Add dirfsp to connectpath_fn()Volker Lendecke1-4/+4
2022-08-06vfs: change openat propotype to match linux openat2Volker Lendecke1-4/+6
2022-04-28Revert "vfs: remove dirfsp arg from SMB_VFS_CREATE_FILE()"Volker Lendecke1-4/+4
2022-04-28vfs: Remove name-based SMB_VFS_GET_REAL_FILENAME()Volker Lendecke1-5/+0
2022-04-28vfs: Add SMB_VFS_GET_REAL_FILENAME_ATVolker Lendecke1-0/+16
2022-03-10vfs: Add SMB_VFS_FSTATATVolker Lendecke1-0/+7
2021-10-08vfs: Add flags and xferlen args to SMB_VFS_OFFLOAD_READ_RECVRalph Boehme1-4/+4
2021-09-21VFS: Rename kernel_flock to filesystem_sharemodeChristof Schmitt1-4/+11
2021-07-04vfs: RIP SMB_VFS_GETXATTR()Jeremy Allison1-5/+0
2021-06-29VFS: Remove SMB_VFS_CHFLAGS, not used anymoreNoel Power1-5/+0
2021-06-29VFS: Add initial implemenataion for SMB_VFS_FCHFLAGSNoel Power1-0/+5
2021-06-22s3: VFS: Cleanup. Remove SMB_VFS_FSYNC() macro.Jeremy Allison1-5/+0
2021-06-09s3: VFS: RIP SMB_VFS_SYS_ACL_BLOB_GET_FILE()Jeremy Allison1-5/+0
2021-06-09s3: VFS: RIP SMB_VFS_SYS_ACL_GET_FILE()Jeremy Allison1-5/+0
2021-06-09vfs: RIP SMB_VFS_GET_NT_ACL_AT()Jeremy Allison1-5/+0
2021-06-09VFS: SMB_VFS_SYS_ACL_GET_FD: Modify api to take additional type paramNoel Power1-4/+4
2021-06-02s3: VFS: Add SMB_VFS_PARENT_PATHNAME().Jeremy Allison1-0/+5
2021-05-18vfs: RIP SMB_VFS_SYS_ACL_DELETE_DEF_FILE()Jeremy Allison1-5/+0
2021-05-18s3: VFS: Add SMB_VFS_SYS_ACL_DELETE_DEF_FD(),Jeremy Allison1-0/+5
2021-05-14s3: VFS: Remove SMB_VFS_READDIR_ATTR(), no longer usedSamuel Cabrero1-5/+0
2021-05-14VFS: Add SMB_VFS_FREADDIR_ATTR()Samuel Cabrero1-0/+5
2021-05-11VFS: Add SMB_VFS_FSTREAMINFONoel Power1-0/+5
2021-04-19s3: VFS: Remove SMB_VFS_NTIMES(), no longer usedSamuel Cabrero1-5/+0
2021-04-19VFS: Add SMB_VFS_FNTIMESSamuel Cabrero1-0/+5
2021-04-11VFS: Remove SMB_VFS_CHMOD, no longer usedNoel Power1-5/+0
2021-04-08VFS: Remove SMB_VFS_SET_DOS_ATTRIBUTE, no longer usedNoel Power1-4/+0
2021-04-07VFS: Remove SMB_VFS_REMOVEXATTR, no longer usedJeremy Allison1-5/+0
2021-03-11VFS: Remove SMB_VFS_SETXATTR, no longer usedNoel Power1-5/+0
2021-02-26VFS: Remove SMB_VFS_LISTXATTR, no longer usedNoel Power1-5/+0
2020-12-17vfs: RIP SMB_VFS_SYS_ACL_SET_FILE()Ralph Boehme1-5/+0
2020-12-17vfs: add acl type arg to SMB_VFS_SYS_ACL_SET_FD()Ralph Boehme1-4/+4
2020-12-16vfs: SMB_VFS_GET_COMPRESSION() -> SMB_VFS_FGET_COMPRESSION()Ralph Boehme1-4/+4
2020-12-16vfs: RIP SMB_VFS_GET_DOS_ATTRIBUTES()Ralph Boehme1-4/+0
2020-12-16vfs: Add dirfsp arg to SMB_VFS_READDIR()Ralph Boehme1-4/+4
2020-10-02vfs: remove dirfsp arg from SMB_VFS_CREATE_FILE()Ralph Boehme1-4/+4
2020-05-21vfs: remove SMB_VFS_OPEN()Ralph Boehme1-5/+0
2020-05-21vfs: add SMB_VFS_OPENAT()Ralph Boehme1-0/+5