aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/rpcb_clnt.c
AgeCommit message (Expand)Author
2023-11-01SUNRPC: Add an IS_ERR() check back to where it wasDan Carpenter
2023-06-19SUNRPC: attempt to reach rpcbind with an abstract socket nameNeilBrown
2022-03-22SUNRPC: Make the rpciod and xprtiod slab allocation modes consistentTrond Myklebust
2022-02-25SUNRPC: Convert GFP_NOFS to GFP_KERNELTrond Myklebust
2021-04-05sunrpc: honor rpc_task's timeout value in rpcb_create()Eryu Guan
2020-09-21SUNRPC: Replace rpcbind dprintk call sites with tracepointsChuck Lever
2020-09-21SUNRPC: Remove more dprintks in rpcb_clnt.cChuck Lever
2020-09-21SUNRPC: Remove dprintk call sites in rpcbind XDR functionsChuck Lever
2020-09-21SUNRPC: Hoist trace_xprtrdma_op_setport into generic codeChuck Lever
2020-09-21SUNRPC: Remove rpcb_getport_async dprintk call sitesChuck Lever
2020-09-05SUNRPC: stop printk reading past end of stringJ. Bruce Fields
2020-05-28SUNRPC: Remove unreachable error condition in rpcb_getport_async()Xiyu Yang
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-04-26SUNRPC: Cache cred of process creating the rpc_clientTrond Myklebust
2019-04-25SUNRPC: Add function rpc_sleep_on_timeout()Trond Myklebust
2019-01-02sunrpc: convert unnecessary GFP_ATOMIC to GFP_NOFSJ. Bruce Fields
2019-01-02sunrpc: handle ENOMEM in rpcb_getport_asyncJ. Bruce Fields
2018-07-31sunrpc: whitespace fixesStephen Hemminger
2017-11-17sunrpc: remove net pointer from messagesVasily Averin
2017-05-15sunrpc: mark all struct rpc_procinfo instances as constChristoph Hellwig
2017-05-15sunrpc: move p_count out of struct rpc_procinfoChristoph Hellwig
2017-05-15sunrpc: fix decoder callback prototypesChristoph Hellwig
2017-05-15sunrpc: fix encoder callback prototypesChristoph Hellwig
2016-02-05SUNRPC: Use the multipath iterator to assign a transport to each taskTrond Myklebust
2016-02-05SUNRPC: Make rpc_clnt store the multipath iteratorsTrond Myklebust
2015-02-03SUNRPC: NULL utsname dereference on NFS umount during namespace cleanupTrond Myklebust
2014-11-24sunrpc: eliminate RPC_DEBUGJeff Layton
2013-08-07SUNRPC: If the rpcbind channel is disconnected, fail the call to unregisterTrond Myklebust
2013-08-05SUNRPC: Don't auto-disconnect from the local rpcbind socketTrond Myklebust
2013-02-05sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ...Jeff Layton
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