| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-12 | nfsd: allow filecache to hold S_IFDIR files | Jeff Layton | 1 | -0/+2 |
| 2025-10-06 | Merge tag 'nfsd-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux | Linus Torvalds | 1 | -1/+0 |
| 2025-09-30 | NFSD: filecache: add STATX_DIOALIGN and STATX_DIO_READ_ALIGN support | Mike Snitzer | 1 | -0/+4 |
| 2025-09-21 | nfsd: discard nfsd_file_get_local() | NeilBrown | 1 | -1/+0 |
| 2025-05-28 | nfs_localio: change nfsd_file_put_local() to take a pointer to __rcu pointer | NeilBrown | 1 | -1/+1 |
| 2025-05-28 | nfs_localio: always hold nfsd net ref with nfsd_file ref | NeilBrown | 1 | -0/+1 |
| 2025-03-10 | nfsd: filecache: drop the list_lru lock during lock gc scans | NeilBrown | 1 | -0/+6 |
| 2025-03-10 | nfsd: filecache: introduce NFSD_FILE_RECENT | NeilBrown | 1 | -0/+1 |
| 2024-11-18 | nfs_common: must not hold RCU while calling nfsd_file_put_local | Mike Snitzer | 1 | -1/+1 |
| 2024-09-23 | nfs_common: prepare for the NFS client to use nfsd_file for LOCALIO | Mike Snitzer | 1 | -0/+2 |
| 2024-09-23 | nfsd: add nfsd_file_acquire_local() | NeilBrown | 1 | -0/+3 |
| 2024-09-01 | nfsd: add list_head nf_gc to struct nfsd_file | Youzhong Yang | 1 | -0/+1 |
| 2024-03-01 | nfsd: Don't leave work of closing files to a work queue | NeilBrown | 1 | -0/+1 |
| 2023-04-26 | NFSD: Convert filecache to rhltable | Chuck Lever | 1 | -4/+5 |
| 2023-01-06 | nfsd: fix handling of cached open files in nfsd4_open codepath | Jeff Layton | 1 | -2/+3 |
| 2022-11-28 | NFSD: Add an NFSD_FILE_GC flag to enable nfsd_file garbage collection | Chuck Lever | 1 | -0/+3 |
| 2022-11-28 | NFSD: Revert "NFSD: NFSv4 CLOSE should release an nfsd_file immediately" | Chuck Lever | 1 | -1/+0 |
| 2022-09-26 | nfsd: use DEFINE_SHOW_ATTRIBUTE to define nfsd_file_cache_stats_fops | ChenXiaoSong | 1 | -1/+1 |
| 2022-07-29 | NFSD: Ensure nf_inode is never dereferenced | Chuck Lever | 1 | -1/+1 |
| 2022-07-29 | NFSD: NFSv4 CLOSE should release an nfsd_file immediately | Chuck Lever | 1 | -0/+1 |
| 2022-07-29 | NFSD: Clean up unused code after rhashtable conversion | Chuck Lever | 1 | -1/+0 |
| 2022-07-29 | NFSD: Set up an rhashtable for the filecache | Chuck Lever | 1 | -0/+1 |
| 2022-07-29 | NFSD: Remove nfsd_file::nf_hashval | Chuck Lever | 1 | -1/+0 |
| 2022-07-29 | NFSD: Report average age of filecache items | Chuck Lever | 1 | -0/+1 |
| 2022-07-29 | nfsd: eliminate the NFSD_FILE_BREAK_* flags | Jeff Layton | 1 | -3/+1 |
| 2022-05-23 | NFSD: Instantiate a struct file when creating a regular NFSv4 file | Chuck Lever | 1 | -0/+2 |
| 2022-01-08 | nfsd: Replace use of rwsem with errseq_t | Trond Myklebust | 1 | -1/+0 |
| 2020-02-06 | nfsd: convert file cache to use over/underflow safe refcount | Trond Myklebust | 1 | -2/+2 |
| 2020-01-22 | nfsd: Fix stable writes | Trond Myklebust | 1 | -0/+1 |
| 2020-01-22 | nfsd: Containerise filecache laundrette | Trond Myklebust | 1 | -0/+2 |
| 2019-09-10 | nfsd: nfsd_file cache entries should be per net namespace | Trond Myklebust | 1 | -1/+2 |
| 2019-08-19 | nfsd: add a new struct file caching facility to nfsd | Jeff Layton | 1 | -0/+60 |