summaryrefslogtreecommitdiff
path: root/examples/VFS
Commit message (Expand)AuthorAgeFilesLines
* s3: VFS: RIP SMB_VFS_SYS_ACL_BLOB_GET_FILE()Jeremy Allison2021-06-092-22/+0
* s3: VFS: RIP SMB_VFS_SYS_ACL_GET_FILE()Jeremy Allison2021-06-092-19/+0
* vfs: RIP SMB_VFS_GET_NT_ACL_AT()Jeremy Allison2021-06-092-27/+0
* VFS: SMB_VFS_SYS_ACL_GET_FD: Modify api to take additional type paramNoel Power2021-06-092-3/+7
* s3: VFS: Add SMB_VFS_PARENT_PATHNAME().Jeremy Allison2021-06-022-0/+24
* vfs: RIP SMB_VFS_SYS_ACL_DELETE_DEF_FILE()Jeremy Allison2021-05-182-15/+0
* s3: VFS: Add SMB_VFS_SYS_ACL_DELETE_DEF_FD(),Jeremy Allison2021-05-182-0/+15
* s3: VFS: Remove SMB_VFS_READDIR_ATTR(), no longer usedSamuel Cabrero2021-05-142-18/+0
* VFS: Add SMB_VFS_FREADDIR_ATTR()Samuel Cabrero2021-05-142-0/+18
* s3: VFS: Remove SMB_VFS_STREAMINFO(), no longer usedNoel Power2021-05-112-27/+0
* VFS: Add SMB_VFS_FSTREAMINFONoel Power2021-05-112-0/+24
* s3: VFS: Remove SMB_VFS_NTIMES(), no longer usedSamuel Cabrero2021-04-192-17/+0
* VFS: Add SMB_VFS_FNTIMESSamuel Cabrero2021-04-192-0/+17
* VFS: Remove SMB_VFS_CHMOD, no longer usedNoel Power2021-04-112-17/+0
* VFS: Remove SMB_VFS_SET_DOS_ATTRIBUTE, no longer usedNoel Power2021-04-082-18/+0
* VFS: Remove SMB_VFS_REMOVEXATTR, no longer usedJeremy Allison2021-04-072-17/+0
* VFS: Remove SMB_VFS_SETXATTR, no longer usedNoel Power2021-03-112-24/+0
* VFS: Remove SMB_VFS_LISTXATTR, no longer usedNoel Power2021-02-262-19/+0
* vfs: RIP SMB_VFS_SYS_ACL_SET_FILE()Ralph Boehme2020-12-172-20/+0
* vfs: add acl type arg to SMB_VFS_SYS_ACL_SET_FD()Ralph Boehme2020-12-172-3/+7
* vfs: SMB_VFS_GET_COMPRESSION() -> SMB_VFS_FGET_COMPRESSION()Ralph Boehme2020-12-162-7/+5
* vfs: RIP SMB_VFS_GET_DOS_ATTRIBUTES()Ralph Boehme2020-12-162-18/+0
* vfs: Add dirfsp arg to SMB_VFS_READDIR()Ralph Boehme2020-12-162-3/+7
* vfs: make dirfsp arg to SMB_VFS_READLINKAT() constRalph Boehme2020-10-232-2/+2
* vfs: remove dirfsp arg from SMB_VFS_CREATE_FILE()Ralph Boehme2020-10-022-3/+0
* s3: VFS: Change the function signature for SMB_VFS_READ_DFS_PATHAT() to take ...Jeremy Allison2020-06-032-2/+2
* vfs: remove SMB_VFS_OPEN()Ralph Boehme2020-05-212-15/+0
* vfs: add SMB_VFS_OPENAT()Ralph Boehme2020-05-212-0/+23
* smbd: add dirfsp arg to SMB_VFS_CREATE_FILE()Ralph Boehme2020-05-212-0/+3
* vfs: remove root_dir_fid arg from SMB_VFS_CREATE_FILE()Ralph Boehme2020-05-142-3/+0
* s3: VFS: Complete the replacement of SMB_VFS_GET_NT_ACL() -> SMB_VFS_GET_NT_A...Jeremy Allison2020-05-072-24/+0
* s3: VFS: Add SMB_VFS_GET_NT_ACL_AT().Jeremy Allison2020-05-072-0/+27
* smbd: vfs: convert link_contents arg of SMB_VFS_SYMLINKAT() to struct smb_fil...Ralph Boehme2020-05-052-2/+2
* smbd: convert SMB_VFS_GET_REAL_FILENAME() arg path to be a struct smb_filenameRalph Boehme2020-05-052-2/+2
* vfs: remove SMB_VFS_OPENDIR()Ralph Boehme2020-03-242-18/+0
* s3: VFS: Add SMB_VFS_READ_DFS_PATHAT().Jeremy Allison2020-02-182-0/+27
* s3: VFS: Add SMB_VFS_CREATE_DFS_PATHAT().Jeremy Allison2020-01-102-0/+24
* 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-152-19/+0
* s3: VFS: Complete the removal of SMB_VFS_RMDIR()Jeremy Allison2019-10-102-15/+0
* s3: VFS: Add SMB_VFS_FCNTLAnoop C S2019-10-082-0/+24
* s3: VFS: Complete the replacement of SMB_VFS_UNLINK() -> SMB_VFS_UNLINKAT().Jeremy Allison2019-09-262-15/+0
* s3: VFS: Add SMB_VFS_UNLINKAT().Jeremy Allison2019-09-262-0/+22
* s3: VFS: Complete the replacement of SMB_VFS_MKDIR() -> SMB_VFS_MKDIRAT().Jeremy Allison2019-09-112-17/+0
* s3: VFS: Add SMB_VFS_MKDIRAT().Jeremy Allison2019-09-112-0/+22
* s3: VFS: Complete the replacement of SMB_VFS_SYMLINK() -> SMB_VFS_SYMLINKAT().Jeremy Allison2019-09-032-17/+0
* s3: VFS: Add SMB_VFS_SYMLINKAT().Jeremy Allison2019-09-032-0/+22
* s3: VFS: Complete the replacement of SMB_VFS_READLINK() -> SMB_VFS_READLINKAT().Jeremy Allison2019-08-232-19/+0
* s3: VFS: Add SMB_VFS_READLINKAT().Jeremy Allison2019-08-232-0/+25
* s3: VFS: Complete the replacement of SMB_VFS_MKNOD() -> SMB_VFS_MKNODAT().Jeremy Allison2019-08-222-19/+0