summaryrefslogtreecommitdiff
path: root/net/sunrpc/cache.c
AgeCommit message (Expand)Author
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-11-27sunrpc: make the function arg as constBhumika Goyal
2017-11-27net: annotate ->poll() instancesAl Viro
2017-03-01Merge tag 'nfs-for-4.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2017-02-28Merge tag 'nfsd-4.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2017-02-08sunrpc: use simple_read_from_buffer for reading cache flushKinglong Mee
2017-02-08sunrpc: update the comments of sunrpc proc pathKinglong Mee
2017-02-08sunrpc/nfs: cleanup procfs/pipefs entry in cache_detailKinglong Mee
2017-02-08SUNRPC: Drop all entries from cache_detail when cache_purge()Kinglong Mee
2017-01-31svcrpc: free contexts immediately on PROC_DESTROYNeil Brown
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-09-27sunrpc: queue work on system_power_efficient_wqKe Wang
2016-07-13sunrpc: remove 'inuse' flag from struct cache_detail.NeilBrown
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-17sunrpc/cache: drop reference when sunrpc_cache_pipe_upcall() detects a raceNeilBrown
2016-02-23sunrpc/cache: fix off-by-one in qword_get()Stefan Hajnoczi
2016-01-22wrappers for ->i_mutex accessAl Viro
2015-10-23sunrpc/cache: make cache flushing more reliable.Neil Brown
2015-08-13sunrpc: Switch to using hash list instead single listKinglong Mee
2015-08-13sunrpc/nfsd: Remove redundant code by exports seq_operations functionsKinglong Mee
2015-08-13sunrpc: Store cache_detail in seq_file's private directlyKinglong Mee
2015-04-15lib/string_helpers.c: change semantics of string_escape_memRasmus Villemoes
2015-03-08sunrpc: fix braino in ->poll()Al Viro
2014-12-09sunrpc/cache: convert to use string_escape_str()Andy Shevchenko
2014-05-08SUNRPC: Fix printk that is not only for nfsdKinglong Mee
2014-01-30Merge branch 'for-3.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane
2013-12-12net/sunrpc/cache: simplify code by using hex_pack_byte()Andy Shevchenko
2013-07-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-07-14rpc_create_*_dir: don't bother with qstrAl Viro
2013-07-01sunrpc: Don't schedule an upcall on a replaced cache entry.NeilBrown
2013-07-01net/sunrpc: xpt_auth_cache should be ignored when expired.NeilBrown
2013-07-01sunrpc/cache: ensure items removed from cache do not have pending upcalls.NeilBrown
2013-07-01sunrpc/cache: use cache_fresh_unlocked consistently and correctly.NeilBrown
2013-07-01sunrpc/cache: remove races with queuing an upcall.NeilBrown
2013-05-21sunrpc: the cache_detail in cache_is_valid is unused any morechaoting fan
2013-05-03Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-04-29lib, net: make isodigit() public and use itAndy Shevchenko
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro
2013-04-03SUNRPC/cache: add module_put() on error path in cache_open()Alexey Khoroshilov
2013-02-28Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-22new helper: file_inode(file)Al Viro
2013-02-15SUNRPC: move cache_detail->cache_request callback call to cache_read()Stanislav Kinsbursky
2013-02-15SUNRPC: remove "cache_request" argument in sunrpc_cache_pipe_upcall() functionStanislav Kinsbursky
2013-02-15SUNRPC: rework cache upcall logicStanislav Kinsbursky
2013-01-23nfsd: Remove write permission from file contentYanchuan Nian