summaryrefslogtreecommitdiff
path: root/examples/VFS/skel_transparent.c
Commit message (Expand)AuthorAgeFilesLines
* vfs: Add flags and xferlen args to SMB_VFS_OFFLOAD_READ_RECVRalph Boehme2021-10-081-0/+8
* examples/VFS/skel_transparent: Rename kernel_flock to filesystem_sharemodeChristof Schmitt2021-09-211-4/+5
* VFS: Rename kernel_flock to filesystem_sharemodeChristof Schmitt2021-09-211-2/+5
* vfs: RIP SMB_VFS_GETXATTR()Jeremy Allison2021-07-041-10/+0
* VFS: Remove SMB_VFS_CHFLAGS, not used anymoreNoel Power2021-06-291-8/+0
* VFS: Add initial implemenataion for SMB_VFS_FCHFLAGSNoel Power2021-06-291-0/+8
* s3: VFS: RIP SMB_VFS_SYS_ACL_BLOB_GET_FILE()Jeremy Allison2021-06-091-11/+0
* s3: VFS: RIP SMB_VFS_SYS_ACL_GET_FILE()Jeremy Allison2021-06-091-9/+0
* vfs: RIP SMB_VFS_GET_NT_ACL_AT()Jeremy Allison2021-06-091-16/+0
* VFS: SMB_VFS_SYS_ACL_GET_FD: Modify api to take additional type paramNoel Power2021-06-091-2/+4
* s3: VFS: Add SMB_VFS_PARENT_PATHNAME().Jeremy Allison2021-06-021-0/+14
* vfs: RIP SMB_VFS_SYS_ACL_DELETE_DEF_FILE()Jeremy Allison2021-05-181-7/+0
* s3: VFS: Add SMB_VFS_SYS_ACL_DELETE_DEF_FD(),Jeremy Allison2021-05-181-0/+7
* s3: VFS: Remove SMB_VFS_READDIR_ATTR(), no longer usedSamuel Cabrero2021-05-141-9/+0
* VFS: Add SMB_VFS_FREADDIR_ATTR()Samuel Cabrero2021-05-141-0/+9
* s3: VFS: Remove SMB_VFS_STREAMINFO(), no longer usedNoel Power2021-05-111-16/+0
* VFS: Add SMB_VFS_FSTREAMINFONoel Power2021-05-111-0/+14
* s3: VFS: Remove SMB_VFS_NTIMES(), no longer usedSamuel Cabrero2021-04-191-8/+0
* VFS: Add SMB_VFS_FNTIMESSamuel Cabrero2021-04-191-0/+8
* VFS: Remove SMB_VFS_CHMOD, no longer usedNoel Power2021-04-111-8/+0
* VFS: Remove SMB_VFS_SET_DOS_ATTRIBUTE, no longer usedNoel Power2021-04-081-10/+0
* VFS: Remove SMB_VFS_REMOVEXATTR, no longer usedJeremy Allison2021-04-071-8/+0
* VFS: Remove SMB_VFS_SETXATTR, no longer usedNoel Power2021-03-111-12/+0
* VFS: Remove SMB_VFS_LISTXATTR, no longer usedNoel Power2021-02-261-9/+0
* vfs: RIP SMB_VFS_SYS_ACL_SET_FILE()Ralph Boehme2020-12-171-10/+0
* vfs: add acl type arg to SMB_VFS_SYS_ACL_SET_FD()Ralph Boehme2020-12-171-2/+4
* vfs: SMB_VFS_GET_COMPRESSION() -> SMB_VFS_FGET_COMPRESSION()Ralph Boehme2020-12-161-4/+3
* vfs: RIP SMB_VFS_GET_DOS_ATTRIBUTES()Ralph Boehme2020-12-161-10/+0
* vfs: Add dirfsp arg to SMB_VFS_READDIR()Ralph Boehme2020-12-161-2/+4
* vfs: make dirfsp arg to SMB_VFS_READLINKAT() constRalph Boehme2020-10-231-1/+1
* vfs: remove dirfsp arg from SMB_VFS_CREATE_FILE()Ralph Boehme2020-10-021-2/+0
* s3: VFS: Change the function signature for SMB_VFS_READ_DFS_PATHAT() to take ...Jeremy Allison2020-06-031-1/+1
* vfs: remove SMB_VFS_OPEN()Ralph Boehme2020-05-211-7/+0
* vfs: add SMB_VFS_OPENAT()Ralph Boehme2020-05-211-0/+11
* smbd: add dirfsp arg to SMB_VFS_CREATE_FILE()Ralph Boehme2020-05-211-0/+2
* vfs: remove root_dir_fid arg from SMB_VFS_CREATE_FILE()Ralph Boehme2020-05-141-2/+0
* s3: VFS: Complete the replacement of SMB_VFS_GET_NT_ACL() -> SMB_VFS_GET_NT_A...Jeremy Allison2020-05-071-14/+0
* s3: VFS: Add SMB_VFS_GET_NT_ACL_AT().Jeremy Allison2020-05-071-0/+16
* smbd: vfs: convert link_contents arg of SMB_VFS_SYMLINKAT() to struct smb_fil...Ralph Boehme2020-05-051-1/+1
* smbd: convert SMB_VFS_GET_REAL_FILENAME() arg path to be a struct smb_filenameRalph Boehme2020-05-051-1/+1
* vfs: remove SMB_VFS_OPENDIR()Ralph Boehme2020-03-241-9/+0
* s3: VFS: Add SMB_VFS_READ_DFS_PATHAT().Jeremy Allison2020-02-181-0/+16
* s3: VFS: Add SMB_VFS_CREATE_DFS_PATHAT().Jeremy Allison2020-01-101-0/+14
* examples/VFS/skel_transparent.c: typo fixesBjörn Jacke2019-10-311-1/+1
* s3: VFS: Complete the removal of SMB_VFS_CHOWN()Jeremy Allison2019-10-151-9/+0
* s3: VFS: Complete the removal of SMB_VFS_RMDIR()Jeremy Allison2019-10-101-7/+0
* s3: VFS: Add SMB_VFS_FCNTLAnoop C S2019-10-081-0/+16
* s3: VFS: Complete the replacement of SMB_VFS_UNLINK() -> SMB_VFS_UNLINKAT().Jeremy Allison2019-09-261-7/+0
* s3: VFS: Add SMB_VFS_UNLINKAT().Jeremy Allison2019-09-261-0/+12
* s3: VFS: Complete the replacement of SMB_VFS_MKDIR() -> SMB_VFS_MKDIRAT().Jeremy Allison2019-09-111-8/+0