summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/cache.c
AgeCommit message (Expand)AuthorLines
2019-08-19sunrpc: add a new cache_detail operation for when a cache is flushedJeff Layton-0/+3
2019-07-30SUNRPC: Track writers of the 'channel' file to improve cache_listeners_existDave Wysochanski-4/+8
2019-07-10Merge tag 'nfsd-5.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-1/+0
2019-07-08sunrpc/cache: remove the exporting of cache_seq_nextDenis Efremov-1/+0
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 363Thomas Gleixner-3/+1
2019-04-24sunrpc/cache: handle missing listeners better.NeilBrown-1/+3
2019-04-05sunrpc: don't mark uninitialised items as VALID.NeilBrown-0/+3
2018-12-04sunrpc: fix cache_head leak due to queued requestVasily Averin-1/+9
2018-10-29SUNRPC: Replace the cache_detail->hash_lock with a regular spinlockTrond Myklebust-23/+23
2018-10-29SUNRPC: Remove non-RCU protected lookupTrond Myklebust-57/+4
2018-10-29SUNRPC: Allow cache lookups to use RCU protection rather than the r/w spinlockTrond Myklebust-14/+79
2018-10-03SUNRPC: Refactor sunrpc_cache_lookupTrond Myklebust-8/+25
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-1/+1
2018-04-05Merge tag 'nfsd-4.17' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-16/+16
2018-03-26net: Use octal not symbolic permissionsJoe Perches-5/+5
2018-03-19SUNRPC: cache: ignore timestamp written to 'flush' file.NeilBrown-16/+16
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds-2/+2
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-4/+4
2017-11-27sunrpc: make the function arg as constBhumika Goyal-1/+1
2017-11-27net: annotate ->poll() instancesAl Viro-4/+4
2017-03-01Merge tag 'nfs-for-4.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds-46/+22
2017-02-28Merge tag 'nfsd-4.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-15/+38
2017-02-08sunrpc: use simple_read_from_buffer for reading cache flushKinglong Mee-12/+3
2017-02-08sunrpc: update the comments of sunrpc proc pathKinglong Mee-2/+2
2017-02-08sunrpc/nfs: cleanup procfs/pipefs entry in cache_detailKinglong Mee-32/+17
2017-02-08SUNRPC: Drop all entries from cache_detail when cache_purge()Kinglong Mee-15/+26
2017-01-31svcrpc: free contexts immediately on PROC_DESTROYNeil Brown-0/+12
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-1/+1
2016-09-27sunrpc: queue work on system_power_efficient_wqKe Wang-2/+3
2016-07-13sunrpc: remove 'inuse' flag from struct cache_detail.NeilBrown-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov-2/+2
2016-03-17sunrpc/cache: drop reference when sunrpc_cache_pipe_upcall() detects a raceNeilBrown-3/+3
2016-02-23sunrpc/cache: fix off-by-one in qword_get()Stefan Hajnoczi-1/+1
2016-01-22wrappers for ->i_mutex accessAl Viro-5/+5
2015-10-23sunrpc/cache: make cache flushing more reliable.Neil Brown-13/+40
2015-08-13sunrpc: Switch to using hash list instead single listKinglong Mee-29/+31
2015-08-13sunrpc/nfsd: Remove redundant code by exports seq_operations functionsKinglong Mee-6/+9
2015-08-13sunrpc: Store cache_detail in seq_file's private directlyKinglong Mee-15/+13
2015-04-15lib/string_helpers.c: change semantics of string_escape_memRasmus Villemoes-3/+5
2015-03-08sunrpc: fix braino in ->poll()Al Viro-1/+1
2014-12-09sunrpc/cache: convert to use string_escape_str()Andy Shevchenko-20/+6
2014-05-08SUNRPC: Fix printk that is not only for nfsdKinglong Mee-1/+1
2014-01-30Merge branch 'for-3.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-3/+1
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane-1/+1
2013-12-12net/sunrpc/cache: simplify code by using hex_pack_byte()Andy Shevchenko-3/+1
2013-07-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-13/+5
2013-07-14rpc_create_*_dir: don't bother with qstrAl Viro-13/+5
2013-07-01sunrpc: Don't schedule an upcall on a replaced cache entry.NeilBrown-1/+2
2013-07-01net/sunrpc: xpt_auth_cache should be ignored when expired.NeilBrown-6/+0