1. 39a9bea rpc: share one xps between all backchannels by J. Bruce Fields · 9 years ago
  2. 6b26cc8 sunrpc: Advertise maximum backchannel payload size by Chuck Lever · 9 years ago
  3. 80b14d5 SUNRPC: Add a structure to track multiple transports by Trond Myklebust · 10 years ago
  4. fda1bfe SUNRPC: Make freeing of struct xprt rcu-safe by Trond Myklebust · 10 years ago
  5. 30c5116 SUNRPC: Uninline xprt_get(); It isn't performance critical. by Trond Myklebust · 10 years ago
  6. 7656677 NFS: Enable client side NFSv4.1 backchannel to use other transports by Chuck Lever · 9 years ago
  7. 9468431 svcrdma: Add backward direction service for RPC/RDMA transport by Chuck Lever · 9 years ago
  8. 42e5c3e SUNRPC: Abstract backchannel operations by Chuck Lever · 9 years ago
  9. 4a06825 SUNRPC: Transport fault injection by Chuck Lever · 10 years ago
  10. d67fa4d sunrpc: turn swapper_enable/disable functions into rpc_xprt_ops by Jeff Layton · 10 years ago
  11. 8e22813 sunrpc: make xprt->swapper an atomic_t by Jeff Layton · 10 years ago
  12. 0d2a970 SUNRPC: Fix a backchannel race by Trond Myklebust · 10 years ago
  13. 9e2b9f3 SUNRPC: Remove the redundant XPRT_CONNECTION_CLOSE flag by Trond Myklebust · 10 years ago
  14. 505936f SUNRPC: Cleanup to remove remaining uses of XPRT_CONNECTION_ABORT by Trond Myklebust · 10 years ago
  15. 4efdd92 SUNRPC: Remove TCP client connection reset hack by Trond Myklebust · 10 years ago
  16. 718ba5b SUNRPC: Add helpers to prevent socket create from racing by Trond Myklebust · 10 years ago
  17. 388f0c7 sunrpc: add a debugfs rpc_xprt directory with an info file in it by Jeff Layton · 10 years ago
  18. a743419 SUNRPC: Don't wake tasks during connection abort by Benjamin Coddington · 10 years ago
  19. d1e1cda Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  20. 4f4cf5a SUNRPC: Move congestion window constants to header file by Chuck Lever · 11 years ago
  21. 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 11 years ago
  22. d531c00 NFSD/SUNRPC: Check rpc_xprt out of xs_setup_bc_tcp by Kinglong Mee · 11 years ago
  23. 90051ea SUNRPC: Clean up - convert xprt_prepare_transmit to return a bool by Trond Myklebust · 11 years ago
  24. 33d90ac SUNRPC: allow disabling idle timeout by J. Bruce Fields · 12 years ago
  25. b7993ce SUNRPC: Allow rpc_create() to request that TCP slots be unlimited by Trond Myklebust · 12 years ago
  26. ba60eb2 SUNRPC: Fix a livelock problem in the xprt->backlog queue by Trond Myklebust · 12 years ago
  27. 6a24dfb SUNRPC: Pass pointers to struct rpc_xprt to the congestion window by Trond Myklebust · 12 years ago
  28. 1b09209 SUNRPC: Pass a pointer to struct rpc_xprt to the connect callback by Trond Myklebust · 12 years ago
  29. d19751e SUNRPC: Get rid of the redundant xprt->shutdown bit field by Trond Myklebust · 12 years ago
  30. f39c1bf SUNRPC: Fix a UDP transport regression by Trond Myklebust · 12 years ago
  31. a564b8f nfs: enable swap on NFS by Mel Gorman · 12 years ago
  32. 4e0038b SUNRPC: Move clnt->cl_server into struct rpc_xprt by Trond Myklebust · 13 years ago
  33. 15a4520 SUNRPC: add sending,pending queue and max slot to xprt stats by Andy Adamson · 13 years ago
  34. 8833812 SUNRPC: Change the default limit to the number of TCP slots by Trond Myklebust · 13 years ago
  35. 34006ce SUNRPC: Replace xprt->resend and xprt->sending with a priority queue by Trond Myklebust · 14 years ago
  36. d9ba131 SUNRPC: Support dynamic slot allocation for TCP connections by Trond Myklebust · 14 years ago
  37. 21de0a9 SUNRPC: Clean up the slot table allocation by Trond Myklebust · 14 years ago
  38. 43cedbf0e SUNRPC: Ensure that we grab the XPRT_LOCK before calling xprt_alloc_slot by Trond Myklebust · 14 years ago
  39. 9e00abc SUNRPC: sunrpc should not explicitly depend on NFS config options by Trond Myklebust · 14 years ago
  40. 176e21e SUNRPC: Support for RPC over AF_LOCAL transports by Chuck Lever · 14 years ago
  41. a8de240 SUNRPC: Convert struct rpc_xprt to use atomic_t counters by Trond Myklebust · 14 years ago
  42. f0418aa rpc: allow xprt_class->setup to return a preexisting xprt by J. Bruce Fields · 14 years ago
  43. 37aa213 sunrpc: Tag rpc_xprt with net by Pavel Emelyanov · 14 years ago
  44. 9a23e33 sunrpc: Add net to xprt_create by Pavel Emelyanov · 14 years ago
  45. e204e62 sunrpc: Factor out rpc_xprt freeing by Pavel Emelyanov · 14 years ago
  46. bd1722d sunrpc: Factor out rpc_xprt allocation by Pavel Emelyanov · 14 years ago
  47. a17c215 SUNRPC: Move the bound cred to struct rpc_rqst by Trond Myklebust · 14 years ago
  48. d60dbb2 SUNRPC: Move the task->tk_bytes_sent and tk_rtt to struct rpc_rqst by Trond Myklebust · 15 years ago
  49. ff83997 SUNRPC: Replace jiffies-based metrics with ktime-based metrics by Chuck Lever · 15 years ago
  50. bbc72ce SUNRPC: RPC metrics and RTT estimator should use same RTT value by Chuck Lever · 15 years ago
  51. a8ce4a8 SUNRPC: Fail over more quickly on connect errors by Trond Myklebust · 15 years ago
  52. f300bab nfsd41: sunrpc: add new xprt class for nfsv4.1 backchannel by Alexandros Batsakis · 15 years ago
  53. 4cfc7e6 nfsd41: sunrpc: Added rpc server-side backchannel handling by Rahul Iyer · 15 years ago
  54. c740eff SUNRPC: Kill RPC_DISPLAY_ALL by Chuck Lever · 15 years ago
  55. ba80913 SUNRPC: Remove duplicate universal address generation by Chuck Lever · 15 years ago
  56. dd2b63d nfs41: Rename rq_received to rq_reply_bytes_recvd by Ricardo Labiaga · 16 years ago
  57. 55ae1aa nfs41: Add backchannel processing support to RPC state machine by Ricardo Labiaga · 16 years ago
  58. fb7a0b9 nfs41: New backchannel helper routines by Ricardo Labiaga · 16 years ago
  59. 56632b5 nfs41: client callback structures by Ricardo Labiaga · 16 years ago
  60. f75e674 SUNRPC: Fix the problem of EADDRNOTAVAIL syslog floods on reconnect by Trond Myklebust · 16 years ago
  61. 7d1e825 SUNRPC: Add the equivalent of the linger and linger2 timeouts to RPC sockets by Trond Myklebust · 16 years ago
  62. 441e3e2 SUNRPC: dynamically load RPC transport modules on-demand by Tom Talpey · 16 years ago
  63. c977a2e sunrpc: get rid of rpc_rqst.rq_bufsize by Benny Halevy · 16 years ago
  64. 7c1d71c SUNRPC: Don't disconnect more than once if retransmitting NFSv4 requests by Trond Myklebust · 17 years ago
  65. b6ddf64 SUNRPC: Fix up xprt_write_space() by Trond Myklebust · 17 years ago
  66. b454ae9 SUNRPC: fewer conditionals in the format_ip_address routines by Chuck Lever · 17 years ago
  67. ba7392b SUNRPC: Add support for per-client timeout values by Trond Myklebust · 17 years ago
  68. 2881ae7 SUNRPC: Clean up the transport timeout initialisation by Trond Myklebust · 17 years ago
  69. 62da3b2 SUNRPC: Rename xprt_disconnect() by Trond Myklebust · 17 years ago
  70. 3b948ae SUNRPC: Allow the client to detect if the TCP connection is closed by Trond Myklebust · 17 years ago
  71. 66af1e55 SUNRPC: Fix a race in xs_tcp_state_change() by Trond Myklebust · 17 years ago
  72. 4fa016e NFS/SUNRPC: support transport protocol naming by \"Talpey, Thomas\ · 17 years ago
  73. 49c36fc SUNRPC: rearrange RPC sockets definitions by \"Talpey, Thomas\ · 17 years ago
  74. 3c341b0b SUNRPC: rename the rpc_xprtsock_create structure by \"Talpey, Thomas\ · 17 years ago
  75. 81c098a SUNRPC: Provide a new API for registering transport implementations by \"Talpey, Thomas\ · 17 years ago
  76. 4417c8c SUNRPC: export per-transport rpcbind netid's by \"Talpey, Thomas\ · 17 years ago
  77. 756805e SUNRPC: Add support for formatted universal addresses by Chuck Lever · 17 years ago
  78. fbfe3cc SUNRPC: Add hex-formatted address support to rpc_peeraddr2str() by Chuck Lever · 17 years ago
  79. d3bc9a1 SUNRPC client: add interface for binding to a local address by Frank van Maarseveen · 18 years ago
  80. 96802a0 SUNRPC: cleanup transport creation argument passing by Frank van Maarseveen · 18 years ago
  81. 7531d69 SUNRPC: Fix sparse warnings by Trond Myklebust · 18 years ago
  82. a509050 SUNRPC: introduce rpcbind: replacement for in-kernel portmapper by Chuck Lever · 18 years ago
  83. c5a4dd8 SUNRPC: Eliminate side effects from rpc_malloc by Chuck Lever · 18 years ago
  84. 2bea90d SUNRPC: RPC buffer size estimates are too large by Chuck Lever · 18 years ago
  85. 7559c7a SUNRPC: Make address format buffers more generic by Chuck Lever · 18 years ago
  86. 314dfd7 SUNRPC: move saved socket callback functions to a private data structure by Chuck Lever · 18 years ago
  87. 7c6e066 SUNRPC: Move the UDP socket bufsize parameters to a private data structure by Chuck Lever · 18 years ago
  88. c847546 SUNRPC: Move rpc_xprt socket connect fields into private data structure by Chuck Lever · 18 years ago
  89. e136d09 SUNRPC: Move TCP state flags into xprtsock.c by Chuck Lever · 18 years ago
  90. 5197113 SUNRPC: Move TCP receive state variables into private data structure by Chuck Lever · 18 years ago
  91. ee0ac0c SUNRPC: Remove sock and inet fields from rpc_xprt by Chuck Lever · 18 years ago
  92. c8541ec SUNRPC: Make the transport-specific setup routine allocate rpc_xprt by Chuck Lever · 18 years ago
  93. e744cf2 SUNRPC: minor optimization of "xid" field in rpc_xprt by Chuck Lever · 18 years ago
  94. 7adae48 [PATCH] knfsd: Prepare knfsd for support of rsize/wsize of up to 1MB, over TCP by Greg Banks · 18 years ago
  95. d8ed029 [SUNRPC]: trivial endianness annotations by Alexey Dobriyan · 18 years ago
  96. 6b6ca86 SUNRPC: Add refcounting to the struct rpc_xprt by Trond Myklebust · 18 years ago
  97. ff9aa5e SUNRPC: Eliminate xprt_create_proto and rpc_create_client by Chuck Lever · 18 years ago
  98. c286676 SUNRPC: use sockaddr + size when creating remote transport endpoints by Chuck Lever · 18 years ago
  99. c4efcb1 SUNRPC: Use "sockaddr_storage" for storing RPC client's remote peer address by Chuck Lever · 18 years ago
  100. edb267a SUNRPC: add xprt switch API for printing formatted remote peer addresses by Chuck Lever · 18 years ago