aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/cache.c
Commit message (Expand)AuthorAgeFilesLines
* sunrpc: fix race in cache cleanup causing stale nextcheck timeLong Li2025-05-111-8/+7
* sunrpc: update nextcheck time when adding new cache entriesLong Li2025-05-111-0/+2
* Revert "sunrpc: clean cache_detail immediately when flush is written frequently"Chuck Lever2025-04-261-5/+1
* sunrpc: clean cache_detail immediately when flush is written frequentlyLi Lingfeng2025-03-101-1/+5
* sunrpc: suppress warnings for unused procfs functionsArnd Bergmann2025-02-251-7/+3
* SUNRPC: no need get cache ref when protected by rcuYang Erkun2025-01-061-9/+3
* SUNRPC: introduce cache_check_rcu to help check in rcu contextYang Erkun2025-01-061-15/+26
* SUNRPC: make sure cache entry active before cache_showYang Erkun2024-11-191-1/+3
* [tree-wide] finally take no_llseek outAl Viro2024-09-271-4/+0
* net/sunrpc: make use of the helper macro LIST_HEAD()Hongbo Li2024-09-231-7/+3
* treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-1/+1
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-1/+1
* SUNRPC: Cache deferral injectionChuck Lever2022-05-191-1/+17
* proc: remove PDE_DATA() completelyMuchun Song2022-01-221-12/+12
* 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-081-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-111-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-061-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-311-4/+4
|\
| * net: annotate ->poll() instancesAl Viro2017-11-271-4/+4
* | sunrpc: make the function arg as constBhumika Goyal2017-11-271-1/+1
|/