summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_ceph.c
Commit message (Expand)AuthorAgeFilesLines
* s3: VFS: ceph: Add vfswrap_ceph_read_dfs_pathat().Jeremy Allison2020-02-181-0/+100
* vfs_ceph: add .fcntl_fn hookDavid Disseldorp2020-01-211-0/+29
* vfs_ceph: drop support for pre-hammer libcephfs versionsDavid Disseldorp2020-01-111-16/+0
* vfs_ceph: drop support for building without statxDavid Disseldorp2020-01-111-125/+0
* s3: VFS: Implement create_dfs_pathat() in ceph.Jeremy Allison2020-01-101-0/+41
* vfs_ceph: assert renameat() fsps match cwdDavid Disseldorp2020-01-091-0/+3
* vfs_ceph: Rename argument for flock functionChristof Schmitt2020-01-081-2/+4
* smbd: fix handling of sentinel timestamp valuesRalph Boehme2019-12-061-6/+6
* s3: VFS: vfs_ceph: Remove chown_fn().Jeremy Allison2019-10-151-13/+0
* s3: VFS: vfs_ceph: Remove rmdir_fn(). No longer used.Jeremy Allison2019-10-101-12/+0
* s3: VFS: vfs_ceph: Remove unlink_fn. No longer used.Jeremy Allison2019-09-261-16/+0
* s3: VFS: vfs_ceph. Implement unlinkat().Jeremy Allison2019-09-261-0/+26
* s3: VFS: vfs_ceph. Remove mkdir_fn(). No longer used.Jeremy Allison2019-09-111-23/+0
* s3: VFS: vfs_ceph. Implement mkdirat().Jeremy Allison2019-09-111-0/+26
* s3: VFS: vfs_ceph. Remove symlink_fn(). No longer used.Jeremy Allison2019-09-031-16/+0
* s3: VFS: vfs_ceph. Implement symlinkat().Jeremy Allison2019-09-031-0/+20
* s3: VFS: vfs_ceph. Remove readlink_fn(). No longer used.Jeremy Allison2019-08-231-14/+0
* s3: VFS: vfs_ceph. Implement readlinkat().Jeremy Allison2019-08-231-0/+18
* s3: VFS: vfs_ceph. Remove mknod_fn(). No longer used.Jeremy Allison2019-08-221-13/+0
* s3: VFS: vfs_ceph. Implement mknodat().Jeremy Allison2019-08-221-0/+15
* s3: VFS: vfs_ceph. Remove link_fn(). No longer used.Jeremy Allison2019-08-201-16/+0
* s3: VFS: vfs_ceph. Implement linkat().Jeremy Allison2019-08-201-0/+23
* s3: VFS: vfs_ceph. Remove rename_fn(). No longer used.Jeremy Allison2019-08-161-16/+0
* s3: VFS: vfs_ceph. Implement renameat().Jeremy Allison2019-08-161-0/+18
* s3: VFS: change connection_struct cwd_fname to cwd_fspRalph Boehme2019-08-161-3/+3
* s3:smbd: Incomplete conversion of former parametric optionsRalph Boehme2019-08-061-1/+1
* s3: add st_ex_file_id to struct stat_exRalph Boehme2019-07-011-0/+2
* s3: add st_ex_itime to struct stat_exRalph Boehme2019-07-011-1/+2
* s3: convert struct stat_ex st_ex_calculated_birthtime bool to flagsRalph Boehme2019-07-011-1/+1
* vfs_ceph: drop fdopendir handlerDavid Disseldorp2019-05-141-12/+3
* vfs_ceph: fix cephwrap_flistxattr() debug messageDavid Disseldorp2019-05-101-1/+2
* s3: modules: ceph: use current working directory instead of share pathRobert Sander2019-05-021-3/+3
* vfs_ceph: explicitly enable libcephfs POSIX ACL supportDavid Disseldorp2019-04-121-0/+11
* vfs: drop lseek stat-open checksDavid Disseldorp2019-03-041-4/+1
* vfs_ceph: drop ifdef HAVE_FCHOWN/_FCHMODDavid Disseldorp2019-02-271-12/+0
* vfs_ceph: remove ceph_fallocate/ceph_ftruncate fallbackDavid Disseldorp2019-02-271-89/+8
* vfs_ceph: fix strict_allocate_ftruncate()David Disseldorp2019-02-271-2/+4
* vfs_ceph: add missing fallocate hookDavid Disseldorp2019-02-271-0/+17
* vfs_ceph: refactor if-error-return-else logicDavid Disseldorp2019-02-201-53/+49
* smbd: use async dos_mode_at_send in smbd_smb2_query_directory_send()Ralph Boehme2018-07-271-0/+5
* s3: vfs: add SMB_VFS_GETXATTRAT_SEND/RECVRalph Boehme2018-07-271-0/+2
* vfs_ceph: don't lie about flock supportDavid Disseldorp2018-07-061-6/+5
* s3: modules: vfs_ceph: Remove FCHMOD_ACL in cephwrap_fchmod().Jeremy Allison2018-05-251-15/+0
* s3: modules: vfs_ceph: Remove CHMOD_ACL in cephwrap_chmod().Jeremy Allison2018-05-251-20/+0
* s3: modules: vfs_ceph: Remove CHMOD_ACL in cephwrap_mkdir().Jeremy Allison2018-05-251-24/+3
* vfs_ceph: add fake async pwrite/pread send/recv hooksDavid Disseldorp2018-05-091-1/+108
* s3: VFS: Fix memory leak in vfs_ceph.Vandana Rungta2018-05-091-10/+11
* s3: VFS: Remove SMB_VFS_WRITE() function and all implementations.Jeremy Allison2018-05-051-17/+0
* s3: VFS: ceph: Replace the lseek/write ftruncate extend with pwrite.Jeremy Allison2018-05-041-7/+2
* s3: VFS: Remove SMB_VFS_READ() function and all implementations.Jeremy Allison2018-05-041-13/+0