1. b25b60d SUNRPC: Fix a potential buffer overflow in 'svc_print_xprts()' by Christophe JAILLET · 4 years, 10 months ago
  2. b20dfc3 svcrdma: Create a generic tracing class for displaying xdr_buf layout by Chuck Lever · 4 years, 10 months ago
  3. 855c9e7 nfs: fix out-of-date connectathon talk URL by J. Bruce Fields · 6 years ago
  4. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  5. 1237d35 SUNRPC: Temporary sockets should inherit the cred from their parent by Trond Myklebust · 6 years ago
  6. 4df493a SUNRPC: Cache the process user cred in the RPC server listener by Trond Myklebust · 6 years ago
  7. 95503d2 svcrpc: fix unlikely races preventing queueing of sockets by J. Bruce Fields · 6 years ago
  8. 66c898ca svcrpc: svc_xprt_has_something_to_do seems a little long by J. Bruce Fields · 6 years ago
  9. 1602a7b SUNRPC: Don't allow compiler optimisation of svc_xprt_release_slot() by Trond Myklebust · 6 years ago
  10. 9ac3128 sunrpc: fix debug message in svc_create_xprt() by Vasily Averin · 6 years ago
  11. d4b09ac sunrpc: use-after-free in svc_process_common() by Vasily Averin · 6 years ago
  12. 310c758 Merge tag 'nfsd-4.20' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 6 years ago
  13. bb6ad55 nfsd: Fix an Oops in free_session() by Trond Myklebust · 6 years ago
  14. c544577 SUNRPC: Clean up transport write space handling by Trond Myklebust · 6 years ago
  15. 55f5088 svc: Report xprt dequeue latency by Chuck Lever · 7 years ago
  16. aaba72c sunrpc: Report per-RPC execution stats by Chuck Lever · 7 years ago
  17. ece200d sunrpc: Save remote presentation address in svc_xprt for trace events by Chuck Lever · 7 years ago
  18. 41f306d sunrpc: Simplify trace_svc_recv by Chuck Lever · 7 years ago
  19. 7dbb53b sunrpc: Simplify do_enqueue tracing by Chuck Lever · 7 years ago
  20. caa3e106d sunrpc: Move trace_svc_xprt_dequeue() by Chuck Lever · 7 years ago
  21. 989f881 svc: Simplify ->xpo_secure_port by Chuck Lever · 7 years ago
  22. 63a1b15 sunrpc: Remove unneeded pointer dereference by Chuck Lever · 7 years ago
  23. 841b86f treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts by Kees Cook · 7 years ago
  24. 4dd3c2e Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 7 years ago
  25. 22700f3c SUNRPC: Improve ordering of transport processing by Trond Myklebust · 7 years ago
  26. da36e6d sunrcp: make function _svc_create_xprt static by Colin Ian King · 7 years ago
  27. ff861c4 sunrpc: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  28. 8c6ae49 sunrpc: Allocate up to RPCSVC_MAXPAGES per svc_rqst by Chuck Lever · 8 years ago
  29. 42e1b14 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  30. 2c935bc locking/atomic, kref: Add kref_read() by Peter Zijlstra · 8 years ago
  31. 546125d sunrpc: don't call sleeping functions from the notifier block callbacks by Scott Mayhew · 8 years ago
  32. ea08e39 sunrpc: svc_age_temp_xprts_now should not call setsockopt non-tcp transports by Scott Mayhew · 8 years ago
  33. f4a4906 SUNRPC: Remove unused callback xpo_adjust_wspace() by Trond Myklebust · 9 years ago
  34. ff3ac5c SUNRPC: Add a server side per-connection limit by Trond Myklebust · 9 years ago
  35. 104f635 SUNRPC: Add tracepoints for dropped and deferred requests by Trond Myklebust · 9 years ago
  36. 82ea2d7 SUNRPC: Add a tracepoint for server socket out-of-space conditions by Trond Myklebust · 9 years ago
  37. 39a9bea rpc: share one xps between all backchannels by J. Bruce Fields · 9 years ago
  38. d96b9c9 svcrpc: autoload rdma module by J. Bruce Fields · 9 years ago
  39. c3d4879 sunrpc: Add a function to close temporary transports immediately by Scott Mayhew · 9 years ago
  40. b9e13cd nfsd/sunrpc: turn enqueueing a svc_xprt into a svc_serv operation by Jeff Layton · 10 years ago
  41. 3c51991 sunrpc/lockd: fix references to the BKL by Jeff Layton · 10 years ago
  42. acf06a7 sunrpc: only call test_bit once in svc_xprt_received by Jeff Layton · 10 years ago
  43. 83a712e sunrpc: add some tracepoints around enqueue and dequeue of svc_xprt by Jeff Layton · 10 years ago
  44. b1691bc sunrpc: convert to lockless lookup of queued server threads by Jeff Layton · 10 years ago
  45. 403c7b4 sunrpc: fix potential races in pool_stats collection by Jeff Layton · 10 years ago
  46. ceff739 sunrpc: have svc_wake_up only deal with pool 0 by Jeff Layton · 10 years ago
  47. 4d5db3f sunrpc: convert sp_task_pending flag to use atomic bitops by Jeff Layton · 10 years ago
  48. 78b65eb sunrpc: move rq_dropme flag into rq_flags by Jeff Layton · 10 years ago
  49. 30660e04b sunrpc: move rq_usedeferral flag to rq_flags by Jeff Layton · 10 years ago
  50. 4d152e2 sunrpc: add a generic rq_flags field to svc_rqst and move rq_secure to it by Jeff Layton · 10 years ago
  51. 2941b0e Merge tag 'nfs-for-3.19-1' into nfsd for-3.19 branch by J. Bruce Fields · 10 years ago
  52. 8d65ef7 sunrpc: eliminate the XPT_DETACHED flag by Jeff Layton · 10 years ago
  53. 860a0d9 sunrpc: add some tracepoints in svc_rqst handling functions by Jeff Layton · 10 years ago
  54. ae89254 SUNRPC: Fix compile on non-x86 by J. Bruce Fields · 10 years ago
  55. 0c0746d SUNRPC: More optimisations of svc_xprt_enqueue() by Trond Myklebust · 10 years ago
  56. a4aa805 SUNRPC: Fix broken kthread_should_stop test in svc_get_next_xprt by Trond Myklebust · 10 years ago
  57. 983c684 SUNRPC: get rid of the request wait queue by Trond Myklebust · 10 years ago
  58. 106f359 SUNRPC: Do not grab pool->sp_lock unnecessarily in svc_get_next_xprt by Trond Myklebust · 10 years ago
  59. 9e5b208 SUNRPC: Do not override wspace tests in svc_handle_xprt by Trond Myklebust · 10 years ago
  60. 5187768 SUNRPC: Allow svc_reserve() to notify TCP socket that space has been freed by Trond Myklebust · 10 years ago
  61. 0971374 SUNRPC: Reduce contention in svc_xprt_enqueue() by Trond Myklebust · 10 years ago
  62. 2825a7f nfsd4: allow encoding across page boundaries by J. Bruce Fields · 11 years ago
  63. c789102 SUNRPC: Fix a module reference leak in svc_handle_xprt by Trond Myklebust · 11 years ago
  64. 16e4d93 NFSD: Ignore client's source port on RDMA transports by Chuck Lever · 11 years ago
  65. e1d83ee net: Mark functions as static in net/sunrpc/svc_xprt.c by Rashika Kheria · 11 years ago
  66. cc630d9 svcrpc: fix rpc server shutdown races by J. Bruce Fields · 12 years ago
  67. e75bafb svcrpc: make svc_age_temp_xprts enqueue under sv_lock by J. Bruce Fields · 12 years ago
  68. 35525b7 sunrpc: Fix lockd sleeping until timeout by Andriy Skulysh · 12 years ago
  69. 0104729 SUNRPC: remove BUG_ON in svc_delete_xprt by Weston Andros Adamson · 12 years ago
  70. b25cd05 SUNRPC: remove BUG_ONs checking RPCSVC_MAXPAGES by Weston Andros Adamson · 12 years ago
  71. ff1fdb9 SUNRPC: remove BUG_ON in svc_xprt_received by Weston Andros Adamson · 12 years ago
  72. 65b2e66 svcrpc: split up svc_handle_xprt by J. Bruce Fields · 12 years ago
  73. 6797fa5 svcrpc: break up svc_recv by J. Bruce Fields · 12 years ago
  74. 6741019 svcrpc: make svc_xprt_received static by J. Bruce Fields · 12 years ago
  75. 9f9d2eb svcrpc: make xpo_recvfrom return only >=0 by J. Bruce Fields · 12 years ago
  76. 39b5530 svcrpc: share some setup of listening sockets by J. Bruce Fields · 12 years ago
  77. c334196 svcrpc: make svc_create_xprt enqueue on clearing XPT_BUSY by J. Bruce Fields · 12 years ago
  78. 719f8bc svcrpc: fix xpt_list traversal locking on shutdown by J. Bruce Fields · 12 years ago
  79. d10f27a svcrpc: fix svc_xprt_enqueue/svc_recv busy-looping by J. Bruce Fields · 12 years ago
  80. f06f00a svcrpc: sends on closed socket should stop immediately by J. Bruce Fields · 12 years ago
  81. 419f431 Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 13 years ago
  82. 3ddbe87 svcrpc: fix a comment typo by J. Bruce Fields · 13 years ago
  83. 91c427a sunrpc: do array overrun check in svc_recv before allocating pages by Jeff Layton · 13 years ago
  84. e87cc47 net: Convert net_ratelimit uses to net_<level>_ratelimited by Joe Perches · 13 years ago
  85. 7b147f1 SUNRPC: service destruction in network namespace context by Stanislav Kinsbursky · 13 years ago
  86. 3a22bf5 SUNRPC: clear svc transports lists helper introduced by Stanislav Kinsbursky · 13 years ago
  87. 6f51336 SUNRPC: clear svc pools lists helper introduced by Stanislav Kinsbursky · 13 years ago
  88. 4cb54ca SUNRPC: search for service transports in network namespace context by Stanislav Kinsbursky · 13 years ago
  89. 0b48d42 Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 13 years ago
  90. dfd56b8 net: use IS_ENABLED(CONFIG_IPV6) by Eric Dumazet · 13 years ago
  91. bd4620d SUNRPC: create svc_xprt in proper network namespace by Stanislav Kinsbursky · 13 years ago
  92. b4f36f8 svcrpc: avoid memory-corruption on pool shutdown by J. Bruce Fields · 13 years ago
  93. 2fefb8a svcrpc: destroy server sockets all at once by J. Bruce Fields · 13 years ago
  94. 7710ec3 svcrpc: make svc_delete_xprt static by J. Bruce Fields · 13 years ago
  95. 3a9a231 net: Fix files explicitly needing to include module.h by Paul Gortmaker · 14 years ago
  96. 849a1cf SUNRPC: Replace svc_addr_u by sockaddr_storage by Mi Jinlong · 13 years ago
  97. ebc63e5 svcrpc: fix list-corrupting race on nfsd shutdown by J. Bruce Fields · 14 years ago
  98. 99de8ea rpc: keep backchannel xprt as long as server connection by J. Bruce Fields · 14 years ago
  99. 9e701c61 svcrpc: simpler request dropping by J. Bruce Fields · 14 years ago
  100. 7c96aef sunrpc: remove xpt_pool by NeilBrown · 14 years ago