index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
modules
/
vfs_ceph_snapshots.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-02-15
vfs: Change SMB_VFS_GET_QUOTA to take a fsp instead of a name
Volker Lendecke
1
-10
/
+19
2026-02-15
vfs: Change SMB_VFS_DISK_FREE to take a fsp
Volker Lendecke
1
-15
/
+23
2025-11-10
lib: Introduce cp_smb_basename() helper function
Volker Lendecke
1
-12
/
+2
2025-10-21
vfs: Rename "srcfsp"->"src_dirfsp" and "dstfsp"->"dst_dirfsp"
Volker Lendecke
1
-17
/
+17
2025-10-21
smbd: Use fsp_str_dbg() in DEBUGs
Volker Lendecke
1
-2
/
+1
2025-04-30
vfs_ceph_snapshots: Always calculate absolute snapshot path
Anoop C S
1
-2
/
+5
2025-04-30
vfs_ceph_snapshots: Use full path from dirfsp at smb_fname
Anoop C S
1
-16
/
+13
2024-08-21
s3:vfs: add vfs_rename_how to SMB_VFS_RENAMEAT()
Stefan Metzmacher
1
-2
/
+4
2023-12-19
smbd: Give source3/smbd/dir.c its own header file
Volker Lendecke
1
-0
/
+1
2023-06-23
smbd: Remove unused "sbuf" argument from ReadDirName()
Volker Lendecke
1
-6
/
+2
2023-06-13
smbd: Remove the offset argument from ReadDirName()
Volker Lendecke
1
-4
/
+2
2022-08-06
vfs: change openat propotype to match linux openat2
Volker Lendecke
1
-6
/
+3
2022-04-28
vfs: Remove name-based SMB_VFS_GET_REAL_FILENAME()
Volker Lendecke
1
-39
/
+0
2022-04-28
vfs: Implement ceph_snap_gmt_get_real_filename_at()
Volker Lendecke
1
-2
/
+42
2022-04-28
vfs: Add SMB_VFS_GET_REAL_FILENAME_AT
Volker Lendecke
1
-0
/
+13
2022-03-10
vfs: Convert get_real_filename() to NTSTATUS
Volker Lendecke
1
-12
/
+12
2022-03-02
s3: smbd: Rename OpenDir_ntstatus() -> OpenDir().
Jeremy Allison
1
-12
/
+12
2022-03-02
s3: VFS: ceph_snapshots: Move two more uses of OpenDir() -> OpenDir_nstatus().
Jeremy Allison
1
-6
/
+16
2021-07-04
s3: VFS: ceph_snapshots: Remove ceph_snap_gmt_getxattr.
Jeremy Allison
1
-45
/
+0
2021-06-29
VFS: ceph_snapshot Remove SMB_VFS_CHFLAGS
Noel Power
1
-22
/
+0
2021-06-29
VFS: ceph_snapshots: Add SMB_VFS_FCHFLAGS implementation
Noel Power
1
-0
/
+22
2021-06-25
s3: VFS: ceph_snapshots: Remove ceph_snap_get_btime().
Jeremy Allison
1
-67
/
+0
2021-06-25
s3: VFS: ceph_snapshots: In ceph_snap_gmt_convert_dir() - change to use ceph_...
Jeremy Allison
1
-2
/
+37
2021-06-25
s3: VFS: ceph_snapshots: In ceph_snap_fill_label(), use ceph_snap_get_btime_f...
Jeremy Allison
1
-3
/
+32
2021-06-25
s3: VFS: ceph_snapshots: In ceph_snap_fill_label() - pass in dirfsp instead o...
Jeremy Allison
1
-3
/
+6
2021-06-25
s3: VFS: ceph_snapshots: Add ceph_snap_get_btime_fsp().
Jeremy Allison
1
-0
/
+70
2021-06-09
s3: VFS: ceph_snapshots. Remove ceph_snap_gmt_get_nt_acl_at().
Jeremy Allison
1
-55
/
+0
2021-06-09
s3: smbd: smbd_check_access_rights_fsp(). Add dirfsp parameter.
Jeremy Allison
1
-2
/
+4
2021-06-09
s3: VFS: ceph_snapshots: In ceph_snap_gmt_convert_dir(), re-use the directory...
Jeremy Allison
1
-13
/
+14
2021-06-09
s3: VFS: ceph_snapshots: In ceph_snap_enum_snapdir(), re-use the directory ha...
Jeremy Allison
1
-13
/
+14
2021-04-28
s3-modules: Fix "-Werror=maybe-uninitialized" errors only seen with -O3 and -...
Andrew Bartlett
1
-1
/
+1
2021-04-19
s3: VFS: ceph_snapshots: Remove SMB_VFS_NTIMES()
Samuel Cabrero
1
-22
/
+0
2021-04-19
s3: VFS: ceph_snapshots: Implement SMB_VFS_FNTIMES()
Samuel Cabrero
1
-0
/
+24
2021-04-11
s3/modules: VFS: cep_snapshots: remove ceph_snap_gmt_chmod() function
Noel Power
1
-22
/
+0
2021-04-11
s3/modules: VFS: ceph_snapshots: Add new fchmod_fn implementation
Noel Power
1
-0
/
+24
2021-04-07
s3: VFS: ceph_snapshots: Remove ceph_snap_gmt_removexattr(). No longer called.
Jeremy Allison
1
-22
/
+0
2021-03-11
VFS: Remove SMB_VFS_SETXATTR, no longer used
Noel Power
1
-24
/
+0
2021-03-11
s3/modules: ceph_snapshots: Add missing fsetxattr_fn implementation
Noel Power
1
-0
/
+26
2021-02-26
VFS: Remove SMB_VFS_LISTXATTR, no longer used
Noel Power
1
-42
/
+0
2021-02-13
s3: VFS: ceph_snapshots: Fix ceph_snap_gmt_readlinkat() to cope with real dir...
Jeremy Allison
1
-14
/
+26
2020-10-23
vfs: make dirfsp arg to SMB_VFS_READLINKAT() const
Ralph Boehme
1
-1
/
+1
2020-08-03
lib: relicense smb_strtoul(l) under LGPLv3
Ralph Boehme
1
-0
/
+1
2020-05-21
vfs: remove SMB_VFS_OPEN()
Ralph Boehme
1
-36
/
+0
2020-05-21
vfs_ceph_snapshots: implement SMB_VFS_OPENAT()
Ralph Boehme
1
-0
/
+64
2020-05-07
s3: VFS: ceph_snapshots. Remove get_nt_acl_fn().
Jeremy Allison
1
-44
/
+0
2020-05-07
s3: VFS: ceph_snapshots. Add ceph_snap_gmt_get_nt_acl_at().
Jeremy Allison
1
-0
/
+55
2020-05-05
vfs_ceph_snapshots: remove @GMT token stripping from ceph_snap_gmt_strip_snap...
Ralph Boehme
1
-73
/
+5
2020-05-05
vfs_ceph_snapshots: fix return value of ceph_snap_gmt_strip_snapshot()
Ralph Boehme
1
-1
/
+1
2020-05-05
vfs_ceph_snapshots: use struct smb_filename.twrp instead of @GMT string token
Ralph Boehme
1
-1
/
+5
2020-05-05
vfs_ceph_snapshots: pass struct smb_filename to ceph_snap_gmt_strip_snapshot()
Ralph Boehme
1
-27
/
+28
[next]