1. 97b78ae SUNRPC: Ensure we respect the RPCSEC_GSS sequence number limit by Trond Myklebust · 6 years ago
  2. e66721f SUNRPC: Ensure rq_bytes_sent is reset before request transmission by Trond Myklebust · 6 years ago
  3. 10e037d sunrpc: Add xprt after nfs4_test_session_trunk() by Santosh kumar pradhan · 6 years ago
  4. a52458b NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'. by NeilBrown · 6 years ago
  5. 1de7eea SUNRPC: add side channel to use non-generic cred for rpc call. by NeilBrown · 6 years ago
  6. a68a72e SUNRPC: introduce RPC_TASK_NULLCREDS to request auth_none by NeilBrown · 6 years ago
  7. 5e16923 NFS/SUNRPC: don't lookup machine credential until rpcauth_bindcred(). by NeilBrown · 6 years ago
  8. 0445f92 SUNRPC: Fix disconnection races by Trond Myklebust · 6 years ago
  9. 71700bb SUNRPC: Fix a memory leak in call_encode() by Trond Myklebust · 6 years ago
  10. 9bd1152 SUNRPC: call_connect_status() must handle tasks that got transmitted by Trond Myklebust · 6 years ago
  11. 9d96acb SUNRPC: Add a bvec array to struct xdr_buf for use with iovec_iter() by Trond Myklebust · 6 years ago
  12. c544577 SUNRPC: Clean up transport write space handling by Trond Myklebust · 7 years ago
  13. 75891f5 SUNRPC: Support for congestion control when queuing is enabled by Trond Myklebust · 7 years ago
  14. dcbbeda SUNRPC: Move RPC retransmission stat counter to xprt_transmit() by Trond Myklebust · 7 years ago
  15. 04b3b88 SUNRPC: Don't reset the request 'bytes_sent' counter when releasing XPRT_LOCK by Trond Myklebust · 7 years ago
  16. 902c588 SUNRPC: Fix up the back channel transmit by Trond Myklebust · 7 years ago
  17. 762e4e6 SUNRPC: Refactor RPC call encoding by Trond Myklebust · 7 years ago
  18. 944b042 SUNRPC: Add a transmission queue for RPC requests by Trond Myklebust · 7 years ago
  19. 78b576c SUNRPC: Minor cleanup for call_transmit() by Trond Myklebust · 7 years ago
  20. 7f3a1d1 SUNRPC: Refactor xprt_transmit() to remove wait for reply code by Trond Myklebust · 7 years ago
  21. edc81dc SUNRPC: Refactor xprt_transmit() to remove the reply queue code by Trond Myklebust · 7 years ago
  22. 3a03818 SUNRPC: Avoid holding locks across the XDR encoding of the RPC message by Trond Myklebust · 7 years ago
  23. 7ebbbc6 SUNRPC: Simplify identification of when the message send/receive is complete by Trond Myklebust · 7 years ago
  24. 3021a5bb SUNRPC: The transmitted message must lie in the RPCSEC window of validity by Trond Myklebust · 7 years ago
  25. 9ee94d3 SUNRPC: If there is no reply expected, bail early from call_decode by Trond Myklebust · 7 years ago
  26. 9dc6edc SUNRPC: Clean up initialisation of the struct rpc_rqst by Trond Myklebust · 7 years ago
  27. 8fdee4c sunrpc: whitespace fixes by Stephen Hemminger · 7 years ago
  28. 0f90be1 NFSv4 client live hangs after live data migration recovery by Bill Baker · 7 years ago
  29. 37ac86c SUNRPC: Initialize rpc_rqst outside of xprt->reserve_lock by Chuck Lever · 7 years ago
  30. a1bf4c7 Merge tag 'nfs-for-4.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 7 years ago
  31. a25a4cb sunrpc: Add static trace point to report result of RPC ping by Chuck Lever · 7 years ago
  32. e671edb sunrpc: Simplify synopsis of some trace points by Chuck Lever · 7 years ago
  33. 9b2c45d net: make getname() functions return length rather than use int* parameter by Denys Vlasenko · 7 years ago
  34. 024fbf9 SUNRPC: Remove rpc_protocol() by Chuck Lever · 7 years ago
  35. eb5b46f SUNRPC: Handle ENETDOWN errors by Trond Myklebust · 7 years ago
  36. c435da6 sunrpc: Add rpc_request static trace point by Chuck Lever · 7 years ago
  37. e9d4763 net: sunrpc: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  38. f1ecbc2 SUNRPC: remove some dead code. by NeilBrown · 8 years ago
  39. fd01b25 SUNRPC: ECONNREFUSED should cause a rebind. by NeilBrown · 8 years ago
  40. 499b498 sunrpc: mark all struct rpc_procinfo instances as const by Christoph Hellwig · 8 years ago
  41. 1c5876d sunrpc: move p_count out of struct rpc_procinfo by Christoph Hellwig · 8 years ago
  42. 73c8dc1 sunrpc: properly type argument to kxdrdproc_t by Christoph Hellwig · 8 years ago
  43. c512f36 sunrpc: properly type argument to kxdreproc_t by Christoph Hellwig · 8 years ago
  44. 62b2417 sunrpc: don't check for failure from mempool_alloc() by NeilBrown · 8 years ago
  45. 26ae102 NFSv4: Set the connection timeout to match the lease period by Trond Myklebust · 8 years ago
  46. 7196dbb SUNRPC: Allow changing of the TCP timeout parameters on the fly by Trond Myklebust · 8 years ago
  47. d23bb11 SUNRPC: Remove unused function rpc_get_timeout() by Trond Myklebust · 8 years ago
  48. c929ea0 SUNRPC: cleanup ida information when removing sunrpc module by Kinglong Mee · 8 years ago
  49. 2c2ee6d sunrpc: Don't engage exponential backoff when connection attempt is rejected. by NeilBrown · 8 years ago
  50. bb29dd8 SUNRPC: Fix suspicious RCU usage by Anna Schumaker · 8 years ago
  51. 6877894 SUNRPC: Separate buffer pointers for RPC Call and Reply messages by Chuck Lever · 8 years ago
  52. 5fe6eaa SUNRPC: Generalize the RPC buffer allocation API by Chuck Lever · 8 years ago
  53. b9c5bc0 SUNRPC: Refactor rpc_xdr_buf_init() by Chuck Lever · 8 years ago
  54. fda0ab4 SUNRPC: rpc_clnt_add_xprt setup function for NFS layer by Andy Adamson · 9 years ago
  55. 39e5d2d SUNRPC search xprt switch for sockaddr by Andy Adamson · 9 years ago
  56. dd69171 SUNRPC rpc_clnt_xprt_switch_add_xprt by Andy Adamson · 9 years ago
  57. 3b58a8a SUNRPC rpc_clnt_xprt_switch_put by Andy Adamson · 9 years ago
  58. 7705f6ab SUNRPC remove rpc_task_release_client from rpc_task_set_client by Andy Adamson · 9 years ago
  59. 2813b62 sunrpc: Remove unnecessary variable by Amitoj Kaur Chawla · 9 years ago
  60. 16590a2 SUNRPC: Silence WARN_ON when NFSv4.1 over RDMA is in use by Chuck Lever · 9 years ago
  61. 8d48032 NFSv4: Cap the transport reconnection timer at 1/2 lease period by Trond Myklebust · 9 years ago
  62. 3851f1c SUNRPC: Limit the reconnect backoff timer to the max RPC message timeout by Trond Myklebust · 9 years ago
  63. 7f94ed2 Merge branch 'sunrpc' by Trond Myklebust · 9 years ago
  64. ce27230 SUNRPC: Fix a compiler warning in fs/nfs/clnt.c by Trond Myklebust · 9 years ago
  65. 39a9beab rpc: share one xps between all backchannels by J. Bruce Fields · 9 years ago
  66. d50039e nfsd4/rpc: move backchannel create logic into rpc code by J. Bruce Fields · 9 years ago
  67. 1208fd5 SUNRPC: fix xprt leak on xps allocation failure by J. Bruce Fields · 9 years ago
  68. 6b26cc8 sunrpc: Advertise maximum backchannel payload size by Chuck Lever · 9 years ago
  69. 7f55489 SUNRPC: Allow addition of new transports to a struct rpc_clnt by Trond Myklebust · 9 years ago
  70. 15001e5 SUNRPC: Make NFS swap work with multipath by Trond Myklebust · 9 years ago
  71. 3227886 SUNRPC: Add a helper to apply a function to all the rpc_clnt's transports by Trond Myklebust · 9 years ago
  72. fb43d17 SUNRPC: Use the multipath iterator to assign a transport to each task by Trond Myklebust · 9 years ago
  73. ad01b2c SUNRPC: Make rpc_clnt store the multipath iterators by Trond Myklebust · 9 years ago
  74. 58f1369 SUNRPC: Remove unused function rpc_task_reset_client by Trond Myklebust · 9 years ago
  75. 0b161e6 SUNRPC: Fix a missing break in rpc_anyaddr() by Trond Myklebust · 9 years ago
  76. 93aa6c7 SUNRPC: Don't reencode message if transmission failed with ENOBUFS by Trond Myklebust · 10 years ago
  77. 3832591 SUNRPC: Handle connection issues correctly on the back channel by Trond Myklebust · 10 years ago
  78. 4a06825 SUNRPC: Transport fault injection by Chuck Lever · 10 years ago
  79. d67fa4d sunrpc: turn swapper_enable/disable functions into rpc_xprt_ops by Jeff Layton · 10 years ago
  80. 8e22813 sunrpc: make xprt->swapper an atomic_t by Jeff Layton · 10 years ago
  81. 3c87ef6 sunrpc: keep a count of swapfiles associated with the rpc_clnt by Jeff Layton · 10 years ago
  82. 0f41979 SUNRPC: Remove unused argument 'tk_ops' in rpc_run_bc_task by Trond Myklebust · 10 years ago
  83. 1193d58 SUNRPC: Backchannel handle socket nospace by Trond Myklebust · 10 years ago
  84. f9c72d1 sunrpc: make debugfs file creation failure non-fatal by Jeff Layton · 10 years ago
  85. 3913c78 SUNRPC: Handle EADDRINUSE on connect by Trond Myklebust · 10 years ago
  86. 03a9a42 SUNRPC: NULL utsname dereference on NFS umount during namespace cleanup by Trond Myklebust · 10 years ago
  87. b4b9d2c sunrpc: add debugfs file for displaying client rpc_task queue by Jeff Layton · 10 years ago
  88. f895b25 sunrpc: eliminate RPC_DEBUG by Jeff Layton · 10 years ago
  89. 72c23f0 Merge branch 'bugfixes' into linux-next by Trond Myklebust · 10 years ago
  90. 2aca5b8 SUNRPC: Add missing support for RPC_CLNT_CREATE_NO_RETRANS_TIMEOUT by Trond Myklebust · 10 years ago
  91. 3dedbb5 rpc: Add -EPERM processing for xs_udp_send_request() by Jason Baron · 10 years ago
  92. 2fc193c SUNRPC: Handle EPIPE in xprt_connect_status by Trond Myklebust · 11 years ago
  93. 3601c4a SUNRPC: Ensure that we handle ENOBUFS errors correctly. by Trond Myklebust · 11 years ago
  94. 75ff24f Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 11 years ago
  95. 83ddfeb SUNRPC: New helper for creating client with rpc_xprt by Kinglong Mee · 11 years ago
  96. 494314c SUNRPC: rpc_restart_call/rpc_restart_call_prepare should clear task->tk_status by Trond Myklebust · 11 years ago
  97. 1fa3e2e SUNRPC: Ensure call_connect_status() deals correctly with SOFTCONN tasks by Steve Dickson · 11 years ago
  98. 9455e3f SUNRPC: Ensure call_status() deals correctly with SOFTCONN tasks by Trond Myklebust · 11 years ago
  99. fdb63dc SUNRPC: Ensure that call_bind times out correctly by Trond Myklebust · 11 years ago
  100. 485f225 SUNRPC: Ensure that call_connect times out correctly by Trond Myklebust · 11 years ago