aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/cache.c
Commit message (Expand)AuthorAge
* sunrpc: fix braino in ->poll()Al Viro2015-03-08
* sunrpc/cache: convert to use string_escape_str()Andy Shevchenko2014-12-09
* SUNRPC: Fix printk that is not only for nfsdKinglong Mee2014-05-08
* Merge branch 'for-3.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-01-30
|\
| * net/sunrpc/cache: simplify code by using hex_pack_byte()Andy Shevchenko2013-12-12
* | net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane2014-01-14
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-14
|\
| * rpc_create_*_dir: don't bother with qstrAl Viro2013-07-14
* | sunrpc: Don't schedule an upcall on a replaced cache entry.NeilBrown2013-07-01
* | net/sunrpc: xpt_auth_cache should be ignored when expired.NeilBrown2013-07-01
* | sunrpc/cache: ensure items removed from cache do not have pending upcalls.NeilBrown2013-07-01
* | sunrpc/cache: use cache_fresh_unlocked consistently and correctly.NeilBrown2013-07-01
* | sunrpc/cache: remove races with queuing an upcall.NeilBrown2013-07-01
* | sunrpc: the cache_detail in cache_is_valid is unused any morechaoting fan2013-05-21
|/
* Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-05-03
|\
| * SUNRPC/cache: add module_put() on error path in cache_open()Alexey Khoroshilov2013-04-03
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-01
|\ \
| * | procfs: new helper - PDE_DATA(inode)Al Viro2013-04-09
| |/
* / lib, net: make isodigit() public and use itAndy Shevchenko2013-04-29
|/
* Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-02-28
|\
| * SUNRPC: move cache_detail->cache_request callback call to cache_read()Stanislav Kinsbursky2013-02-15
| * SUNRPC: remove "cache_request" argument in sunrpc_cache_pipe_upcall() functionStanislav Kinsbursky2013-02-15
| * SUNRPC: rework cache upcall logicStanislav Kinsbursky2013-02-15
| * nfsd: Remove write permission from file contentYanchuan Nian2013-01-23
* | hlist: drop the node parameter from iteratorsSasha Levin2013-02-27
* | new helper: file_inode(file)Al Viro2013-02-22
|/
* SUNRPC: remove BUG_ON calls from cache_readWeston Andros Adamson2012-11-04
* SUNRPC: Prevent kernel stack corruption on long values of flushSasha Levin2012-10-17
* workqueue: make deferrable delayed_work initializer names consistentTejun Heo2012-08-21
* SUNRPC/cache: fix reporting of expired cache entries in 'content' file.NeilBrown2012-07-12
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-15
* Merge nfs containerization work from Trond's treeJ. Bruce Fields2012-03-26
|\
| * SUNRPC: generic cache register routines removedStanislav Kinsbursky2012-01-31
| * SUNRPC: cache creation and destruction routines introducedStanislav Kinsbursky2012-01-31
| * SUNRPC: split cache creation and PipeFS registrationStanislav Kinsbursky2012-01-31
* | nfsd: don't allow zero length strings in cache_parse()Dan Carpenter2012-02-03
|/
* Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-01-14
|\
| * NFSd: use network-namespace-aware cache registering routinesStanislav Kinsbursky2011-12-07
* | sunrpc: propagate umode_tAl Viro2012-01-03
|/
* svcrpc: ensure cache_check caller sees updated entryJ. Bruce Fields2011-01-04
* svcrpc: take lock on turning entry NEGATIVE in cache_checkJ. Bruce Fields2011-01-04
* svcrpc: avoid double reply caused by deferral raceJ. Bruce Fields2011-01-04
* Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2010-10-26
|\
| * sunrpc/cache: centralise handling of size limit on deferred list.NeilBrown2010-10-11
| * sunrpc: Simplify cache_defer_req and related functions.NeilBrown2010-10-11
| * sunrpc: fix race in new cache_wait code.NeilBrown2010-10-01
| * sunrpc: Make the /proc/net/rpc appear in net namespacesPavel Emelyanov2010-09-27
| * sunrpc: Add routines that allow registering per-net cachesPavel Emelyanov2010-09-27
| * sunrpc/cache: fix recent breakage of cache_clean_deferredNeilBrown2010-09-22
| * sunrpc/cache: don't use custom hex_to_bin() converterAndy Shevchenko2010-09-21