| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-03-01 | vfs: Remove unused SMB_VFS_GETWD() | Volker Lendecke | 2 | -15/+0 |
| 2026-02-15 | vfs: Add "fsp" to SMB_VFS_SET_QUOTA | Volker Lendecke | 2 | -5/+11 |
| 2026-02-15 | vfs: Change SMB_VFS_GET_QUOTA to take a fsp instead of a name | Volker Lendecke | 2 | -9/+9 |
| 2026-02-15 | vfs: Remove SMB_VFS_STATVFS | Volker Lendecke | 2 | -17/+0 |
| 2026-02-15 | vfs: Add SMB_VFS_FSTATVFS | Volker Lendecke | 2 | -0/+17 |
| 2026-02-15 | vfs: Change SMB_VFS_DISK_FREE to take a fsp | Volker Lendecke | 2 | -9/+9 |
| 2025-11-10 | examples: Fix trailing whitespace | Volker Lendecke | 3 | -17/+17 |
| 2025-11-10 | vfs: Remove audit_file function | Volker Lendecke | 2 | -24/+0 |
| 2025-11-10 | vfs: Remove connectpath function | Volker Lendecke | 2 | -19/+0 |
| 2025-10-21 | vfs: Add SMB_VFS_RENAME_STREAM | Volker Lendecke | 2 | -0/+22 |
| 2024-08-21 | s3:vfs: add vfs_rename_how to SMB_VFS_RENAMEAT() | Stefan Metzmacher | 2 | -3/+6 |
| 2023-10-25 | examples: Fix code spelling | Joseph Sutton | 1 | -1/+1 |
| 2023-06-23 | vfs: Remove "sbuf" from readdir_fn() | Volker Lendecke | 2 | -7/+4 |
| 2023-06-14 | vfs: Remove vfs telldir/seekdir functions | Volker Lendecke | 2 | -24/+0 |
| 2022-09-17 | vfs: Add dirfsp to connectpath_fn() | Volker Lendecke | 2 | -5/+9 |
| 2022-08-06 | vfs: Add struct vfs_open_how.resolve | Volker Lendecke | 1 | -0/+5 |
| 2022-08-06 | vfs: change openat propotype to match linux openat2 | Volker Lendecke | 2 | -5/+3 |
| 2022-04-28 | Revert "vfs: remove dirfsp arg from SMB_VFS_CREATE_FILE()" | Volker Lendecke | 2 | -0/+3 |
| 2022-04-28 | vfs: Remove name-based SMB_VFS_GET_REAL_FILENAME() | Volker Lendecke | 2 | -21/+0 |
| 2022-04-28 | vfs: Add SMB_VFS_GET_REAL_FILENAME_AT | Volker Lendecke | 2 | -0/+21 |
| 2022-03-10 | vfs: Convert get_real_filename() to NTSTATUS | Volker Lendecke | 2 | -10/+11 |
| 2022-03-10 | vfs: Add SMB_VFS_FSTATAT | Volker Lendecke | 2 | -0/+23 |
| 2021-10-08 | vfs: Add flags and xferlen args to SMB_VFS_OFFLOAD_READ_RECV | Ralph Boehme | 2 | -0/+10 |
| 2021-09-21 | examples/VFS/skel_opaque: Rename kernel_flock to filesystem_sharemode | Christof Schmitt | 1 | -4/+5 |
| 2021-09-21 | examples/VFS/skel_transparent: Rename kernel_flock to filesystem_sharemode | Christof Schmitt | 1 | -4/+5 |
| 2021-09-21 | VFS: Rename kernel_flock to filesystem_sharemode | Christof Schmitt | 2 | -3/+6 |
| 2021-07-04 | vfs: RIP SMB_VFS_GETXATTR() | Jeremy Allison | 2 | -21/+0 |
| 2021-06-29 | VFS: Remove SMB_VFS_CHFLAGS, not used anymore | Noel Power | 2 | -17/+0 |
| 2021-06-29 | VFS: Add initial implemenataion for SMB_VFS_FCHFLAGS | Noel Power | 2 | -0/+17 |
| 2021-06-09 | s3: VFS: RIP SMB_VFS_SYS_ACL_BLOB_GET_FILE() | Jeremy Allison | 2 | -22/+0 |
| 2021-06-09 | s3: VFS: RIP SMB_VFS_SYS_ACL_GET_FILE() | Jeremy Allison | 2 | -19/+0 |
| 2021-06-09 | vfs: RIP SMB_VFS_GET_NT_ACL_AT() | Jeremy Allison | 2 | -27/+0 |
| 2021-06-09 | VFS: SMB_VFS_SYS_ACL_GET_FD: Modify api to take additional type param | Noel Power | 2 | -3/+7 |
| 2021-06-02 | s3: VFS: Add SMB_VFS_PARENT_PATHNAME(). | Jeremy Allison | 2 | -0/+24 |
| 2021-05-18 | vfs: RIP SMB_VFS_SYS_ACL_DELETE_DEF_FILE() | Jeremy Allison | 2 | -15/+0 |
| 2021-05-18 | s3: VFS: Add SMB_VFS_SYS_ACL_DELETE_DEF_FD(), | Jeremy Allison | 2 | -0/+15 |
| 2021-05-14 | s3: VFS: Remove SMB_VFS_READDIR_ATTR(), no longer used | Samuel Cabrero | 2 | -18/+0 |
| 2021-05-14 | VFS: Add SMB_VFS_FREADDIR_ATTR() | Samuel Cabrero | 2 | -0/+18 |
| 2021-05-11 | s3: VFS: Remove SMB_VFS_STREAMINFO(), no longer used | Noel Power | 2 | -27/+0 |
| 2021-05-11 | VFS: Add SMB_VFS_FSTREAMINFO | Noel Power | 2 | -0/+24 |
| 2021-04-19 | s3: VFS: Remove SMB_VFS_NTIMES(), no longer used | Samuel Cabrero | 2 | -17/+0 |
| 2021-04-19 | VFS: Add SMB_VFS_FNTIMES | Samuel Cabrero | 2 | -0/+17 |
| 2021-04-11 | VFS: Remove SMB_VFS_CHMOD, no longer used | Noel Power | 2 | -17/+0 |
| 2021-04-08 | VFS: Remove SMB_VFS_SET_DOS_ATTRIBUTE, no longer used | Noel Power | 2 | -18/+0 |
| 2021-04-07 | VFS: Remove SMB_VFS_REMOVEXATTR, no longer used | Jeremy Allison | 2 | -17/+0 |
| 2021-03-11 | VFS: Remove SMB_VFS_SETXATTR, no longer used | Noel Power | 2 | -24/+0 |
| 2021-02-26 | VFS: Remove SMB_VFS_LISTXATTR, no longer used | Noel Power | 2 | -19/+0 |
| 2020-12-17 | vfs: RIP SMB_VFS_SYS_ACL_SET_FILE() | Ralph Boehme | 2 | -20/+0 |
| 2020-12-17 | vfs: add acl type arg to SMB_VFS_SYS_ACL_SET_FD() | Ralph Boehme | 2 | -3/+7 |
| 2020-12-16 | vfs: SMB_VFS_GET_COMPRESSION() -> SMB_VFS_FGET_COMPRESSION() | Ralph Boehme | 2 | -7/+5 |