| Commit message (Expand) | Author | Age | Files | Lines |
* | SUNRPC: New helper for creating client with rpc_xprt | Kinglong Mee | 2014-03-30 | 1 | -0/+2 |
* | SUNRPC: Add a helper to switch the transport of an rpc_clnt | Trond Myklebust | 2013-10-28 | 1 | -0/+4 |
* | SUNRPC: Add RPC task and client level options to disable the resend timeout | Trond Myklebust | 2013-10-01 | 1 | -0/+2 |
* | SUNRPC: Add an identifier for struct rpc_clnt | Trond Myklebust | 2013-09-05 | 1 | -0/+1 |
* | SUNRPC: Remove the rpc_client->cl_dentry | Trond Myklebust | 2013-09-01 | 1 | -1/+0 |
* | SUNRPC: Add a framework to clean up management of rpc_pipefs directories | Trond Myklebust | 2013-08-30 | 1 | -0/+2 |
* | SUNRPC: Replace clnt->cl_principal | Trond Myklebust | 2013-08-30 | 1 | -1/+0 |
* | SUNRPC: Remove unused struct rpc_clnt field cl_protname | Trond Myklebust | 2013-08-30 | 1 | -1/+0 |
* | SUNRPC: allow disabling idle timeout | J. Bruce Fields | 2013-04-26 | 1 | -0/+1 |
* | SUNRPC: Allow rpc_create() to request that TCP slots be unlimited | Trond Myklebust | 2013-04-14 | 1 | -0/+1 |
* | Merge tag 'nfs-for-3.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2013-03-02 | 1 | -0/+1 |
|\ |
|
| * | SUNRPC: add call to get configured timeout | Weston Andros Adamson | 2013-02-28 | 1 | -0/+1 |
* | | sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ... | Jeff Layton | 2013-02-05 | 1 | -155/+0 |
* | | sunrpc: copy scope ID in __rpc_copy_addr6 | Jeff Layton | 2013-02-05 | 1 | -0/+1 |
* | | nfsd: fix IPv6 address handling in the DRC | Jeff Layton | 2013-02-04 | 1 | -1/+3 |
|/ |
|
* | SUNRPC: Introduce rpc_clone_client_set_auth() | Chuck Lever | 2012-10-01 | 1 | -0/+2 |
* | SUNRPC: Add API to acquire source address | Chuck Lever | 2012-03-02 | 1 | -0/+1 |
* | SUNRPC: Move clnt->cl_server into struct rpc_xprt | Trond Myklebust | 2012-03-02 | 1 | -1/+0 |
* | SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt field | Trond Myklebust | 2012-03-02 | 1 | -1/+3 |
* | SUNRPC: constify the rpc_program | Trond Myklebust | 2012-01-31 | 1 | -4/+4 |
* | SUNRPC: constify rpc_program->name | Trond Myklebust | 2012-01-31 | 1 | -2/+2 |
* | SUNRPC: constify rpc_clnt fields cl_server and cl_protname | Trond Myklebust | 2012-01-31 | 1 | -5/+4 |
* | SUNRPC: parametrize rpc_uaddr2sockaddr() by network context | Stanislav Kinsbursky | 2012-01-31 | 1 | -1/+1 |
* | SUNRPC: parametrize rpc_pton() 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 | -2/+2 |
* | SUNRPC: register rpcbind programs in passed network namespase context | Stanislav Kinsbursky | 2012-01-31 | 1 | -2/+3 |
* | SUNRPC: remove RPC PipeFS mount point reference from RPC client | Stanislav Kinsbursky | 2012-01-31 | 1 | -1/+1 |
* | net: use IS_ENABLED(CONFIG_IPV6) | Eric Dumazet | 2011-12-11 | 1 | -3/+3 |
* | net: remove ipv6_addr_copy() | Alexey Dobriyan | 2011-11-22 | 1 | -1/+1 |
* | Merge branch 'osd-devel' into nfs-for-next | Trond Myklebust | 2011-11-02 | 1 | -1/+7 |
|\ |
|
| * | Merge branch 'nfs-for-3.2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2011-10-25 | 1 | -1/+2 |
| |\ |
|
| * | | SUNRPC: compare scopeid for link-local addresses | Mi Jinlong | 2011-09-14 | 1 | -1/+7 |
* | | | SUNRPC: introduce svc helpers for prepairing rpcbind infrastructure | Stanislav Kinsbursky | 2011-10-25 | 1 | -0/+2 |
| |/
|/| |
|
* | | SUNRPC: Fix rpc_sockaddr2uaddr | Trond Myklebust | 2011-10-18 | 1 | -1/+2 |
|/ |
|
* | NFSv4.1: filelayout async error handler | Andy Adamson | 2011-03-11 | 1 | -0/+1 |
* | SUNRPC: New xdr_streams XDR decoder API | Chuck Lever | 2010-12-16 | 1 | -1/+1 |
* | SUNRPC: New xdr_streams XDR encoder API | Chuck Lever | 2010-12-16 | 1 | -1/+1 |
* | Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2010-10-26 | 1 | -0/+1 |
|\ |
|
| * | sunrpc: Add net to rpc_create_args | Pavel Emelyanov | 2010-10-01 | 1 | -0/+1 |
* | | Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs... | Linus Torvalds | 2010-10-25 | 1 | -1/+0 |
|\ \
| |/
|/| |
|
| * | SUNRPC: Remove rpcb_getport_sync() | Chuck Lever | 2010-09-17 | 1 | -1/+0 |
* | | SUNRPC: Fix a race in rpc_info_open | Trond Myklebust | 2010-09-12 | 1 | -1/+1 |
|/ |
|
* | SUNRPC: Move remaining RPC client related task initialisation into clnt.c | Trond Myklebust | 2010-08-04 | 1 | -0/+1 |
* | SUNRPC: The function rpc_restart_call() should return success/failure | Trond Myklebust | 2010-08-03 | 1 | -2/+2 |
* | nfsd41: sunrpc: add new xprt class for nfsv4.1 backchannel | Alexandros Batsakis | 2009-09-13 | 1 | -0/+1 |
* | nfsd: populate sin6_scope_id on callback address with scopeid from rq_addr on... | Jeff Layton | 2009-08-21 | 1 | -0/+15 |
* | sunrpc: add common routine for copying address portion of a sockaddr | Jeff Layton | 2009-08-21 | 1 | -0/+50 |
* | sunrpc: add routine for comparing addresses | Jeff Layton | 2009-08-21 | 1 | -0/+48 |
* | Merge branch 'sunrpc_cache-for-2.6.32' into nfs-for-2.6.32 | Trond Myklebust | 2009-08-10 | 1 | -3/+2 |
|\ |
|
| * | SUNRPC: clean up rpc_setup_pipedir() | Trond Myklebust | 2009-08-09 | 1 | -1/+0 |