summaryrefslogtreecommitdiff
path: root/fs/nfsd/filecache.c
AgeCommit message (Expand)AuthorFilesLines
13 daysnfsd: rename nfsd_serv_ prefixed methods and variables with nfsd_net_Mike Snitzer1-1/+1
2025-02-21nfsd: validate the nfsd_serv pointer before calling svc_wake_upJeff Layton1-1/+10
2024-12-05nfs_common: must not hold RCU while calling nfsd_file_put_localMike Snitzer1-7/+7
2024-10-12Merge tag 'nfs-for-6.12-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-1/+1
2024-10-10Merge tag 'nfsd-6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-1/+3
2024-10-03nfs_common: fix race in NFS calls to nfsd_file_put_local() and nfsd_serv_put()Mike Snitzer1-1/+1
2024-10-02inotify: Fix possible deadlock in fsnotify_destroy_markLizhi Xu1-1/+1
2024-09-23nfsd: add LOCALIO supportWeston Andros Adamson1-1/+1
2024-09-23nfs_common: prepare for the NFS client to use nfsd_file for LOCALIOMike Snitzer1-0/+28
2024-09-23nfsd: add nfsd_file_acquire_local()NeilBrown1-7/+64
2024-09-23NFSD: Mark filecache "down" if init failsChuck Lever1-1/+3
2024-09-21nfsd: remove unused parameter of nfsd_file_mark_find_or_createLi Lingfeng1-2/+2
2024-09-01nfsd: use system_unbound_wq for nfsd_file_gc_worker()Youzhong Yang1-1/+1
2024-09-01nfsd: count nfsd_file allocationsJeff Layton1-2/+7
2024-09-01nfsd: fix refcount leak when file is unhashed after being foundJeff Layton1-0/+1
2024-09-01nfsd: remove unneeded EEXIST error check in nfsd_do_file_acquireJeff Layton1-2/+0
2024-09-01nfsd: add list_head nf_gc to struct nfsd_fileYouzhong Yang1-8/+10
2024-07-12nfsd: nfsd_file_lease_notifier_call gets a file_lease as an argumentJeff Layton1-1/+1
2024-04-04fsnotify: create a wrapper fsnotify_find_inode_mark()Amir Goldstein1-2/+2
2024-03-13Merge tag 'nfsd-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-42/+34
2024-03-01nfsd: Simplify the allocation of slab caches in nfsd_file_cache_initKunwu Chan1-4/+2
2024-03-01nfsd: use __fput_sync() to avoid delayed closing of files.NeilBrown1-2/+1
2024-03-01nfsd: Don't leave work of closing files to a work queueNeilBrown1-36/+31
2024-02-05nfsd: adapt to breakup of struct file_lockJeff Layton1-2/+2
2024-01-10Merge tag 'nfsd-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-1/+1
2024-01-08NFSD: Make the file_delayed_close workqueue UNBOUNDChuck Lever1-1/+1
2023-12-12list_lru: allow explicit memcg and NUMA node selectionNhat Pham1-2/+2
2023-11-03Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-10/+13
2023-10-16nfsd: Handle EOPENSTALE correctly in the filecacheTrond Myklebust1-8/+19
2023-10-04nfsd: dynamically allocate the nfsd-filecache shrinkerQi Zheng1-10/+13
2023-04-28NFSD: Fix problem of COMMIT and NFS4ERR_DELAY in infinite loopDai Ngo1-2/+0
2023-04-26nfsd: simplify the delayed disposal list codeJeff Layton1-42/+22
2023-04-26NFSD: Convert filecache to rhltableChuck Lever1-183/+128
2023-04-26nfsd: allow reaping files still under writebackJeff Layton1-1/+11
2023-04-26nfsd: update comment over __nfsd_file_cache_purgeJeff Layton1-1/+2
2023-04-26nfsd: don't take/put an extra reference when putting a fileJeff Layton1-3/+1
2023-04-26nfsd: add some comments to nfsd_file_do_acquireJeff Layton1-0/+5
2023-04-26nfsd: don't kill nfsd_files because of lease break errorJeff Layton1-14/+15
2023-04-26nfsd: simplify test_bit return in NFSD_FILE_KEY_FULL comparatorJeff Layton1-1/+1
2023-04-26nfsd: NFSD_FILE_KEY_INODE only needs to find GC'ed entriesJeff Layton1-0/+4
2023-04-26nfsd: don't open-code clear_and_wake_up_bitJeff Layton1-3/+1
2023-02-20nfsd: don't fsync nfsd_files on last closeJeff Layton1-32/+12
2023-02-20nfsd: allow nfsd_file_get to sanely handle a NULL pointerJeff Layton1-3/+2
2023-01-23nfsd: don't free files unconditionally in __nfsd_file_cache_purgeJeff Layton1-25/+36
2023-01-06nfsd: fix handling of cached open files in nfsd4_open codepathJeff Layton1-18/+22
2022-12-11nfsd: rework refcounting in filecacheJeff Layton1-148/+170
2022-12-10NFSD: Add an nfsd_file_fsync tracepointChuck Lever1-1/+4
2022-12-10nfsd: fix up the filecache laundrette schedulingJeff Layton1-7/+5
2022-11-28nfsd: reorganize filecache.cJeff Layton1-55/+56
2022-11-28nfsd: remove the pages_flushed statistic from filecacheJeff Layton1-6/+1