summaryrefslogtreecommitdiffstats
path: root/xlators/nfs/server/src/mount3.c
Commit message (Expand)AuthorAgeFilesLines
* libglusterfs: Move devel headers under glusterfs directoryShyamsundarR2018-12-051-8/+8
* mount : fix high sev coverity issues in mount3.cSunny Kumar2018-10-161-1/+5
* Land part 2 of clang-format changesGluster Ant2018-09-121-3236/+3190
* Multiple files: calloc -> mallocYaniv Kaul2018-09-041-19/+25
* NFS server (mount3.c, nfs-inodes.c): strncpy()->sprintf(), reduce strlen()'sYaniv Kaul2018-08-311-6/+6
* nfs-server : fix few coverity issues in mount3.cSunny Kumar2018-08-311-6/+15
* nfs-server-mount : fix coverity issues in mount3.cSunny Kumar2018-08-171-5/+9
* All: run codespell on the code and fix issues.Yaniv Kaul2018-07-221-1/+1
* nfs: Check if FQDN is authorized before unmounting clientsShreyas Siravara2017-12-061-7/+39
* nfs: Fix crash bug when mnt3_resolve_subdir_cbk() failsShreyas Siravara2017-11-011-0/+3
* gluster: IPv6 single stack supportKevin Vigor2017-10-241-0/+9
* nfs: use "/" as subdir for volume mountsNiels de Vos2017-08-011-17/+14
* libglusterfs: Name threads on creationRaghavendra Talur2017-07-191-3/+5
* nfs: add permission checking for mounting over WebNFSNiels de Vos2017-07-091-21/+39
* rpc: Remove accidental IPV6 changesKaushal M2017-05-051-9/+0
* Halo Replication feature for AFR translatorKevin Vigor2017-05-021-1/+10
* nfs: Fix compiler warning when calling svc_getcallerKevin Vigor2017-04-111-1/+27
* gNFS: Keep the mountdict as long as the service is activeSoumya Koduri2017-02-141-3/+7
* nfs: revalidate lookup converted to fresh lookupMohammed Rafi KC2016-11-101-2/+2
* nfs: fix unused variable warnings/errorsKaleb S. KEITHLEY2016-08-231-1/+0
* nfs: allow hostnames with dashes in exports/netgroups filesNiels de Vos2016-06-281-0/+9
* nfs: build exportlist with multiple groupnodesBipin Kunal2016-06-091-18/+66
* nfs: strip trailing / when clients do subdir mountsNiels de Vos2016-05-231-0/+5
* nfs: send lookup if inode_ctx is not setMohammed Rafi KC2016-01-131-6/+13
* nfs: Fixes "Remote I/O error" mount failuresRichard Wareing2015-09-011-1/+20
* all: reduce "inline" usageJeff Darcy2015-09-011-3/+3
* nfs: log disabled export/netgroups feature as INFOJiffin Tony Thottan2015-07-191-1/+1
* build: do not #include "config.h" in each fileNiels de Vos2015-05-291-5/+0
* nfs: Use uuid_clear() instead of memsetVijay Bellur2015-05-161-6/+2
* nfs / mount files : porting log messages to a new frameworkManikandan Selvaganesh2015-04-281-216/+308
* nfs: make it possible to disable nfs.mount-rmtabNiels de Vos2015-04-261-43/+62
* Avoid conflict between contrib/uuid and system uuidEmmanuel Dreyfus2015-04-041-5/+5
* Xlators : Fixed typosManikandan Selvaganesh2015-04-021-2/+2
* gNFS: Export / Netgroup authentication on Gluster NFS mountNiels de Vos2015-03-151-28/+824
* nfs: prevent potential NULL dereference in mnt3_readlink_cbk()Niels de Vos2014-12-101-2/+6
* gNFS : make it possible to mount a subdir that actually is a symlinkjiffin2014-11-141-1/+143
* api: versioned symbols in libgfapi.so for compatibilityKaleb S. KEITHLEY2014-11-071-0/+10
* gNFS: Subdir mount does not work on UDP protoSantosh Kumar Pradhan2014-10-071-75/+319
* gNFS: correct some typos in comments.Humble Chirammal2014-08-271-2/+2
* nfs: prevent assertion error with MOUNT over UDPNiels de Vos2014-07-071-1/+1
* gNFS: Fix multi-homed m/c issue in NFS subdir authSantosh Kumar Pradhan2014-06-251-89/+104
* mgmt/gluster: Use fsync instead of O_SYNCPranith Kumar K2014-05-051-2/+0
* nfs/server: Logic error in mount tab handling.Ira Cooper2014-01-241-1/+1
* gNFS: mnt3_find_export() by pass AUTH checkSantosh Kumar Pradhan2014-01-081-14/+36
* gNFS: RFE for NFS connection behaviorSantosh Kumar Pradhan2013-11-141-5/+66
* dual license: update remaining files with correct license textKaleb S. KEITHLEY2013-10-241-13/+4
* NFS: showmount timesout on fetching export listRajesh Joseph2013-10-041-8/+21
* NFS : Coverity Fix.meghana2013-09-191-30/+42
* nfs: persistent caching of connected NFS-clientsNiels de Vos2013-08-281-56/+380
* nfs: AUTH support for exported sub-directoriesRajesh Joseph2013-07-091-2/+337