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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-01
vfs: Remove unused SMB_VFS_GETWD()
Volker Lendecke
1
-9
/
+0
2026-02-18
vfs_ceph: Reduce a level of indirection for SMB_VFS_FSTATVFS
Anoop C S
1
-13
/
+7
2026-02-16
vfs_ceph: Handle absolute paths with dirfd = ‑1 in openat
Anoop C S
1
-0
/
+9
2026-02-15
vfs: Remove SMB_VFS_STATVFS
Volker Lendecke
1
-1
/
+0
2026-02-15
vfs: Add SMB_VFS_FSTATVFS
Volker Lendecke
1
-0
/
+8
2026-02-15
lib: Move statvfs.[ch] to lib/util
Volker Lendecke
1
-1
/
+1
2026-02-15
smbd: Give statvfs.c its own header file
Volker Lendecke
1
-0
/
+1
2026-02-15
vfs: Change SMB_VFS_DISK_FREE to take a fsp
Volker Lendecke
1
-4
/
+5
2025-11-18
vfs:ceph: Allow VFS_OPEN_HOW_RESOLVE_NO_XDEV flag
Samuel Cabrero
1
-1
/
+3
2025-11-10
lib: Introduce cp_smb_basename() helper function
Volker Lendecke
1
-2
/
+2
2025-11-10
vfs: Remove connectpath function
Volker Lendecke
1
-9
/
+0
2025-10-21
vfs: Rename "srcfsp"->"src_dirfsp" and "dstfsp"->"dst_dirfsp"
Volker Lendecke
1
-18
/
+18
2025-06-30
vfs_ceph: Handle the special case of UTIME_NOW
Anoop C S
1
-0
/
+13
2025-06-30
vfs_ceph: Add ctime processing to SMB_VFS_FNTIMES
Anoop C S
1
-0
/
+4
2025-02-13
vfs: Allow WITH_BACKUP_INTENT in vfs openat functions
Volker Lendecke
1
-1
/
+1
2024-10-07
vfs_ceph: Retrieve fs capabilties using vfs_get_fs_capabilities
Anoop C S
1
-4
/
+1
2024-10-07
vfs_ceph: Populate fs capabilities within cephwrap_statvfs
Anoop C S
1
-0
/
+3
2024-08-21
s3:vfs: add vfs_rename_how to SMB_VFS_RENAMEAT()
Stefan Metzmacher
1
-1
/
+7
2024-08-20
smbd: consolidate fs capabilities code in vfswrap_fs_capabilities()
Ralph Boehme
1
-1
/
+2
2024-08-07
vfs_ceph{_new}: do not set errno upon successful call to libcephfs
Shachar Sharon
1
-2
/
+0
2024-07-09
vfs_ceph: Disable the module on unsupported Ceph versions
Anoop C S
1
-159
/
+2
2024-06-27
vfs_ceph: use consistent code style when setting errno
Shachar Sharon
1
-1
/
+1
2024-06-27
vfs_ceph: explicit cast to uint64_t upon failure of ceph_statfs
Shachar Sharon
1
-1
/
+1
2024-06-27
vfs_ceph: adjust code-style of cephwrap_disk_free
Shachar Sharon
1
-12
/
+11
2024-06-27
vfs_ceph: replace WRAP_RETURN macro with convenience helpers
Shachar Sharon
1
-51
/
+58
2024-06-27
vfs_ceph: use talloc in realpath hook
Shachar Sharon
1
-8
/
+7
2024-06-27
vfs_ceph: re-map unimplemented hooks
Shachar Sharon
1
-95
/
+9
2024-06-27
vfs_ceph: align lines-length with coding standard
Shachar Sharon
1
-54
/
+136
2024-06-27
vfs_ceph: improve readability of cephwrap_realpath
Shachar Sharon
1
-6
/
+4
2024-06-03
vfs_ceph: Implement SMB_VFS_FSET_DOS_ATTRIBUTES for precise btime
Anoop C S
1
-0
/
+21
2024-06-03
vfs_ceph: Simplify SMB_VFS_FGET_DOS_ATTRIBUTES
Anoop C S
1
-4
/
+1
2024-04-01
vfs_ceph: Implement SMB_VFS_FGET_DOS_ATTRIBUTES to preserve create_time
Anoop C S
1
-0
/
+24
2024-01-27
vfs_ceph: Use ceph_fdopendir() when available for SMB_VFS_FDOPENDIR
Anoop C S
1
-1
/
+7
2024-01-26
vfs_ceph: Implement SMB_VFS_FSTATAT
Anoop C S
1
-0
/
+46
2024-01-26
vfs_ceph: Indicate a successful connection in logs
Anoop C S
1
-0
/
+1
2024-01-26
vfs_ceph: Fix a usage in comments
Anoop C S
1
-1
/
+1
2024-01-04
vfs_ceph: use extra 'ceph_*at()' calls when available
Shachar Sharon
1
-21
/
+111
2023-11-30
vfs_ceph: call 'ceph_fgetxattr' only if valid fd
Shachar Sharon
1
-3
/
+24
2023-11-17
vfs_ceph: Fix some uninitialized structs and pointers
Anoop C S
1
-8
/
+8
2023-11-15
vfs_ceph: Replace libceph with libcephfs in comments
Anoop C S
1
-9
/
+9
2023-11-15
vfs_ceph: Fix the comment quoting module usage
Anoop C S
1
-1
/
+1
2023-11-15
vfs_ceph: Fix a comment in cephwrap_fchmod()
Anoop C S
1
-1
/
+1
2023-11-15
vfs_ceph: Add path based fallback mechanism for SMB_VFS_CHOWN
Anoop C S
1
-1
/
+18
2023-08-08
s3:modules: Add missing newlines to logging messages
Joseph Sutton
1
-1
/
+1
2023-06-23
vfs: Remove "sbuf" from readdir_fn()
Volker Lendecke
1
-6
/
+1
2023-06-14
vfs: Remove vfs telldir/seekdir functions
Volker Lendecke
1
-17
/
+0
2023-02-24
vfs_ceph: add support to select ceph file system
John Mulligan
1
-1
/
+34
2023-02-24
vfs_ceph: cache ceph mounts based on share configuration params
John Mulligan
1
-35
/
+118
2023-02-24
vfs_ceph: split ceph mount logic into a new function
John Mulligan
1
-38
/
+51
2023-02-13
vfs_ceph: use fsp_get_pathref_fd in ceph fstatat and close vfs calls
John Mulligan
1
-3
/
+4
[next]