summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_glusterfs.c
Commit message (Expand)AuthorAgeFilesLines
* vfs_glusterfs: Use pthreadpool for scheduling aio operationsPoornima G2019-09-041-268/+294
* vfs_glusterfs: Enable profiling for file system operationsAnoop C S2019-08-261-49/+288
* vfs_glusterfs: initialize st_ex_file_id, st_ex_itime and st_ex_iflagsRalph Boehme2019-08-261-0/+4
* 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
* vfs_glusterfs: Fix the wrong pointer being sent in glfs_fsync_asyncPoornima G2018-02-261-1/+1
* vfs_glusterfs: Add fallocate support for vfs_glusterfsSachin Prabhu2018-01-171-1/+27
* vfs: Use static_decl_vfs in all VFS modulesChristof Schmitt2017-12-181-1/+1
* vfs: drop casts for VFS_ADD_FSP_EXTENSION() callersDavid Disseldorp2017-12-061-2/+1
* vfs_glusterfs: remove init_search_op handlingUri Simchoni2017-11-111-7/+0
* vfs_glusterfs: include glusterfs/api/glfs.h without relying on -I optionsNiels de Vos2017-11-091-1/+1
* s3:vfs_glusterfs: Use SAFE_FREEAndreas Schneider2017-10-261-2/+2
* s3:vfs_glusterfs: Fix a double free in vfs_gluster_getwd()Andreas Schneider2017-10-261-1/+2
* vfs_glusterfs: Fix exporting subdirs with shadow_copy2Michael Adam2017-10-201-0/+10
* s3/vfs: rename SMB_VFS_STRICT_LOCK to SMB_VFS_STRICT_LOCK_CHECKRalph Boehme2017-07-111-1/+1
* s3/vfs: remove SMB_VFS_STRICT_UNLOCKRalph Boehme2017-07-101-1/+0
* s3/vfs: rename SMB_VFS_COPY_CHUNK_SEND/RECV to SMB_VFS_OFFLOAD_WRITE_SEND/RECVRalph Boehme2017-07-031-2/+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-6/+11
* s3: VFS: Change SMB_VFS_GETWD to return struct smb_filename * instead of char *.Jeremy Allison2017-07-011-2/+10
* s3: VFS: Change SMB_VFS_CHDIR to use const struct smb_filename * instead of c...Jeremy Allison2017-07-011-2/+3
* s3: VFS: Change SMB_VFS_SYMLINK to use const struct smb_filename * instead of...Jeremy Allison2017-06-181-2/+5
* s3: VFS: Change SMB_VFS_READLINK to use const struct smb_filename * instead o...Jeremy Allison2017-06-181-2/+4
* s3: VFS: Change SMB_VFS_STATVFS to use const struct smb_filename * instead of...Jeremy Allison2017-06-181-4/+4
* s3: VFS: Change SMB_VFS_LINK to use const struct smb_filename * instead of co...Jeremy Allison2017-06-181-2/+5
* s3: VFS: Change SMB_VFS_GET_QUOTA to use const struct smb_filename * instead ...Jeremy Allison2017-06-181-3/+4
* s3: VFS: Change SMB_VFS_DISK_FREE to use const struct smb_filename * instead ...Jeremy Allison2017-06-181-3/+5
* s3: VFS: Change SMB_VFS_CHFLAGS to use const struct smb_filename * instead of...Jeremy Allison2017-06-181-1/+2
* s3: VFS: Change SMB_VFS_MKNOD to use const struct smb_filename * instead of c...Jeremy Allison2017-06-181-3/+5
* s3: VFS: Change SMB_VFS_GETXATTR to use const struct smb_filename * instead o...Jeremy Allison2017-06-011-3/+6
* s3: VFS: Change SMB_VFS_SETXATTR to use const struct smb_filename * instead o...Jeremy Allison2017-05-311-2/+3
* s3: VFS: Change SMB_VFS_REMOVEXATTR to use const struct smb_filename * instea...Jeremy Allison2017-05-311-2/+3