1. 4fb8518 sunrpc: Tag svc_xprt with net by Pavel Emelyanov · 14 years ago
  2. e3bfca0 sunrpc: Make xprt auth cache release work with the xprt by Pavel Emelyanov · 14 years ago
  3. 6610f72 svcrpc: minor cache cleanup by J. Bruce Fields · 14 years ago
  4. f16b6e8 sunrpc/cache: allow threads to block while waiting for cache update. by NeilBrown · 14 years ago
  5. 5306293 Merge commit 'v2.6.34-rc6' by J. Bruce Fields · 14 years ago
  6. b48fa6b sunrpc: centralise most calls to svc_xprt_received by Neil Brown · 14 years ago
  7. 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
  8. 788e69e svcrpc: don't hold sv_lock over svc_xprt_put() by J. Bruce Fields · 14 years ago
  9. 1b644b6 Revert "sunrpc: move the close processing after do recvfrom method" by J. Bruce Fields · 14 years ago
  10. f582275 Revert "sunrpc: fix peername failed on closed listener" by J. Bruce Fields · 14 years ago
  11. ab1b18f sunrpc: remove unnecessary svc_xprt_put by Neil Brown · 14 years ago
  12. 6871790 SUNRPC: NFS kernel APIs shouldn't return ENOENT for "transport not found" by Chuck Lever · 14 years ago
  13. d6783b2 SUNRPC: Bury "#ifdef IPV6" in svc_create_xprt() by Chuck Lever · 14 years ago
  14. 93939f4 Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 15 years ago
  15. b292cf9 sunrpc: fix peername failed on closed listener by Xiaotian Feng · 15 years ago
  16. 37c24b3 Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 15 years ago
  17. f64f9e7 net: Move && and || to end of previous line by Joe Perches · 15 years ago
  18. 78c210e Revert "knfsd: avoid overloading the CPU scheduler with enormous load averages" by J. Bruce Fields · 15 years ago
  19. 4cfc7e6 nfsd41: sunrpc: Added rpc server-side backchannel handling by Rahul Iyer · 15 years ago
  20. b0401d7 sunrpc: move the close processing after do recvfrom method by Wei Yongjun · 15 years ago
  21. ed2d8ae knfsd: Replace lock_kernel with a mutex in nfsd pool stats. by Ryusei Yamaguchi · 15 years ago
  22. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  23. 335c54b NFSD: Prevent a buffer overflow in svc_xprt_names() by Chuck Lever · 15 years ago
  24. dcf1a35 net/sunrpc/svc_xprt.c: fix sparse warnings by H Hartley Sweeten · 15 years ago
  25. a638562 Merge branch 'for-2.6.30' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 15 years ago
  26. 2f42587 nfsd: don't use the deferral service, return NFS4ERR_DELAY by Andy Adamson · 15 years ago
  27. 9652ada SUNRPC: Change svc_create_xprt() to take a @family argument by Chuck Lever · 15 years ago
  28. 156e620 SUNRPC: Clean up svc_find_xprt() calling sequence by Chuck Lever · 15 years ago
  29. 03cf6c9 knfsd: add file to export stats about nfsd pools by Greg Banks · 16 years ago
  30. 59a252f knfsd: avoid overloading the CPU scheduler with enormous load averages by Greg Banks · 16 years ago
  31. 24c3767 SUNRPC: The sunrpc server code should not be used by out-of-tree modules by Trond Myklebust · 16 years ago
  32. 22945e4 svc: Clean up deferred requests on transport destruction by Tom Tucker · 16 years ago
  33. 2779e3a svc: Move kfree of deferral record to common code by Tom Tucker · 16 years ago
  34. c9233eb sunrpc: add sv_maxconn field to svc_serv (try #3) by Jeff Layton · 16 years ago
  35. 5dd248f SUNRPC: Use proper INADDR_ANY when setting up RPC services on IPv6 by Chuck Lever · 16 years ago
  36. aa3314c svc: Remove unused header files from svc_xprt.c by Tom Tucker · 16 years ago
  37. fc63a05 svc: Remove extra check for XPT_DEAD bit in svc_xprt_enqueue by Tom Tucker · 16 years ago
  38. 7b54fe6 SUNRPC: allow svc_recv to break out of 500ms sleep when alloc_page fails by Jeff Layton · 16 years ago
  39. 7086721 SUNRPC: have svc_recv() check kthread_should_stop() by Jeff Layton · 16 years ago
  40. e6f1ceb [NET] endianness noise: INADDR_ANY by Al Viro · 16 years ago
  41. d2f7e79 SUNRPC: Move exported symbol definitions after function declaration part 2 by Trond Myklebust · 17 years ago
  42. 9571af1 svc: Add svc_xprt_names service to replace svc_sock_names by Tom Tucker · 17 years ago
  43. a217813 knfsd: Support adding transports by writing portlist file by Tom Tucker · 17 years ago
  44. 7fcb98d svc: Add svc API that queries for a transport instance by Tom Tucker · 17 years ago
  45. dc9a16e svc: Add /proc/sys/sunrpc/transport files by Tom Tucker · 17 years ago
  46. 260c1d1 svc: Add transport hdr size for defer/revisit by Tom Tucker · 17 years ago
  47. 0f0257e svc: Move the xprt independent code to the svc_xprt.c file by Tom Tucker · 17 years ago
  48. 4e5caaa svc: Move create logic to common code by Tom Tucker · 17 years ago
  49. 9dbc240 svc: Move the sockaddr information to svc_xprt by Tom Tucker · 17 years ago
  50. 8c7b017 svc: Make deferral processing xprt independent by Tom Tucker · 17 years ago
  51. def13d7 svc: Move the authinfo cache to svc_xprt. by Tom Tucker · 17 years ago
  52. a50fea2 svc: Make svc_send transport neutral by Tom Tucker · 17 years ago
  53. 7a18208 svc: Make close transport independent by Tom Tucker · 17 years ago
  54. bb5cf16 svc: Move sk_server and sk_pool to svc_xprt by Tom Tucker · 17 years ago
  55. e1b3157 svc: Change sk_inuse to a kref by Tom Tucker · 17 years ago
  56. b700cbb svc: Add a generic transport svc_create_xprt function by Tom Tucker · 17 years ago
  57. 1d8206b9 svc: Add an svc transport class by Tom Tucker · 17 years ago