aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/sysctl.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2006-01-06NFSv4: Allow entries in the idmap cache to expireTrond Myklebust1-0/+10
If someone changes the uid/gid mapping in userland, then we do eventually want those changes to be propagated to the kernel. Currently the kernel assumes that it may cache entries forever. Add an expiration time + garbage collector for idmap entries. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
2006-01-06NFSv4: Allow user to set the port used by the NFSv4 callback channelTrond Myklebust1-0/+74
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>