summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/cache.c
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC/cache: fix reporting of expired cache entries in 'content' file.NeilBrown2012-07-121-1/+4
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-1/+1
* Merge nfs containerization work from Trond's treeJ. Bruce Fields2012-03-261-16/+28
|\
| * SUNRPC: generic cache register routines removedStanislav Kinsbursky2012-02-011-12/+0Star
| * SUNRPC: cache creation and destruction routines introducedStanislav Kinsbursky2012-02-011-0/+26
| * SUNRPC: split cache creation and PipeFS registrationStanislav Kinsbursky2012-02-011-7/+5Star
* | nfsd: don't allow zero length strings in cache_parse()Dan Carpenter2012-02-031-0/+2
|/
* Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-01-141-0/+2
|\
| * NFSd: use network-namespace-aware cache registering routinesStanislav Kinsbursky2011-12-071-0/+2
* | sunrpc: propagate umode_tAl Viro2012-01-041-1/+1
|/
* svcrpc: ensure cache_check caller sees updated entryJ. Bruce Fields2011-01-041-1/+10
* svcrpc: take lock on turning entry NEGATIVE in cache_checkJ. Bruce Fields2011-01-041-7/+18
* svcrpc: avoid double reply caused by deferral raceJ. Bruce Fields2011-01-041-7/+11
* Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2010-10-261-87/+201
|\
| * sunrpc/cache: centralise handling of size limit on deferred list.NeilBrown2010-10-121-24/+43
| * sunrpc: Simplify cache_defer_req and related functions.NeilBrown2010-10-121-36/+22Star
| * sunrpc: fix race in new cache_wait code.NeilBrown2010-10-021-3/+2Star
| * sunrpc: Make the /proc/net/rpc appear in net namespacesPavel Emelyanov2010-09-271-3/+8
| * sunrpc: Add routines that allow registering per-net cachesPavel Emelyanov2010-09-271-8/+19
| * sunrpc/cache: fix recent breakage of cache_clean_deferredNeilBrown2010-09-221-1/+3
| * sunrpc/cache: don't use custom hex_to_bin() converterAndy Shevchenko2010-09-221-7/+13
| * sunrpc/cache: change deferred-request hash table to use hlist.NeilBrown2010-09-221-18/+10Star
| * nfsd4: fix hang on fast-booting nfs serversJ. Bruce Fields2010-09-201-4/+20
| * svcrpc: cache deferral cleanupJ. Bruce Fields2010-09-081-64/+79
| * svcrpc: minor cache cleanupJ. Bruce Fields2010-09-081-20/+24
| * sunrpc/cache: allow threads to block while waiting for cache update.NeilBrown2010-09-081-1/+58
| * sunrpc: use seconds since boot in expiry cacheNeilBrown2010-09-081-17/+19
* | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+2
|\ \
| * | llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+2
| |/
* / sunrpc: remove the big kernel lockArnd Bergmann2010-10-191-13/+2Star
|/
* net: sunrpc: removed duplicated #includeAndrea Gelmini2010-08-061-1/+0Star
* sunrpc: make the cache cleaner workqueue deferrableArtem Bityutskiy2010-07-061-1/+6
* Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Linus Torvalds2010-05-241-3/+10
|\
| * sunrpc: Pushdown the bkl from sunrpc cache ioctlFrederic Weisbecker2010-05-221-3/+10
* | Merge branch 'for-2.6.35' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2010-05-201-16/+29
|\ \
| * | sunrpc/cache: fix module refcnt leak in a failure pathLi Zefan2010-03-241-1/+3
| * | sunrpc: never return expired entries in sunrpc_cache_lookupNeilBrown2010-03-151-3/+14
| * | sunrpc/cache: factor out cache_is_expiredNeilBrown2010-03-141-5/+8
| * | sunrpc: don't keep expired entries in the auth caches.NeilBrown2010-03-141-8/+5Star
| |/
* | sunrpc: Include missing smp_lock.hFrederic Weisbecker2010-05-171-0/+1
* | procfs: Push down the bkl from ioctlFrederic Weisbecker2010-05-171-4/+10
|/
* net: Move && and || to end of previous lineJoe Perches2009-11-301-3/+2Star
* sunrpc/cache: avoid variable over-loading in cache_defer_reqNeilBrown2009-09-181-9/+9
* sunrpc/cache: use list_del_init for the list_head entries in cache_deferred_reqNeilBrown2009-09-181-4/+4
* sunrpc/cache: simplify cache_fresh_locked and cache_fresh_unlocked.NeilBrown2009-09-111-13/+10Star
* sunrpc/cache: change cache_defer_req to return -ve error, not boolean.NeilBrown2009-09-111-5/+5
* Merge branch 'nfs-for-2.6.32' of git://git.linux-nfs.org/projects/trondmy/nfs...J. Bruce Fields2009-08-211-149/+473
|\
| * SUNRPC: cache must take a reference to the cache detail's module on open()Trond Myklebust2009-08-201-4/+76
| * SUNRPC: Add an rpc_pipefs front end for the sunrpc cache codeTrond Myklebust2009-08-091-0/+126
| * SUNRPC: Move procfs-specific stuff out of the generic sunrpc cache codeTrond Myklebust2009-08-091-129/+190