aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd/nfscache.c
AgeCommit message (Expand)Author
2014-07-06nfsd: don't halt scanning the DRC LRU list when there's an RC_INPROG entryJeff Layton
2014-07-06nfsd: don't try to reuse an expired DRC entry off the listJeff Layton
2013-12-20nfsd: when reusing an existing repcache entry, unhash it firstJeff Layton
2013-04-30nfsd: make symbol nfsd_reply_cache_shrinker staticWei Yongjun
2013-04-03nfsd: scale up the number of DRC hash buckets with cache sizeJeff Layton
2013-04-03nfsd: keep stats on worst hash balancing seen so farJeff Layton
2013-04-03nfsd: add new reply_cache_stats file in nfsdfsJeff Layton
2013-04-03nfsd: track memory utilization by the DRCJeff Layton
2013-04-03nfsd: break out comparator into separate functionJeff Layton
2013-04-03nfsd: eliminate one of the DRC cache searchesJeff Layton
2013-03-18nfsd: fix startup order in nfsd_reply_cache_initJeff Layton
2013-03-18nfsd: only unhash DRC entries that are in the hashtableJeff Layton
2013-02-28Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-17nfsd: fix compiler warning about ambiguous types in nfsd_cache_csumJeff Layton
2013-02-15nfsd: fix comments on nfsd_cache_lookupJeff Layton
2013-02-08nfsd: keep a checksum of the first 256 bytes of requestJeff Layton
2013-02-05sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ...Jeff Layton
2013-02-04nfsd: register a shrinker for DRC cache entriesJeff Layton
2013-02-04nfsd: add recurring workqueue job to clean the cacheJeff Layton
2013-02-04nfsd: when updating an entry with RC_NOCACHE, just free itJeff Layton
2013-02-04nfsd: remove the cache_disabled flagJeff Layton
2013-02-04nfsd: dynamically allocate DRC entriesJeff Layton
2013-02-04nfsd: track the number of DRC entries in the cacheJeff Layton
2013-02-04nfsd: always move DRC entries to the end of LRU list when updating timestampJeff Layton
2013-02-04nfsd: break out hashtable search into separate functionJeff Layton
2013-02-04nfsd: clean up and clarify the cache expiration codeJeff Layton
2013-02-04nfsd: remove redundant test from nfsd_reply_cache_freeJeff Layton
2013-02-04nfsd: add alloc and free functions for DRC entriesJeff Layton
2013-02-04nfsd: create a dedicated slabcache for DRC entriesJeff Layton
2013-02-04nfsd: remove unneeded spinlock in nfsd_cache_updateJeff Layton
2013-02-04nfsd: fix IPv6 address handling in the DRCJeff Layton
2011-07-18nfsd: turn on reply cache for NFSv4J. Bruce Fields
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-15nfsd: remove pointless paths in file headersJ. Bruce Fields
2009-12-14nfsd: Move private headers to source directoryBoaz Harrosh
2009-12-14nfsd: Source files #include cleanupsBoaz Harrosh
2009-05-27knfsd: fix reply cache memory corruptionGreg Banks
2009-05-27knfsd: reply cache cleanupsGreg Banks
2008-02-01nfsd: fail module init on reply cache init failureJ. Bruce Fields
2007-02-12[PATCH] knfsd: SUNRPC: Provide room in svc_rqst for larger addressesChuck Lever
2006-12-08[PATCH] nfsd: replace kmalloc+memset with kcalloc + simplify NULL checkYan Burman
2006-10-20[PATCH] nfsd: misc endianness annotationsAl Viro
2006-06-26[PATCH] fs: use list_move()Akinobu Mita
2005-11-07[PATCH] kfree cleanup: fsJesper Juhl
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds