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