aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd/nfscache.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-27lib/vsprintf.c: remove %Z supportGravatar Alexey Dobriyan 1-1/+1
2016-11-01nfsd: more robust allocation failure handling in nfsd_reply_cache_initGravatar Jeff Layton 1-3/+8
2015-11-10nfsd: remove recurring workqueue job to clean DRCGravatar Jeff Layton 1-26/+0
2015-10-12nfsd: drop null test before destroy functionsGravatar Julia Lawall 1-4/+2
2015-03-20NFSD: Error out when register_shrinker() failGravatar Kinglong Mee 1-1/+5
2014-12-09sunrpc: add a generic rq_flags field to svc_rqst and move rq_secure to itGravatar Jeff Layton 1-2/+2
2014-08-17nfsd: Reorder nfsd_cache_match to check more powerful discriminators firstGravatar Trond Myklebust 1-7/+11
2014-08-17nfsd: split DRC global spinlock into per-bucket locksGravatar Trond Myklebust 1-23/+20
2014-08-17nfsd: convert num_drc_entries to an atomic_tGravatar Trond Myklebust 1-16/+12
2014-08-17nfsd: Remove the cache_hash listGravatar Trond Myklebust 1-17/+2
2014-08-17nfsd: convert the lru list into a per-bucket thingGravatar Trond Myklebust 1-23/+50
2014-08-17nfsd: Clean up drc cache in preparation for global spinlock eliminationGravatar Trond Myklebust 1-21/+24
2014-06-23nfsd: clean up sparse endianness warnings in nfscache.cGravatar Jeff Layton 1-2/+11
2014-06-06nfsd: don't halt scanning the DRC LRU list when there's an RC_INPROG entryGravatar Jeff Layton 1-9/+8
2013-12-11nfsd: don't try to reuse an expired DRC entry off the listGravatar Jeff Layton 1-32/+4
2013-12-10nfsd: when reusing an existing repcache entry, unhash it firstGravatar Jeff Layton 1-1/+8
2013-09-10fs: convert fs shrinkers to new scan/count APIGravatar Dave Chinner 1-9/+23
2013-04-30nfsd: make symbol nfsd_reply_cache_shrinker staticGravatar Wei Yongjun 1-1/+1
2013-04-03nfsd: scale up the number of DRC hash buckets with cache sizeGravatar Jeff Layton 1-15/+29
2013-04-03nfsd: keep stats on worst hash balancing seen so farGravatar Jeff Layton 1-4/+27
2013-04-03nfsd: add new reply_cache_stats file in nfsdfsGravatar Jeff Layton 1-0/+25
2013-04-03nfsd: track memory utilization by the DRCGravatar Jeff Layton 1-5/+17
2013-04-03nfsd: break out comparator into separate functionGravatar Jeff Layton 1-11/+35
2013-04-03nfsd: eliminate one of the DRC cache searchesGravatar Jeff Layton 1-22/+19
2013-03-18nfsd: fix startup order in nfsd_reply_cache_initGravatar Jeff Layton 1-4/+4
2013-03-18nfsd: only unhash DRC entries that are in the hashtableGravatar Jeff Layton 1-1/+2
2013-02-28Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-75/+277
2013-02-27hlist: drop the node parameter from iteratorsGravatar Sasha Levin 1-2/+1
2013-02-17nfsd: fix compiler warning about ambiguous types in nfsd_cache_csumGravatar Jeff Layton 1-1/+1
2013-02-15nfsd: fix comments on nfsd_cache_lookupGravatar Jeff Layton 1-2/+5
2013-02-08nfsd: keep a checksum of the first 256 bytes of requestGravatar Jeff Layton 1-3/+44
2013-02-05sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ...Gravatar Jeff Layton 1-1/+1
2013-02-04nfsd: register a shrinker for DRC cache entriesGravatar Jeff Layton 1-0/+23
2013-02-04nfsd: add recurring workqueue job to clean the cacheGravatar Jeff Layton 1-3/+47
2013-02-04nfsd: when updating an entry with RC_NOCACHE, just free itGravatar Jeff Layton 1-4/+14
2013-02-04nfsd: remove the cache_disabled flagGravatar Jeff Layton 1-7/+3
2013-02-04nfsd: dynamically allocate DRC entriesGravatar Jeff Layton 1-50/+75
2013-02-04nfsd: track the number of DRC entries in the cacheGravatar Jeff Layton 1-0/+4
2013-02-04nfsd: always move DRC entries to the end of LRU list when updating timestampGravatar Jeff Layton 1-3/+2
2013-02-04nfsd: break out hashtable search into separate functionGravatar Jeff Layton 1-13/+33
2013-02-04nfsd: clean up and clarify the cache expiration codeGravatar Jeff Layton 1-1/+8
2013-02-04nfsd: remove redundant test from nfsd_reply_cache_freeGravatar Jeff Layton 1-1/+1
2013-02-04nfsd: add alloc and free functions for DRC entriesGravatar Jeff Layton 1-9/+27
2013-02-04nfsd: create a dedicated slabcache for DRC entriesGravatar Jeff Layton 1-2/+13
2013-02-04nfsd: remove unneeded spinlock in nfsd_cache_updateGravatar Jeff Layton 1-2/+0
2013-02-04nfsd: fix IPv6 address handling in the DRCGravatar Jeff Layton 1-2/+5
2011-07-18nfsd: turn on reply cache for NFSv4Gravatar J. Bruce Fields 1-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+2
2009-12-15nfsd: remove pointless paths in file headersGravatar J. Bruce Fields 1-2/+0
2009-12-14nfsd: Move private headers to source directoryGravatar Boaz Harrosh 1-2/+2