index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sunrpc
/
rpcb_clnt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2019-04-26
SUNRPC: Cache cred of process creating the rpc_client
Trond Myklebust
1
-2
/
+7
2019-04-25
SUNRPC: Add function rpc_sleep_on_timeout()
Trond Myklebust
1
-1
/
+2
2019-01-02
sunrpc: convert unnecessary GFP_ATOMIC to GFP_NOFS
J. Bruce Fields
1
-2
/
+2
2019-01-02
sunrpc: handle ENOMEM in rpcb_getport_async
J. Bruce Fields
1
-0
/
+8
2018-07-31
sunrpc: whitespace fixes
Stephen Hemminger
1
-1
/
+1
2017-11-18
sunrpc: remove net pointer from messages
Vasily Averin
1
-3
/
+3
2017-05-15
sunrpc: mark all struct rpc_procinfo instances as const
Christoph Hellwig
1
-9
/
+10
2017-05-15
sunrpc: move p_count out of struct rpc_procinfo
Christoph Hellwig
1
-3
/
+9
2017-05-15
sunrpc: fix decoder callback prototypes
Christoph Hellwig
1
-12
/
+15
2017-05-15
sunrpc: fix encoder callback prototypes
Christoph Hellwig
1
-11
/
+13
2016-02-06
SUNRPC: Use the multipath iterator to assign a transport to each task
Trond Myklebust
1
-4
/
+2
2016-02-06
SUNRPC: Make rpc_clnt store the multipath iterators
Trond Myklebust
1
-2
/
+2
2015-02-04
SUNRPC: NULL utsname dereference on NFS umount during namespace cleanup
Trond Myklebust
1
-2
/
+6
2014-11-25
sunrpc: eliminate RPC_DEBUG
Jeff Layton
1
-1
/
+1
2013-08-08
SUNRPC: If the rpcbind channel is disconnected, fail the call to unregister
Trond Myklebust
1
-13
/
+27
2013-08-06
SUNRPC: Don't auto-disconnect from the local rpcbind socket
Trond Myklebust
1
-0
/
+8
2013-02-05
sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ...
Jeff Layton
1
-0
/
+1
2012-12-21
Merge branch 'for-3.8' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-1
/
+0
2012-12-11
SUNRPC: remove redundant "linux/nsproxy.h" includes
Stanislav Kinsbursky
1
-1
/
+0
2012-11-04
SUNRPC: remove BUG_ON from encode_rpcb_string
Weston Andros Adamson
1
-1
/
+4
2012-07-31
SUNRPC: return negative value in case rpcbind client creation error
Stanislav Kinsbursky
1
-2
/
+2
2012-06-01
Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-5
/
+7
2012-06-01
SUNRPC: new svc_bind() routine introduced
Stanislav Kinsbursky
1
-5
/
+7
2012-05-15
sunrpc: fix kernel-doc warnings
Randy Dunlap
1
-0
/
+2
2012-03-28
SUNRPC: Use the already looked-up xprt in rpcb_getport_async()
Bryan Schumaker
1
-1
/
+1
2012-03-21
SUNRPC/LOCKD: Fix build warnings when CONFIG_SUNRPC_DEBUG is undefined
Trond Myklebust
1
-14
/
+13
2012-03-03
SUNRPC: Move clnt->cl_server into struct rpc_xprt
Trond Myklebust
1
-2
/
+2
2012-03-03
SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt field
Trond Myklebust
1
-4
/
+11
2012-02-01
SUNRPC: constify the rpc_program
Trond Myklebust
1
-10
/
+10
2012-02-01
SUNRPC: constify rpc_clnt fields cl_server and cl_protname
Trond Myklebust
1
-1
/
+1
2012-02-01
SUNRPC: use proper network namespace in rpcbind RPCBPROC_GETADDR procedure
Stanislav Kinsbursky
1
-1
/
+2
2012-02-01
SUNRPC: parametrize rpc_uaddr2sockaddr() by network context
Stanislav Kinsbursky
1
-1
/
+1
2012-02-01
SUNRPC: parametrize local rpcbind clients creation with net ns
Stanislav Kinsbursky
1
-4
/
+3
2012-02-01
SUNRPC: register rpcbind programs in passed network namespase context
Stanislav Kinsbursky
1
-4
/
+4
2012-02-01
SUNRPC: create rpcbind client in passed network namespace context
Stanislav Kinsbursky
1
-5
/
+6
2012-02-01
SUNRPC: optimize net_ns dereferencing in rpcbind registering calls
Stanislav Kinsbursky
1
-9
/
+9
2012-02-01
SUNRPC: optimize net_ns dereferencing in rpcbind creation calls
Stanislav Kinsbursky
1
-16
/
+19
2012-02-01
SUNRPC: move rpcbind internals to sunrpc part of network namespace context
Stanislav Kinsbursky
1
-29
/
+35
2011-10-25
SUNRPC: remove rpcbind clients destruction on module cleanup
Stanislav Kinsbursky
1
-12
/
+0
2011-10-25
SUNRPC: remove rpcbind clients creation during service registering
Stanislav Kinsbursky
1
-9
/
+0
2011-10-25
SUNRPC: introduce svc helpers for prepairing rpcbind infrastructure
Stanislav Kinsbursky
1
-1
/
+1
2011-10-25
SUNRPC: use rpcbind reference counting helpers
Stanislav Kinsbursky
1
-8
/
+4
2011-10-25
SUNRPC: introduce helpers for reference counted rpcbind clients
Stanislav Kinsbursky
1
-0
/
+53
2011-10-18
SUNRPC: Fix rpc_sockaddr2uaddr
Trond Myklebust
1
-3
/
+3
2011-07-12
SUNRPC: Fix use of static variable in rpcb_getport_async
Ben Greear
1
-1
/
+1
2011-05-28
SUNRPC: Use AF_LOCAL for rpcbind upcalls
Chuck Lever
1
-14
/
+83
2010-12-16
SUNRPC: New xdr_streams XDR decoder API
Chuck Lever
1
-26
/
+20
2010-12-16
SUNRPC: New xdr_streams XDR encoder API
Chuck Lever
1
-27
/
+20
2010-12-16
SUNRPC: Determine value of "nrprocs" automatically
Chuck Lever
1
-7
/
+3
[next]