summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_snapper.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-15s3/modules: fix snapper_gmt_fstatatNoel Power1-2/+5
2026-04-15s3/modules: Fix vfs snapper not finding files in subdirsNoel Power1-12/+12
2026-02-15vfs: Change SMB_VFS_GET_QUOTA to take a fsp instead of a nameVolker Lendecke1-14/+20
2026-02-15vfs: Change SMB_VFS_DISK_FREE to take a fspVolker Lendecke1-16/+21
2025-10-21vfs: Rename "srcfsp"->"src_dirfsp" and "dstfsp"->"dst_dirfsp"Volker Lendecke1-20/+20
2025-03-27vfs: Implement snapper_gmt_fstatat()Volker Lendecke1-54/+41
2025-02-05vfs: Align a few integer typesVolker Lendecke1-4/+4
2024-08-21s3:vfs: add vfs_rename_how to SMB_VFS_RENAMEAT()Stefan Metzmacher1-2/+4
2023-07-17s3:modules: Fix code spellingAndreas Schneider1-1/+1
2022-08-06vfs: change openat propotype to match linux openat2Volker Lendecke1-5/+3
2022-04-28vfs: Remove name-based SMB_VFS_GET_REAL_FILENAME()Volker Lendecke1-45/+0
2022-04-28vfs: Implement snapper_gmt_get_real_filename_at()Volker Lendecke1-2/+42
2022-04-28vfs: Add SMB_VFS_GET_REAL_FILENAME_ATVolker Lendecke1-0/+13
2022-03-10vfs: Convert get_real_filename() to NTSTATUSVolker Lendecke1-17/+14
2021-07-04s3: VFS: snapper: Remove snapper_gmt_getxattr.Jeremy Allison1-53/+0
2021-06-29VFS: snapper: Remove SMB_VFS_CHFLAGSNoel Power1-18/+0
2021-06-29VFS: snapper: Add SMB_VFS_FCHFLAGS implementationNoel Power1-0/+18
2021-06-09s3: VFS: snapper: Remove snapper_gmt_get_nt_acl_at().Jeremy Allison1-60/+0
2021-04-19s3: VFS: snapper: Remove SMB_VFS_NTIMES()Samuel Cabrero1-19/+0
2021-04-19s3: VFS: snapper: Implement SMB_VFS_FNTIMES()Samuel Cabrero1-0/+23
2021-04-11s3/modules: VFS: snapper: Remove snapper_gmt_chmodNoel Power1-21/+0
2021-04-11s3/modules: VFS: snapper: Add new fchmod_fn implementationNoel Power1-0/+25
2021-04-07s3: VFS: snapper: Remove snapper_gmt_removexattr(). No longer called.Jeremy Allison1-21/+0
2021-03-11VFS: Remove SMB_VFS_SETXATTR, no longer usedNoel Power1-23/+0
2021-03-11s3/modules: snapper: Add missing fsetxattr_fn implNoel Power1-0/+26
2021-02-26VFS: Remove SMB_VFS_LISTXATTR, no longer usedNoel Power1-50/+0
2021-02-133: VFS: snapper: Fix snapper_gmt_readlinkat() to cope with real directory fsps.Jeremy Allison1-14/+22
2020-10-23vfs: make dirfsp arg to SMB_VFS_READLINKAT() constRalph Boehme1-1/+1
2020-08-03lib: relicense smb_strtoul(l) under LGPLv3Ralph Boehme1-0/+1
2020-05-21vfs: remove SMB_VFS_OPEN()Ralph Boehme1-38/+0
2020-05-21vfs_snapper: implement SMB_VFS_OPENAT()Ralph Boehme1-0/+55
2020-05-07s3: VFS: snapper. Remove get_nt_acl_fn().Jeremy Allison1-43/+0
2020-05-07s3: VFS: snapper. Add snapper_gmt_get_nt_acl_at().Jeremy Allison1-0/+60
2020-05-05vfs_snapper: remove @GMT token stripping from snapper_gmt_strip_snapshot()Ralph Boehme1-70/+2
2020-05-05vfs_snapper: use struct smb_filename.twrp instead of @GMT string tokenRalph Boehme1-1/+5
2020-05-05vfs_snapper: pass struct smb_filename to snapper_gmt_strip_snapshot()Ralph Boehme1-29/+29
2020-05-05smbd: vfs: convert link_contents arg of SMB_VFS_SYMLINKAT() to struct smb_fil...Ralph Boehme1-2/+2
2020-05-05smbd: convert SMB_VFS_GET_REAL_FILENAME() arg path to be a struct smb_filenameRalph Boehme1-3/+10
2020-05-05smbd: add twrp arg to synthetic_smb_fname()Ralph Boehme1-0/+6
2020-04-30s3: VFS: snapper. Remove snapper_gmt_fget_nt_acl().Jeremy Allison1-45/+0
2020-03-24vfs: remove SMB_VFS_OPENDIR()Ralph Boehme1-47/+0
2020-01-10s3: VFS: Implement create_dfs_pathat() in snapper.Jeremy Allison1-0/+25
2019-10-15s3: VFS: vfs_snapper: Remove chown_fn().Jeremy Allison1-22/+0
2019-10-10s3: VFS: vfs_snapper: Remove rmdir_fn(). No longer used.Jeremy Allison1-17/+0
2019-09-26s3: VFS: vfs_snapper: Remove unlink_fn. No longer used.Jeremy Allison1-18/+0
2019-09-26s3: VFS: vfs_snapper. Implement unlinkat().Jeremy Allison1-0/+23
2019-09-11s3: VFS: vfs_snapper. Remove mkdir_fn(). No longer used.Jeremy Allison1-18/+0
2019-09-11s3: VFS: vfs_snapper. Implement mkdirat().Jeremy Allison1-0/+22
2019-09-03s3: VFS: vfs_snapper. Remove symlink_fn(). No longer used.Jeremy Allison1-29/+0
2019-09-03s3: VFS: vfs_snapper. Implement symlinkat().Jeremy Allison1-1/+33