summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_glusterfs.c
Commit message (Expand)AuthorAgeFilesLines
* s3: VFS: gluster: Add vfs_gluster_read_dfs_pathat().Jeremy Allison2020-02-181-0/+98
* Revert "vfs_glusterfs: Return fake fd from pipe() during open"David Disseldorp2020-01-211-12/+2
* vfs_glusterfs: add .fcntl_fn hookDavid Disseldorp2020-01-211-0/+29
* vfs_glusterfs: Return fake fd from pipe() during openAnoop C S2020-01-171-2/+12
* s3: VFS: Implement create_dfs_pathat() in gluster.Jeremy Allison2020-01-101-0/+37
* vfs_glusterfs: Rename argument of flock functionChristof Schmitt2020-01-081-1/+1
* s3: VFS: glusterfs: Reset nlinks for symlink entries during readdirAnoop C S2019-12-171-1/+4
* smbd: fix handling of sentinel timestamp valuesRalph Boehme2019-12-061-2/+2
* s3:vfs_glusterfs: make use of lp_parm_substituted_string()Stefan Metzmacher2019-11-271-5/+14
* vfs: Fix CID 1455914 Unused valueVolker Lendecke2019-11-191-0/+4
* s3: VFS: vfs_glusterfs: Remove chown_fn().Jeremy Allison2019-10-151-15/+0
* s3: VFS: vfs_glusterfs: Remove rmdir_fn(). No longer used.Jeremy Allison2019-10-101-14/+0
* s3: VFS: vfs_glusterfs: Remove unlink_fn. No longer used.Jeremy Allison2019-09-261-13/+0
* s3: VFS: vfs_glusterfs. Implement unlinkat().Jeremy Allison2019-09-261-0/+20
* s3: VFS: vfs_glusterfs. Remove mkdir_fn(). No longer used.Jeremy Allison2019-09-111-14/+0
* s3: VFS: vfs_glusterfs. Implement mkdirat().Jeremy Allison2019-09-111-0/+17
* s3: VFS: vfs_glusterfs. Remove symlink_fn(). No longer used.Jeremy Allison2019-09-031-16/+0
* s3: VFS: vfs_glusterfs. Implement symlinkat().Jeremy Allison2019-09-031-0/+18
* s3: VFS: vfs_glusterfs. Remove readlink_fn(). No longer used.Jeremy Allison2019-08-231-15/+0
* s3: VFS: vfs_glusterfs. Implement readlinkat().Jeremy Allison2019-08-231-0/+17
* vfs_glusterfs: Use pthreadpool for scheduling aio operationsPoornima G2019-08-231-268/+294
* s3: VFS: vfs_glusterfs. Remove mknod_fn(). No longer used.Jeremy Allison2019-08-221-15/+0
* s3: VFS: vfs_glusterfs. Implement mknodat().Jeremy Allison2019-08-221-0/+17
* s3: VFS: vfs_glusterfs. Remove link_fn(). No longer used.Jeremy Allison2019-08-201-16/+0
* s3: VFS: vfs_glusterfs. Implement linkat().Jeremy Allison2019-08-201-0/+23
* vfs_glusterfs: Enable profiling for file system operationsAnoop C S2019-08-201-49/+288
* s3: VFS: vfs_glusterfs. Remove rename_fn(). No longer used.Jeremy Allison2019-08-161-9/+0
* s3: VFS: vfs_glusterfs. Implement renameat().Jeremy Allison2019-08-161-0/+11
* vfs_glusterfs: initialize st_ex_file_id, st_ex_itime and st_ex_iflagsRalph Boehme2019-08-161-0/+4
* s3:smbd: Incomplete conversion of former parametric optionsRalph Boehme2019-08-061-1/+1
* vfs:glusterfs: treat ENOATTR as ENOENTMichael Adam2019-06-281-1/+1
* vfs: Remove SMB_VFS_BRL_CANCEL_WINDOWSVolker Lendecke2019-06-201-1/+0
* s3/vfs_glusterfs: Avoid using NAME_MAX directlyGünther Deschner2019-06-101-5/+7
* Revert "s3/vfs_glusterfs: Dynamically determine NAME_MAX"Günther Deschner2019-06-101-29/+8
* s3/vfs_glusterfs: Dynamically determine NAME_MAXAnoop C S2019-04-261-8/+29
* s3:modules: Fix size typesAndreas Schneider2019-04-251-4/+4
* vfs_glusterfs: check for VFS_ADD_FSP_EXTENSION() failureDavid Disseldorp2019-02-201-1/+9
* vfs_glusterfs: Adapt to changes in libgfapi signaturesAnoop C S2019-02-031-0/+19
* s3-vfs: Use ENOATTR in errno comparison for getxattrAnoop C S2019-01-231-1/+1
* Revert "vfs_glusterfs: explain that/why we use the raw tevent_context in init...Ralph Boehme2019-01-111-10/+1
* s3-vfs: Prevent NULL pointer dereference in vfs_glusterfs.Günther Deschner2018-12-111-29/+147
* 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_glusterfs: explain that/why we use the raw tevent_context in init_gluster...Stefan Metzmacher2018-06-181-1/+10
* vfs_glusterfs: use tevent_req_defer_callback() in order to use the correct ev...Stefan Metzmacher2018-06-141-0/+24
* s3: VFS: Remove SMB_VFS_FCHMOD_ACL().Jeremy Allison2018-05-251-1/+0
* s3: VFS: Remove SMB_VFS_CHMOD_ACL().Jeremy Allison2018-05-251-1/+0
* s3: VFS: Remove SMB_VFS_WRITE() function and all implementations.Jeremy Allison2018-05-051-7/+0
* s3: VFS: Remove SMB_VFS_READ() function and all implementations.Jeremy Allison2018-05-041-7/+0
* s3: VFS: Remove fsync_fn() from the VFS and all modules. VFS ABI change.Jeremy Allison2018-05-021-7/+0