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