summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/cache.c
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: improve error response to over-size gss credentialNeilBrown2021-09-031-1/+1
* sunrpc: clean-up cache downcallRoberto Bergantinos Corpas2020-12-091-30/+11
* sunrpc: raise kernel RPC channel buffer sizeRoberto Bergantinos Corpas2020-10-201-1/+1
* sunrpc: simplify do_cache_cleanJ. Bruce Fields2020-09-251-7/+8
* sunrpc: cache : Replace seq_printf with seq_putsXu Wang2020-09-251-2/+2
* SUNRPC/cache: Fix unsafe traverse caused double-free in cache_purgeYihao Wu2020-04-131-2/+3
* sunrpc: Add tracing for cache eventsTrond Myklebust2020-03-161-9/+27
* SUNRPC/cache: Allow garbage collection of invalid cache entriesTrond Myklebust2020-03-161-17/+19
* nfsd: export upcalls must not return ESTALE when mountd is downTrond Myklebust2020-03-161-27/+26
* sunrpc: Pass lockdep expression to RCU listsAmol Grover2020-03-161-1/+2
* Merge tag 'nfsd-5.6' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2020-02-071-22/+26
|\
| * sunrpc: clean up cache entry add/remove from hashtableTrond Myklebust2020-01-221-24/+26
| * sunrpc: Fix potential leaks in sunrpc_cache_unhash()Trond Myklebust2020-01-221-0/+2
* | proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-23/+22
* | nfs: use time64_t internallyArnd Bergmann2019-12-181-8/+8
|/
* sunrpc: fix crash when cache_head become valid before updatePavel Tikhomirov2019-10-111-6/+0
* sunrpc: add a new cache_detail operation for when a cache is flushedJeff Layton2019-08-191-0/+3
* SUNRPC: Track writers of the 'channel' file to improve cache_listeners_existDave Wysochanski2019-07-301-4/+8
* Merge tag 'nfsd-5.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-07-101-1/+0
|\
| * sunrpc/cache: remove the exporting of cache_seq_nextDenis Efremov2019-07-081-1/+0
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 363Thomas Gleixner2019-06-051-3/+1
|/
* sunrpc/cache: handle missing listeners better.NeilBrown2019-04-241-1/+3
* sunrpc: don't mark uninitialised items as VALID.NeilBrown2019-04-051-0/+3
* sunrpc: fix cache_head leak due to queued requestVasily Averin2018-12-041-1/+9
* 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