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