summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/rpcb_clnt.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* SUNRPC: Cache cred of process creating the rpc_clientTrond Myklebust2019-04-261-2/+7
* SUNRPC: Add function rpc_sleep_on_timeout()Trond Myklebust2019-04-251-1/+2
* sunrpc: convert unnecessary GFP_ATOMIC to GFP_NOFSJ. Bruce Fields2019-01-021-2/+2
* sunrpc: handle ENOMEM in rpcb_getport_asyncJ. Bruce Fields2019-01-021-0/+8
* sunrpc: whitespace fixesStephen Hemminger2018-07-311-1/+1
* sunrpc: remove net pointer from messagesVasily Averin2017-11-171-3/+3
* sunrpc: mark all struct rpc_procinfo instances as constChristoph Hellwig2017-05-151-9/+10
* sunrpc: move p_count out of struct rpc_procinfoChristoph Hellwig2017-05-151-3/+9
* sunrpc: fix decoder callback prototypesChristoph Hellwig2017-05-151-12/+15
* sunrpc: fix encoder callback prototypesChristoph Hellwig2017-05-151-11/+13
* SUNRPC: Use the multipath iterator to assign a transport to each taskTrond Myklebust2016-02-061-4/+2Star
* SUNRPC: Make rpc_clnt store the multipath iteratorsTrond Myklebust2016-02-061-2/+2
* SUNRPC: NULL utsname dereference on NFS umount during namespace cleanupTrond Myklebust2015-02-031-2/+6
* sunrpc: eliminate RPC_DEBUGJeff Layton2014-11-241-1/+1
* SUNRPC: If the rpcbind channel is disconnected, fail the call to unregisterTrond Myklebust2013-08-071-13/+27
* SUNRPC: Don't auto-disconnect from the local rpcbind socketTrond Myklebust2013-08-061-0/+8
* sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ...Jeff Layton2013-02-051-0/+1
* Merge branch 'for-3.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-12-201-1/+0Star
|\
| * SUNRPC: remove redundant "linux/nsproxy.h" includesStanislav Kinsbursky2012-12-101-1/+0Star
* | SUNRPC: remove BUG_ON from encode_rpcb_stringWeston Andros Adamson2012-11-041-1/+4
|/
* SUNRPC: return negative value in case rpcbind client creation errorStanislav Kinsbursky2012-07-311-2/+2
* Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-06-011-5/+7
|\
| * SUNRPC: new svc_bind() routine introducedStanislav Kinsbursky2012-06-011-5/+7
* | sunrpc: fix kernel-doc warningsRandy Dunlap2012-05-151-0/+2
|/
* SUNRPC: Use the already looked-up xprt in rpcb_getport_async()Bryan Schumaker2012-03-271-1/+1
* SUNRPC/LOCKD: Fix build warnings when CONFIG_SUNRPC_DEBUG is undefinedTrond Myklebust2012-03-211-14/+13Star
* SUNRPC: Move clnt->cl_server into struct rpc_xprtTrond Myklebust2012-03-021-2/+2
* SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt fieldTrond Myklebust2012-03-021-4/+11
* SUNRPC: constify the rpc_programTrond Myklebust2012-02-011-10/+10
* SUNRPC: constify rpc_clnt fields cl_server and cl_protnameTrond Myklebust2012-02-011-1/+1
* SUNRPC: use proper network namespace in rpcbind RPCBPROC_GETADDR procedureStanislav Kinsbursky2012-02-011-1/+2
* SUNRPC: parametrize rpc_uaddr2sockaddr() by network contextStanislav Kinsbursky2012-02-011-1/+1
* SUNRPC: parametrize local rpcbind clients creation with net nsStanislav Kinsbursky2012-02-011-4/+3Star
* SUNRPC: register rpcbind programs in passed network namespase contextStanislav Kinsbursky2012-02-011-4/+4
* SUNRPC: create rpcbind client in passed network namespace contextStanislav Kinsbursky2012-02-011-5/+6
* SUNRPC: optimize net_ns dereferencing in rpcbind registering callsStanislav Kinsbursky2012-02-011-9/+9
* SUNRPC: optimize net_ns dereferencing in rpcbind creation callsStanislav Kinsbursky2012-02-011-16/+19
* SUNRPC: move rpcbind internals to sunrpc part of network namespace contextStanislav Kinsbursky2012-02-011-29/+35
* SUNRPC: remove rpcbind clients destruction on module cleanupStanislav Kinsbursky2011-10-251-12/+0Star
* SUNRPC: remove rpcbind clients creation during service registeringStanislav Kinsbursky2011-10-251-9/+0Star
* SUNRPC: introduce svc helpers for prepairing rpcbind infrastructureStanislav Kinsbursky2011-10-251-1/+1
* SUNRPC: use rpcbind reference counting helpersStanislav Kinsbursky2011-10-251-8/+4Star
* SUNRPC: introduce helpers for reference counted rpcbind clientsStanislav Kinsbursky2011-10-251-0/+53
* SUNRPC: Fix rpc_sockaddr2uaddrTrond Myklebust2011-10-181-3/+3
* SUNRPC: Fix use of static variable in rpcb_getport_asyncBen Greear2011-07-121-1/+1
* SUNRPC: Use AF_LOCAL for rpcbind upcallsChuck Lever2011-05-271-14/+83
* SUNRPC: New xdr_streams XDR decoder APIChuck Lever2010-12-161-26/+20Star
* SUNRPC: New xdr_streams XDR encoder APIChuck Lever2010-12-161-27/+20Star
* SUNRPC: Determine value of "nrprocs" automaticallyChuck Lever2010-12-161-7/+3Star