summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_ceph.c
AgeCommit message (Expand)AuthorFilesLines
2025-06-30vfs_ceph: Handle the special case of UTIME_NOWAnoop C S1-0/+13
2025-06-30vfs_ceph: Add ctime processing to SMB_VFS_FNTIMESAnoop C S1-0/+4
2025-02-13vfs: Allow WITH_BACKUP_INTENT in vfs openat functionsVolker Lendecke1-1/+1
2024-10-07vfs_ceph: Retrieve fs capabilties using vfs_get_fs_capabilitiesAnoop C S1-4/+1
2024-10-07vfs_ceph: Populate fs capabilities within cephwrap_statvfsAnoop C S1-0/+3
2024-08-21s3:vfs: add vfs_rename_how to SMB_VFS_RENAMEAT()Stefan Metzmacher1-1/+7
2024-08-20smbd: consolidate fs capabilities code in vfswrap_fs_capabilities()Ralph Boehme1-1/+2
2024-08-07vfs_ceph{_new}: do not set errno upon successful call to libcephfsShachar Sharon1-2/+0
2024-07-09vfs_ceph: Disable the module on unsupported Ceph versionsAnoop C S1-159/+2
2024-06-27vfs_ceph: use consistent code style when setting errnoShachar Sharon1-1/+1
2024-06-27vfs_ceph: explicit cast to uint64_t upon failure of ceph_statfsShachar Sharon1-1/+1
2024-06-27vfs_ceph: adjust code-style of cephwrap_disk_freeShachar Sharon1-12/+11
2024-06-27vfs_ceph: replace WRAP_RETURN macro with convenience helpersShachar Sharon1-51/+58
2024-06-27vfs_ceph: use talloc in realpath hookShachar Sharon1-8/+7
2024-06-27vfs_ceph: re-map unimplemented hooksShachar Sharon1-95/+9
2024-06-27vfs_ceph: align lines-length with coding standardShachar Sharon1-54/+136
2024-06-27vfs_ceph: improve readability of cephwrap_realpathShachar Sharon1-6/+4
2024-06-03vfs_ceph: Implement SMB_VFS_FSET_DOS_ATTRIBUTES for precise btimeAnoop C S1-0/+21
2024-06-03vfs_ceph: Simplify SMB_VFS_FGET_DOS_ATTRIBUTESAnoop C S1-4/+1
2024-04-01vfs_ceph: Implement SMB_VFS_FGET_DOS_ATTRIBUTES to preserve create_timeAnoop C S1-0/+24
2024-01-27vfs_ceph: Use ceph_fdopendir() when available for SMB_VFS_FDOPENDIRAnoop C S1-1/+7
2024-01-26vfs_ceph: Implement SMB_VFS_FSTATATAnoop C S1-0/+46
2024-01-26vfs_ceph: Indicate a successful connection in logsAnoop C S1-0/+1
2024-01-26vfs_ceph: Fix a usage in commentsAnoop C S1-1/+1
2024-01-04vfs_ceph: use extra 'ceph_*at()' calls when availableShachar Sharon1-21/+111
2023-11-30vfs_ceph: call 'ceph_fgetxattr' only if valid fdShachar Sharon1-3/+24
2023-11-17vfs_ceph: Fix some uninitialized structs and pointersAnoop C S1-8/+8
2023-11-15vfs_ceph: Replace libceph with libcephfs in commentsAnoop C S1-9/+9
2023-11-15vfs_ceph: Fix the comment quoting module usageAnoop C S1-1/+1
2023-11-15vfs_ceph: Fix a comment in cephwrap_fchmod()Anoop C S1-1/+1
2023-11-15vfs_ceph: Add path based fallback mechanism for SMB_VFS_CHOWNAnoop C S1-1/+18
2023-08-08s3:modules: Add missing newlines to logging messagesJoseph Sutton1-1/+1
2023-06-23vfs: Remove "sbuf" from readdir_fn()Volker Lendecke1-6/+1
2023-06-14vfs: Remove vfs telldir/seekdir functionsVolker Lendecke1-17/+0
2023-02-24vfs_ceph: add support to select ceph file systemJohn Mulligan1-1/+34
2023-02-24vfs_ceph: cache ceph mounts based on share configuration paramsJohn Mulligan1-35/+118
2023-02-24vfs_ceph: split ceph mount logic into a new functionJohn Mulligan1-38/+51
2023-02-13vfs_ceph: use fsp_get_pathref_fd in ceph fstatat and close vfs callsJohn Mulligan1-3/+4
2022-09-17vfs: Add dirfsp to connectpath_fn()Volker Lendecke1-2/+4
2022-08-06vfs: Add struct vfs_open_how.resolveVolker Lendecke1-0/+5
2022-08-06vfs: change openat propotype to match linux openat2Volker Lendecke1-2/+3
2022-06-06vfs: Remove a typedefVolker Lendecke1-2/+2
2022-04-28vfs: Remove name-based SMB_VFS_GET_REAL_FILENAME()Volker Lendecke1-15/+0
2022-04-28vfs: Add SMB_VFS_GET_REAL_FILENAME_ATVolker Lendecke1-0/+15
2022-03-31smbd: remove itime and file_id logic and codeRalph Boehme1-4/+0
2022-03-10vfs: Convert get_real_filename() to NTSTATUSVolker Lendecke1-7/+7
2021-09-21vfs_ceph: Rename kernel_flock to filesystem_sharemodeChristof Schmitt1-6/+6
2021-09-21VFS: Rename kernel_flock to filesystem_sharemodeChristof Schmitt1-1/+1
2021-08-05s3: VFS: ceph. Fix enumerating directories. dirfsp->fh->fd != AT_FDCWD in thi...Jeremy Allison1-2/+12
2021-07-14s3: VFS: ceph: In cephwrap_read_dfs_pathat(), cope with relative pathnames.Jeremy Allison1-7/+16