summaryrefslogtreecommitdiffstats
path: root/xlators/nfs/server/src/auth-cache.c
Commit message (Expand)AuthorAgeFilesLines
* auth-cache.c: minor reduction of work under lock.Yaniv Kaul2019-02-181-6/+3
* libglusterfs: Move devel headers under glusterfs directoryShyamsundarR2018-12-051-1/+1
* Land part 2 of clang-format changesGluster Ant2018-09-121-270/+273
* nfs: Reference count export itemsShreyas Siravara2017-12-081-1/+7
* refcount: return pointer to the structure instead of a counterNiels de Vos2016-12-111-4/+6
* nfs: fix unused variable warnings/errorsKaleb S. KEITHLEY2016-08-231-1/+0
* all: reduce "inline" usageJeff Darcy2015-09-011-1/+1
* 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-281-40/+125
* 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
* nfs: allocate the auth_cache->cache_dict on auth_cache_init()Niels de Vos2015-05-071-14/+10
* nfs/auth,exports,netgroup : port log messages to new frameworkManikandan Selvaganesh2015-04-281-8/+10
* Avoid conflict between contrib/uuid and system uuidEmmanuel Dreyfus2015-04-041-3/+3
* nfs: add auth-cache for the MOUNT protocolNiels de Vos2015-03-151-0/+311