summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfscache.c
AgeCommit message (Expand)Author
2024-03-01nfsd: Simplify the allocation of slab caches in nfsd_drc_slab_createKunwu Chan
2024-03-01nfsd: make all of the nfsd stats per-network namespaceJosef Bacik
2024-03-01nfsd: rename NFSD_NET_* to NFSD_STATS_*Josef Bacik
2024-01-07NFSD: Remove nfsd_drc_gc() tracepointChuck Lever
2023-11-18Merge tag 'nfsd-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2023-11-17NFSD: Fix checksum mismatches in the duplicate reply cacheChuck Lever
2023-11-17NFSD: Update nfsd_cache_append() to use xdr_streamChuck Lever
2023-10-04nfsd: dynamically allocate the nfsd-reply shrinkerQi Zheng
2023-08-29NFSD: Rename struct svc_cacherepChuck Lever
2023-08-29NFSD: Remove svc_rqst::rq_cacherepChuck Lever
2023-08-29NFSD: Refactor the duplicate reply cache shrinkerChuck Lever
2023-08-29NFSD: Replace nfsd_prune_bucket()Chuck Lever
2023-08-29NFSD: Rename nfsd_reply_cache_alloc()Chuck Lever
2023-08-29NFSD: Refactor nfsd_reply_cache_free_locked()Chuck Lever
2023-06-18nfsd: move init of percpu reply_cache_stats counters back to nfsd_init_netJeff Layton
2023-02-20SUNRPC: Refactor RPC server dispatch methodChuck Lever
2023-02-20SUNRPC: Push svcxdr_init_encode() into svc_process_common()Chuck Lever
2022-09-26nfsd: use DEFINE_SHOW_ATTRIBUTE to define nfsd_reply_cache_stats_fopsChenXiaoSong
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin
2022-05-23nfsd: destroy percpu stats counters after reply cache shutdownJulian Schroeder
2022-02-28NFSD: Streamline the rare "found" caseChuck Lever
2022-02-28NFSD: Skip extra computation for RC_NOCACHE caseChuck Lever
2022-02-28NFSD: De-duplicate hash bucket indexingChuck Lever
2021-12-13NFSD: Remove be32_to_cpu() from DRC hash functionChuck Lever
2021-09-21NFSD: Optimize DRC bucket pruningChuck Lever
2021-01-25nfsd: protect concurrent access to nfsd stats countersAmir Goldstein
2020-09-25silence nfscache allocation warnings with kvzallocRik van Riel
2020-06-03nfsd: safer handling of corrupted c_typeJ. Bruce Fields
2020-06-01nfsd4: make drc_slab global, not per-netJ. Bruce Fields
2020-05-20NFSD: Add tracepoints to NFSD's duplicate reply cacheChuck Lever
2019-08-16nfsd4: Fix kernel crash when reading proc file reply_cache_statsHe Zhe
2019-07-03nfsd: fix cleanup of nfsd_reply_cache_init on failureJ. Bruce Fields
2019-07-03nfsd4: drc containerizationJ. Bruce Fields
2019-07-03nfsd: don't call nfsd_reply_cache_shutdown twiceJ. Bruce Fields
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS
2018-10-29knfsd: Improve lookup performance in the duplicate reply cache using an rbtreeTrond Myklebust
2018-10-29knfsd: Further simplify the cache lookupTrond Myklebust
2018-10-29knfsd: Simplify NFS duplicate replay cacheTrond Myklebust
2018-10-29knfsd: Remove dead code from nfsd_cache_lookupTrond Myklebust
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook
2018-05-11nfsd: Do not refuse to serve out of cacheTrond Myklebust
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan
2016-11-01nfsd: more robust allocation failure handling in nfsd_reply_cache_initJeff Layton
2015-11-10nfsd: remove recurring workqueue job to clean DRCJeff Layton
2015-10-12nfsd: drop null test before destroy functionsJulia Lawall
2015-03-20NFSD: Error out when register_shrinker() failKinglong Mee
2014-12-09sunrpc: add a generic rq_flags field to svc_rqst and move rq_secure to itJeff Layton
2014-08-17nfsd: Reorder nfsd_cache_match to check more powerful discriminators firstTrond Myklebust