summaryrefslogtreecommitdiffstats
path: root/xlators/nfs
Commit message (Expand)AuthorAgeFilesLines
* NFS: new option nfs.rdirplus addedSakshi Bansal2016-04-074-1/+29
* nfs: fix lock variable typePrasanna Kumar Kalever2016-03-171-1/+1
* nfs: send lookup if inode_ctx is not setMohammed Rafi KC2016-01-134-15/+28
* nfs : Inform client to perform extra GETATTR call for 'T' filesJiffin Tony Thottan2015-12-161-1/+15
* debug/io-stats: Add FOP sampling featureRichard Wareing2015-11-013-6/+15
* nfs : avoid invalid usage of `cs` variable in nfs fopsJiffin Tony Thottan2015-10-301-20/+20
* core: use syscall wrappers instead of direct syscalls - miscellaneousKaleb S. KEITHLEY2015-10-281-2/+3
* xlators: add JSON FOP statistics dumps every N secondsRichard Wareing2015-10-081-1/+19
* build: export minimum symbols from xlators for correct resolutionKaleb S. KEITHLEY2015-09-242-1/+23
* nfs : logging improvementsManikandan Selvaganesh2015-09-114-347/+336
* nfs: Fixes "Remote I/O error" mount failuresRichard Wareing2015-09-011-1/+20
* all: reduce "inline" usageJeff Darcy2015-09-013-6/+6
* rpc: add owner xlator argument to rpc_clnt_newKrishnan Parthasarathi2015-08-121-1/+1
* nfs: log disabled export/netgroups feature as INFOJiffin Tony Thottan2015-07-191-1/+1
* nfs: a unix-domain-socket should not be created as fifoNiels de Vos2015-06-281-7/+8
* nfs: refcount each auth_cache_entry and related data_tNiels de Vos2015-06-281-9/+86
* nfs: add a gf_lock_t for the auth_cache->cache_dictNiels de Vos2015-06-282-40/+126
* nfs: Authentication performance improvementsShreyas Siravara2015-06-161-3/+3
* nfs: allocate and return the hashkey for the auth_cache_entryNiels de Vos2015-06-031-7/+25
* build: do not #include "config.h" in each fileNiels de Vos2015-05-2922-110/+0
* nfs: Use uuid_clear() instead of memsetVijay Bellur2015-05-161-6/+2
* nfs.c nfs3.c: port log messages to a new frameworkHari Gowtham2015-05-083-375/+585
* nfs: allocate the auth_cache->cache_dict on auth_cache_init()Niels de Vos2015-05-071-14/+10
* nfs : fix for coredump caused by export/netgroup feature in the regressionJiffin Tony Thottan2015-05-061-0/+1
* protocol: increase default group-cache-timeout to 300 secondsNiels de Vos2015-05-021-1/+1
* nfs/auth,exports,netgroup : port log messages to new frameworkManikandan Selvaganesh2015-04-283-45/+70
* nfs: Enable throttling for rpcsvcVijay Bellur2015-04-281-0/+7
* nfs / acl3.c, nlm files : port log messages to new frameworkManikandan Selvaganesh2015-04-283-155/+277
* nfs / nfs files : porting log messages to new frameworkManikandan Selvaganesh2015-04-286-163/+245
* nfs / mount files : porting log messages to a new frameworkManikandan Selvaganesh2015-04-283-234/+339
* nfs: make it possible to disable nfs.mount-rmtabNiels de Vos2015-04-262-45/+77
* nfs: do not overwrite the return value and errno of resolve operationRaghavendra Bhat2015-04-131-3/+6
* build: make contrib/uuid dependency optionalNiels de Vos2015-04-104-4/+4
* nfs : introducing logging framework for nfs translatorManikandan Selvaganesh2015-04-082-1/+1666
* Avoid conflict between contrib/uuid and system uuidEmmanuel Dreyfus2015-04-0410-48/+48
* Xlators : Fixed typosManikandan Selvaganesh2015-04-021-2/+2
* nfs: do not fail to start when optional RPC-programs fail to registerNiels de Vos2015-03-262-14/+24
* glusterfsd: add "print-netgroups" and "print-exports" commandNiels de Vos2015-03-183-11/+11
* glusterd: add new NFS options for exports/netgroups and related cachingNiels de Vos2015-03-181-0/+68
* NFS-Ganesha: Volume set option for managing NFS-Ganesha exports.Meghana Madhusudhan2015-03-181-11/+0
* nfs: improve cleanup of 'struct exports_file' to prevent memory leakNiels de Vos2015-03-151-4/+16
* nfs: use free() for getline() allocated string in netgroupsNiels de Vos2015-03-151-1/+2
* gNFS: Export / Netgroup authentication on Gluster NFS mountNiels de Vos2015-03-1510-53/+1018
* nfs: add auth-cache for the MOUNT protocolNiels de Vos2015-03-155-2/+371
* nfs: more fine grained authentication for the MOUNT protocolNiels de Vos2015-03-156-3/+709
* nfs: add support for separate 'exports' fileNiels de Vos2015-03-155-2/+1535
* nfs: add structures and functions for parsing netgroupsNiels de Vos2015-03-114-2/+1198
* nfs: prevent logging missing 'system.posix_acl_access' xattrsNiels de Vos2015-03-081-0/+4
* nfs: prevent logging missing 'system.posix_acl_*' xattrsNiels de Vos2015-03-011-1/+4
* nfs: nfs3_stat_to_fattr3() improvementNiels de Vos2015-02-282-51/+47