1. 911d137 Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 5 years ago
  2. d05a020 sunrpc: remove __KERNEL__ ifdefs by Christoph Hellwig · 5 years ago
  3. e6237b6 NFSv4.1: Don't rebind to the same source port when reconnecting to the server by Trond Myklebust · 5 years ago
  4. 7402a4f SUNRPC: Fix up backchannel slot table accounting by Trond Myklebust · 5 years ago
  5. a101b04 SUNRPC: Fix transport accounting when caller specifies an rpc_xprt by Trond Myklebust · 6 years ago
  6. 612b41f SUNRPC: Allow creation of RPC clients with multiple connections by Trond Myklebust · 8 years ago
  7. 79caa5f SUNRPC: Cache cred of process creating the rpc_client by Trond Myklebust · 6 years ago
  8. ae6ec91 SUNRPC: Add the 'softerr' rpc_client flag by Trond Myklebust · 6 years ago
  9. cf500ba SUNRPC: Introduce rpc_prepare_reply_pages() by Chuck Lever · 6 years ago
  10. 10e037d sunrpc: Add xprt after nfs4_test_session_trunk() by Santosh kumar pradhan · 6 years ago
  11. 5e16923 NFS/SUNRPC: don't lookup machine credential until rpcauth_bindcred(). by NeilBrown · 6 years ago
  12. 0f90be1 NFSv4 client live hangs after live data migration recovery by Bill Baker · 7 years ago
  13. fb14ae8 xprtrdma: "Support" call-only RPCs by Chuck Lever · 7 years ago
  14. 024fbf9 SUNRPC: Remove rpc_protocol() by Chuck Lever · 7 years ago
  15. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  16. 499b498 sunrpc: mark all struct rpc_procinfo instances as const by Christoph Hellwig · 8 years ago
  17. 1c5876d sunrpc: move p_count out of struct rpc_procinfo by Christoph Hellwig · 8 years ago
  18. 26ae102 NFSv4: Set the connection timeout to match the lease period by Trond Myklebust · 8 years ago
  19. d23bb11 SUNRPC: Remove unused function rpc_get_timeout() by Trond Myklebust · 8 years ago
  20. c929ea0 SUNRPC: cleanup ida information when removing sunrpc module by Kinglong Mee · 8 years ago
  21. fda0ab4 SUNRPC: rpc_clnt_add_xprt setup function for NFS layer by Andy Adamson · 8 years ago
  22. 39e5d2d SUNRPC search xprt switch for sockaddr by Andy Adamson · 8 years ago
  23. dd69171 SUNRPC rpc_clnt_xprt_switch_add_xprt by Andy Adamson · 8 years ago
  24. 3b58a8a SUNRPC rpc_clnt_xprt_switch_put by Andy Adamson · 8 years ago
  25. 8d48032 NFSv4: Cap the transport reconnection timer at 1/2 lease period by Trond Myklebust · 8 years ago
  26. d50039e nfsd4/rpc: move backchannel create logic into rpc code by J. Bruce Fields · 9 years ago
  27. 6b26cc8 sunrpc: Advertise maximum backchannel payload size by Chuck Lever · 9 years ago
  28. 7f55489 SUNRPC: Allow addition of new transports to a struct rpc_clnt by Trond Myklebust · 9 years ago
  29. 3227886 SUNRPC: Add a helper to apply a function to all the rpc_clnt's transports by Trond Myklebust · 9 years ago
  30. ad01b2c SUNRPC: Make rpc_clnt store the multipath iterators by Trond Myklebust · 9 years ago
  31. 58f1369 SUNRPC: Remove unused function rpc_task_reset_client by Trond Myklebust · 9 years ago
  32. 3c87ef6 sunrpc: keep a count of swapfiles associated with the rpc_clnt by Jeff Layton · 10 years ago
  33. 03a9a42 SUNRPC: NULL utsname dereference on NFS umount during namespace cleanup by Trond Myklebust · 10 years ago
  34. b4b9d2c sunrpc: add debugfs file for displaying client rpc_task queue by Jeff Layton · 10 years ago
  35. 83ddfeb SUNRPC: New helper for creating client with rpc_xprt by Kinglong Mee · 11 years ago
  36. 40b00b6b SUNRPC: Add a helper to switch the transport of an rpc_clnt by Trond Myklebust · 11 years ago
  37. 8a19a0b SUNRPC: Add RPC task and client level options to disable the resend timeout by Trond Myklebust · 11 years ago
  38. 2f048db SUNRPC: Add an identifier for struct rpc_clnt by Trond Myklebust · 11 years ago
  39. c36dcfe1 SUNRPC: Remove the rpc_client->cl_dentry by Trond Myklebust · 11 years ago
  40. 6739ffb SUNRPC: Add a framework to clean up management of rpc_pipefs directories by Trond Myklebust · 11 years ago
  41. c219066 SUNRPC: Replace clnt->cl_principal by Trond Myklebust · 11 years ago
  42. 1dada8e SUNRPC: Remove unused struct rpc_clnt field cl_protname by Trond Myklebust · 11 years ago
  43. 33d90ac SUNRPC: allow disabling idle timeout by J. Bruce Fields · 12 years ago
  44. b7993ce SUNRPC: Allow rpc_create() to request that TCP slots be unlimited by Trond Myklebust · 12 years ago
  45. 8d05b37 Merge tag 'nfs-for-3.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  46. edddbb1 SUNRPC: add call to get configured timeout by Weston Andros Adamson · 12 years ago
  47. 5976687 sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to addr.h by Jeff Layton · 12 years ago
  48. 155a345 sunrpc: copy scope ID in __rpc_copy_addr6 by Jeff Layton · 12 years ago
  49. 7b9e852 nfsd: fix IPv6 address handling in the DRC by Jeff Layton · 12 years ago
  50. ba9b584 SUNRPC: Introduce rpc_clone_client_set_auth() by Chuck Lever · 12 years ago
  51. 2e738fd SUNRPC: Add API to acquire source address by Chuck Lever · 13 years ago
  52. 4e0038b SUNRPC: Move clnt->cl_server into struct rpc_xprt by Trond Myklebust · 13 years ago
  53. 2446ab6 SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt field by Trond Myklebust · 13 years ago
  54. a613fa1 SUNRPC: constify the rpc_program by Trond Myklebust · 13 years ago
  55. 080b794 SUNRPC: constify rpc_program->name by Trond Myklebust · 13 years ago
  56. 6eac7d3 SUNRPC: constify rpc_clnt fields cl_server and cl_protname by Trond Myklebust · 13 years ago
  57. f2ac4dc SUNRPC: parametrize rpc_uaddr2sockaddr() by network context by Stanislav Kinsbursky · 13 years ago
  58. 90100b1 SUNRPC: parametrize rpc_pton() by network context by Stanislav Kinsbursky · 13 years ago
  59. f7a30c1 SUNRPC: parametrize local rpcbind clients creation with net ns by Stanislav Kinsbursky · 13 years ago
  60. 977ac31 SUNRPC: register rpcbind programs in passed network namespase context by Stanislav Kinsbursky · 13 years ago
  61. 30507f5 SUNRPC: remove RPC PipeFS mount point reference from RPC client by Stanislav Kinsbursky · 13 years ago
  62. dfd56b8 net: use IS_ENABLED(CONFIG_IPV6) by Eric Dumazet · 13 years ago
  63. 4e3fd7a net: remove ipv6_addr_copy() by Alexey Dobriyan · 13 years ago
  64. 31cbecb Merge branch 'osd-devel' into nfs-for-next by Trond Myklebust · 13 years ago
  65. ef78cc7 Merge branch 'nfs-for-3.2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 13 years ago
  66. d990856 SUNRPC: introduce svc helpers for prepairing rpcbind infrastructure by Stanislav Kinsbursky · 13 years ago
  67. d77385f SUNRPC: Fix rpc_sockaddr2uaddr by Trond Myklebust · 13 years ago
  68. 038c015 SUNRPC: compare scopeid for link-local addresses by Mi Jinlong · 13 years ago
  69. cbdabc7 NFSv4.1: filelayout async error handler by Andy Adamson · 14 years ago
  70. bf26955 SUNRPC: New xdr_streams XDR decoder API by Chuck Lever · 14 years ago
  71. 9f06c71 SUNRPC: New xdr_streams XDR encoder API by Chuck Lever · 14 years ago
  72. 4390110 Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 14 years ago
  73. 74eb94b Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  74. c653ce3 sunrpc: Add net to rpc_create_args by Pavel Emelyanov · 14 years ago
  75. 859d502 SUNRPC: Remove rpcb_getport_sync() by Chuck Lever · 14 years ago
  76. 006abe8 SUNRPC: Fix a race in rpc_info_open by Trond Myklebust · 14 years ago
  77. 58f9612 SUNRPC: Move remaining RPC client related task initialisation into clnt.c by Trond Myklebust · 14 years ago
  78. f1f88fc SUNRPC: The function rpc_restart_call() should return success/failure by Trond Myklebust · 14 years ago
  79. f300bab nfsd41: sunrpc: add new xprt class for nfsv4.1 backchannel by Alexandros Batsakis · 15 years ago
  80. fbf4665 nfsd: populate sin6_scope_id on callback address with scopeid from rq_addr on SETCLIENTID call by Jeff Layton · 15 years ago
  81. be3ad6b sunrpc: add common routine for copying address portion of a sockaddr by Jeff Layton · 15 years ago
  82. 4516fc0 sunrpc: add routine for comparing addresses by Jeff Layton · 15 years ago
  83. f884dca Merge branch 'sunrpc_cache-for-2.6.32' into nfs-for-2.6.32 by Trond Myklebust · 15 years ago
  84. 23ac658 SUNRPC: clean up rpc_setup_pipedir() by Trond Myklebust · 15 years ago
  85. 7d217ca SUNRPC: Replace rpc_client->cl_dentry and cl_mnt, with a cl_path by Trond Myklebust · 15 years ago
  86. a02d692 SUNRPC: Provide functions for managing universal addresses by Chuck Lever · 15 years ago
  87. aae2006 nfs41: sunrpc: Export the call prepare state for session reset by Andy Adamson · 16 years ago
  88. 608207e rpc: pass target name down to rpc level on callbacks by Olga Kornievskaia · 16 years ago
  89. d5b337b nfsd: use nfs client rpc callback program by Benny Halevy · 16 years ago
  90. 14aeb21 SUNRPC: Simplify rpcb_register() API by Chuck Lever · 16 years ago
  91. c2e1b09 SUNRPC: Support registering IPv6 interfaces with local rpcbind daemon by Chuck Lever · 17 years ago
  92. b6b6152 rpc: bring back cl_chatty by Olga Kornievskaia · 17 years ago
  93. cbc2005 SUNRPC: Declare as const the rpc_message arguments to rpc_call_sync/async by Trond Myklebust · 17 years ago
  94. 75659ca Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc by Linus Torvalds · 17 years ago
  95. f1ec08c SUNRPC: Use appropriate argument types in rpcb client by Chuck Lever · 17 years ago
  96. b454ae9 SUNRPC: fewer conditionals in the format_ip_address routines by Chuck Lever · 17 years ago
  97. ba7392b SUNRPC: Add support for per-client timeout values by Trond Myklebust · 17 years ago
  98. b562794 SUNRPC: Remove the now unused function rpc_call_setup() by Trond Myklebust · 17 years ago
  99. 77de2c5 SUNRPC: Add a helper rpc_call_start() that initialises task->tk_action by Trond Myklebust · 17 years ago
  100. 84115e1 SUNRPC: Cleanup of rpc_task initialisation by Trond Myklebust · 18 years ago