linux/fs/nfsd
Stanislav Kinsbursky f890edbbef NFSd: remove hard-coded dereferences to name-to-id and id-to-name caches
These dereferences to global static caches are redundant. They also prevents
converting these caches into per-net ones. So this patch is cleanup + precursor
of patch set,a which will make them per-net.

Signed-off-by: Stanislav Kinsbursky <skinsbursky@parallels.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
2012-04-11 17:55:05 -04:00
..
acl.h
auth.c
auth.h
cache.h
current_stateid.h
export.c nfsd: pass pointer to expkey cache down to stack wherever possible. 2012-04-11 17:55:05 -04:00
fault_inject.c
fault_inject.h
idmap.h
Kconfig
lockd.c
Makefile
netns.h nfsd: only register cld pipe notifier when CONFIG_NFSD_V4 is enabled 2012-03-29 08:01:07 -04:00
nfs2acl.c
nfs3acl.c
nfs3proc.c
nfs3xdr.c
nfs4acl.c
nfs4callback.c nfsd4: use auth_unix unconditionally on backchannel 2012-03-28 19:14:36 -04:00
nfs4idmap.c NFSd: remove hard-coded dereferences to name-to-id and id-to-name caches 2012-04-11 17:55:05 -04:00
nfs4proc.c nfsd: don't fail unchecked creates of non-special files 2012-04-11 17:49:52 -04:00
nfs4recover.c nfsd: only register cld pipe notifier when CONFIG_NFSD_V4 is enabled 2012-03-29 08:01:07 -04:00
nfs4state.c nfsd: don't use locks_in_grace to determine whether to call nfs4_grace_end 2012-04-11 17:55:00 -04:00
nfs4xdr.c
nfscache.c
nfsctl.c nfsd: pass svc_export_cache pointer as private data to "exports" seq file ops 2012-04-11 17:55:03 -04:00
nfsd.h nfsd: only register cld pipe notifier when CONFIG_NFSD_V4 is enabled 2012-03-29 08:01:07 -04:00
nfsfh.c nfsd: use exp_put() for svc_export_cache put 2012-04-11 17:55:02 -04:00
nfsfh.h
nfsproc.c
nfssvc.c
nfsxdr.c
state.h
stats.c
vfs.c nfsd: don't fail unchecked creates of non-special files 2012-04-11 17:49:52 -04:00
vfs.h
xdr.h
xdr3.h
xdr4.h