summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/cache.c
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Replace the cache_detail->hash_lock with a regular spinlockTrond Myklebust2018-10-291-23/+23
* SUNRPC: Remove non-RCU protected lookupTrond Myklebust2018-10-291-57/+4
* SUNRPC: Allow cache lookups to use RCU protection rather than the r/w spinlockTrond Myklebust2018-10-291-14/+79
* SUNRPC: Refactor sunrpc_cache_lookupTrond Myklebust2018-10-031-8/+25
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* Merge tag 'nfsd-4.17' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2018-04-051-16/+16
|\
| * SUNRPC: cache: ignore timestamp written to 'flush' file.NeilBrown2018-03-191-16/+16
* | net: Use octal not symbolic permissionsJoe Perches2018-03-261-5/+5
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-2/+2
* Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-301-4/+4
|\
| * net: annotate ->poll() instancesAl Viro2017-11-271-4/+4
* | sunrpc: make the function arg as constBhumika Goyal2017-11-271-1/+1
|/
* Merge tag 'nfs-for-4.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-03-011-46/+22
|\
| * sunrpc: use simple_read_from_buffer for reading cache flushKinglong Mee2017-02-081-12/+3
| * sunrpc: update the comments of sunrpc proc pathKinglong Mee2017-02-081-2/+2
| * sunrpc/nfs: cleanup procfs/pipefs entry in cache_detailKinglong Mee2017-02-081-32/+17
* | Merge tag 'nfsd-4.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-02-281-15/+38
|\ \
| * | SUNRPC: Drop all entries from cache_detail when cache_purge()Kinglong Mee2017-02-081-15/+26
| * | svcrpc: free contexts immediately on PROC_DESTROYNeil Brown2017-01-311-0/+12
| |/
* / locking/atomic, kref: Add kref_read()Peter Zijlstra2017-01-141-1/+1
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* sunrpc: queue work on system_power_efficient_wqKe Wang2016-09-271-2/+3
* sunrpc: remove 'inuse' flag from struct cache_detail.NeilBrown2016-07-131-1/+1
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
* sunrpc/cache: drop reference when sunrpc_cache_pipe_upcall() detects a raceNeilBrown2016-03-171-3/+3
* sunrpc/cache: fix off-by-one in qword_get()Stefan Hajnoczi2016-02-231-1/+1
* wrappers for ->i_mutex accessAl Viro2016-01-221-5/+5
* sunrpc/cache: make cache flushing more reliable.Neil Brown2015-10-231-13/+40
* sunrpc: Switch to using hash list instead single listKinglong Mee2015-08-131-29/+31
* sunrpc/nfsd: Remove redundant code by exports seq_operations functionsKinglong Mee2015-08-131-6/+9
* sunrpc: Store cache_detail in seq_file's private directlyKinglong Mee2015-08-131-15/+13
* 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
| |/