summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfscache.c
Commit message (Expand)AuthorAgeFilesLines
* nfsd: Simplify the allocation of slab caches in nfsd_drc_slab_createKunwu Chan2024-03-011-2/+1
* nfsd: make all of the nfsd stats per-network namespaceJosef Bacik2024-03-011-29/+7
* nfsd: rename NFSD_NET_* to NFSD_STATS_*Josef Bacik2024-03-011-2/+2
* NFSD: Remove nfsd_drc_gc() tracepointChuck Lever2024-01-071-5/+1
* Merge tag 'nfsd-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-11-181-36/+51
|\
| * NFSD: Fix checksum mismatches in the duplicate reply cacheChuck Lever2023-11-171-21/+43
| * NFSD: Update nfsd_cache_append() to use xdr_streamChuck Lever2023-11-171-15/+8
* | nfsd: dynamically allocate the nfsd-reply shrinkerQi Zheng2023-10-041-15/+16
|/
* NFSD: Rename struct svc_cacherepChuck Lever2023-08-291-22/+22
* NFSD: Remove svc_rqst::rq_cacherepChuck Lever2023-08-291-5/+6
* NFSD: Refactor the duplicate reply cache shrinkerChuck Lever2023-08-291-43/+39
* NFSD: Replace nfsd_prune_bucket()Chuck Lever2023-08-291-15/+63
* NFSD: Rename nfsd_reply_cache_alloc()Chuck Lever2023-08-291-3/+3
* NFSD: Refactor nfsd_reply_cache_free_locked()Chuck Lever2023-08-291-7/+20
* nfsd: move init of percpu reply_cache_stats counters back to nfsd_init_netJeff Layton2023-06-181-11/+14
* SUNRPC: Refactor RPC server dispatch methodChuck Lever2023-02-201-1/+1
* SUNRPC: Push svcxdr_init_encode() into svc_process_common()Chuck Lever2023-02-201-1/+1
* nfsd: use DEFINE_SHOW_ATTRIBUTE to define nfsd_reply_cache_stats_fopsChenXiaoSong2022-09-261-10/+3
* mm: shrinkers: provide shrinkers with namesRoman Gushchin2022-07-031-1/+2
* nfsd: destroy percpu stats counters after reply cache shutdownJulian Schroeder2022-05-231-1/+1
* NFSD: Streamline the rare "found" caseChuck Lever2022-02-281-4/+3
* NFSD: Skip extra computation for RC_NOCACHE caseChuck Lever2022-02-281-2/+4
* NFSD: De-duplicate hash bucket indexingChuck Lever2022-02-281-12/+10
* NFSD: Remove be32_to_cpu() from DRC hash functionChuck Lever2021-12-131-1/+1
* NFSD: Optimize DRC bucket pruningChuck Lever2021-09-211-6/+11
* nfsd: protect concurrent access to nfsd stats countersAmir Goldstein2021-01-251-15/+37
* silence nfscache allocation warnings with kvzallocRik van Riel2020-09-251-8/+4
* nfsd: safer handling of corrupted c_typeJ. Bruce Fields2020-06-031-2/+1
* nfsd4: make drc_slab global, not per-netJ. Bruce Fields2020-06-011-12/+17
* NFSD: Add tracepoints to NFSD's duplicate reply cacheChuck Lever2020-05-201-22/+35
* nfsd4: Fix kernel crash when reading proc file reply_cache_statsHe Zhe2019-08-161-1/+1
* nfsd: fix cleanup of nfsd_reply_cache_init on failureJ. Bruce Fields2019-07-031-3/+7
* nfsd4: drc containerizationJ. Bruce Fields2019-07-031-117/+108
* nfsd: don't call nfsd_reply_cache_shutdown twiceJ. Bruce Fields2019-07-031-1/+0
* mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-281-1/+1
* knfsd: Improve lookup performance in the duplicate reply cache using an rbtreeTrond Myklebust2018-10-291-11/+26
* knfsd: Further simplify the cache lookupTrond Myklebust2018-10-291-29/+16
* knfsd: Simplify NFS duplicate replay cacheTrond Myklebust2018-10-291-50/+44
* knfsd: Remove dead code from nfsd_cache_lookupTrond Myklebust2018-10-291-8/+0
* Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-121-1/+2
|\
| * treewide: Use array_size() in vzalloc()Kees Cook2018-06-121-1/+2
* | nfsd: Do not refuse to serve out of cacheTrond Myklebust2018-05-111-4/+2
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-271-1/+1
* nfsd: more robust allocation failure handling in nfsd_reply_cache_initJeff Layton2016-11-011-3/+8
* nfsd: remove recurring workqueue job to clean DRCJeff Layton2015-11-101-26/+0
* nfsd: drop null test before destroy functionsJulia Lawall2015-10-121-4/+2
* NFSD: Error out when register_shrinker() failKinglong Mee2015-03-201-1/+5
* sunrpc: add a generic rq_flags field to svc_rqst and move rq_secure to itJeff Layton2014-12-091-2/+2
* nfsd: Reorder nfsd_cache_match to check more powerful discriminators firstTrond Myklebust2014-08-171-7/+11