aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4idmap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-08nfsd: Fix misuse of strlcpyJoe Perches1-1/+1
2019-04-24nfsd: knfsd must use the container user namespaceTrond Myklebust1-4/+4
2018-10-29knfsd: Lockless lookup of NFSv4 identities.Trond Myklebust1-5/+6
2017-11-27NFSD: make cache_detail structures constBhumika Goyal1-2/+2
2017-02-17nfsd/idmap: return nfserr_inval for 0-length namesKinglong Mee1-0/+8
2015-07-20nfsd: Remove duplicate define of IDMAP_NAMESZ/IDMAP_TYPE_xxKinglong Mee1-3/+0
2014-09-03NFSD: Full checking of authentication nameKinglong Mee1-9/+5
2014-09-03NFSD: Fix bad using of return value from qword_getKinglong Mee1-3/+3
2014-05-28nfsd4: use xdr_reserve_space in attribute encodingJ. Bruce Fields1-20/+22
2014-01-08nfsd4: simplify xdr encoding of nfsv4 namesJ. Bruce Fields1-17/+33
2013-02-28Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-14/+2
2013-02-15SUNRPC: rework cache upcall logicStanislav Kinsbursky1-14/+0
2013-02-15SUNRPC: introduce cache_detail->cache_request callbackStanislav Kinsbursky1-2/+4
2013-02-13nfsd: Convert idmap to use kuids and kgidsEric W. Biederman1-6/+20
2013-02-13nfsd: idmap use u32 not uid_t as the intermediate typeEric W. Biederman1-6/+6
2012-09-10NFSD: pass null terminated buf to kstrtouint()Malahal Naineni1-1/+1
2012-09-10fs/nfsd/nfs4idmap.c: adjust inconsistent IS_ERR and PTR_ERRJulia Lawall1-1/+1
2012-07-27SUNRPC: service request network namespace helper introducedStanislav Kinsbursky1-2/+2
2012-05-31nfsd4: move rq_flavor into svc_credJ. Bruce Fields1-2/+2
2012-04-12nfsd: make name-to-id cache allocated per network namespace contextStanislav Kinsbursky1-9/+15
2012-04-12nfsd: make id-to-name cache allocated per network namespace contextStanislav Kinsbursky1-10/+23
2012-04-12nfsd: pass network context to idmap init/exit functionsStanislav Kinsbursky1-7/+7
2012-04-11NFSd: remove hard-coded dereferences to name-to-id and id-to-name cachesStanislav Kinsbursky1-26/+24
2012-03-28nfsd4: memory corruption in numeric_name_to_id()Dan Carpenter1-1/+1
2012-03-26nfsd4: allow numeric idmappingJ. Bruce Fields1-4/+49
2011-12-07NFSd: use network-namespace-aware cache registering routinesStanislav Kinsbursky1-5/+6
2011-03-07nfsd: kill unused macro definitionShan Wei1-1/+0
2011-01-04nfsd4: return nfs errno from name_to_id functionsJ. Bruce Fields1-6/+7
2011-01-04nfsd4: move idmap and acl header files into fs/nfsdJ. Bruce Fields1-1/+1
2011-01-04nfsd4: name->id mapping should fail with BADOWNER not BADNAMEJ. Bruce Fields1-2/+2
2010-09-21nfsd/idmap: drop special request deferal in favour of improved default.NeilBrown1-94/+11
2010-09-07sunrpc: use seconds since boot in expiry cacheNeilBrown1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-15nfsd: remove pointless paths in file headersJ. Bruce Fields1-2/+0
2009-12-14nfsd: Source files #include cleanupsBoaz Harrosh1-14/+1
2009-09-23headers: utsname.h reduxAlexey Dobriyan1-1/+0
2009-08-09SUNRPC: Allow the cache_detail to specify alternative upcall mechanismsTrond Myklebust1-2/+14
2009-08-09NFSD: Clean up the idmapper warning...Trond Myklebust1-2/+2
2008-04-23nfsd: fix sparse warningsHarvey Harrison1-1/+1
2008-02-01knfsd: allow cache_register to return error on failureJ. Bruce Fields1-3/+10
2008-02-01knfsd: cache unregistration needn't return errorJ. Bruce Fields1-4/+2
2008-02-01knfsd: fix broken length check in nfs4idmap.cJ. Bruce Fields1-6/+3
2007-10-09knfsd: nfs4 name->id mapping not correctly parsing negative downcallJ. Bruce Fields1-3/+5
2007-07-31nfsd4: idmap upcalls should use unsigned uid and gidJ. Bruce Fields1-3/+3
2007-07-17knfsd: nfsd: set rq_client to ip-address-determined-domainJ. Bruce Fields1-2/+11
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2006-09-27[PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris1-2/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-27[PATCH] knfsd: Convert sunrpc_cache to use krefsNeilBrown1-10/+8