- 4b5cff7 sunrpc: clean-up cache downcall by Roberto Bergantinos Corpas · 4 years, 2 months ago
- 27a1e8a sunrpc: raise kernel RPC channel buffer size by Roberto Bergantinos Corpas · 4 years, 3 months ago
- 0aa99c4 sunrpc: simplify do_cache_clean by J. Bruce Fields · 4 years, 4 months ago
- 9dbc1f4 sunrpc: cache : Replace seq_printf with seq_puts by Xu Wang · 4 years, 4 months ago
- 43e3392 SUNRPC/cache: Fix unsafe traverse caused double-free in cache_purge by Yihao Wu · 4 years, 10 months ago
- 78a947f sunrpc: Add tracing for cache events by Trond Myklebust · 4 years, 11 months ago
- 277f27e2 SUNRPC/cache: Allow garbage collection of invalid cache entries by Trond Myklebust · 4 years, 11 months ago
- 65286b8 nfsd: export upcalls must not return ESTALE when mountd is down by Trond Myklebust · 4 years, 11 months ago
- 51cae67 sunrpc: Pass lockdep expression to RCU lists by Amol Grover · 5 years ago
- 08dffcc Merge tag 'nfsd-5.6' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 5 years ago
- 97a3253 proc: convert everything to "struct proc_ops" by Alexey Dobriyan · 5 years ago
- 809fe3c5 sunrpc: clean up cache entry add/remove from hashtable by Trond Myklebust · 5 years ago
- 1d82163 sunrpc: Fix potential leaks in sunrpc_cache_unhash() by Trond Myklebust · 5 years ago
- f559935 nfs: use time64_t internally by Arnd Bergmann · 7 years ago
- 5fcaf69 sunrpc: fix crash when cache_head become valid before update by Pavel Tikhomirov · 5 years ago
- f69d6d8 sunrpc: add a new cache_detail operation for when a cache is flushed by Jeff Layton · 5 years ago
- 64a38e8 SUNRPC: Track writers of the 'channel' file to improve cache_listeners_exist by Dave Wysochanski · 5 years ago
- d2b6b4c Merge tag 'nfsd-5.3' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 6 years ago
- a57caf8 sunrpc/cache: remove the exporting of cache_seq_next by Denis Efremov · 6 years ago
- ddc64d0 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 363 by Thomas Gleixner · 6 years ago
- 9d69338 sunrpc/cache: handle missing listeners better. by NeilBrown · 6 years ago
- d58431ea sunrpc: don't mark uninitialised items as VALID. by NeilBrown · 6 years ago
- 4ecd55e sunrpc: fix cache_head leak due to queued request by Vasily Averin · 6 years ago
- 1863d77 SUNRPC: Replace the cache_detail->hash_lock with a regular spinlock by Trond Myklebust · 6 years ago
- d48cf35 SUNRPC: Remove non-RCU protected lookup by Trond Myklebust · 6 years ago
- ae74136 SUNRPC: Allow cache lookups to use RCU protection rather than the r/w spinlock by Trond Myklebust · 6 years ago
- b92a8fa SUNRPC: Refactor sunrpc_cache_lookup by Trond Myklebust · 6 years ago
- 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
- 5e4d6597 Merge tag 'nfsd-4.17' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 7 years ago
- d644406 net: Use octal not symbolic permissions by Joe Perches · 7 years ago
- 3b68e6e SUNRPC: cache: ignore timestamp written to 'flush' file. by NeilBrown · 7 years ago
- a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
- 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- d34971a sunrpc: make the function arg as const by Bhumika Goyal · 7 years ago
- ade994f net: annotate ->poll() instances by Al Viro · 8 years ago
- 8f03cf5 Merge tag 'nfs-for-4.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 8 years ago
- 8313064c Merge tag 'nfsd-4.11' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago
- 8ccc869 sunrpc: use simple_read_from_buffer for reading cache flush by Kinglong Mee · 8 years ago
- 6489a8f sunrpc: update the comments of sunrpc proc path by Kinglong Mee · 8 years ago
- 863d7d9 sunrpc/nfs: cleanup procfs/pipefs entry in cache_detail by Kinglong Mee · 8 years ago
- 471a930 SUNRPC: Drop all entries from cache_detail when cache_purge() by Kinglong Mee · 8 years ago
- 2b477c0 svcrpc: free contexts immediately on PROC_DESTROY by Neil Brown · 8 years ago
- 2c935bc locking/atomic, kref: Add kref_read() by Peter Zijlstra · 8 years ago
- 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
- 77b00bc sunrpc: queue work on system_power_efficient_wq by Ke Wang · 8 years ago
- d8d2913 sunrpc: remove 'inuse' flag from struct cache_detail. by NeilBrown · 9 years ago
- 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
- a6ab1e8 sunrpc/cache: drop reference when sunrpc_cache_pipe_upcall() detects a race by NeilBrown · 9 years ago
- b7052cd sunrpc/cache: fix off-by-one in qword_get() by Stefan Hajnoczi · 9 years ago
- 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
- 7786203 sunrpc/cache: make cache flushing more reliable. by Neil Brown · 9 years ago
- 129e582 sunrpc: Switch to using hash list instead single list by Kinglong Mee · 9 years ago
- c8c081b sunrpc/nfsd: Remove redundant code by exports seq_operations functions by Kinglong Mee · 9 years ago
- 9936f2a sunrpc: Store cache_detail in seq_file's private directly by Kinglong Mee · 9 years ago
- 41416f2 lib/string_helpers.c: change semantics of string_escape_mem by Rasmus Villemoes · 10 years ago
- 1711fd9a sunrpc: fix braino in ->poll() by Al Viro · 10 years ago
- 1b2e122 sunrpc/cache: convert to use string_escape_str() by Andy Shevchenko · 10 years ago
- ecca063 SUNRPC: Fix printk that is not only for nfsd by Kinglong Mee · 11 years ago
- d9894c2 Merge branch 'for-3.14' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 11 years ago
- 63862b5 net: replace macros net_random and net_srandom with direct calls to prandom by Aruna-Hewapathirane · 11 years ago
- 056785e net/sunrpc/cache: simplify code by using hex_pack_byte() by Andy Shevchenko · 11 years ago
- 41d9884c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
- a95e691 rpc_create_*_dir: don't bother with qstr by Al Viro · 12 years ago
- 0bebc63 sunrpc: Don't schedule an upcall on a replaced cache entry. by NeilBrown · 12 years ago
- 7715cde net/sunrpc: xpt_auth_cache should be ignored when expired. by NeilBrown · 12 years ago
- 013920e sunrpc/cache: ensure items removed from cache do not have pending upcalls. by NeilBrown · 12 years ago
- 2a1c7f5 sunrpc/cache: use cache_fresh_unlocked consistently and correctly. by NeilBrown · 12 years ago
- f9e1aed sunrpc/cache: remove races with queuing an upcall. by NeilBrown · 12 years ago
- b6040f97 sunrpc: the cache_detail in cache_is_valid is unused any more by chaoting fan · 12 years ago
- 1db7722 Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 12 years ago
- 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
- 2e0fb40 lib, net: make isodigit() public and use it by Andy Shevchenko · 12 years ago
- d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 12 years ago
- a7823c7 SUNRPC/cache: add module_put() on error path in cache_open() by Alexey Khoroshilov · 12 years ago
- b666973 Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 12 years ago
- b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
- 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
- d94af6d SUNRPC: move cache_detail->cache_request callback call to cache_read() by Stanislav Kinsbursky · 12 years ago
- 21cd125 SUNRPC: remove "cache_request" argument in sunrpc_cache_pipe_upcall() function by Stanislav Kinsbursky · 12 years ago
- 2d43833 SUNRPC: rework cache upcall logic by Stanislav Kinsbursky · 12 years ago
- ec16867 nfsd: Remove write permission from file content by Yanchuan Nian · 12 years ago
- 0db74d9 SUNRPC: remove BUG_ON calls from cache_read by Weston Andros Adamson · 12 years ago
- 212ba90 SUNRPC: Prevent kernel stack corruption on long values of flush by Sasha Levin · 13 years ago
- 203b42f workqueue: make deferrable delayed_work initializer names consistent by Tejun Heo · 12 years ago
- 200724a SUNRPC/cache: fix reporting of expired cache entries in 'content' file. by NeilBrown · 13 years ago
- 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 13 years ago
- 1df0064 Merge nfs containerization work from Trond's tree by J. Bruce Fields · 13 years ago
- 6d8d174 nfsd: don't allow zero length strings in cache_parse() by Dan Carpenter · 13 years ago
- 2c5f846 SUNRPC: generic cache register routines removed by Stanislav Kinsbursky · 13 years ago
- 0a402d5a SUNRPC: cache creation and destruction routines introduced by Stanislav Kinsbursky · 13 years ago
- 820f944 SUNRPC: split cache creation and PipeFS registration by Stanislav Kinsbursky · 13 years ago
- 0b48d42 Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 13 years ago
- 64f1426 sunrpc: propagate umode_t by Al Viro · 13 years ago
- f5c8593b NFSd: use network-namespace-aware cache registering routines by Stanislav Kinsbursky · 13 years ago
- fdef7aa svcrpc: ensure cache_check caller sees updated entry by J. Bruce Fields · 14 years ago
- 6bab93f svcrpc: take lock on turning entry NEGATIVE in cache_check by J. Bruce Fields · 14 years ago
- d76d181 svcrpc: avoid double reply caused by deferral race by J. Bruce Fields · 14 years ago
- 4390110 Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 14 years ago
- 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
- a6f8dbc sunrpc: remove the big kernel lock by Arnd Bergmann · 14 years ago