summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_ceph_snapshots.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-15vfs: Change SMB_VFS_GET_QUOTA to take a fsp instead of a nameVolker Lendecke1-10/+19
2026-02-15vfs: Change SMB_VFS_DISK_FREE to take a fspVolker Lendecke1-15/+23
2025-11-10lib: Introduce cp_smb_basename() helper functionVolker Lendecke1-12/+2
2025-10-21vfs: Rename "srcfsp"->"src_dirfsp" and "dstfsp"->"dst_dirfsp"Volker Lendecke1-17/+17
2025-10-21smbd: Use fsp_str_dbg() in DEBUGsVolker Lendecke1-2/+1
2025-04-30vfs_ceph_snapshots: Always calculate absolute snapshot pathAnoop C S1-2/+5
2025-04-30vfs_ceph_snapshots: Use full path from dirfsp at smb_fnameAnoop C S1-16/+13
2024-08-21s3:vfs: add vfs_rename_how to SMB_VFS_RENAMEAT()Stefan Metzmacher1-2/+4
2023-12-19smbd: Give source3/smbd/dir.c its own header fileVolker Lendecke1-0/+1
2023-06-23smbd: Remove unused "sbuf" argument from ReadDirName()Volker Lendecke1-6/+2
2023-06-13smbd: Remove the offset argument from ReadDirName()Volker Lendecke1-4/+2
2022-08-06vfs: change openat propotype to match linux openat2Volker Lendecke1-6/+3
2022-04-28vfs: Remove name-based SMB_VFS_GET_REAL_FILENAME()Volker Lendecke1-39/+0
2022-04-28vfs: Implement ceph_snap_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-12/+12
2022-03-02s3: smbd: Rename OpenDir_ntstatus() -> OpenDir().Jeremy Allison1-12/+12
2022-03-02s3: VFS: ceph_snapshots: Move two more uses of OpenDir() -> OpenDir_nstatus().Jeremy Allison1-6/+16
2021-07-04s3: VFS: ceph_snapshots: Remove ceph_snap_gmt_getxattr.Jeremy Allison1-45/+0
2021-06-29VFS: ceph_snapshot Remove SMB_VFS_CHFLAGSNoel Power1-22/+0
2021-06-29VFS: ceph_snapshots: Add SMB_VFS_FCHFLAGS implementationNoel Power1-0/+22
2021-06-25s3: VFS: ceph_snapshots: Remove ceph_snap_get_btime().Jeremy Allison1-67/+0
2021-06-25s3: VFS: ceph_snapshots: In ceph_snap_gmt_convert_dir() - change to use ceph_...Jeremy Allison1-2/+37
2021-06-25s3: VFS: ceph_snapshots: In ceph_snap_fill_label(), use ceph_snap_get_btime_f...Jeremy Allison1-3/+32
2021-06-25s3: VFS: ceph_snapshots: In ceph_snap_fill_label() - pass in dirfsp instead o...Jeremy Allison1-3/+6
2021-06-25s3: VFS: ceph_snapshots: Add ceph_snap_get_btime_fsp().Jeremy Allison1-0/+70
2021-06-09s3: VFS: ceph_snapshots. Remove ceph_snap_gmt_get_nt_acl_at().Jeremy Allison1-55/+0
2021-06-09s3: smbd: smbd_check_access_rights_fsp(). Add dirfsp parameter.Jeremy Allison1-2/+4
2021-06-09s3: VFS: ceph_snapshots: In ceph_snap_gmt_convert_dir(), re-use the directory...Jeremy Allison1-13/+14
2021-06-09s3: VFS: ceph_snapshots: In ceph_snap_enum_snapdir(), re-use the directory ha...Jeremy Allison1-13/+14
2021-04-28s3-modules: Fix "-Werror=maybe-uninitialized" errors only seen with -O3 and -...Andrew Bartlett1-1/+1
2021-04-19s3: VFS: ceph_snapshots: Remove SMB_VFS_NTIMES()Samuel Cabrero1-22/+0
2021-04-19s3: VFS: ceph_snapshots: Implement SMB_VFS_FNTIMES()Samuel Cabrero1-0/+24
2021-04-11s3/modules: VFS: cep_snapshots: remove ceph_snap_gmt_chmod() functionNoel Power1-22/+0
2021-04-11s3/modules: VFS: ceph_snapshots: Add new fchmod_fn implementationNoel Power1-0/+24
2021-04-07s3: VFS: ceph_snapshots: Remove ceph_snap_gmt_removexattr(). No longer called.Jeremy Allison1-22/+0
2021-03-11VFS: Remove SMB_VFS_SETXATTR, no longer usedNoel Power1-24/+0
2021-03-11s3/modules: ceph_snapshots: Add missing fsetxattr_fn implementationNoel Power1-0/+26
2021-02-26VFS: Remove SMB_VFS_LISTXATTR, no longer usedNoel Power1-42/+0
2021-02-13s3: VFS: ceph_snapshots: Fix ceph_snap_gmt_readlinkat() to cope with real dir...Jeremy Allison1-14/+26
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-36/+0
2020-05-21vfs_ceph_snapshots: implement SMB_VFS_OPENAT()Ralph Boehme1-0/+64
2020-05-07s3: VFS: ceph_snapshots. Remove get_nt_acl_fn().Jeremy Allison1-44/+0
2020-05-07s3: VFS: ceph_snapshots. Add ceph_snap_gmt_get_nt_acl_at().Jeremy Allison1-0/+55
2020-05-05vfs_ceph_snapshots: remove @GMT token stripping from ceph_snap_gmt_strip_snap...Ralph Boehme1-73/+5
2020-05-05vfs_ceph_snapshots: fix return value of ceph_snap_gmt_strip_snapshot()Ralph Boehme1-1/+1
2020-05-05vfs_ceph_snapshots: use struct smb_filename.twrp instead of @GMT string tokenRalph Boehme1-1/+5
2020-05-05vfs_ceph_snapshots: pass struct smb_filename to ceph_snap_gmt_strip_snapshot()Ralph Boehme1-27/+28