summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_glusterfs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3: VFS: Change SMB_VFS_LISTXATTR to use const struct smb_filename * instead ...Jeremy Allison2017-05-311-2/+4
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-2/+2
* vfs:glusterfs: preallocate result for glfs_realpathMichael Adam2016-10-221-1/+14
* support volfile fetch from multiple glusterd nodesRaghavendra Talur2016-10-141-12/+116
* s3/vfs: remove now unused is_offline/set_offline VFS functionsRalph Boehme2016-10-111-20/+0
* vfs_glusterfs: Fix a memory leak in connect pathAnoop C S2016-10-071-2/+1
* glusterfs: Avoid tevent_internal.hVolker Lendecke2016-09-241-1/+0
* s3: vfs: generalize functions that set/get posix acl through xattrYan, Zheng2016-07-241-516/+6
* vfs_glusterfs: call clock_gettime_mono() only on profile-enabled buildUri Simchoni2016-03-291-4/+5
* VFS: Modify lchown to take a const struct smb_filename * instead of const char *Jeremy Allison2016-03-051-2/+4
* VFS: Modify chown to take a const struct smb_filename * instead of const char *Jeremy Allison2016-03-051-2/+4
* vfs_glusterfs: Fix use after free in AIO callback.Ira Cooper2016-03-051-8/+7
* VFS: Modify chmod to take a const struct smb_filename * instead of const char *Jeremy Allison2016-03-031-2/+3
* vfs:glusterfs: fix build after opendir signature changeMichael Adam2016-03-021-3/+4
* vfs/glusterfs: measure libglusterfs aio function call durationRalph Boehme2016-03-021-0/+9
* s3/vfs: wrap async io function args inside struct vfs_aio_stateRalph Boehme2016-03-021-13/+10
* VFS: Modify rmdir to take a const struct smb_filename * instead of const char *Jeremy Allison2016-02-251-2/+3
* vfs:glusterfs: Fix mkdir_fn to take struct smb_filename * instead of char *Jeremy Allison2016-02-251-2/+3
* s3:vfs:glusterfs: fix build after quota changes.Michael Adam2016-02-011-0/+1
* vfs_glusterfs: Fix a memory leak in AIOJose A. Rivera2015-12-171-6/+2
* vfs_glusterfs: Attach missing destructor.Ira Cooper2015-12-151-3/+2
* vfs_glusterfs: Move vfs_gluster_write and vfs_gluster_pwrite.Ira Cooper2015-12-121-13/+13
* vfs_glusterfs: Add white space so vfs_glusterfs_pread_send and vfs_glusterfs_...Ira Cooper2015-12-111-1/+3
* vfs_glusterfs: Fix AIO crash on smb.conf reload.Ira Cooper2015-12-111-25/+112
* lib: Move sys_rw* to lib/utilVolker Lendecke2015-10-131-1/+1
* smbd: Remove SMB_VFS_NOTIFY_WATCHVolker Lendecke2015-07-071-13/+0
* Convert all uint8/16/32 to _t in all modules.Richard Sharpe2015-05-061-4/+4
* s3/vfs: change fallocate mode flags from enum->uint32_tDavid Disseldorp2015-03-091-1/+2
* s3/vfs: remove unused SMB_VFS_DISK_FREE() small_query parameterDavid Disseldorp2015-02-171-3/+2
* vfs_glusterfs: Add comments to the pipe(2) code.Ira Cooper2015-01-231-0/+17
* vfs: Fix a typoVolker Lendecke2015-01-221-1/+1
* vfs:glusterfs: whitespace fix.Michael Adam2015-01-221-3/+3
* vfs_glusterfs: Replace eventfd with pipes, for AIO useIra Cooper2015-01-211-96/+41
* vfs/glusterfs: Change xattr key to match gluster key.raghavendra talur2014-12-171-1/+1