index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sunrpc
/
rpcb_clnt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
SUNRPC: Make the rpciod and xprtiod slab allocation modes consistent
Trond Myklebust
2022-03-22
1
-2
/
+2
*
SUNRPC: Convert GFP_NOFS to GFP_KERNEL
Trond Myklebust
2022-02-25
1
-2
/
+2
*
sunrpc: honor rpc_task's timeout value in rpcb_create()
Eryu Guan
2021-04-05
1
-2
/
+5
*
SUNRPC: Replace rpcbind dprintk call sites with tracepoints
Chuck Lever
2020-09-21
1
-20
/
+4
*
SUNRPC: Remove more dprintks in rpcb_clnt.c
Chuck Lever
2020-09-21
1
-22
/
+3
*
SUNRPC: Remove dprintk call sites in rpcbind XDR functions
Chuck Lever
2020-09-21
1
-27
/
+1
*
SUNRPC: Hoist trace_xprtrdma_op_setport into generic code
Chuck Lever
2020-09-21
1
-15
/
+14
*
SUNRPC: Remove rpcb_getport_async dprintk call sites
Chuck Lever
2020-09-21
1
-20
/
+3
*
SUNRPC: stop printk reading past end of string
J. Bruce Fields
2020-09-05
1
-2
/
+2
*
SUNRPC: Remove unreachable error condition in rpcb_getport_async()
Xiyu Yang
2020-05-28
1
-6
/
+0
*
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
SUNRPC: Cache cred of process creating the rpc_client
Trond Myklebust
2019-04-26
1
-2
/
+7
*
SUNRPC: Add function rpc_sleep_on_timeout()
Trond Myklebust
2019-04-25
1
-1
/
+2
*
sunrpc: convert unnecessary GFP_ATOMIC to GFP_NOFS
J. Bruce Fields
2019-01-02
1
-2
/
+2
*
sunrpc: handle ENOMEM in rpcb_getport_async
J. Bruce Fields
2019-01-02
1
-0
/
+8
*
sunrpc: whitespace fixes
Stephen Hemminger
2018-07-31
1
-1
/
+1
*
sunrpc: remove net pointer from messages
Vasily Averin
2017-11-17
1
-3
/
+3
*
sunrpc: mark all struct rpc_procinfo instances as const
Christoph Hellwig
2017-05-15
1
-9
/
+10
*
sunrpc: move p_count out of struct rpc_procinfo
Christoph Hellwig
2017-05-15
1
-3
/
+9
*
sunrpc: fix decoder callback prototypes
Christoph Hellwig
2017-05-15
1
-12
/
+15
*
sunrpc: fix encoder callback prototypes
Christoph Hellwig
2017-05-15
1
-11
/
+13
*
SUNRPC: Use the multipath iterator to assign a transport to each task
Trond Myklebust
2016-02-05
1
-4
/
+2
*
SUNRPC: Make rpc_clnt store the multipath iterators
Trond Myklebust
2016-02-05
1
-2
/
+2
*
SUNRPC: NULL utsname dereference on NFS umount during namespace cleanup
Trond Myklebust
2015-02-03
1
-2
/
+6
*
sunrpc: eliminate RPC_DEBUG
Jeff Layton
2014-11-24
1
-1
/
+1
*
SUNRPC: If the rpcbind channel is disconnected, fail the call to unregister
Trond Myklebust
2013-08-07
1
-13
/
+27
*
SUNRPC: Don't auto-disconnect from the local rpcbind socket
Trond Myklebust
2013-08-05
1
-0
/
+8
*
sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ...
Jeff Layton
2013-02-05
1
-0
/
+1
*
Merge branch 'for-3.8' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2012-12-20
1
-1
/
+0
|
\
|
*
SUNRPC: remove redundant "linux/nsproxy.h" includes
Stanislav Kinsbursky
2012-12-10
1
-1
/
+0
*
|
SUNRPC: remove BUG_ON from encode_rpcb_string
Weston Andros Adamson
2012-11-04
1
-1
/
+4
|
/
*
SUNRPC: return negative value in case rpcbind client creation error
Stanislav Kinsbursky
2012-07-30
1
-2
/
+2
*
Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2012-06-01
1
-5
/
+7
|
\
|
*
SUNRPC: new svc_bind() routine introduced
Stanislav Kinsbursky
2012-05-31
1
-5
/
+7
*
|
sunrpc: fix kernel-doc warnings
Randy Dunlap
2012-05-14
1
-0
/
+2
|
/
*
SUNRPC: Use the already looked-up xprt in rpcb_getport_async()
Bryan Schumaker
2012-03-27
1
-1
/
+1
*
SUNRPC/LOCKD: Fix build warnings when CONFIG_SUNRPC_DEBUG is undefined
Trond Myklebust
2012-03-21
1
-14
/
+13
*
SUNRPC: Move clnt->cl_server into struct rpc_xprt
Trond Myklebust
2012-03-02
1
-2
/
+2
*
SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt field
Trond Myklebust
2012-03-02
1
-4
/
+11
*
SUNRPC: constify the rpc_program
Trond Myklebust
2012-01-31
1
-10
/
+10
*
SUNRPC: constify rpc_clnt fields cl_server and cl_protname
Trond Myklebust
2012-01-31
1
-1
/
+1
*
SUNRPC: use proper network namespace in rpcbind RPCBPROC_GETADDR procedure
Stanislav Kinsbursky
2012-01-31
1
-1
/
+2
*
SUNRPC: parametrize rpc_uaddr2sockaddr() by network context
Stanislav Kinsbursky
2012-01-31
1
-1
/
+1
*
SUNRPC: parametrize local rpcbind clients creation with net ns
Stanislav Kinsbursky
2012-01-31
1
-4
/
+3
*
SUNRPC: register rpcbind programs in passed network namespase context
Stanislav Kinsbursky
2012-01-31
1
-4
/
+4
*
SUNRPC: create rpcbind client in passed network namespace context
Stanislav Kinsbursky
2012-01-31
1
-5
/
+6
*
SUNRPC: optimize net_ns dereferencing in rpcbind registering calls
Stanislav Kinsbursky
2012-01-31
1
-9
/
+9
*
SUNRPC: optimize net_ns dereferencing in rpcbind creation calls
Stanislav Kinsbursky
2012-01-31
1
-16
/
+19
*
SUNRPC: move rpcbind internals to sunrpc part of network namespace context
Stanislav Kinsbursky
2012-01-31
1
-29
/
+35
*
SUNRPC: remove rpcbind clients destruction on module cleanup
Stanislav Kinsbursky
2011-10-25
1
-12
/
+0
[next]