summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/filecache.c
Commit message (Expand)AuthorAgeFilesLines
* fs: nfsd: fileache.c: Use built-in RCU list checkingMadhuparna Bhowmik2020-03-161-1/+1
* nfsd: make nfsd_filecache_wq variable staticChen Zhou2020-02-071-1/+1
* nfsd: convert file cache to use over/underflow safe refcountTrond Myklebust2020-02-061-12/+11
* nfsd: Fix stable writesTrond Myklebust2020-01-221-0/+1
* nfsd: Fix a soft lockup race in nfsd_file_mark_find_or_create()Trond Myklebust2020-01-221-2/+6
* nfsd: Reduce the number of calls to nfsd_file_gc()Trond Myklebust2020-01-221-7/+12
* nfsd: Schedule the laundrette regularly irrespective of file errorsTrond Myklebust2020-01-221-9/+1
* nfsd: Remove unused constant NFSD_FILE_LRU_RESCANTrond Myklebust2020-01-221-4/+1
* nfsd: Containerise filecache laundretteTrond Myklebust2020-01-221-40/+198
* nfsd: cleanup nfsd_file_lru_dispose()Trond Myklebust2020-01-221-7/+6
* nfsd: fix filecache lookupTrond Myklebust2020-01-221-0/+6
* 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