| Commit message (Expand) | Author | Age | Files | Lines |
* | vfs: Add dirfsp to connectpath_fn() | Volker Lendecke | 2022-09-17 | 2 | -5/+9 |
* | vfs: Add struct vfs_open_how.resolve | Volker Lendecke | 2022-08-06 | 1 | -0/+5 |
* | vfs: change openat propotype to match linux openat2 | Volker Lendecke | 2022-08-06 | 2 | -5/+3 |
* | Revert "vfs: remove dirfsp arg from SMB_VFS_CREATE_FILE()" | Volker Lendecke | 2022-04-28 | 2 | -0/+3 |
* | vfs: Remove name-based SMB_VFS_GET_REAL_FILENAME() | Volker Lendecke | 2022-04-28 | 2 | -21/+0 |
* | vfs: Add SMB_VFS_GET_REAL_FILENAME_AT | Volker Lendecke | 2022-04-28 | 2 | -0/+21 |
* | vfs: Convert get_real_filename() to NTSTATUS | Volker Lendecke | 2022-03-10 | 2 | -10/+11 |
* | vfs: Add SMB_VFS_FSTATAT | Volker Lendecke | 2022-03-10 | 2 | -0/+23 |
* | vfs: Add flags and xferlen args to SMB_VFS_OFFLOAD_READ_RECV | Ralph Boehme | 2021-10-08 | 2 | -0/+10 |
* | examples/VFS/skel_opaque: Rename kernel_flock to filesystem_sharemode | Christof Schmitt | 2021-09-21 | 1 | -4/+5 |
* | examples/VFS/skel_transparent: Rename kernel_flock to filesystem_sharemode | Christof Schmitt | 2021-09-21 | 1 | -4/+5 |
* | VFS: Rename kernel_flock to filesystem_sharemode | Christof Schmitt | 2021-09-21 | 2 | -3/+6 |
* | vfs: RIP SMB_VFS_GETXATTR() | Jeremy Allison | 2021-07-04 | 2 | -21/+0 |
* | VFS: Remove SMB_VFS_CHFLAGS, not used anymore | Noel Power | 2021-06-29 | 2 | -17/+0 |
* | VFS: Add initial implemenataion for SMB_VFS_FCHFLAGS | Noel Power | 2021-06-29 | 2 | -0/+17 |
* | s3: VFS: RIP SMB_VFS_SYS_ACL_BLOB_GET_FILE() | Jeremy Allison | 2021-06-09 | 2 | -22/+0 |
* | s3: VFS: RIP SMB_VFS_SYS_ACL_GET_FILE() | Jeremy Allison | 2021-06-09 | 2 | -19/+0 |
* | vfs: RIP SMB_VFS_GET_NT_ACL_AT() | Jeremy Allison | 2021-06-09 | 2 | -27/+0 |
* | VFS: SMB_VFS_SYS_ACL_GET_FD: Modify api to take additional type param | Noel Power | 2021-06-09 | 2 | -3/+7 |
* | s3: VFS: Add SMB_VFS_PARENT_PATHNAME(). | Jeremy Allison | 2021-06-02 | 2 | -0/+24 |
* | vfs: RIP SMB_VFS_SYS_ACL_DELETE_DEF_FILE() | Jeremy Allison | 2021-05-18 | 2 | -15/+0 |
* | s3: VFS: Add SMB_VFS_SYS_ACL_DELETE_DEF_FD(), | Jeremy Allison | 2021-05-18 | 2 | -0/+15 |
* | s3: VFS: Remove SMB_VFS_READDIR_ATTR(), no longer used | Samuel Cabrero | 2021-05-14 | 2 | -18/+0 |
* | VFS: Add SMB_VFS_FREADDIR_ATTR() | Samuel Cabrero | 2021-05-14 | 2 | -0/+18 |
* | s3: VFS: Remove SMB_VFS_STREAMINFO(), no longer used | Noel Power | 2021-05-11 | 2 | -27/+0 |
* | VFS: Add SMB_VFS_FSTREAMINFO | Noel Power | 2021-05-11 | 2 | -0/+24 |
* | s3: VFS: Remove SMB_VFS_NTIMES(), no longer used | Samuel Cabrero | 2021-04-19 | 2 | -17/+0 |
* | VFS: Add SMB_VFS_FNTIMES | Samuel Cabrero | 2021-04-19 | 2 | -0/+17 |
* | VFS: Remove SMB_VFS_CHMOD, no longer used | Noel Power | 2021-04-11 | 2 | -17/+0 |
* | VFS: Remove SMB_VFS_SET_DOS_ATTRIBUTE, no longer used | Noel Power | 2021-04-08 | 2 | -18/+0 |
* | VFS: Remove SMB_VFS_REMOVEXATTR, no longer used | Jeremy Allison | 2021-04-07 | 2 | -17/+0 |
* | VFS: Remove SMB_VFS_SETXATTR, no longer used | Noel Power | 2021-03-11 | 2 | -24/+0 |
* | VFS: Remove SMB_VFS_LISTXATTR, no longer used | Noel Power | 2021-02-26 | 2 | -19/+0 |
* | vfs: RIP SMB_VFS_SYS_ACL_SET_FILE() | Ralph Boehme | 2020-12-17 | 2 | -20/+0 |
* | vfs: add acl type arg to SMB_VFS_SYS_ACL_SET_FD() | Ralph Boehme | 2020-12-17 | 2 | -3/+7 |
* | vfs: SMB_VFS_GET_COMPRESSION() -> SMB_VFS_FGET_COMPRESSION() | Ralph Boehme | 2020-12-16 | 2 | -7/+5 |
* | vfs: RIP SMB_VFS_GET_DOS_ATTRIBUTES() | Ralph Boehme | 2020-12-16 | 2 | -18/+0 |
* | vfs: Add dirfsp arg to SMB_VFS_READDIR() | Ralph Boehme | 2020-12-16 | 2 | -3/+7 |
* | vfs: make dirfsp arg to SMB_VFS_READLINKAT() const | Ralph Boehme | 2020-10-23 | 2 | -2/+2 |
* | vfs: remove dirfsp arg from SMB_VFS_CREATE_FILE() | Ralph Boehme | 2020-10-02 | 2 | -3/+0 |
* | s3: VFS: Change the function signature for SMB_VFS_READ_DFS_PATHAT() to take ... | Jeremy Allison | 2020-06-03 | 2 | -2/+2 |
* | vfs: remove SMB_VFS_OPEN() | Ralph Boehme | 2020-05-21 | 2 | -15/+0 |
* | vfs: add SMB_VFS_OPENAT() | Ralph Boehme | 2020-05-21 | 2 | -0/+23 |
* | smbd: add dirfsp arg to SMB_VFS_CREATE_FILE() | Ralph Boehme | 2020-05-21 | 2 | -0/+3 |
* | vfs: remove root_dir_fid arg from SMB_VFS_CREATE_FILE() | Ralph Boehme | 2020-05-14 | 2 | -3/+0 |
* | s3: VFS: Complete the replacement of SMB_VFS_GET_NT_ACL() -> SMB_VFS_GET_NT_A... | Jeremy Allison | 2020-05-07 | 2 | -24/+0 |
* | s3: VFS: Add SMB_VFS_GET_NT_ACL_AT(). | Jeremy Allison | 2020-05-07 | 2 | -0/+27 |
* | smbd: vfs: convert link_contents arg of SMB_VFS_SYMLINKAT() to struct smb_fil... | Ralph Boehme | 2020-05-05 | 2 | -2/+2 |
* | smbd: convert SMB_VFS_GET_REAL_FILENAME() arg path to be a struct smb_filename | Ralph Boehme | 2020-05-05 | 2 | -2/+2 |
* | vfs: remove SMB_VFS_OPENDIR() | Ralph Boehme | 2020-03-24 | 2 | -18/+0 |