summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_ceph_new.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-21vfs_ceph_new: remove double-cleanup in closedirShweta Sodani1-1/+0
2026-04-21vfs_ceph_new: fix return type mismatch in disk_freeShweta Sodani1-3/+3
2026-04-21vfs_ceph_new: fix END_PROFILE/END_PROFILE_X mismatch in ftruncateShweta Sodani1-1/+1
2026-04-02vfs_ceph_new: fix errno handling in vfs_ceph_readdirShweta Sodani1-4/+4
2026-04-02vfs_ceph_new: add missing sentinel to enum_vfs_cephfs_fscrypt_valsShweta Sodani1-0/+1
2026-03-26vfs_ceph_new: do not set negative value in vfs_aio_state.errorShachar Sharon1-1/+1
2026-03-26vfs_ceph_new: avoid iref leak due to failure in ceph_ll_linkShachar Sharon1-4/+0
2026-03-26vfs_ceph_new: protect from malloc failure in ceph_getcwdShachar Sharon1-0/+3
2026-03-20vfs_ceph_new: fix typecast error in vfs_ceph_flistxattrShweta Sodani1-1/+1
2026-03-20vfs_ceph_new: Replace #if with #ifdefAnoop C S1-9/+9
2026-03-20vfs_ceph_new: Remove code duplicationAnoop C S1-4/+3
2026-03-20vfs_ceph_new: fix the config_tmp talloc leak in load_configShweta Sodani1-0/+3
2026-03-20vfs_ceph_new: fix the inode leak in flistxattrShweta Sodani1-1/+1
2026-03-13vfs_ceph_new: profile xattr and fstatvfsShachar Sharon1-4/+19
2026-03-01vfs: Remove unused SMB_VFS_GETWD()Volker Lendecke1-20/+0
2026-02-18vfs_ceph_new: Reduce a level of indirection for SMB_VFS_FSTATVFSAnoop C S1-14/+7
2026-02-15vfs: Remove SMB_VFS_STATVFSVolker Lendecke1-1/+0
2026-02-15vfs: Add SMB_VFS_FSTATVFSVolker Lendecke1-0/+8
2026-02-15lib: Move statvfs.[ch] to lib/utilVolker Lendecke1-1/+1
2026-02-15smbd: Give statvfs.c its own header fileVolker Lendecke1-0/+1
2026-02-15vfs: Change SMB_VFS_DISK_FREE to take a fspVolker Lendecke1-4/+5
2026-01-20vfs_ceph_new: add keybridge and ceph fscrypt supportJohn Mulligan1-1/+285
2026-01-15s3:vfs_ceph_new: use #ifdef, not #if HAVE_CEPH_ASYNCIODouglas Bagnall1-9/+9
2026-01-08vfs_ceph_new: Improve log entries in vfs_cephfs_load_lib()Anoop C S1-5/+4
2026-01-08vfs_ceph_new: Add explicit log entry for libcephfs proxy statusAnoop C S1-0/+1
2026-01-06vfs_ceph_new: Fix a regression in SMB_VFS_GETWDAnoop C S1-0/+1
2025-12-13vfs_ceph_new: do explicit 'ceph_init' callShachar Sharon1-0/+11
2025-12-11vfs_ceph_new: improved debug loggingShachar Sharon1-150/+221
2025-12-11vfs_ceph_new: limit to 80-chars linesShachar Sharon1-25/+34
2025-12-04vfs_ceph_new: proper failure-handling in chdir and getwdShachar Sharon1-4/+9
2025-11-24vfs_ceph_new: use vfs_ceph_iget/vfs_ceph_iput in vfs_ceph_disk_freeShweta Sodani1-11/+8
2025-11-18vfs:ceph_new: Allow VFS_OPEN_HOW_RESOLVE_NO_XDEV flagSamuel Cabrero1-1/+3
2025-11-10lib: Introduce cp_smb_basename() helper functionVolker Lendecke1-2/+2
2025-11-10vfs: Remove connectpath functionVolker Lendecke1-9/+0
2025-10-21vfs: Rename "srcfsp"->"src_dirfsp" and "dstfsp"->"dst_dirfsp"Volker Lendecke1-15/+17
2025-10-21smbd: Use fsp_str_dbg() in DEBUGsVolker Lendecke1-29/+61
2025-09-22vfs_ceph_new: Use integer value instead of booleanAnoop C S1-1/+1
2025-09-22vfs_ceph_new: dont use ceph_ll_nonblocking_readv_writev for fsync_sendShachar Sharon1-10/+0
2025-08-12vfs_ceph_new: Use already available SMBPROFILE_*_X macrosAnoop C S1-8/+7
2025-07-17vfs_ceph_new: cleanup to async pathShweta Sodani1-53/+48
2025-06-30vfs_ceph_new: Handle the special case of UTIME_NOWAnoop C S1-3/+17
2025-06-23vfs_ceph_new: use per-share profile macrosShachar Sharon1-77/+89
2025-04-28vfs_ceph_new: Enhance logging for improved debugging and code flow visibility...Shweta Sodani1-114/+151
2025-03-17vfs_ceph_new: Add path based fallback for SMB_VFS_FNTIMESAnoop C S1-24/+84
2025-03-17vfs_ceph_new: Add path based fallback for SMB_VFS_FCHMODAnoop C S1-6/+50
2025-03-17vfs_ceph_new: Add path based fallback for SMB_VFS_FCHOWNAnoop C S1-5/+23
2025-03-11vfs_ceph_new: detect case sensitivity in CephFSXavi Hernandez1-2/+82
2025-03-07vfs_ceph_new: Do not resolve by inode numberAnoop C S1-75/+25
2025-03-07vfs_ceph_new: Handle absolute path in vfs_ceph_ll_walkAnoop C S1-15/+22
2025-03-07vfs_ceph_new: Remove unused code in cephmount_mount_fs()Anoop C S1-7/+0