1. 6b99647 sunrpc: honor rpc_task's timeout value in rpcb_create() by Eryu Guan · 3 years, 10 months ago
  2. c3adcc7 SUNRPC: Replace rpcbind dprintk call sites with tracepoints by Chuck Lever · 4 years, 6 months ago
  3. 1e66498 SUNRPC: Remove more dprintks in rpcb_clnt.c by Chuck Lever · 4 years, 6 months ago
  4. 15a798d SUNRPC: Remove dprintk call sites in rpcbind XDR functions by Chuck Lever · 4 years, 6 months ago
  5. ac1ae53 SUNRPC: Hoist trace_xprtrdma_op_setport into generic code by Chuck Lever · 4 years, 6 months ago
  6. e465cc3 SUNRPC: Remove rpcb_getport_async dprintk call sites by Chuck Lever · 4 years, 6 months ago
  7. 8c6b6c7 SUNRPC: stop printk reading past end of string by J. Bruce Fields · 4 years, 4 months ago
  8. 037e910 SUNRPC: Remove unreachable error condition in rpcb_getport_async() by Xiyu Yang · 4 years, 8 months ago
  9. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  10. 79caa5f SUNRPC: Cache cred of process creating the rpc_client by Trond Myklebust · 6 years ago
  11. 6b2e685 SUNRPC: Add function rpc_sleep_on_timeout() by Trond Myklebust · 6 years ago
  12. cb24e35 sunrpc: convert unnecessary GFP_ATOMIC to GFP_NOFS by J. Bruce Fields · 6 years ago
  13. 81c88b1 sunrpc: handle ENOMEM in rpcb_getport_async by J. Bruce Fields · 6 years ago
  14. 8fdee4c sunrpc: whitespace fixes by Stephen Hemminger · 6 years ago
  15. 6c67a3e4a sunrpc: remove net pointer from messages by Vasily Averin · 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. 605d712 sunrpc: fix decoder callback prototypes by Christoph Hellwig · 8 years ago
  19. 7d55f7f sunrpc: fix encoder callback prototypes by Christoph Hellwig · 8 years ago
  20. fb43d17 SUNRPC: Use the multipath iterator to assign a transport to each task by Trond Myklebust · 9 years ago
  21. ad01b2c SUNRPC: Make rpc_clnt store the multipath iterators by Trond Myklebust · 9 years ago
  22. 03a9a42 SUNRPC: NULL utsname dereference on NFS umount during namespace cleanup by Trond Myklebust · 10 years ago
  23. f895b25 sunrpc: eliminate RPC_DEBUG by Jeff Layton · 10 years ago
  24. 786615b SUNRPC: If the rpcbind channel is disconnected, fail the call to unregister by Trond Myklebust · 11 years ago
  25. 00326ed SUNRPC: Don't auto-disconnect from the local rpcbind socket by Trond Myklebust · 11 years ago
  26. 5976687 sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to addr.h by Jeff Layton · 12 years ago
  27. 9821972 Merge branch 'for-3.8' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 12 years ago
  28. 756933e SUNRPC: remove redundant "linux/nsproxy.h" includes by Stanislav Kinsbursky · 12 years ago
  29. 332e008 SUNRPC: remove BUG_ON from encode_rpcb_string by Weston Andros Adamson · 12 years ago
  30. caea33d SUNRPC: return negative value in case rpcbind client creation error by Stanislav Kinsbursky · 12 years ago
  31. 419f431 Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 13 years ago
  32. 9793f7c SUNRPC: new svc_bind() routine introduced by Stanislav Kinsbursky · 13 years ago
  33. bda1460 sunrpc: fix kernel-doc warnings by Randy Dunlap · 13 years ago
  34. 864cf9b SUNRPC: Use the already looked-up xprt in rpcb_getport_async() by Bryan Schumaker · 13 years ago
  35. ffa94db SUNRPC/LOCKD: Fix build warnings when CONFIG_SUNRPC_DEBUG is undefined by Trond Myklebust · 13 years ago
  36. 4e0038b SUNRPC: Move clnt->cl_server into struct rpc_xprt by Trond Myklebust · 13 years ago
  37. 2446ab6 SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt field by Trond Myklebust · 13 years ago
  38. a613fa1 SUNRPC: constify the rpc_program by Trond Myklebust · 13 years ago
  39. 6eac7d3 SUNRPC: constify rpc_clnt fields cl_server and cl_protname by Trond Myklebust · 13 years ago
  40. b030fb0 SUNRPC: use proper network namespace in rpcbind RPCBPROC_GETADDR procedure by Stanislav Kinsbursky · 13 years ago
  41. f2ac4dc SUNRPC: parametrize rpc_uaddr2sockaddr() by network context by Stanislav Kinsbursky · 13 years ago
  42. f7a30c1 SUNRPC: parametrize local rpcbind clients creation with net ns by Stanislav Kinsbursky · 13 years ago
  43. 977ac31 SUNRPC: register rpcbind programs in passed network namespase context by Stanislav Kinsbursky · 13 years ago
  44. c2550e0 SUNRPC: create rpcbind client in passed network namespace context by Stanislav Kinsbursky · 13 years ago
  45. 1a114a6 SUNRPC: optimize net_ns dereferencing in rpcbind registering calls by Stanislav Kinsbursky · 13 years ago
  46. 2ea75a1 SUNRPC: optimize net_ns dereferencing in rpcbind creation calls by Stanislav Kinsbursky · 13 years ago
  47. dff02d4 SUNRPC: move rpcbind internals to sunrpc part of network namespace context by Stanislav Kinsbursky · 13 years ago
  48. e20de37 SUNRPC: remove rpcbind clients destruction on module cleanup by Stanislav Kinsbursky · 13 years ago
  49. 0f0c01d SUNRPC: remove rpcbind clients creation during service registering by Stanislav Kinsbursky · 13 years ago
  50. d990856 SUNRPC: introduce svc helpers for prepairing rpcbind infrastructure by Stanislav Kinsbursky · 13 years ago
  51. 253fb07 SUNRPC: use rpcbind reference counting helpers by Stanislav Kinsbursky · 13 years ago
  52. 914edb1 SUNRPC: introduce helpers for reference counted rpcbind clients by Stanislav Kinsbursky · 13 years ago
  53. d77385f SUNRPC: Fix rpc_sockaddr2uaddr by Trond Myklebust · 13 years ago
  54. ec0dd26 SUNRPC: Fix use of static variable in rpcb_getport_async by Ben Greear · 14 years ago
  55. 7402ab19 SUNRPC: Use AF_LOCAL for rpcbind upcalls by Chuck Lever · 14 years ago
  56. bf26955 SUNRPC: New xdr_streams XDR decoder API by Chuck Lever · 14 years ago
  57. 9f06c71 SUNRPC: New xdr_streams XDR encoder API by Chuck Lever · 14 years ago
  58. 1ac7c23 SUNRPC: Determine value of "nrprocs" automatically by Chuck Lever · 14 years ago
  59. 4129ccf SUNRPC: Avoid return code checking in rpcbind XDR encoder functions by Chuck Lever · 14 years ago
  60. 4390110 Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 14 years ago
  61. c636b57 sunrpc: Don't return NULL from rpcb_create by Pavel Emelyanov · 14 years ago
  62. c653ce3 sunrpc: Add net to rpc_create_args by Pavel Emelyanov · 14 years ago
  63. 3835935 SUNRPC: Correct an rpcbind debugging message by Chuck Lever · 14 years ago
  64. 859d502 SUNRPC: Remove rpcb_getport_sync() by Chuck Lever · 14 years ago
  65. 4be929b kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MIN by Alexey Dobriyan · 15 years ago
  66. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  67. 012da15 SUNRPC: Use soft connects for autobinding over TCP by Chuck Lever · 15 years ago
  68. 2a76b3b SUNRPC: Use TCP for local rpcbind upcalls by Chuck Lever · 15 years ago
  69. c526611 SUNRPC: Use a cached RPC client and transport for rpcbind upcalls by Chuck Lever · 15 years ago
  70. 5a46211 SUNRPC: Simplify synopsis of rpcb_local_clnt() by Chuck Lever · 15 years ago
  71. f8b761e SUNRPC: Eliminate PROC macro from rpcb_clnt by Chuck Lever · 15 years ago
  72. 0e47f0d SUNRPC: Clean up: Remove unused XDR decoder functions from rpcb_clnt.c by Chuck Lever · 15 years ago
  73. c0c077d SUNRPC: Introduce new xdr_stream-based decoders to rpcb_clnt.c by Chuck Lever · 15 years ago
  74. 7ed0ff9 SUNRPC: Introduce xdr_stream-based decoders for RPCB_UNSET by Chuck Lever · 15 years ago
  75. 0d36c4f SUNRPC: Clean up: Remove unused XDR encoder functions from rpcb_clnt.c by Chuck Lever · 15 years ago
  76. 6f2c2db SUNRPC: Introduce new xdr_stream-based encoders to rpcb_clnt.c by Chuck Lever · 15 years ago
  77. ba80913 SUNRPC: Remove duplicate universal address generation by Chuck Lever · 15 years ago
  78. 0b10bf5 SUNRPC: Move XDR data type size macros by Chuck Lever · 15 years ago
  79. 363f724 SUNRPC: rpcb_register() should handle errors silently by Chuck Lever · 16 years ago
  80. 1673d0d SUNRPC: Allow callers to pass rpcb_v4_register a NULL address by Chuck Lever · 16 years ago
  81. 126e4bc SUNRPC: rpcbind actually interprets r_owner string by Chuck Lever · 16 years ago
  82. 3aba455 SUNRPC: Clean up address type casts in rpcb_v4_register() by Chuck Lever · 16 years ago
  83. fc28dec SUNRPC: Use IPv4 loopback for registering AF_INET6 kernel RPC services by Chuck Lever · 16 years ago
  84. 776bd5c SUNRPC: Don't flag empty RPCB_GETADDR reply as bogus by Chuck Lever · 16 years ago
  85. 21454aa net: replace NIPQUAD() in net/*/ by Harvey Harrison · 16 years ago
  86. 5b095d989 net: replace %p6 with %pI6 by Harvey Harrison · 16 years ago
  87. fdb46ee net, misc: replace uses of NIP6_FMT with %p6 by Harvey Harrison · 16 years ago
  88. 6925bac Merge branch 'next' by Trond Myklebust · 16 years ago
  89. 96165e2 SUNRPC: Fix a memory leak in rpcb_getport_async by Trond Myklebust · 16 years ago
  90. 9a4bd29 SUNRPC: Fix autobind on cloned rpc clients by Trond Myklebust · 16 years ago
  91. db820d6 SUNRPC: Clean up debug messages in rpcb_clnt.c by Chuck Lever · 16 years ago
  92. 9d548b9 SUNRPC: Use short-hand IPv6 ANYADDR for RPCB_SET by Chuck Lever · 16 years ago
  93. 14aeb21 SUNRPC: Simplify rpcb_register() API by Chuck Lever · 16 years ago
  94. c2e1b09 SUNRPC: Support registering IPv6 interfaces with local rpcbind daemon by Chuck Lever · 17 years ago
  95. babe80e SUNRPC: Refactor rpcb_register to make rpcbindv4 support easier by Chuck Lever · 17 years ago
  96. 423d8b0 SUNRPC: None of rpcb_create's callers wants a privileged source port by Chuck Lever · 17 years ago
  97. cc5598b SUNRPC: Introduce a specific rpcb_create for contacting localhost by Chuck Lever · 17 years ago
  98. 166b88d SUNRPC: Use correct XDR encoding procedure for rpcbind SET/UNSET by Chuck Lever · 17 years ago
  99. 381ba74 SUNRPC: Ensure our task is notified when an rpcbind call is done by Trond Myklebust · 17 years ago
  100. 40fef8a SUNRPC: Use only rpcbind v2 for AF_INET requests by Chuck Lever · 17 years ago