summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfscache.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+108Star
* nfsd: don't call nfsd_reply_cache_shutdown twiceJ. Bruce Fields2019-07-031-1/+0Star
* 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/+16Star
* knfsd: Simplify NFS duplicate replay cacheTrond Myklebust2018-10-291-50/+44Star
* knfsd: Remove dead code from nfsd_cache_lookupTrond Myklebust2018-10-291-8/+0Star
* Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-131-1/+2
|\
| * treewide: Use array_size() in vzalloc()Kees Cook2018-06-131-1/+2
* | nfsd: Do not refuse to serve out of cacheTrond Myklebust2018-05-111-4/+2Star
|/
* 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-281-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/+0Star
* nfsd: drop null test before destroy functionsJulia Lawall2015-10-121-4/+2Star
* 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
* nfsd: split DRC global spinlock into per-bucket locksTrond Myklebust2014-08-171-23/+20Star
* nfsd: convert num_drc_entries to an atomic_tTrond Myklebust2014-08-171-16/+12Star
* nfsd: Remove the cache_hash listTrond Myklebust2014-08-171-17/+2Star
* nfsd: convert the lru list into a per-bucket thingTrond Myklebust2014-08-171-23/+50
* nfsd: Clean up drc cache in preparation for global spinlock eliminationTrond Myklebust2014-08-171-21/+24
* nfsd: clean up sparse endianness warnings in nfscache.cJeff Layton2014-06-231-2/+11
* nfsd: don't halt scanning the DRC LRU list when there's an RC_INPROG entryJeff Layton2014-06-071-9/+8Star
* nfsd: don't try to reuse an expired DRC entry off the listJeff Layton2013-12-111-32/+4Star
* nfsd: when reusing an existing repcache entry, unhash it firstJeff Layton2013-12-111-1/+8
* fs: convert fs shrinkers to new scan/count APIDave Chinner2013-09-111-9/+23
* nfsd: make symbol nfsd_reply_cache_shrinker staticWei Yongjun2013-05-011-1/+1
* nfsd: scale up the number of DRC hash buckets with cache sizeJeff Layton2013-04-031-15/+29
* nfsd: keep stats on worst hash balancing seen so farJeff Layton2013-04-031-4/+27
* nfsd: add new reply_cache_stats file in nfsdfsJeff Layton2013-04-031-0/+25
* nfsd: track memory utilization by the DRCJeff Layton2013-04-031-5/+17
* nfsd: break out comparator into separate functionJeff Layton2013-04-031-11/+35
* nfsd: eliminate one of the DRC cache searchesJeff Layton2013-04-031-22/+19Star
* nfsd: fix startup order in nfsd_reply_cache_initJeff Layton2013-03-181-4/+4
* nfsd: only unhash DRC entries that are in the hashtableJeff Layton2013-03-181-1/+2
* Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-03-011-75/+277
|\
| * nfsd: fix compiler warning about ambiguous types in nfsd_cache_csumJeff Layton2013-02-171-1/+1
| * nfsd: fix comments on nfsd_cache_lookupJeff Layton2013-02-151-2/+5
| * nfsd: keep a checksum of the first 256 bytes of requestJeff Layton2013-02-081-3/+44
| * sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ...Jeff Layton2013-02-051-1/+1
| * nfsd: register a shrinker for DRC cache entriesJeff Layton2013-02-041-0/+23
| * nfsd: add recurring workqueue job to clean the cacheJeff Layton2013-02-041-3/+47
| * nfsd: when updating an entry with RC_NOCACHE, just free itJeff Layton2013-02-041-4/+14
| * nfsd: remove the cache_disabled flagJeff Layton2013-02-041-7/+3Star
| * nfsd: dynamically allocate DRC entriesJeff Layton2013-02-041-50/+75
| * nfsd: track the number of DRC entries in the cacheJeff Layton2013-02-041-0/+4