1. cc630d9 svcrpc: fix rpc server shutdown races by J. Bruce Fields · 11 years ago
  2. e75bafb svcrpc: make svc_age_temp_xprts enqueue under sv_lock by J. Bruce Fields · 11 years ago
  3. 35525b7 sunrpc: Fix lockd sleeping until timeout by Andriy Skulysh · 12 years ago
  4. 0104729 SUNRPC: remove BUG_ON in svc_delete_xprt by Weston Andros Adamson · 12 years ago
  5. b25cd05 SUNRPC: remove BUG_ONs checking RPCSVC_MAXPAGES by Weston Andros Adamson · 12 years ago
  6. ff1fdb9 SUNRPC: remove BUG_ON in svc_xprt_received by Weston Andros Adamson · 12 years ago
  7. 65b2e66 svcrpc: split up svc_handle_xprt by J. Bruce Fields · 12 years ago
  8. 6797fa5 svcrpc: break up svc_recv by J. Bruce Fields · 12 years ago
  9. 6741019 svcrpc: make svc_xprt_received static by J. Bruce Fields · 12 years ago
  10. 9f9d2eb svcrpc: make xpo_recvfrom return only >=0 by J. Bruce Fields · 12 years ago
  11. 39b5530 svcrpc: share some setup of listening sockets by J. Bruce Fields · 12 years ago
  12. c334196 svcrpc: make svc_create_xprt enqueue on clearing XPT_BUSY by J. Bruce Fields · 12 years ago
  13. 719f8bc svcrpc: fix xpt_list traversal locking on shutdown by J. Bruce Fields · 12 years ago
  14. d10f27a svcrpc: fix svc_xprt_enqueue/svc_recv busy-looping by J. Bruce Fields · 12 years ago
  15. f06f00a svcrpc: sends on closed socket should stop immediately by J. Bruce Fields · 12 years ago
  16. 419f431 Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 12 years ago
  17. 3ddbe87 svcrpc: fix a comment typo by J. Bruce Fields · 12 years ago
  18. 91c427a sunrpc: do array overrun check in svc_recv before allocating pages by Jeff Layton · 12 years ago
  19. e87cc47 net: Convert net_ratelimit uses to net_<level>_ratelimited by Joe Perches · 12 years ago
  20. 7b147f1 SUNRPC: service destruction in network namespace context by Stanislav Kinsbursky · 12 years ago
  21. 3a22bf5 SUNRPC: clear svc transports lists helper introduced by Stanislav Kinsbursky · 12 years ago
  22. 6f51336 SUNRPC: clear svc pools lists helper introduced by Stanislav Kinsbursky · 12 years ago
  23. 4cb54ca SUNRPC: search for service transports in network namespace context by Stanislav Kinsbursky · 12 years ago
  24. 0b48d42 Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 13 years ago
  25. dfd56b8 net: use IS_ENABLED(CONFIG_IPV6) by Eric Dumazet · 13 years ago
  26. bd4620d SUNRPC: create svc_xprt in proper network namespace by Stanislav Kinsbursky · 13 years ago
  27. b4f36f8 svcrpc: avoid memory-corruption on pool shutdown by J. Bruce Fields · 13 years ago
  28. 2fefb8a svcrpc: destroy server sockets all at once by J. Bruce Fields · 13 years ago
  29. 7710ec3 svcrpc: make svc_delete_xprt static by J. Bruce Fields · 13 years ago
  30. 3a9a231 net: Fix files explicitly needing to include module.h by Paul Gortmaker · 13 years ago
  31. 849a1cf SUNRPC: Replace svc_addr_u by sockaddr_storage by Mi Jinlong · 13 years ago
  32. ebc63e5 svcrpc: fix list-corrupting race on nfsd shutdown by J. Bruce Fields · 13 years ago
  33. 99de8ea rpc: keep backchannel xprt as long as server connection by J. Bruce Fields · 14 years ago
  34. 9e701c6 svcrpc: simpler request dropping by J. Bruce Fields · 14 years ago
  35. 7c96aef sunrpc: remove xpt_pool by NeilBrown · 14 years ago
  36. ec66ee3 Merge commit 'v2.6.37-rc6' into for-2.6.38 by J. Bruce Fields · 14 years ago
  37. ed2849d sunrpc: prevent use-after-free on clearing XPT_BUSY by NeilBrown · 14 years ago
  38. 9c335c0 svcrpc: fix wspace-checking race by J. Bruce Fields · 14 years ago
  39. b176331 svcrpc: svc_close_xprt comment by J. Bruce Fields · 14 years ago
  40. f8c0d22 svcrpc: simplify svc_close_all by J. Bruce Fields · 14 years ago
  41. ca7896c nfsd4: centralize more calls to svc_xprt_received by J. Bruce Fields · 14 years ago
  42. 62bac4a svcrpc: don't set then immediately clear XPT_DEFERRED by J. Bruce Fields · 14 years ago
  43. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  44. 01dba07 svcrpc: no need for XPT_DEAD check in svc_xprt_enqueue by J. Bruce Fields · 14 years ago
  45. ac9303e svcrpc: assume svc_delete_xprt() called only once by J. Bruce Fields · 14 years ago
  46. 7e4fdd0 svcrpc: never clear XPT_BUSY on dead xprt by J. Bruce Fields · 14 years ago
  47. 8f3a6de sunrpc: Turn list_for_each-s into the ..._entry-s by Pavel Emelyanov · 14 years ago
  48. edc7a89 nfsd: provide callbacks on svc_xprt deletion by J. Bruce Fields · 14 years ago
  49. 62832c0 sunrpc: Pull net argument downto svc_create_socket by Pavel Emelyanov · 14 years ago
  50. fc5d00b sunrpc: Add net argument to svc_create_xprt by Pavel Emelyanov · 14 years ago
  51. 4fb8518 sunrpc: Tag svc_xprt with net by Pavel Emelyanov · 14 years ago
  52. e3bfca0 sunrpc: Make xprt auth cache release work with the xprt by Pavel Emelyanov · 14 years ago
  53. 6610f72 svcrpc: minor cache cleanup by J. Bruce Fields · 14 years ago
  54. f16b6e8 sunrpc/cache: allow threads to block while waiting for cache update. by NeilBrown · 14 years ago
  55. 5306293 Merge commit 'v2.6.34-rc6' by J. Bruce Fields · 14 years ago
  56. b48fa6b sunrpc: centralise most calls to svc_xprt_received by Neil Brown · 14 years ago
  57. 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
  58. 788e69e svcrpc: don't hold sv_lock over svc_xprt_put() by J. Bruce Fields · 14 years ago
  59. 1b644b6 Revert "sunrpc: move the close processing after do recvfrom method" by J. Bruce Fields · 14 years ago
  60. f582275 Revert "sunrpc: fix peername failed on closed listener" by J. Bruce Fields · 14 years ago
  61. ab1b18f sunrpc: remove unnecessary svc_xprt_put by Neil Brown · 14 years ago
  62. 6871790 SUNRPC: NFS kernel APIs shouldn't return ENOENT for "transport not found" by Chuck Lever · 14 years ago
  63. d6783b2 SUNRPC: Bury "#ifdef IPV6" in svc_create_xprt() by Chuck Lever · 14 years ago
  64. 93939f4 Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 15 years ago
  65. b292cf9 sunrpc: fix peername failed on closed listener by Xiaotian Feng · 15 years ago
  66. 37c24b3 Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 15 years ago
  67. f64f9e7 net: Move && and || to end of previous line by Joe Perches · 15 years ago
  68. 78c210e Revert "knfsd: avoid overloading the CPU scheduler with enormous load averages" by J. Bruce Fields · 15 years ago
  69. 4cfc7e6 nfsd41: sunrpc: Added rpc server-side backchannel handling by Rahul Iyer · 15 years ago
  70. b0401d7 sunrpc: move the close processing after do recvfrom method by Wei Yongjun · 15 years ago
  71. ed2d8ae knfsd: Replace lock_kernel with a mutex in nfsd pool stats. by Ryusei Yamaguchi · 15 years ago
  72. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  73. 335c54b NFSD: Prevent a buffer overflow in svc_xprt_names() by Chuck Lever · 15 years ago
  74. dcf1a35 net/sunrpc/svc_xprt.c: fix sparse warnings by H Hartley Sweeten · 15 years ago
  75. a638562 Merge branch 'for-2.6.30' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 15 years ago
  76. 2f42587 nfsd: don't use the deferral service, return NFS4ERR_DELAY by Andy Adamson · 15 years ago
  77. 9652ada SUNRPC: Change svc_create_xprt() to take a @family argument by Chuck Lever · 15 years ago
  78. 156e620 SUNRPC: Clean up svc_find_xprt() calling sequence by Chuck Lever · 15 years ago
  79. 03cf6c9 knfsd: add file to export stats about nfsd pools by Greg Banks · 16 years ago
  80. 59a252f knfsd: avoid overloading the CPU scheduler with enormous load averages by Greg Banks · 16 years ago
  81. 24c3767 SUNRPC: The sunrpc server code should not be used by out-of-tree modules by Trond Myklebust · 16 years ago
  82. 22945e4 svc: Clean up deferred requests on transport destruction by Tom Tucker · 16 years ago
  83. 2779e3a svc: Move kfree of deferral record to common code by Tom Tucker · 16 years ago
  84. c9233eb sunrpc: add sv_maxconn field to svc_serv (try #3) by Jeff Layton · 16 years ago
  85. 5dd248f SUNRPC: Use proper INADDR_ANY when setting up RPC services on IPv6 by Chuck Lever · 16 years ago
  86. aa3314c svc: Remove unused header files from svc_xprt.c by Tom Tucker · 16 years ago
  87. fc63a05 svc: Remove extra check for XPT_DEAD bit in svc_xprt_enqueue by Tom Tucker · 16 years ago
  88. 7b54fe6 SUNRPC: allow svc_recv to break out of 500ms sleep when alloc_page fails by Jeff Layton · 16 years ago
  89. 7086721 SUNRPC: have svc_recv() check kthread_should_stop() by Jeff Layton · 16 years ago
  90. e6f1ceb [NET] endianness noise: INADDR_ANY by Al Viro · 16 years ago
  91. d2f7e79 SUNRPC: Move exported symbol definitions after function declaration part 2 by Trond Myklebust · 17 years ago
  92. 9571af1 svc: Add svc_xprt_names service to replace svc_sock_names by Tom Tucker · 17 years ago
  93. a217813 knfsd: Support adding transports by writing portlist file by Tom Tucker · 17 years ago
  94. 7fcb98d svc: Add svc API that queries for a transport instance by Tom Tucker · 17 years ago
  95. dc9a16e svc: Add /proc/sys/sunrpc/transport files by Tom Tucker · 17 years ago
  96. 260c1d1 svc: Add transport hdr size for defer/revisit by Tom Tucker · 17 years ago
  97. 0f0257e svc: Move the xprt independent code to the svc_xprt.c file by Tom Tucker · 17 years ago
  98. 4e5caaa svc: Move create logic to common code by Tom Tucker · 17 years ago
  99. 9dbc240 svc: Move the sockaddr information to svc_xprt by Tom Tucker · 17 years ago
  100. 8c7b017 svc: Make deferral processing xprt independent by Tom Tucker · 17 years ago