aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd/filecache.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-16fs: nfsd: fileache.c: Use built-in RCU list checkingGravatar Madhuparna Bhowmik 1-1/+1
2020-02-07nfsd: make nfsd_filecache_wq variable staticGravatar Chen Zhou 1-1/+1
2020-02-06nfsd: convert file cache to use over/underflow safe refcountGravatar Trond Myklebust 1-12/+11
2020-01-22nfsd: Fix stable writesGravatar Trond Myklebust 1-0/+1
2020-01-22nfsd: Fix a soft lockup race in nfsd_file_mark_find_or_create()Gravatar Trond Myklebust 1-2/+6
2020-01-22nfsd: Reduce the number of calls to nfsd_file_gc()Gravatar Trond Myklebust 1-7/+12
2020-01-22nfsd: Schedule the laundrette regularly irrespective of file errorsGravatar Trond Myklebust 1-9/+1
2020-01-22nfsd: Remove unused constant NFSD_FILE_LRU_RESCANGravatar Trond Myklebust 1-4/+1
2020-01-22nfsd: Containerise filecache laundretteGravatar Trond Myklebust 1-40/+198
2020-01-22nfsd: cleanup nfsd_file_lru_dispose()Gravatar Trond Myklebust 1-7/+6
2020-01-22nfsd: fix filecache lookupGravatar Trond Myklebust 1-0/+6
2019-11-08nfsd: Drop LIST_HEAD where the variable it declares is never used.Gravatar Mao Wenan 1-2/+0
2019-09-10nfsd: Don't garbage collect files that might contain write errorsGravatar Trond Myklebust 1-1/+42
2019-09-10nfsd: nfsd_file cache entries should be per net namespaceGravatar Trond Myklebust 1-12/+21
2019-08-20nfsd: remove duplicated include from filecache.cGravatar YueHaibing 1-1/+0
2019-08-19nfsd: add a new struct file caching facility to nfsdGravatar Jeff Layton 1-0/+885