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