summaryrefslogtreecommitdiff
path: root/fs/nfsd/filecache.c
Commit message (Expand)AuthorAgeFilesLines
* nfsd: Drop LIST_HEAD where the variable it declares is never used.Mao Wenan2019-11-081-2/+0
* nfsd: Don't garbage collect files that might contain write errorsTrond Myklebust2019-09-101-1/+42
* nfsd: nfsd_file cache entries should be per net namespaceTrond Myklebust2019-09-101-12/+21
* nfsd: remove duplicated include from filecache.cYueHaibing2019-08-201-1/+0
* nfsd: add a new struct file caching facility to nfsdJeff Layton2019-08-191-0/+885