aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc/rpcb_clnt.c
AgeCommit message (Expand)Author
2012-12-20Merge branch 'for-3.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2012-12-10SUNRPC: remove redundant "linux/nsproxy.h" includesStanislav Kinsbursky
2012-11-04SUNRPC: remove BUG_ON from encode_rpcb_stringWeston Andros Adamson
2012-07-30SUNRPC: return negative value in case rpcbind client creation errorStanislav Kinsbursky
2012-06-01Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2012-05-31SUNRPC: new svc_bind() routine introducedStanislav Kinsbursky
2012-05-14sunrpc: fix kernel-doc warningsRandy Dunlap
2012-03-27SUNRPC: Use the already looked-up xprt in rpcb_getport_async()Bryan Schumaker
2012-03-21SUNRPC/LOCKD: Fix build warnings when CONFIG_SUNRPC_DEBUG is undefinedTrond Myklebust
2012-03-02SUNRPC: Move clnt->cl_server into struct rpc_xprtTrond Myklebust
2012-03-02SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt fieldTrond Myklebust
2012-01-31SUNRPC: constify the rpc_programTrond Myklebust
2012-01-31SUNRPC: constify rpc_clnt fields cl_server and cl_protnameTrond Myklebust
2012-01-31SUNRPC: use proper network namespace in rpcbind RPCBPROC_GETADDR procedureStanislav Kinsbursky
2012-01-31SUNRPC: parametrize rpc_uaddr2sockaddr() by network contextStanislav Kinsbursky
2012-01-31SUNRPC: parametrize local rpcbind clients creation with net nsStanislav Kinsbursky
2012-01-31SUNRPC: register rpcbind programs in passed network namespase contextStanislav Kinsbursky
2012-01-31SUNRPC: create rpcbind client in passed network namespace contextStanislav Kinsbursky
2012-01-31SUNRPC: optimize net_ns dereferencing in rpcbind registering callsStanislav Kinsbursky
2012-01-31SUNRPC: optimize net_ns dereferencing in rpcbind creation callsStanislav Kinsbursky
2012-01-31SUNRPC: move rpcbind internals to sunrpc part of network namespace contextStanislav Kinsbursky
2011-10-25SUNRPC: remove rpcbind clients destruction on module cleanupStanislav Kinsbursky
2011-10-25SUNRPC: remove rpcbind clients creation during service registeringStanislav Kinsbursky
2011-10-25SUNRPC: introduce svc helpers for prepairing rpcbind infrastructureStanislav Kinsbursky
2011-10-25SUNRPC: use rpcbind reference counting helpersStanislav Kinsbursky
2011-10-25SUNRPC: introduce helpers for reference counted rpcbind clientsStanislav Kinsbursky
2011-10-18SUNRPC: Fix rpc_sockaddr2uaddrTrond Myklebust
2011-07-12SUNRPC: Fix use of static variable in rpcb_getport_asyncBen Greear
2011-05-27SUNRPC: Use AF_LOCAL for rpcbind upcallsChuck Lever
2010-12-16SUNRPC: New xdr_streams XDR decoder APIChuck Lever
2010-12-16SUNRPC: New xdr_streams XDR encoder APIChuck Lever
2010-12-16SUNRPC: Determine value of "nrprocs" automaticallyChuck Lever
2010-12-16SUNRPC: Avoid return code checking in rpcbind XDR encoder functionsChuck Lever
2010-10-26Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2010-10-19sunrpc: Don't return NULL from rpcb_createPavel Emelyanov
2010-10-01sunrpc: Add net to rpc_create_argsPavel Emelyanov
2010-09-21SUNRPC: Correct an rpcbind debugging messageChuck Lever
2010-09-17SUNRPC: Remove rpcb_getport_sync()Chuck Lever
2010-05-25kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Alexey Dobriyan
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-03SUNRPC: Use soft connects for autobinding over TCPChuck Lever
2009-12-03SUNRPC: Use TCP for local rpcbind upcallsChuck Lever
2009-12-03SUNRPC: Use a cached RPC client and transport for rpcbind upcallsChuck Lever
2009-12-03SUNRPC: Simplify synopsis of rpcb_local_clnt()Chuck Lever
2009-08-09SUNRPC: Eliminate PROC macro from rpcb_clntChuck Lever
2009-08-09SUNRPC: Clean up: Remove unused XDR decoder functions from rpcb_clnt.cChuck Lever
2009-08-09SUNRPC: Introduce new xdr_stream-based decoders to rpcb_clnt.cChuck Lever
2009-08-09SUNRPC: Introduce xdr_stream-based decoders for RPCB_UNSETChuck Lever
2009-08-09SUNRPC: Clean up: Remove unused XDR encoder functions from rpcb_clnt.cChuck Lever
2009-08-09SUNRPC: Introduce new xdr_stream-based encoders to rpcb_clnt.cChuck Lever