summaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
2022-07-30NFSD: Set up an rhashtable for the filecacheChuck Lever2-21/+140
2022-07-30NFSD: Replace the "init once" mechanismChuck Lever1-16/+26
2022-07-30NFSD: Remove nfsd_file::nf_hashvalChuck Lever2-5/+2
2022-07-30NFSD: nfsd_file_hash_remove can compute hashvalChuck Lever1-5/+14
2022-07-30NFSD: Refactor __nfsd_file_close_inode()Chuck Lever2-30/+54
2022-07-30NFSD: nfsd_file_unhash can compute hashval from nf->nf_inodeChuck Lever1-2/+6
2022-07-30NFSD: Remove lockdep assertion from unhash_and_release_locked()Chuck Lever1-2/+0
2022-07-30NFSD: No longer record nf_hashval in the trace logChuck Lever2-31/+29
2022-07-30NFSD: Never call nfsd_file_gc() in foreground pathsChuck Lever1-9/+1
2022-07-30NFSD: Fix the filecache LRU shrinkerChuck Lever1-2/+3
2022-07-30NFSD: Leave open files out of the filecache LRUChuck Lever2-5/+21
2022-07-30NFSD: Trace filecache LRU activityChuck Lever2-13/+70
2022-07-30NFSD: WARN when freeing an item still linked via nf_lruChuck Lever1-2/+10
2022-07-30NFSD: Hook up the filecache stat fileChuck Lever1-0/+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 Lever2-3/+39
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 Lever2-1/+11
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: Demote a WARN to a pr_warn()Chuck Lever1-3/+3
2022-07-30nfsd: remove redundant assignment to variable lenColin Ian King1-1/+0
2022-07-30NFSD: Fix space and spelling mistakeZhang Jiaming1-2/+2
2022-07-30NFSD: Instrument fh_verify()Chuck Lever2-2/+49
2022-07-30nfsd: eliminate the NFSD_FILE_BREAK_* flagsJeff Layton3-26/+2
2022-07-14Merge tag 'nfsd-5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2-1/+11
2022-07-11NFSD: Decode NFSv4 birth time attributeChuck Lever2-1/+11
2022-07-04mm: shrinkers: provide shrinkers with namesRoman Gushchin2-2/+3
2022-07-02Merge tag 'nfsd-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-1/+2
2022-07-01vfs: fix copy_file_range() regression in cross-fs copiesAmir Goldstein1-1/+7
2022-06-27NFSD: restore EINVAL error translation in nfsd_commit()Alexey Khoroshilov1-1/+2
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 Torvalds14-368/+810
2022-05-26NFSD: nfsd_file_put() can sleepChuck Lever1-0/+2
2022-05-26NFSD: Add documenting comment for nfsd4_release_lockowner()Chuck Lever1-3/+20
2022-05-26NFSD: Modernize nfsd4_release_lockowner()Chuck Lever1-25/+11
2022-05-26NFSD: Fix possible sleep during nfsd4_release_lockowner()Chuck Lever1-8/+4
2022-05-23nfsd: destroy percpu stats counters after reply cache shutdownJulian Schroeder1-1/+1
2022-05-23nfsd: Fix null-ptr-deref in nfsd_fill_super()Zhang Xiaoxu1-7/+7
2022-05-23nfsd: Unregister the cld notifier when laundry_wq create failedZhang Xiaoxu1-1/+3
2022-05-23SUNRPC: Use RMW bitops in single-threaded hot pathsChuck Lever2-4/+5
2022-05-23NFSD: Clean up the show_nf_flags() macroChuck Lever1-6/+0
2022-05-23NFSD: Trace filecache opensChuck Lever2-2/+31
2022-05-23NFSD: Move documenting comment for nfsd4_process_open2()Chuck Lever2-5/+13
2022-05-23NFSD: Fix whitespaceChuck Lever1-25/+25