aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc/cache.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-19sunrpc: prepare NFS for 2038Harshula Jayasuriya1-2/+20
2013-07-01net/sunrpc: xpt_auth_cache should be ignored when expired.NeilBrown1-27/+21
2013-07-01sunrpc/cache: ensure items removed from cache do not have pending upcalls.NeilBrown1-0/+1
2013-02-15SUNRPC: remove "cache_request" argument in sunrpc_cache_pipe_upcall() functionStanislav Kinsbursky1-5/+1
2013-02-15SUNRPC: introduce cache_detail->cache_request callbackStanislav Kinsbursky1-0/+4
2012-11-15svcrpc: Revert "sunrpc/cache.h: replace simple_strtoul"J. Bruce Fields1-1/+5
2012-07-25nfsd: add get_uint for u32'sJ. Bruce Fields1-0/+16
2012-07-11sunrpc/cache.h: replace simple_strtoulEldad Zack1-5/+1
2012-07-11sunrpc/cache.h: fix coding styleEldad Zack1-4/+10
2012-01-31SUNRPC: generic cache register routines removedStanislav Kinsbursky1-2/+0
2012-01-31SUNRPC: cache creation and destruction routines introducedStanislav Kinsbursky1-0/+4
2012-01-31SUNRPC: split cache creation and PipeFS registrationStanislav Kinsbursky1-0/+2
2012-01-03sunrpc: propagate umode_tAl Viro1-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-15nfsd: Remove deprecated nfsctl system call and related code.NeilBrown1-9/+0
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-01-14Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+3
2011-01-10headers: kobject.h reduxAlexey Dobriyan1-0/+1
2011-01-04SUNRPC: Remove more code when NFSD_DEPRECATED is not configuredJ. Bruce Fields1-0/+3
2010-09-27sunrpc: Add routines that allow registering per-net cachesPavel Emelyanov1-0/+2
2010-09-21sunrpc/cache: change deferred-request hash table to use hlist.NeilBrown1-1/+1
2010-09-07sunrpc/cache: allow threads to block while waiting for cache update.NeilBrown1-0/+3
2010-09-07sunrpc: use seconds since boot in expiry cacheNeilBrown1-3/+25
2010-09-07sunrpc: extract some common sunrpc_cache code from nfsdNeilBrown1-0/+6
2010-07-06sunrpc: make the cache cleaner workqueue deferrableArtem Bityutskiy1-0/+1
2009-08-09SUNRPC: Add an rpc_pipefs front end for the sunrpc cache codeTrond Myklebust1-0/+13
2009-08-09SUNRPC: Move procfs-specific stuff out of the generic sunrpc cache codeTrond Myklebust1-2/+9
2009-08-09SUNRPC: Allow the cache_detail to specify alternative upcall mechanismsTrond Myklebust1-3/+10
2009-08-09NFSD: Clean up the idmapper warning...Trond Myklebust1-1/+2
2008-04-23svcrpc: move unused field from cache_deferred_reqJ. Bruce Fields1-1/+0
2008-02-01knfsd: allow cache_register to return error on failureJ. Bruce Fields1-1/+1
2008-02-01knfsd: cache unregistration needn't return errorJ. Bruce Fields1-1/+1
2007-10-09nfsd: remove unused cache_for_each macroJ. Bruce Fields1-10/+0
2006-10-04[PATCH] knfsd: knfsd: cache ipmap per TCP socketGreg Banks1-0/+11
2006-03-27[PATCH] fs/nfsd/export.c,net/sunrpc/cache.c: make needlessly global code staticAdrian Bunk1-1/+0
2006-03-27[PATCH] knfsd: Convert sunrpc_cache to use krefsNeilBrown1-7/+6
2006-03-27[PATCH] knfsd: Unexport cache_fresh and fix a small raceNeilBrown1-2/+0
2006-03-27[PATCH] knfsd: Remove DefineCacheLookupNeilBrown1-113/+0
2006-03-27[PATCH] knfsd: Create cache_lookup function instead of using a macro to declare oneNeilBrown1-0/+12
2006-03-27[PATCH] knfsd: Get rid of 'inplace' sunrpc cachesNeilBrown1-17/+11
2005-09-07[PATCH] sunrpc: cache_register can use wrong module referenceBruce Allan1-0/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+312