summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/cache.c
Commit message (Expand)AuthorAgeFilesLines
* lib/string_helpers.c: change semantics of string_escape_memRasmus Villemoes2015-04-151-3/+5
* sunrpc: fix braino in ->poll()Al Viro2015-03-081-1/+1
* sunrpc/cache: convert to use string_escape_str()Andy Shevchenko2014-12-091-20/+6
* SUNRPC: Fix printk that is not only for nfsdKinglong Mee2014-05-081-1/+1
* Merge branch 'for-3.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-01-301-3/+1
|\
| * net/sunrpc/cache: simplify code by using hex_pack_byte()Andy Shevchenko2013-12-121-3/+1
* | net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane2014-01-141-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-141-13/+5
|\
| * rpc_create_*_dir: don't bother with qstrAl Viro2013-07-141-13/+5
* | sunrpc: Don't schedule an upcall on a replaced cache entry.NeilBrown2013-07-011-1/+2
* | net/sunrpc: xpt_auth_cache should be ignored when expired.NeilBrown2013-07-011-6/+0
* | sunrpc/cache: ensure items removed from cache do not have pending upcalls.NeilBrown2013-07-011-1/+5
* | sunrpc/cache: use cache_fresh_unlocked consistently and correctly.NeilBrown2013-07-011-13/+7
* | sunrpc/cache: remove races with queuing an upcall.NeilBrown2013-07-011-11/+29
* | sunrpc: the cache_detail in cache_is_valid is unused any morechaoting fan2013-05-211-4/+4
|/
* Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-05-031-1/+3
|\
| * SUNRPC/cache: add module_put() on error path in cache_open()Alexey Khoroshilov2013-04-031-1/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-12/+12
|\ \
| * | procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-12/+12
| |/
* | lib, net: make isodigit() public and use itAndy Shevchenko2013-04-291-1/+0
|/
* Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-02-281-22/+29
|\
| * SUNRPC: move cache_detail->cache_request callback call to cache_read()Stanislav Kinsbursky2013-02-151-12/+20
| * SUNRPC: remove "cache_request" argument in sunrpc_cache_pipe_upcall() functionStanislav Kinsbursky2013-02-151-7/+3
| * SUNRPC: rework cache upcall logicStanislav Kinsbursky2013-02-151-4/+7
| * nfsd: Remove write permission from file contentYanchuan Nian2013-01-231-1/+1
* | hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-2/+2
* | new helper: file_inode(file)Al Viro2013-02-221-14/+14
|/
* SUNRPC: remove BUG_ON calls from cache_readWeston Andros Adamson2012-11-041-2/+2
* SUNRPC: Prevent kernel stack corruption on long values of flushSasha Levin2012-10-171-2/+2
* workqueue: make deferrable delayed_work initializer names consistentTejun Heo2012-08-211-1/+1
* 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-01-311-12/+0
| * SUNRPC: cache creation and destruction routines introducedStanislav Kinsbursky2012-01-311-0/+26
| * SUNRPC: split cache creation and PipeFS registrationStanislav Kinsbursky2012-01-311-7/+5
* | 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-031-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-111-24/+43
| * sunrpc: Simplify cache_defer_req and related functions.NeilBrown2010-10-111-36/+22
| * sunrpc: fix race in new cache_wait code.NeilBrown2010-10-011-3/+2
| * 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
OpenPOWER on IntegriCloud