summaryrefslogtreecommitdiff
path: root/examples/VFS/skel_opaque.c
Commit message (Expand)AuthorAgeFilesLines
* vfs: Add dirfsp to connectpath_fn()Volker Lendecke2022-09-171-2/+4
* vfs: Add struct vfs_open_how.resolveVolker Lendecke2022-08-061-0/+5
* vfs: change openat propotype to match linux openat2Volker Lendecke2022-08-061-2/+1
* Revert "vfs: remove dirfsp arg from SMB_VFS_CREATE_FILE()"Volker Lendecke2022-04-281-0/+1
* vfs: Remove name-based SMB_VFS_GET_REAL_FILENAME()Volker Lendecke2022-04-281-10/+0
* vfs: Add SMB_VFS_GET_REAL_FILENAME_ATVolker Lendecke2022-04-281-0/+10
* vfs: Convert get_real_filename() to NTSTATUSVolker Lendecke2022-03-101-6/+6
* vfs: Add SMB_VFS_FSTATATVolker Lendecke2022-03-101-0/+12
* vfs: Add flags and xferlen args to SMB_VFS_OFFLOAD_READ_RECVRalph Boehme2021-10-081-0/+2
* examples/VFS/skel_opaque: Rename kernel_flock to filesystem_sharemodeChristof Schmitt2021-09-211-4/+5
* VFS: Rename kernel_flock to filesystem_sharemodeChristof Schmitt2021-09-211-1/+1
* vfs: RIP SMB_VFS_GETXATTR()Jeremy Allison2021-07-041-11/+0
* VFS: Remove SMB_VFS_CHFLAGS, not used anymoreNoel Power2021-06-291-9/+0
* VFS: Add initial implemenataion for SMB_VFS_FCHFLAGSNoel Power2021-06-291-0/+9
* 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-10/+0
* vfs: RIP SMB_VFS_GET_NT_ACL_AT()Jeremy Allison2021-06-091-11/+0
* VFS: SMB_VFS_SYS_ACL_GET_FD: Modify api to take additional type paramNoel Power2021-06-091-1/+3
* s3: VFS: Add SMB_VFS_PARENT_PATHNAME().Jeremy Allison2021-06-021-0/+10
* vfs: RIP SMB_VFS_SYS_ACL_DELETE_DEF_FILE()Jeremy Allison2021-05-181-8/+0
* s3: VFS: Add SMB_VFS_SYS_ACL_DELETE_DEF_FD(),Jeremy Allison2021-05-181-0/+8
* 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-11/+0
* VFS: Add SMB_VFS_FSTREAMINFONoel Power2021-05-111-0/+10
* s3: VFS: Remove SMB_VFS_NTIMES(), no longer usedSamuel Cabrero2021-04-191-9/+0
* VFS: Add SMB_VFS_FNTIMESSamuel Cabrero2021-04-191-0/+9
* VFS: Remove SMB_VFS_CHMOD, no longer usedNoel Power2021-04-111-9/+0
* VFS: Remove SMB_VFS_SET_DOS_ATTRIBUTE, no longer usedNoel Power2021-04-081-8/+0
* VFS: Remove SMB_VFS_REMOVEXATTR, no longer usedJeremy Allison2021-04-071-9/+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-10/+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-1/+3
* vfs: SMB_VFS_GET_COMPRESSION() -> SMB_VFS_FGET_COMPRESSION()Ralph Boehme2020-12-161-3/+2
* vfs: RIP SMB_VFS_GET_DOS_ATTRIBUTES()Ralph Boehme2020-12-161-8/+0
* vfs: Add dirfsp arg to SMB_VFS_READDIR()Ralph Boehme2020-12-161-1/+3
* 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-1/+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-8/+0
* vfs: add SMB_VFS_OPENAT()Ralph Boehme2020-05-211-0/+12
* smbd: add dirfsp arg to SMB_VFS_CREATE_FILE()Ralph Boehme2020-05-211-0/+1
* vfs: remove root_dir_fid arg from SMB_VFS_CREATE_FILE()Ralph Boehme2020-05-141-1/+0
* s3: VFS: Complete the replacement of SMB_VFS_GET_NT_ACL() -> SMB_VFS_GET_NT_A...Jeremy Allison2020-05-071-10/+0
* s3: VFS: Add SMB_VFS_GET_NT_ACL_AT().Jeremy Allison2020-05-071-0/+11
* 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/+11