aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc/cache.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-22proc: remove PDE_DATA() completelyGravatar Muchun Song 1-12/+12
2021-09-03SUNRPC: improve error response to over-size gss credentialGravatar NeilBrown 1-1/+1
2020-12-09sunrpc: clean-up cache downcallGravatar Roberto Bergantinos Corpas 1-30/+11
2020-10-20sunrpc: raise kernel RPC channel buffer sizeGravatar Roberto Bergantinos Corpas 1-1/+1
2020-09-25sunrpc: simplify do_cache_cleanGravatar J. Bruce Fields 1-7/+8
2020-09-25sunrpc: cache : Replace seq_printf with seq_putsGravatar Xu Wang 1-2/+2
2020-04-13SUNRPC/cache: Fix unsafe traverse caused double-free in cache_purgeGravatar Yihao Wu 1-2/+3
2020-03-16sunrpc: Add tracing for cache eventsGravatar Trond Myklebust 1-9/+27
2020-03-16SUNRPC/cache: Allow garbage collection of invalid cache entriesGravatar Trond Myklebust 1-17/+19
2020-03-16nfsd: export upcalls must not return ESTALE when mountd is downGravatar Trond Myklebust 1-27/+26
2020-03-16sunrpc: Pass lockdep expression to RCU listsGravatar Amol Grover 1-1/+2
2020-02-07Merge tag 'nfsd-5.6' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-22/+26
2020-02-04proc: convert everything to "struct proc_ops"Gravatar Alexey Dobriyan 1-23/+22
2020-01-22sunrpc: clean up cache entry add/remove from hashtableGravatar Trond Myklebust 1-24/+26
2020-01-22sunrpc: Fix potential leaks in sunrpc_cache_unhash()Gravatar Trond Myklebust 1-0/+2
2019-12-18nfs: use time64_t internallyGravatar Arnd Bergmann 1-8/+8
2019-10-11sunrpc: fix crash when cache_head become valid before updateGravatar Pavel Tikhomirov 1-6/+0
2019-08-19sunrpc: add a new cache_detail operation for when a cache is flushedGravatar Jeff Layton 1-0/+3
2019-07-30SUNRPC: Track writers of the 'channel' file to improve cache_listeners_existGravatar Dave Wysochanski 1-4/+8
2019-07-10Merge tag 'nfsd-5.3' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-1/+0
2019-07-08sunrpc/cache: remove the exporting of cache_seq_nextGravatar Denis Efremov 1-1/+0
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 363Gravatar Thomas Gleixner 1-3/+1
2019-04-24sunrpc/cache: handle missing listeners better.Gravatar NeilBrown 1-1/+3
2019-04-05sunrpc: don't mark uninitialised items as VALID.Gravatar NeilBrown 1-0/+3
2018-12-04sunrpc: fix cache_head leak due to queued requestGravatar Vasily Averin 1-1/+9
2018-10-29SUNRPC: Replace the cache_detail->hash_lock with a regular spinlockGravatar Trond Myklebust 1-23/+23
2018-10-29SUNRPC: Remove non-RCU protected lookupGravatar Trond Myklebust 1-57/+4
2018-10-29SUNRPC: Allow cache lookups to use RCU protection rather than the r/w spinlockGravatar Trond Myklebust 1-14/+79
2018-10-03SUNRPC: Refactor sunrpc_cache_lookupGravatar Trond Myklebust 1-8/+25
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-1/+1
2018-04-05Merge tag 'nfsd-4.17' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-16/+16
2018-03-26net: Use octal not symbolic permissionsGravatar Joe Perches 1-5/+5
2018-03-19SUNRPC: cache: ignore timestamp written to 'flush' file.Gravatar NeilBrown 1-16/+16
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-2/+2
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-4/+4
2017-11-27sunrpc: make the function arg as constGravatar Bhumika Goyal 1-1/+1
2017-11-27net: annotate ->poll() instancesGravatar Al Viro 1-4/+4
2017-03-01Merge tag 'nfs-for-4.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 1-46/+22
2017-02-28Merge tag 'nfsd-4.11' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-15/+38
2017-02-08sunrpc: use simple_read_from_buffer for reading cache flushGravatar Kinglong Mee 1-12/+3
2017-02-08sunrpc: update the comments of sunrpc proc pathGravatar Kinglong Mee 1-2/+2
2017-02-08sunrpc/nfs: cleanup procfs/pipefs entry in cache_detailGravatar Kinglong Mee 1-32/+17
2017-02-08SUNRPC: Drop all entries from cache_detail when cache_purge()Gravatar Kinglong Mee 1-15/+26
2017-01-31svcrpc: free contexts immediately on PROC_DESTROYGravatar Neil Brown 1-0/+12
2017-01-14locking/atomic, kref: Add kref_read()Gravatar Peter Zijlstra 1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-09-27sunrpc: queue work on system_power_efficient_wqGravatar Ke Wang 1-2/+3
2016-07-13sunrpc: remove 'inuse' flag from struct cache_detail.Gravatar NeilBrown 1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-2/+2
2016-03-17sunrpc/cache: drop reference when sunrpc_cache_pipe_upcall() detects a raceGravatar NeilBrown 1-3/+3