summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_ceph.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3: VFS: Remove fsync_fn() from the VFS and all modules. VFS ABI change.Jeremy Allison2018-05-021-9/+0
* ceph: VFS: Add asynchronous fsync to ceph module, fake using synchronous call.Jeremy Allison2018-04-301-0/+53
* vfs_ceph: add fs_capabilities hook to avoid local statvfsDavid Disseldorp2018-01-131-0/+15
* vfs: Use static_decl_vfs in all VFS modulesChristof Schmitt2017-12-181-1/+1
* vfs_ceph: fix cephwrap_chdir()David Disseldorp2017-07-211-8/+0
* s3: VFS: Change SMB_VFS_CONNECTPATH to take const struct smb_filename * inste...Jeremy Allison2017-07-011-1/+1
* s3: VFS: Change SMB_VFS_REALPATH to take and return struct smb_filename * ins...Jeremy Allison2017-07-011-2/+12
* s3: VFS: Change SMB_VFS_GETWD to return struct smb_filename * instead of char *.Jeremy Allison2017-07-011-2/+7