vfs_ceph: Implement SMB_VFS_FGET_DOS_ATTRIBUTES to preserve create_time
[anoopcs/samba-autobuild/.git] / source3 / modules / vfs_ceph.c
2024-04-01 Anoop C Svfs_ceph: Implement SMB_VFS_FGET_DOS_ATTRIBUTES to... master
2024-01-27 Anoop C Svfs_ceph: Use ceph_fdopendir() when available for SMB_V...
2024-01-26 Anoop C Svfs_ceph: Implement SMB_VFS_FSTATAT
2024-01-26 Anoop C Svfs_ceph: Indicate a successful connection in logs
2024-01-26 Anoop C Svfs_ceph: Fix a usage in comments
2024-01-04 Shachar Sharonvfs_ceph: use extra 'ceph_*at()' calls when available
2023-11-30 Shachar Sharonvfs_ceph: call 'ceph_fgetxattr' only if valid fd
2023-11-17 Anoop C Svfs_ceph: Fix some uninitialized structs and pointers
2023-11-15 Anoop C Svfs_ceph: Replace libceph with libcephfs in comments
2023-11-15 Anoop C Svfs_ceph: Fix the comment quoting module usage
2023-11-15 Anoop C Svfs_ceph: Fix a comment in cephwrap_fchmod()
2023-11-15 Anoop C Svfs_ceph: Add path based fallback mechanism for SMB_VFS...
2023-08-08 Joseph Suttons3:modules: Add missing newlines to logging messages
2023-06-23 Volker Lendeckevfs: Remove "sbuf" from readdir_fn()
2023-06-14 Volker Lendeckevfs: Remove vfs telldir/seekdir functions
2023-02-24 John Mulliganvfs_ceph: add support to select ceph file system
2023-02-24 John Mulliganvfs_ceph: cache ceph mounts based on share configuratio...
2023-02-24 John Mulliganvfs_ceph: split ceph mount logic into a new function
2023-02-13 John Mulliganvfs_ceph: use fsp_get_pathref_fd in ceph fstatat and...
2022-09-17 Volker Lendeckevfs: Add dirfsp to connectpath_fn()
2022-08-06 Volker Lendeckevfs: Add struct vfs_open_how.resolve
2022-08-06 Volker Lendeckevfs: change openat propotype to match linux openat2
2022-06-06 Volker Lendeckevfs: Remove a typedef
2022-04-28 Volker Lendeckevfs: Remove name-based SMB_VFS_GET_REAL_FILENAME()
2022-04-28 Volker Lendeckevfs: Add SMB_VFS_GET_REAL_FILENAME_AT
2022-03-31 Ralph Boehmesmbd: remove itime and file_id logic and code
2022-03-10 Volker Lendeckevfs: Convert get_real_filename() to NTSTATUS
2021-09-21 Christof Schmittvfs_ceph: Rename kernel_flock to filesystem_sharemode
2021-09-21 Christof SchmittVFS: Rename kernel_flock to filesystem_sharemode
2021-08-05 Jeremy Allisons3: VFS: ceph. Fix enumerating directories. dirfsp...
2021-07-14 Jeremy Allisons3: VFS: ceph: In cephwrap_read_dfs_pathat(), cope...
2021-07-04 Jeremy Allisons3: VFS: ceph: Remove cephwrap_getxattr.
2021-06-29 Noel PowerVFS: ceph: Remove SMB_VFS_CHFLAGS
2021-06-29 Noel PowerVFS: ceph: Add SMB_VFS_FCHFLAGS implementation
2021-06-22 Jeremy Allisons3: VFS: ceph: Use real dirfsp for SMB_VFS_RENAMEAT()
2021-06-09 Jeremy Allisons3: VFS: ceph: Remove call to posix_sys_acl_blob_get_fi...
2021-06-09 Jeremy Allisons3: VFS: ceph: Remove call to posixacl_xattr_acl_get_fi...
2021-05-18 Jeremy Allisons3: VFS: ceph: Remove sys_acl_delete_def_file_fn()...
2021-05-18 Jeremy Allisons3: VFS: ceph: Make ceph call posixacl_xattr_acl_delete...
2021-04-19 Samuel Cabreros3: VFS: ceph: Remove SMB_VFS_NTIMES()
2021-04-19 Samuel Cabreros3: VFS: ceph: Implement SMB_VFS_FNTIMES()
2021-04-11 Noel Powers3/modules: VFS: ceph: Remove cephwrap_chmod() function
2021-04-11 Noel PowerVFS: ceph: Allow cephwrap_fchmod() to cope with pathref...
2021-04-07 Jeremy Allisons3: VFS: ceph: Remove cephwrap_removexattr(). No longer...
2021-04-07 Jeremy AllisonVFS: ceph: Allow cephwrap_fremovexattr() to cope with...
2021-03-24 Volker Lendeckevfs_ceph: Fix CID 1474440: Null pointer dereferences
2021-03-22 Jeremy Allisons3: VFS: ceph: cephwrap_create_dfs_pathat() isn't restr...
2021-03-12 Jeremy AllisonVFS: ceph: Ensure cephwrap_fsetxattr() only uses an...
2021-03-12 Jeremy AllisonVFS: ceph: Ensure cephwrap_flistxattr() only uses an...
2021-03-11 Noel PowerVFS: Remove SMB_VFS_SETXATTR, no longer used
2021-02-26 Noel PowerVFS: Remove SMB_VFS_LISTXATTR, no longer used
2021-02-13 Jeremy Allisons3: VFS: ceph: Fix cephwrap_readlinkat() to cope with...
2021-02-09 Jeremy Allisons3: VFS: ceph: Fix cephwrap_linkat() to cope with real...
2021-01-28 Ralph Boehmevfs_ceph: support real dirfsps in cephwrap_unlinkat()
2021-01-17 Jeremy Allisons3: VFS: ceph: Fix cephwrap_symlinkat() to cope with...
2021-01-15 Jeremy Allisons3: VFS: ceph: Fix cephwrap_mknodat() to cope with...
2021-01-15 Jeremy Allisons3: VFS: ceph: Fix cephwrap_mkdirat() to cope with...
2020-12-17 Ralph Boehmevfs: RIP SMB_VFS_SYS_ACL_SET_FILE()
2020-12-17 Ralph Boehmesmbd: move mode logic out of vfswrap_mkdirat() to the...
2020-12-16 Ralph Boehmevfs: Add dirfsp arg to SMB_VFS_READDIR()
2020-12-16 Ralph Boehmevfs_ceph: implement pathref opens in cephwrap_openat()
2020-12-16 Ralph Boehmesmbd: use fsp_get_pathref_fd() for *at related director...
2020-12-16 Ralph Boehmesmbd: use fsp_get_io_fd() when accessing a file or...
2020-10-23 Ralph Boehmevfs: make dirfsp arg to SMB_VFS_READLINKAT() const
2020-10-05 David DisseldorpRevert "vfs_ceph: drop fdopendir handler"
2020-06-03 Jeremy Allisons3: VFS: ceph. Ensure read_dfs_pathat() returns stat...
2020-06-03 Jeremy Allisons3: VFS: Change the function signature for SMB_VFS_READ...
2020-05-21 Ralph Boehmevfs: remove SMB_VFS_OPEN()
2020-05-21 Ralph Boehmevfs_ceph: implement SMB_VFS_OPENAT()
2020-05-05 Ralph Boehmesmbd: vfs: convert link_contents arg of SMB_VFS_SYMLINK...
2020-05-05 Ralph Boehmesmbd: convert SMB_VFS_GET_REAL_FILENAME() arg path...
2020-05-05 Ralph Boehmesmbd: add twrp arg to synthetic_smb_fname()
2020-04-30 Jeremy Allisons3: smbd: Add a dirfsp parameter to directory_has_defau...
2020-04-30 Jeremy Allisons3: smbd: Reformat uses of directory_has_default_acl().
2020-04-29 Ralph Boehmesmbd: pass struct smb_filename to directory_has_default...
2020-04-29 Ralph Boehmevfs_ceph: use parent_smb_fname()
2020-03-24 Ralph Boehmevfs: remove SMB_VFS_OPENDIR()
2020-02-18 Jeremy Allisons3: VFS: ceph: Add vfswrap_ceph_read_dfs_pathat().
2020-01-21 David Disseldorpvfs_ceph: add .fcntl_fn hook
2020-01-11 David Disseldorpvfs_ceph: drop support for pre-hammer libcephfs versions
2020-01-11 David Disseldorpvfs_ceph: drop support for building without statx
2020-01-10 Jeremy Allisons3: VFS: Implement create_dfs_pathat() in ceph.
2020-01-09 David Disseldorpvfs_ceph: assert renameat() fsps match cwd
2020-01-08 Christof Schmittvfs_ceph: Rename argument for flock function
2019-12-06 Ralph Boehmesmbd: fix handling of sentinel timestamp values
2019-10-15 Jeremy Allisons3: VFS: vfs_ceph: Remove chown_fn().
2019-10-10 Jeremy Allisons3: VFS: vfs_ceph: Remove rmdir_fn(). No longer used.
2019-09-26 Jeremy Allisons3: VFS: vfs_ceph: Remove unlink_fn. No longer used.
2019-09-26 Jeremy Allisons3: VFS: vfs_ceph. Implement unlinkat().
2019-09-11 Jeremy Allisons3: VFS: vfs_ceph. Remove mkdir_fn(). No longer used.
2019-09-11 Jeremy Allisons3: VFS: vfs_ceph. Implement mkdirat().
2019-09-03 Jeremy Allisons3: VFS: vfs_ceph. Remove symlink_fn(). No longer used.
2019-09-03 Jeremy Allisons3: VFS: vfs_ceph. Implement symlinkat().
2019-08-23 Jeremy Allisons3: VFS: vfs_ceph. Remove readlink_fn(). No longer...
2019-08-23 Jeremy Allisons3: VFS: vfs_ceph. Implement readlinkat().
2019-08-22 Jeremy Allisons3: VFS: vfs_ceph. Remove mknod_fn(). No longer used.
2019-08-22 Jeremy Allisons3: VFS: vfs_ceph. Implement mknodat().
2019-08-20 Jeremy Allisons3: VFS: vfs_ceph. Remove link_fn(). No longer used.
2019-08-20 Jeremy Allisons3: VFS: vfs_ceph. Implement linkat().
2019-08-16 Jeremy Allisons3: VFS: vfs_ceph. Remove rename_fn(). No longer used.
next