summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/filecache.c
AgeCommit message (Expand)AuthorLines
2022-08-09Merge tag 'nfsd-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds-291/+458
2022-07-29NFSD: Ensure nf_inode is never dereferencedChuck Lever-3/+2
2022-07-29NFSD: NFSv4 CLOSE should release an nfsd_file immediatelyChuck Lever-0/+18
2022-07-29NFSD: Move nfsd_file_trace_alloc() tracepointChuck Lever-1/+1
2022-07-29NFSD: Separate tracepoints for acquire and createChuck Lever-4/+5
2022-07-29NFSD: Clean up unused code after rhashtable conversionChuck Lever-32/+1
2022-07-29NFSD: Convert the filecache to use rhashtableChuck Lever-148/+117
2022-07-29NFSD: Set up an rhashtable for the filecacheChuck Lever-21/+139
2022-07-29NFSD: Replace the "init once" mechanismChuck Lever-16/+26
2022-07-29NFSD: Remove nfsd_file::nf_hashvalChuck Lever-4/+2
2022-07-29NFSD: nfsd_file_hash_remove can compute hashvalChuck Lever-5/+14
2022-07-29NFSD: Refactor __nfsd_file_close_inode()Chuck Lever-19/+21
2022-07-29NFSD: nfsd_file_unhash can compute hashval from nf->nf_inodeChuck Lever-2/+6
2022-07-29NFSD: Remove lockdep assertion from unhash_and_release_locked()Chuck Lever-2/+0
2022-07-29NFSD: No longer record nf_hashval in the trace logChuck Lever-7/+8
2022-07-29NFSD: Never call nfsd_file_gc() in foreground pathsChuck Lever-9/+1
2022-07-29NFSD: Fix the filecache LRU shrinkerChuck Lever-2/+3
2022-07-29NFSD: Leave open files out of the filecache LRUChuck Lever-5/+19
2022-07-29NFSD: Trace filecache LRU activityChuck Lever-13/+31
2022-07-29NFSD: WARN when freeing an item still linked via nf_lruChuck Lever-2/+10
2022-07-29NFSD: Zero counters when the filecache is re-initializedChuck Lever-0/+11
2022-07-29NFSD: Record number of flush callsChuck Lever-2/+11
2022-07-29NFSD: Report the number of items evicted by the LRU walkChuck Lever-3/+10
2022-07-29NFSD: Refactor nfsd_file_lru_scan()Chuck Lever-18/+7
2022-07-29NFSD: Refactor nfsd_file_gc()Chuck Lever-1/+5
2022-07-29NFSD: Add nfsd_file_lru_dispose_list() helperChuck Lever-7/+22
2022-07-29NFSD: Report average age of filecache itemsChuck Lever-1/+10
2022-07-29NFSD: Report count of freed filecache itemsChuck Lever-1/+6
2022-07-29NFSD: Report count of calls to nfsd_file_acquire()Chuck Lever-2/+9
2022-07-29NFSD: Report filecache LRU sizeChuck Lever-1/+3
2022-07-29nfsd: eliminate the NFSD_FILE_BREAK_* flagsJeff Layton-21/+1
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin-1/+1
2022-06-10Merge tag 'nfsd-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds-4/+5
2022-06-02NFSD: Fix potential use-after-free in nfsd_file_put()Chuck Lever-4/+5
2022-05-26Merge tag 'nfsd-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds-7/+47
2022-05-26NFSD: nfsd_file_put() can sleepChuck Lever-0/+2
2022-05-23NFSD: Trace filecache opensChuck Lever-2/+3
2022-05-23NFSD: Instantiate a struct file when creating a regular NFSv4 fileChuck Lever-7/+44
2022-05-20NFSD: Clean up nfsd_open_verified()Chuck Lever-2/+2
2022-04-25nfsd: use fsnotify group lock helpersAmir Goldstein-6/+7
2022-04-25fsnotify: pass flags argument to fsnotify_alloc_group()Amir Goldstein-1/+2
2022-04-12Merge tag 'nfsd-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds-10/+15
2022-03-31nfsd: Clean up nfsd_file_put()Trond Myklebust-10/+3
2022-03-31nfsd: Fix a write performance regressionTrond Myklebust-3/+15
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds-0/+1
2022-03-21fs: Move many prototypes to pagemap.hMatthew Wilcox (Oracle)-0/+1
2022-02-28nfsd: more robust allocation failure handling in nfsd_file_cache_initAmir Goldstein-3/+3
2022-01-08NFSD: Rename boot verifier functionsChuck Lever-1/+1
2022-01-08nfsd: Replace use of rwsem with errseq_tTrond Myklebust-1/+0
2021-12-13NFSD: simplify per-net file cache managementNeilBrown-61/+15