Age | Commit message (Expand) | Author |
2020-04-13 | SUNRPC/cache: Fix unsafe traverse caused double-free in cache_purge | Yihao Wu |
2020-03-16 | sunrpc: Add tracing for cache events | Trond Myklebust |
2020-03-16 | SUNRPC/cache: Allow garbage collection of invalid cache entries | Trond Myklebust |
2020-03-16 | nfsd: export upcalls must not return ESTALE when mountd is down | Trond Myklebust |
2020-03-16 | sunrpc: Pass lockdep expression to RCU lists | Amol Grover |
2020-02-07 | Merge tag 'nfsd-5.6' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2020-02-04 | proc: convert everything to "struct proc_ops" | Alexey Dobriyan |
2020-01-22 | sunrpc: clean up cache entry add/remove from hashtable | Trond Myklebust |
2020-01-22 | sunrpc: Fix potential leaks in sunrpc_cache_unhash() | Trond Myklebust |
2019-12-18 | nfs: use time64_t internally | Arnd Bergmann |
2019-10-11 | sunrpc: fix crash when cache_head become valid before update | Pavel Tikhomirov |
2019-08-19 | sunrpc: add a new cache_detail operation for when a cache is flushed | Jeff Layton |
2019-07-30 | SUNRPC: Track writers of the 'channel' file to improve cache_listeners_exist | Dave Wysochanski |
2019-07-10 | Merge tag 'nfsd-5.3' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2019-07-08 | sunrpc/cache: remove the exporting of cache_seq_next | Denis Efremov |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 363 | Thomas Gleixner |
2019-04-24 | sunrpc/cache: handle missing listeners better. | NeilBrown |
2019-04-05 | sunrpc: don't mark uninitialised items as VALID. | NeilBrown |
2018-12-04 | sunrpc: fix cache_head leak due to queued request | Vasily Averin |
2018-10-29 | SUNRPC: Replace the cache_detail->hash_lock with a regular spinlock | Trond Myklebust |
2018-10-29 | SUNRPC: Remove non-RCU protected lookup | Trond Myklebust |
2018-10-29 | SUNRPC: Allow cache lookups to use RCU protection rather than the r/w spinlock | Trond Myklebust |
2018-10-03 | SUNRPC: Refactor sunrpc_cache_lookup | Trond Myklebust |
2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook |
2018-04-05 | Merge tag 'nfsd-4.17' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2018-03-26 | net: Use octal not symbolic permissions | Joe Perches |
2018-03-19 | SUNRPC: cache: ignore timestamp written to 'flush' file. | NeilBrown |
2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds |
2018-01-30 | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2017-11-27 | sunrpc: make the function arg as const | Bhumika Goyal |
2017-11-27 | net: annotate ->poll() instances | Al Viro |
2017-03-01 | Merge tag 'nfs-for-4.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds |
2017-02-28 | Merge tag 'nfsd-4.11' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2017-02-08 | sunrpc: use simple_read_from_buffer for reading cache flush | Kinglong Mee |
2017-02-08 | sunrpc: update the comments of sunrpc proc path | Kinglong Mee |
2017-02-08 | sunrpc/nfs: cleanup procfs/pipefs entry in cache_detail | Kinglong Mee |
2017-02-08 | SUNRPC: Drop all entries from cache_detail when cache_purge() | Kinglong Mee |
2017-01-31 | svcrpc: free contexts immediately on PROC_DESTROY | Neil Brown |
2017-01-14 | locking/atomic, kref: Add kref_read() | Peter Zijlstra |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds |
2016-09-27 | sunrpc: queue work on system_power_efficient_wq | Ke Wang |
2016-07-13 | sunrpc: remove 'inuse' flag from struct cache_detail. | NeilBrown |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov |
2016-03-17 | sunrpc/cache: drop reference when sunrpc_cache_pipe_upcall() detects a race | NeilBrown |
2016-02-23 | sunrpc/cache: fix off-by-one in qword_get() | Stefan Hajnoczi |
2016-01-22 | wrappers for ->i_mutex access | Al Viro |
2015-10-23 | sunrpc/cache: make cache flushing more reliable. | Neil Brown |
2015-08-13 | sunrpc: Switch to using hash list instead single list | Kinglong Mee |
2015-08-13 | sunrpc/nfsd: Remove redundant code by exports seq_operations functions | Kinglong Mee |
2015-08-13 | sunrpc: Store cache_detail in seq_file's private directly | Kinglong Mee |