aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc/cache.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-12SUNRPC/cache: fix reporting of expired cache entries in 'content' file.Gravatar NeilBrown 1-1/+4
2012-04-15net: cleanup unsigned to unsigned intGravatar Eric Dumazet 1-1/+1
2012-03-26Merge nfs containerization work from Trond's treeGravatar J. Bruce Fields 1-16/+28
2012-02-03nfsd: don't allow zero length strings in cache_parse()Gravatar Dan Carpenter 1-0/+2
2012-01-31SUNRPC: generic cache register routines removedGravatar Stanislav Kinsbursky 1-12/+0
2012-01-31SUNRPC: cache creation and destruction routines introducedGravatar Stanislav Kinsbursky 1-0/+26
2012-01-31SUNRPC: split cache creation and PipeFS registrationGravatar Stanislav Kinsbursky 1-7/+5
2012-01-14Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-0/+2
2012-01-03sunrpc: propagate umode_tGravatar Al Viro 1-1/+1
2011-12-07NFSd: use network-namespace-aware cache registering routinesGravatar Stanislav Kinsbursky 1-0/+2
2011-01-04svcrpc: ensure cache_check caller sees updated entryGravatar J. Bruce Fields 1-1/+10
2011-01-04svcrpc: take lock on turning entry NEGATIVE in cache_checkGravatar J. Bruce Fields 1-7/+18
2011-01-04svcrpc: avoid double reply caused by deferral raceGravatar J. Bruce Fields 1-7/+11
2010-10-26Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-87/+201
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 1-0/+2
2010-10-19sunrpc: remove the big kernel lockGravatar Arnd Bergmann 1-13/+2
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 1-0/+2
2010-10-11sunrpc/cache: centralise handling of size limit on deferred list.Gravatar NeilBrown 1-24/+43
2010-10-11sunrpc: Simplify cache_defer_req and related functions.Gravatar NeilBrown 1-36/+22
2010-10-01sunrpc: fix race in new cache_wait code.Gravatar NeilBrown 1-3/+2
2010-09-27sunrpc: Make the /proc/net/rpc appear in net namespacesGravatar Pavel Emelyanov 1-3/+8
2010-09-27sunrpc: Add routines that allow registering per-net cachesGravatar Pavel Emelyanov 1-8/+19
2010-09-22sunrpc/cache: fix recent breakage of cache_clean_deferredGravatar NeilBrown 1-1/+3
2010-09-21sunrpc/cache: don't use custom hex_to_bin() converterGravatar Andy Shevchenko 1-7/+13
2010-09-21sunrpc/cache: change deferred-request hash table to use hlist.Gravatar NeilBrown 1-18/+10
2010-09-19nfsd4: fix hang on fast-booting nfs serversGravatar J. Bruce Fields 1-4/+20
2010-09-07svcrpc: cache deferral cleanupGravatar J. Bruce Fields 1-64/+79
2010-09-07svcrpc: minor cache cleanupGravatar J. Bruce Fields 1-20/+24
2010-09-07sunrpc/cache: allow threads to block while waiting for cache update.Gravatar NeilBrown 1-1/+58
2010-09-07sunrpc: use seconds since boot in expiry cacheGravatar NeilBrown 1-17/+19
2010-08-06net: sunrpc: removed duplicated #includeGravatar Andrea Gelmini 1-1/+0
2010-07-06sunrpc: make the cache cleaner workqueue deferrableGravatar Artem Bityutskiy 1-1/+6
2010-05-24Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Gravatar Linus Torvalds 1-3/+10
2010-05-22sunrpc: Pushdown the bkl from sunrpc cache ioctlGravatar Frederic Weisbecker 1-3/+10
2010-05-19Merge branch 'for-2.6.35' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-16/+29
2010-05-17sunrpc: Include missing smp_lock.hGravatar Frederic Weisbecker 1-0/+1
2010-05-17procfs: Push down the bkl from ioctlGravatar Frederic Weisbecker 1-4/+10
2010-03-24sunrpc/cache: fix module refcnt leak in a failure pathGravatar Li Zefan 1-1/+3
2010-03-14sunrpc: never return expired entries in sunrpc_cache_lookupGravatar NeilBrown 1-3/+14
2010-03-14sunrpc/cache: factor out cache_is_expiredGravatar NeilBrown 1-5/+8
2010-03-14sunrpc: don't keep expired entries in the auth caches.Gravatar NeilBrown 1-8/+5
2009-11-29net: Move && and || to end of previous lineGravatar Joe Perches 1-3/+2
2009-09-18sunrpc/cache: avoid variable over-loading in cache_defer_reqGravatar NeilBrown 1-9/+9
2009-09-18sunrpc/cache: use list_del_init for the list_head entries in cache_deferred_reqGravatar NeilBrown 1-4/+4
2009-09-11sunrpc/cache: simplify cache_fresh_locked and cache_fresh_unlocked.Gravatar NeilBrown 1-13/+10
2009-09-11sunrpc/cache: change cache_defer_req to return -ve error, not boolean.Gravatar NeilBrown 1-5/+5
2009-08-21Merge branch 'nfs-for-2.6.32' of git://git.linux-nfs.org/projects/trondmy/nfs...Gravatar J. Bruce Fields 1-149/+473
2009-08-19SUNRPC: cache must take a reference to the cache detail's module on open()Gravatar Trond Myklebust 1-4/+76
2009-08-09SUNRPC: Add an rpc_pipefs front end for the sunrpc cache codeGravatar Trond Myklebust 1-0/+126
2009-08-09SUNRPC: Move procfs-specific stuff out of the generic sunrpc cache codeGravatar Trond Myklebust 1-129/+190