summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/filecache.h
AgeCommit message (Expand)AuthorLines
2022-07-29NFSD: Ensure nf_inode is never dereferencedChuck Lever-1/+1
2022-07-29NFSD: NFSv4 CLOSE should release an nfsd_file immediatelyChuck Lever-0/+1
2022-07-29NFSD: Clean up unused code after rhashtable conversionChuck Lever-1/+0
2022-07-29NFSD: Set up an rhashtable for the filecacheChuck Lever-0/+1
2022-07-29NFSD: Remove nfsd_file::nf_hashvalChuck Lever-1/+0
2022-07-29NFSD: Report average age of filecache itemsChuck Lever-0/+1
2022-07-29nfsd: eliminate the NFSD_FILE_BREAK_* flagsJeff Layton-3/+1
2022-05-23NFSD: Instantiate a struct file when creating a regular NFSv4 fileChuck Lever-0/+2
2022-01-08nfsd: Replace use of rwsem with errseq_tTrond Myklebust-1/+0
2020-02-06nfsd: convert file cache to use over/underflow safe refcountTrond Myklebust-2/+2
2020-01-22nfsd: Fix stable writesTrond Myklebust-0/+1
2020-01-22nfsd: Containerise filecache laundretteTrond Myklebust-0/+2
2019-09-10nfsd: nfsd_file cache entries should be per net namespaceTrond Myklebust-1/+2
2019-08-19nfsd: add a new struct file caching facility to nfsdJeff Layton-0/+60