1. 37c791a sunrpc: use-after-free in svc_process_common() by Vasily Averin · 5 years ago
  2. 5727dbc nfsd: Fix an Oops in free_session() by Trond Myklebust · 6 years ago
  3. a297ed8 sunrpc: don't call sleeping functions from the notifier block callbacks by Scott Mayhew · 7 years ago
  4. ea08e39 sunrpc: svc_age_temp_xprts_now should not call setsockopt non-tcp transports by Scott Mayhew · 8 years ago
  5. f4a4906 SUNRPC: Remove unused callback xpo_adjust_wspace() by Trond Myklebust · 8 years ago
  6. ff3ac5c SUNRPC: Add a server side per-connection limit by Trond Myklebust · 8 years ago
  7. 104f635 SUNRPC: Add tracepoints for dropped and deferred requests by Trond Myklebust · 8 years ago
  8. 82ea2d7 SUNRPC: Add a tracepoint for server socket out-of-space conditions by Trond Myklebust · 8 years ago
  9. 39a9bea rpc: share one xps between all backchannels by J. Bruce Fields · 8 years ago
  10. d96b9c9 svcrpc: autoload rdma module by J. Bruce Fields · 8 years ago
  11. c3d4879 sunrpc: Add a function to close temporary transports immediately by Scott Mayhew · 9 years ago
  12. b9e13cd nfsd/sunrpc: turn enqueueing a svc_xprt into a svc_serv operation by Jeff Layton · 9 years ago
  13. 3c51991 sunrpc/lockd: fix references to the BKL by Jeff Layton · 9 years ago
  14. acf06a7 sunrpc: only call test_bit once in svc_xprt_received by Jeff Layton · 10 years ago
  15. 83a712e sunrpc: add some tracepoints around enqueue and dequeue of svc_xprt by Jeff Layton · 10 years ago
  16. b1691bc sunrpc: convert to lockless lookup of queued server threads by Jeff Layton · 10 years ago
  17. 403c7b4 sunrpc: fix potential races in pool_stats collection by Jeff Layton · 10 years ago
  18. ceff739 sunrpc: have svc_wake_up only deal with pool 0 by Jeff Layton · 10 years ago
  19. 4d5db3f sunrpc: convert sp_task_pending flag to use atomic bitops by Jeff Layton · 10 years ago
  20. 78b65eb sunrpc: move rq_dropme flag into rq_flags by Jeff Layton · 10 years ago
  21. 30660e04b sunrpc: move rq_usedeferral flag to rq_flags by Jeff Layton · 10 years ago
  22. 4d152e2 sunrpc: add a generic rq_flags field to svc_rqst and move rq_secure to it by Jeff Layton · 10 years ago
  23. 2941b0e Merge tag 'nfs-for-3.19-1' into nfsd for-3.19 branch by J. Bruce Fields · 10 years ago
  24. 8d65ef7 sunrpc: eliminate the XPT_DETACHED flag by Jeff Layton · 10 years ago
  25. 860a0d9 sunrpc: add some tracepoints in svc_rqst handling functions by Jeff Layton · 10 years ago
  26. ae89254 SUNRPC: Fix compile on non-x86 by J. Bruce Fields · 10 years ago
  27. 0c0746d SUNRPC: More optimisations of svc_xprt_enqueue() by Trond Myklebust · 10 years ago
  28. a4aa805 SUNRPC: Fix broken kthread_should_stop test in svc_get_next_xprt by Trond Myklebust · 10 years ago
  29. 983c684 SUNRPC: get rid of the request wait queue by Trond Myklebust · 10 years ago
  30. 106f359 SUNRPC: Do not grab pool->sp_lock unnecessarily in svc_get_next_xprt by Trond Myklebust · 10 years ago
  31. 9e5b208 SUNRPC: Do not override wspace tests in svc_handle_xprt by Trond Myklebust · 10 years ago
  32. 5187768 SUNRPC: Allow svc_reserve() to notify TCP socket that space has been freed by Trond Myklebust · 10 years ago
  33. 0971374 SUNRPC: Reduce contention in svc_xprt_enqueue() by Trond Myklebust · 10 years ago
  34. 2825a7f nfsd4: allow encoding across page boundaries by J. Bruce Fields · 11 years ago
  35. c789102 SUNRPC: Fix a module reference leak in svc_handle_xprt by Trond Myklebust · 10 years ago
  36. 16e4d93 NFSD: Ignore client's source port on RDMA transports by Chuck Lever · 10 years ago
  37. e1d83ee net: Mark functions as static in net/sunrpc/svc_xprt.c by Rashika Kheria · 10 years ago
  38. cc630d9 svcrpc: fix rpc server shutdown races by J. Bruce Fields · 11 years ago
  39. e75bafb svcrpc: make svc_age_temp_xprts enqueue under sv_lock by J. Bruce Fields · 11 years ago
  40. 35525b7 sunrpc: Fix lockd sleeping until timeout by Andriy Skulysh · 11 years ago
  41. 0104729 SUNRPC: remove BUG_ON in svc_delete_xprt by Weston Andros Adamson · 12 years ago
  42. b25cd05 SUNRPC: remove BUG_ONs checking RPCSVC_MAXPAGES by Weston Andros Adamson · 12 years ago
  43. ff1fdb9 SUNRPC: remove BUG_ON in svc_xprt_received by Weston Andros Adamson · 12 years ago
  44. 65b2e66 svcrpc: split up svc_handle_xprt by J. Bruce Fields · 12 years ago
  45. 6797fa5 svcrpc: break up svc_recv by J. Bruce Fields · 12 years ago
  46. 6741019 svcrpc: make svc_xprt_received static by J. Bruce Fields · 12 years ago
  47. 9f9d2eb svcrpc: make xpo_recvfrom return only >=0 by J. Bruce Fields · 12 years ago
  48. 39b5530 svcrpc: share some setup of listening sockets by J. Bruce Fields · 12 years ago
  49. c334196 svcrpc: make svc_create_xprt enqueue on clearing XPT_BUSY by J. Bruce Fields · 12 years ago
  50. 719f8bc svcrpc: fix xpt_list traversal locking on shutdown by J. Bruce Fields · 12 years ago
  51. d10f27a svcrpc: fix svc_xprt_enqueue/svc_recv busy-looping by J. Bruce Fields · 12 years ago
  52. f06f00a svcrpc: sends on closed socket should stop immediately by J. Bruce Fields · 12 years ago
  53. 419f431 Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 12 years ago
  54. 3ddbe87 svcrpc: fix a comment typo by J. Bruce Fields · 12 years ago
  55. 91c427a sunrpc: do array overrun check in svc_recv before allocating pages by Jeff Layton · 12 years ago
  56. e87cc47 net: Convert net_ratelimit uses to net_<level>_ratelimited by Joe Perches · 12 years ago
  57. 7b147f1 SUNRPC: service destruction in network namespace context by Stanislav Kinsbursky · 12 years ago
  58. 3a22bf5 SUNRPC: clear svc transports lists helper introduced by Stanislav Kinsbursky · 12 years ago
  59. 6f51336 SUNRPC: clear svc pools lists helper introduced by Stanislav Kinsbursky · 12 years ago
  60. 4cb54ca SUNRPC: search for service transports in network namespace context by Stanislav Kinsbursky · 12 years ago
  61. 0b48d42 Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 12 years ago
  62. dfd56b8 net: use IS_ENABLED(CONFIG_IPV6) by Eric Dumazet · 13 years ago
  63. bd4620d SUNRPC: create svc_xprt in proper network namespace by Stanislav Kinsbursky · 13 years ago
  64. b4f36f8 svcrpc: avoid memory-corruption on pool shutdown by J. Bruce Fields · 13 years ago
  65. 2fefb8a svcrpc: destroy server sockets all at once by J. Bruce Fields · 13 years ago
  66. 7710ec3 svcrpc: make svc_delete_xprt static by J. Bruce Fields · 13 years ago
  67. 3a9a231 net: Fix files explicitly needing to include module.h by Paul Gortmaker · 13 years ago
  68. 849a1cf SUNRPC: Replace svc_addr_u by sockaddr_storage by Mi Jinlong · 13 years ago
  69. ebc63e5 svcrpc: fix list-corrupting race on nfsd shutdown by J. Bruce Fields · 13 years ago
  70. 99de8ea rpc: keep backchannel xprt as long as server connection by J. Bruce Fields · 14 years ago
  71. 9e701c6 svcrpc: simpler request dropping by J. Bruce Fields · 13 years ago
  72. 7c96aef sunrpc: remove xpt_pool by NeilBrown · 14 years ago
  73. ec66ee3 Merge commit 'v2.6.37-rc6' into for-2.6.38 by J. Bruce Fields · 14 years ago
  74. ed2849d sunrpc: prevent use-after-free on clearing XPT_BUSY by NeilBrown · 14 years ago
  75. 9c335c0 svcrpc: fix wspace-checking race by J. Bruce Fields · 14 years ago
  76. b176331 svcrpc: svc_close_xprt comment by J. Bruce Fields · 14 years ago
  77. f8c0d22 svcrpc: simplify svc_close_all by J. Bruce Fields · 14 years ago
  78. ca7896c nfsd4: centralize more calls to svc_xprt_received by J. Bruce Fields · 14 years ago
  79. 62bac4a svcrpc: don't set then immediately clear XPT_DEFERRED by J. Bruce Fields · 14 years ago
  80. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  81. 01dba07 svcrpc: no need for XPT_DEAD check in svc_xprt_enqueue by J. Bruce Fields · 14 years ago
  82. ac9303e svcrpc: assume svc_delete_xprt() called only once by J. Bruce Fields · 14 years ago
  83. 7e4fdd0 svcrpc: never clear XPT_BUSY on dead xprt by J. Bruce Fields · 14 years ago
  84. 8f3a6de sunrpc: Turn list_for_each-s into the ..._entry-s by Pavel Emelyanov · 14 years ago
  85. edc7a89 nfsd: provide callbacks on svc_xprt deletion by J. Bruce Fields · 14 years ago
  86. 62832c0 sunrpc: Pull net argument downto svc_create_socket by Pavel Emelyanov · 14 years ago
  87. fc5d00b sunrpc: Add net argument to svc_create_xprt by Pavel Emelyanov · 14 years ago
  88. 4fb8518 sunrpc: Tag svc_xprt with net by Pavel Emelyanov · 14 years ago
  89. e3bfca0 sunrpc: Make xprt auth cache release work with the xprt by Pavel Emelyanov · 14 years ago
  90. 6610f72 svcrpc: minor cache cleanup by J. Bruce Fields · 14 years ago
  91. f16b6e8 sunrpc/cache: allow threads to block while waiting for cache update. by NeilBrown · 14 years ago
  92. 5306293 Merge commit 'v2.6.34-rc6' by J. Bruce Fields · 14 years ago
  93. b48fa6b sunrpc: centralise most calls to svc_xprt_received by Neil Brown · 14 years ago
  94. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  95. 788e69e svcrpc: don't hold sv_lock over svc_xprt_put() by J. Bruce Fields · 14 years ago
  96. 1b644b6 Revert "sunrpc: move the close processing after do recvfrom method" by J. Bruce Fields · 14 years ago
  97. f582275 Revert "sunrpc: fix peername failed on closed listener" by J. Bruce Fields · 14 years ago
  98. ab1b18f sunrpc: remove unnecessary svc_xprt_put by Neil Brown · 14 years ago
  99. 6871790 SUNRPC: NFS kernel APIs shouldn't return ENOENT for "transport not found" by Chuck Lever · 14 years ago
  100. d6783b2 SUNRPC: Bury "#ifdef IPV6" in svc_create_xprt() by Chuck Lever · 14 years ago