summaryrefslogtreecommitdiff
path: root/fs/nfsd/filecache.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-30NFSD: Trace filecache LRU activityChuck Lever1-13/+31
2022-07-30NFSD: WARN when freeing an item still linked via nf_lruChuck Lever1-2/+10
2022-07-30NFSD: Zero counters when the filecache is re-initializedChuck Lever1-0/+11
2022-07-30NFSD: Record number of flush callsChuck Lever1-2/+11
2022-07-30NFSD: Report the number of items evicted by the LRU walkChuck Lever1-3/+10
2022-07-30NFSD: Refactor nfsd_file_lru_scan()Chuck Lever1-18/+7
2022-07-30NFSD: Refactor nfsd_file_gc()Chuck Lever1-1/+5
2022-07-30NFSD: Add nfsd_file_lru_dispose_list() helperChuck Lever1-7/+22
2022-07-30NFSD: Report average age of filecache itemsChuck Lever1-1/+10
2022-07-30NFSD: Report count of freed filecache itemsChuck Lever1-1/+6
2022-07-30NFSD: Report count of calls to nfsd_file_acquire()Chuck Lever1-2/+9
2022-07-30NFSD: Report filecache LRU sizeChuck Lever1-1/+3
2022-07-30nfsd: eliminate the NFSD_FILE_BREAK_* flagsJeff Layton1-21/+1
2022-07-04mm: shrinkers: provide shrinkers with namesRoman Gushchin1-1/+1
2022-06-11Merge tag 'nfsd-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-4/+5
2022-06-02NFSD: Fix potential use-after-free in nfsd_file_put()Chuck Lever1-4/+5
2022-05-27Merge tag 'nfsd-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-7/+47
2022-05-26NFSD: nfsd_file_put() can sleepChuck Lever1-0/+2
2022-05-23NFSD: Trace filecache opensChuck Lever1-2/+3
2022-05-23NFSD: Instantiate a struct file when creating a regular NFSv4 fileChuck Lever1-7/+44
2022-05-20NFSD: Clean up nfsd_open_verified()Chuck Lever1-2/+2
2022-04-25nfsd: use fsnotify group lock helpersAmir Goldstein1-6/+7
2022-04-25fsnotify: pass flags argument to fsnotify_alloc_group()Amir Goldstein1-1/+2
2022-04-13Merge tag 'nfsd-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-10/+15
2022-03-31nfsd: Clean up nfsd_file_put()Trond Myklebust1-10/+3
2022-03-31nfsd: Fix a write performance regressionTrond Myklebust1-3/+15
2022-03-23Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-0/+1
2022-03-21fs: Move many prototypes to pagemap.hMatthew Wilcox (Oracle)1-0/+1
2022-02-28nfsd: more robust allocation failure handling in nfsd_file_cache_initAmir Goldstein1-3/+3
2022-01-08NFSD: Rename boot verifier functionsChuck Lever1-1/+1
2022-01-08nfsd: Replace use of rwsem with errseq_tTrond Myklebust1-1/+0
2021-12-13NFSD: simplify per-net file cache managementNeilBrown1-61/+15
2021-10-27fsnotify: Protect fsnotify_handle_inode_event from no-inode eventsGabriel Krisman Bertazi1-0/+3
2021-10-01nfsd: Fix a warning for nfsd_file_close_inodeTrond Myklebust1-1/+1
2021-03-07nfsd: Don't keep looking up unhashed files in the nfsd file cacheTrond Myklebust1-0/+2
2020-12-17Merge tag 'fsnotify_for_v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2020-12-03fsnotify: generalize handle_inode_event()Amir Goldstein1-1/+1
2020-11-30nfsd: Fix error return code in nfsd_file_cache_init()Huang Guobin1-0/+1
2020-09-26nfsd: Cache R, RW, and W opens separatelyJ. Bruce Fields1-1/+1
2020-07-28fsnotify: create method handle_inode_event() in fsnotify_operationsAmir Goldstein1-8/+4
2020-07-27fsnotify: pass dir argument to handle_event() callbackAmir Goldstein1-3/+3
2020-07-15nfsd: use fsnotify_data_inode() to get the unlinked inodeAmir Goldstein1-1/+3
2020-03-16fs: nfsd: fileache.c: Use built-in RCU list checkingMadhuparna Bhowmik1-1/+1
2020-02-07nfsd: make nfsd_filecache_wq variable staticChen Zhou1-1/+1
2020-02-06nfsd: convert file cache to use over/underflow safe refcountTrond Myklebust1-12/+11
2020-01-23nfsd: Fix stable writesTrond Myklebust1-0/+1
2020-01-23nfsd: Fix a soft lockup race in nfsd_file_mark_find_or_create()Trond Myklebust1-2/+6
2020-01-23nfsd: Reduce the number of calls to nfsd_file_gc()Trond Myklebust1-7/+12
2020-01-23nfsd: Schedule the laundrette regularly irrespective of file errorsTrond Myklebust1-9/+1
2020-01-23nfsd: Remove unused constant NFSD_FILE_LRU_RESCANTrond Myklebust1-4/+1