aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/nfsd/filecache.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-04-04fsnotify: create a wrapper fsnotify_find_inode_mark()Amir Goldstein1-2/+2
2024-03-12Merge 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-07NFSD: 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-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus 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-27NFSD: 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
2022-11-28NFSD: Fix licensing header in filecache.cChuck Lever1-1/+2
2022-11-28NFSD: Flesh out a documenting comment for filecache.cChuck Lever1-0/+24
2022-11-28NFSD: Add an NFSD_FILE_GC flag to enable nfsd_file garbage collectionChuck Lever1-8/+55
2022-11-28NFSD: Revert "NFSD: NFSv4 CLOSE should release an nfsd_file immediately"Chuck Lever1-18/+0
2022-11-05nfsd: fix use-after-free in nfsd_file_do_acquire tracepointJeff Layton1-0/+1
2022-11-01nfsd: fix net-namespace logic in __nfsd_file_cache_purgeJeff Layton1-3/+2
2022-10-05nfsd: rework hashtable handling in nfsd_do_file_acquireJeff Layton1-30/+22
2022-10-05nfsd: fix nfsd_file_unhash_and_disposeJeff Layton1-29/+7
2022-09-26nfsd: use DEFINE_SHOW_ATTRIBUTE to define nfsd_file_cache_stats_fopsChenXiaoSong1-6/+1
2022-08-09Merge tag 'nfsd-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-291/+458
2022-07-29NFSD: Ensure nf_inode is never dereferencedChuck Lever1-3/+2
2022-07-29NFSD: NFSv4 CLOSE should release an nfsd_file immediatelyChuck Lever1-0/+18
2022-07-29NFSD: Move nfsd_file_trace_alloc() tracepointChuck Lever1-1/+1
2022-07-29NFSD: Separate tracepoints for acquire and createChuck Lever1-4/+5
2022-07-29NFSD: Clean up unused code after rhashtable conversionChuck Lever1-32/+1
2022-07-29NFSD: Convert the filecache to use rhashtableChuck Lever1-148/+117
2022-07-29NFSD: Set up an rhashtable for the filecacheChuck Lever1-21/+139
2022-07-29NFSD: Replace the "init once" mechanismChuck Lever1-16/+26