1. 6c53da5 SUNRPC: Remove transport class dprintk call sites by Chuck Lever · 1 year, 9 months ago
  2. 02cea33 SUNRPC: Fix comments for transport class registration by Chuck Lever · 1 year, 9 months ago
  3. f8335a2 SUNRPC: Move initialization of rq_stime by Chuck Lever · 1 year, 9 months ago
  4. 5f7fc5d SUNRPC: Resupply rq_pages from node-local memory by Chuck Lever · 1 year, 10 months ago
  5. cce4ee9 SUNRPC: Remove dprintk() in svc_handle_xprt() by Chuck Lever · 1 year, 10 months ago
  6. 948f072 SUNRPC: always free ctxt when freeing deferred request by NeilBrown · 1 year, 10 months ago
  7. eb8d3a2 SUNRPC: double free xprt_ctxt while still in use by NeilBrown · 1 year, 10 months ago
  8. b3cbf98 SUNRPC: Support TLS handshake in the server-side TCP socket code by Chuck Lever · 1 year, 11 months ago
  9. 695bc1f SUNRPC: Clear rq_xid when receiving a new RPC Call by Chuck Lever · 1 year, 11 months ago
  10. 6a0cdf5 SUNRPC: Be even lazier about releasing pages by Chuck Lever · 1 year, 11 months ago
  11. b20cb39 SUNRPC: Relocate svc_free_res_pages() by Chuck Lever · 1 year, 11 months ago
  12. 55fcc7d SUNRPC: Ignore return value of ->xpo_sendto by Chuck Lever · 2 years ago
  13. 319951e SUNRPC: Remove ->xpo_secure_port() by Chuck Lever · 2 years, 2 months ago
  14. ccf08be SUNRPC: Replace pool stats with per-CPU variables by Chuck Lever · 2 years, 2 months ago
  15. f4afc8f SUNRPC: Hoist svcxdr_init_decode() into svc_process() by Chuck Lever · 2 years, 2 months ago
  16. 7827c81 Revert "SUNRPC: Use RMW bitops in single-threaded hot paths" by Chuck Lever · 2 years, 2 months ago
  17. 28fffa6 SUNRPC: Expand the svc_alloc_arg_err tracepoint by Chuck Lever · 2 years, 9 months ago
  18. 28df098 SUNRPC: Use RMW bitops in single-threaded hot paths by Chuck Lever · 2 years, 11 months ago
  19. 2059b69 SUNRPC: Simplify synopsis of svc_pool_for_cpu() by Chuck Lever · 2 years, 10 months ago
  20. 586095d SUNRPC: Don't disable preemption while calling svc_pool_for_cpu(). by Sebastian Andrzej Siewior · 2 years, 10 months ago
  21. 983084b SUNRPC: Remove svc_rqst::rq_xprt_hlen by Chuck Lever · 3 years ago
  22. c1488c9 Merge tag 'nfsd-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux by Linus Torvalds · 2 years, 11 months ago
  23. 773f91b SUNRPC: Fix NFSD's request deferral on RDMA transports by Chuck Lever · 3 years ago
  24. 169e777 Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years ago
  25. c7d7ec8 SUNRPC: Remove svc_shutdown_net() by Chuck Lever · 3 years, 1 month ago
  26. 4355d76 SUNRPC: Rename svc_close_xprt() by Chuck Lever · 3 years, 1 month ago
  27. 352ad31 SUNRPC: Rename svc_create_xprt() by Chuck Lever · 3 years, 1 month ago
  28. c0219c4 SUNRPC: Merge svc_do_enqueue_xprt() into svc_enqueue_xprt() by Chuck Lever · 3 years, 1 month ago
  29. a9ff2e9 SUNRPC: Remove the .svo_enqueue_xprt method by Chuck Lever · 3 years, 2 months ago
  30. 6cdef8a SUNRPC: add netns refcount tracker to struct svc_xprt by Eric Dumazet · 3 years, 1 month ago
  31. 175398a Merge tag 'nfsd-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux by Linus Torvalds · 3 years, 2 months ago
  32. 4034247 mm: introduce memalloc_retry_wait() by NeilBrown · 3 years, 2 months ago
  33. dc6c6fb SUNRPC: Fix sockaddr handling in the svc_xprt_create_error trace point by Chuck Lever · 3 years, 2 months ago
  34. 5089f3d9 SUNRPC: Remove low signal-to-noise tracepoints by Chuck Lever · 3 years, 5 months ago
  35. 22a027e8 SUNRPC: Add trace event when alloc_pages_bulk() makes no progress by Chuck Lever · 3 years, 5 months ago
  36. 14e2bc4 Merge tag 'nfsd-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux by Linus Torvalds · 3 years, 6 months ago
  37. e38b3f2 SUNRPC: don't pause on incomplete allocation by NeilBrown · 3 years, 6 months ago
  38. 8bda955 Merge tag 'nfsd-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux by Linus Torvalds · 3 years, 6 months ago
  39. 062b829 SUNRPC: Fix XPT_BUSY flag leakage in svc_handle_xprt()... by Trond Myklebust · 3 years, 7 months ago
  40. 2f0f88f SUNRPC: Add svc_rqst_replace_page() API by Chuck Lever · 3 years, 8 months ago
  41. f6e70aa SUNRPC: refresh rq_pages using a bulk page allocator by Chuck Lever · 3 years, 11 months ago
  42. ab83626 SUNRPC: set rq_page_end differently by Chuck Lever · 3 years, 11 months ago
  43. 82011c8 SUNRPC: Move svc_xprt_received() call sites by Chuck Lever · 4 years, 2 months ago
  44. 7dcfbd8 SUNRPC: Export svc_xprt_received() by Chuck Lever · 4 years, 1 month ago
  45. e844d30 svcrdma: Add a "deferred close" helper by Chuck Lever · 4 years, 1 month ago
  46. c7de87f NFSD: Repair misuse of sv_lock in 5.10.16-rt30. by Joe Korty · 4 years ago
  47. 5f39d27 SUNRPC: Move the svc_xdr_recvfrom tracepoint again by Chuck Lever · 4 years, 2 months ago
  48. 156708a SUNRPC: Move the svc_xdr_recvfrom() tracepoint by Chuck Lever · 4 years, 8 months ago
  49. a539568 Merge tag 'nfs-for-5.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 4 years, 9 months ago
  50. c509f15a SUNRPC: Split the xdr_buf event class by Chuck Lever · 4 years, 10 months ago
  51. 8954c5c SUNRPC: Clean up request deferral tracepoints by Chuck Lever · 5 years ago
  52. 11bbb0f SUNRPC: Trace a few more generic svc_xprt events by Chuck Lever · 5 years ago
  53. 4b8f380 SUNRPC: Tracepoint to record errors in svc_xpo_create() by Chuck Lever · 4 years, 11 months ago
  54. ca4faf5 SUNRPC: Move xpt_mutex into socket xpo_sendto methods by Chuck Lever · 4 years, 10 months ago
  55. 23cf1ee svcrdma: Fix leak of svc_rdma_recv_ctxt objects by Chuck Lever · 5 years ago
  56. 6221f1d SUNRPC: Fix backchannel RPC soft lockups by Chuck Lever · 5 years ago
  57. b25b60d SUNRPC: Fix a potential buffer overflow in 'svc_print_xprts()' by Christophe JAILLET · 5 years ago
  58. b20dfc3 svcrdma: Create a generic tracing class for displaying xdr_buf layout by Chuck Lever · 5 years ago
  59. 855c9e7 nfs: fix out-of-date connectathon talk URL by J. Bruce Fields · 6 years ago
  60. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  61. 1237d35 SUNRPC: Temporary sockets should inherit the cred from their parent by Trond Myklebust · 6 years ago
  62. 4df493a SUNRPC: Cache the process user cred in the RPC server listener by Trond Myklebust · 6 years ago
  63. 95503d2 svcrpc: fix unlikely races preventing queueing of sockets by J. Bruce Fields · 6 years ago
  64. 66c898ca svcrpc: svc_xprt_has_something_to_do seems a little long by J. Bruce Fields · 6 years ago
  65. 1602a7b SUNRPC: Don't allow compiler optimisation of svc_xprt_release_slot() by Trond Myklebust · 6 years ago
  66. 9ac3128 sunrpc: fix debug message in svc_create_xprt() by Vasily Averin · 6 years ago
  67. d4b09ac sunrpc: use-after-free in svc_process_common() by Vasily Averin · 6 years ago
  68. 310c758 Merge tag 'nfsd-4.20' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 6 years ago
  69. bb6ad55 nfsd: Fix an Oops in free_session() by Trond Myklebust · 6 years ago
  70. c544577 SUNRPC: Clean up transport write space handling by Trond Myklebust · 7 years ago
  71. 55f5088 svc: Report xprt dequeue latency by Chuck Lever · 7 years ago
  72. aaba72c sunrpc: Report per-RPC execution stats by Chuck Lever · 7 years ago
  73. ece200d sunrpc: Save remote presentation address in svc_xprt for trace events by Chuck Lever · 7 years ago
  74. 41f306d sunrpc: Simplify trace_svc_recv by Chuck Lever · 7 years ago
  75. 7dbb53b sunrpc: Simplify do_enqueue tracing by Chuck Lever · 7 years ago
  76. caa3e106d sunrpc: Move trace_svc_xprt_dequeue() by Chuck Lever · 7 years ago
  77. 989f881 svc: Simplify ->xpo_secure_port by Chuck Lever · 7 years ago
  78. 63a1b15 sunrpc: Remove unneeded pointer dereference by Chuck Lever · 7 years ago
  79. 841b86f treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts by Kees Cook · 7 years ago
  80. 4dd3c2e Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 7 years ago
  81. 22700f3c SUNRPC: Improve ordering of transport processing by Trond Myklebust · 7 years ago
  82. da36e6d sunrcp: make function _svc_create_xprt static by Colin Ian King · 7 years ago
  83. ff861c4 sunrpc: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  84. 8c6ae49 sunrpc: Allocate up to RPCSVC_MAXPAGES per svc_rqst by Chuck Lever · 8 years ago
  85. 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
  86. 2c935bc locking/atomic, kref: Add kref_read() by Peter Zijlstra · 8 years ago
  87. 546125d sunrpc: don't call sleeping functions from the notifier block callbacks by Scott Mayhew · 8 years ago
  88. ea08e39 sunrpc: svc_age_temp_xprts_now should not call setsockopt non-tcp transports by Scott Mayhew · 8 years ago
  89. f4a4906 SUNRPC: Remove unused callback xpo_adjust_wspace() by Trond Myklebust · 9 years ago
  90. ff3ac5c SUNRPC: Add a server side per-connection limit by Trond Myklebust · 9 years ago
  91. 104f635 SUNRPC: Add tracepoints for dropped and deferred requests by Trond Myklebust · 9 years ago
  92. 82ea2d7 SUNRPC: Add a tracepoint for server socket out-of-space conditions by Trond Myklebust · 9 years ago
  93. 39a9beab rpc: share one xps between all backchannels by J. Bruce Fields · 9 years ago
  94. d96b9c9 svcrpc: autoload rdma module by J. Bruce Fields · 9 years ago
  95. c3d4879 sunrpc: Add a function to close temporary transports immediately by Scott Mayhew · 9 years ago
  96. b9e13cd nfsd/sunrpc: turn enqueueing a svc_xprt into a svc_serv operation by Jeff Layton · 10 years ago
  97. 3c519914 sunrpc/lockd: fix references to the BKL by Jeff Layton · 10 years ago
  98. acf06a7 sunrpc: only call test_bit once in svc_xprt_received by Jeff Layton · 10 years ago
  99. 83a712e sunrpc: add some tracepoints around enqueue and dequeue of svc_xprt by Jeff Layton · 10 years ago
  100. b1691bc sunrpc: convert to lockless lookup of queued server threads by Jeff Layton · 10 years ago