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