summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_glusterfs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* vfs_glusterfs: Implement AIO supportPoornima G2014-12-171-12/+242
* vfs_glusterfs: Change sys_get_acl_file/fd to return ACLs corresponding to mod...Poornima G2014-12-171-0/+59
* vfs_glusterfs: Set connectpath as snapdir-entry-path.raghavendra talur2014-12-101-0/+11
* vfs_glusterfs: Remember the connect path too for reopening.raghavendra talur2014-12-101-5/+15
* vfs_glusterfs: In vfs_gluster_sys_acl_get_file/fd, reduce the number of getxa...Poornima G2014-12-101-10/+32
* vfs_glusterfs: Remove "integer fd" code and store the glfs pointers.Jose A. Rivera2014-02-251-90/+32
* vfs_glusterfs: smb_stat_ex_from_stat commenting and cleanup.Christopher R. Hertel2014-02-251-13/+8
* vfs_glusterfs: Comment the top of the file.Christopher R. Hertel2014-02-251-8/+18
* vfs/glusterfs: in case atime is not passed, set it to the current atimeNiels de Vos2014-01-151-4/+22
* vfs_glusterfs: Enable per client log filePoornima Gurusiddaiah2013-12-171-20/+29
* s3-vfs: Make glfs_set_preopened() static.Andreas Schneider2013-11-151-1/+1
* s3-vfs: Remove unused variable in vfs_glusterfs.Andreas Schneider2013-11-151-1/+0
* vfs: Fix some build warnings in glusterfs.Andreas Schneider2013-11-041-2/+2
* vfs: Fix building the glusterfs module.Andreas Schneider2013-11-041-2/+2
* vfs_glusterfs: Fix excessive debug output from vfs_gluster_open().Christopher R. Hertel2013-08-301-3/+0
* vfs_glusterfs: Implement proper mashalling/unmarshalling of ACLsAnand Avati2013-08-161-42/+111
* VFS plugin was sending the actual size of the volume instead of the total num...Susant Kumar Palai2013-08-091-7/+4
* Fix glusterfs backend crash found at the Microsoft interop event.Jeremy Allison2013-06-211-2/+4