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