summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_glusterfs.c
AgeCommit message (Collapse)AuthorFilesLines
2013-05-30vfs_glusterfs: Samba VFS module for glusterfsAnand Avati1-0/+1493
Implement a Samba VFS plugin for glusterfs based on gluster's gfapi. This is a "bottom" vfs plugin (not something to be stacked on top of another module), and translates (most) calls into closest actions on gfapi. Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Simo Sorce <idra@samba.org> Signed-off-by: Anand Avati <avati@redhat.com>