summaryrefslogtreecommitdiff
path: root/net/sunrpc/cache.c
AgeCommit message (Expand)Author
2025-05-11sunrpc: fix race in cache cleanup causing stale nextcheck timeLong Li
2025-05-11sunrpc: update nextcheck time when adding new cache entriesLong Li
2025-04-26Revert "sunrpc: clean cache_detail immediately when flush is written frequently"Chuck Lever
2025-03-10sunrpc: clean cache_detail immediately when flush is written frequentlyLi Lingfeng
2025-02-25sunrpc: suppress warnings for unused procfs functionsArnd Bergmann
2025-01-06SUNRPC: no need get cache ref when protected by rcuYang Erkun
2025-01-06SUNRPC: introduce cache_check_rcu to help check in rcu contextYang Erkun
2024-11-18SUNRPC: make sure cache entry active before cache_showYang Erkun
2024-09-27[tree-wide] finally take no_llseek outAl Viro
2024-09-23net/sunrpc: make use of the helper macro LIST_HEAD()Hongbo Li
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-05-19SUNRPC: Cache deferral injectionChuck Lever
2022-01-22proc: remove PDE_DATA() completelyMuchun Song
2021-09-03SUNRPC: improve error response to over-size gss credentialNeilBrown
2020-12-09sunrpc: clean-up cache downcallRoberto Bergantinos Corpas
2020-10-20sunrpc: raise kernel RPC channel buffer sizeRoberto Bergantinos Corpas
2020-09-25sunrpc: simplify do_cache_cleanJ. Bruce Fields
2020-09-25sunrpc: cache : Replace seq_printf with seq_putsXu Wang
2020-04-13SUNRPC/cache: Fix unsafe traverse caused double-free in cache_purgeYihao Wu
2020-03-16sunrpc: Add tracing for cache eventsTrond Myklebust
2020-03-16SUNRPC/cache: Allow garbage collection of invalid cache entriesTrond Myklebust
2020-03-16nfsd: export upcalls must not return ESTALE when mountd is downTrond Myklebust
2020-03-16sunrpc: Pass lockdep expression to RCU listsAmol Grover
2020-02-07Merge tag 'nfsd-5.6' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan
2020-01-22sunrpc: clean up cache entry add/remove from hashtableTrond Myklebust
2020-01-22sunrpc: Fix potential leaks in sunrpc_cache_unhash()Trond Myklebust
2019-12-18nfs: use time64_t internallyArnd Bergmann
2019-10-11sunrpc: fix crash when cache_head become valid before updatePavel Tikhomirov
2019-08-19sunrpc: add a new cache_detail operation for when a cache is flushedJeff Layton
2019-07-30SUNRPC: Track writers of the 'channel' file to improve cache_listeners_existDave Wysochanski
2019-07-10Merge tag 'nfsd-5.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2019-07-08sunrpc/cache: remove the exporting of cache_seq_nextDenis Efremov
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 363Thomas Gleixner
2019-04-24sunrpc/cache: handle missing listeners better.NeilBrown
2019-04-05sunrpc: don't mark uninitialised items as VALID.NeilBrown
2018-12-04sunrpc: fix cache_head leak due to queued requestVasily Averin
2018-10-29SUNRPC: Replace the cache_detail->hash_lock with a regular spinlockTrond Myklebust
2018-10-29SUNRPC: Remove non-RCU protected lookupTrond Myklebust
2018-10-29SUNRPC: Allow cache lookups to use RCU protection rather than the r/w spinlockTrond Myklebust
2018-10-03SUNRPC: Refactor sunrpc_cache_lookupTrond Myklebust
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-04-05Merge tag 'nfsd-4.17' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2018-03-26net: Use octal not symbolic permissionsJoe Perches
2018-03-19SUNRPC: cache: ignore timestamp written to 'flush' file.NeilBrown
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