aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/rpcb_clnt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-02sunrpc: convert unnecessary GFP_ATOMIC to GFP_NOFSJ. Bruce Fields1-2/+2
2019-01-02sunrpc: handle ENOMEM in rpcb_getport_asyncJ. Bruce Fields1-0/+8
2018-07-31sunrpc: whitespace fixesStephen Hemminger1-1/+1
2017-11-17sunrpc: remove net pointer from messagesVasily Averin1-3/+3
2017-05-15sunrpc: mark all struct rpc_procinfo instances as constChristoph Hellwig1-9/+10
2017-05-15sunrpc: move p_count out of struct rpc_procinfoChristoph Hellwig1-3/+9
2017-05-15sunrpc: fix decoder callback prototypesChristoph Hellwig1-12/+15
2017-05-15sunrpc: fix encoder callback prototypesChristoph Hellwig1-11/+13
2016-02-05SUNRPC: Use the multipath iterator to assign a transport to each taskTrond Myklebust1-4/+2
2016-02-05SUNRPC: Make rpc_clnt store the multipath iteratorsTrond Myklebust1-2/+2
2015-02-03SUNRPC: NULL utsname dereference on NFS umount during namespace cleanupTrond Myklebust1-2/+6
2014-11-24sunrpc: eliminate RPC_DEBUGJeff Layton1-1/+1
2013-08-07SUNRPC: If the rpcbind channel is disconnected, fail the call to unregisterTrond Myklebust1-13/+27
2013-08-05SUNRPC: Don't auto-disconnect from the local rpcbind socketTrond Myklebust1-0/+8
2013-02-05sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to addr.hJeff Layton1-0/+1
2012-12-20Merge branch 'for-3.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+0
2012-12-10SUNRPC: remove redundant "linux/nsproxy.h" includesStanislav Kinsbursky1-1/+0
2012-11-04SUNRPC: remove BUG_ON from encode_rpcb_stringWeston Andros Adamson1-1/+4
2012-07-30SUNRPC: return negative value in case rpcbind client creation errorStanislav Kinsbursky1-2/+2
2012-06-01Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-5/+7
2012-05-31SUNRPC: new svc_bind() routine introducedStanislav Kinsbursky1-5/+7
2012-05-14sunrpc: fix kernel-doc warningsRandy Dunlap1-0/+2
2012-03-27SUNRPC: Use the already looked-up xprt in rpcb_getport_async()Bryan Schumaker1-1/+1
2012-03-21SUNRPC/LOCKD: Fix build warnings when CONFIG_SUNRPC_DEBUG is undefinedTrond Myklebust1-14/+13
2012-03-02SUNRPC: Move clnt->cl_server into struct rpc_xprtTrond Myklebust1-2/+2
2012-03-02SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt fieldTrond Myklebust1-4/+11
2012-01-31SUNRPC: constify the rpc_programTrond Myklebust1-10/+10
2012-01-31SUNRPC: constify rpc_clnt fields cl_server and cl_protnameTrond Myklebust1-1/+1
2012-01-31SUNRPC: use proper network namespace in rpcbind RPCBPROC_GETADDR procedureStanislav Kinsbursky1-1/+2
2012-01-31SUNRPC: parametrize rpc_uaddr2sockaddr() by network contextStanislav Kinsbursky1-1/+1
2012-01-31SUNRPC: parametrize local rpcbind clients creation with net nsStanislav Kinsbursky1-4/+3
2012-01-31SUNRPC: register rpcbind programs in passed network namespase contextStanislav Kinsbursky1-4/+4
2012-01-31SUNRPC: create rpcbind client in passed network namespace contextStanislav Kinsbursky1-5/+6
2012-01-31SUNRPC: optimize net_ns dereferencing in rpcbind registering callsStanislav Kinsbursky1-9/+9
2012-01-31SUNRPC: optimize net_ns dereferencing in rpcbind creation callsStanislav Kinsbursky1-16/+19
2012-01-31SUNRPC: move rpcbind internals to sunrpc part of network namespace contextStanislav Kinsbursky1-29/+35
2011-10-25SUNRPC: remove rpcbind clients destruction on module cleanupStanislav Kinsbursky1-12/+0
2011-10-25SUNRPC: remove rpcbind clients creation during service registeringStanislav Kinsbursky1-9/+0
2011-10-25SUNRPC: introduce svc helpers for prepairing rpcbind infrastructureStanislav Kinsbursky1-1/+1
2011-10-25SUNRPC: use rpcbind reference counting helpersStanislav Kinsbursky1-8/+4
2011-10-25SUNRPC: introduce helpers for reference counted rpcbind clientsStanislav Kinsbursky1-0/+53
2011-10-18SUNRPC: Fix rpc_sockaddr2uaddrTrond Myklebust1-3/+3
2011-07-12SUNRPC: Fix use of static variable in rpcb_getport_asyncBen Greear1-1/+1
2011-05-27SUNRPC: Use AF_LOCAL for rpcbind upcallsChuck Lever1-14/+83
2010-12-16SUNRPC: New xdr_streams XDR decoder APIChuck Lever1-26/+20
2010-12-16SUNRPC: New xdr_streams XDR encoder APIChuck Lever1-27/+20
2010-12-16SUNRPC: Determine value of "nrprocs" automaticallyChuck Lever1-7/+3
2010-12-16SUNRPC: Avoid return code checking in rpcbind XDR encoder functionsChuck Lever1-39/+21
2010-10-26Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+3
2010-10-19sunrpc: Don't return NULL from rpcb_createPavel Emelyanov1-1/+1