summaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc/clnt.h
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: NULL utsname dereference on NFS umount during namespace cleanupTrond Myklebust2015-02-031-1/+2
* sunrpc: add debugfs file for displaying client rpc_task queueJeff Layton2014-11-271-0/+4
* SUNRPC: New helper for creating client with rpc_xprtKinglong Mee2014-03-301-0/+2
* SUNRPC: Add a helper to switch the transport of an rpc_clntTrond Myklebust2013-10-281-0/+4
* SUNRPC: Add RPC task and client level options to disable the resend timeoutTrond Myklebust2013-10-021-0/+2
* SUNRPC: Add an identifier for struct rpc_clntTrond Myklebust2013-09-051-0/+1
* SUNRPC: Remove the rpc_client->cl_dentryTrond Myklebust2013-09-011-1/+0Star
* SUNRPC: Add a framework to clean up management of rpc_pipefs directoriesTrond Myklebust2013-08-301-0/+2
* SUNRPC: Replace clnt->cl_principalTrond Myklebust2013-08-301-1/+0Star
* SUNRPC: Remove unused struct rpc_clnt field cl_protnameTrond Myklebust2013-08-301-1/+0Star
* SUNRPC: allow disabling idle timeoutJ. Bruce Fields2013-04-261-0/+1
* SUNRPC: Allow rpc_create() to request that TCP slots be unlimitedTrond Myklebust2013-04-141-0/+1
* Merge tag 'nfs-for-3.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-03-031-0/+1
|\
| * SUNRPC: add call to get configured timeoutWeston Andros Adamson2013-03-011-0/+1
* | sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ...Jeff Layton2013-02-051-155/+0Star
* | sunrpc: copy scope ID in __rpc_copy_addr6Jeff Layton2013-02-051-0/+1
* | nfsd: fix IPv6 address handling in the DRCJeff Layton2013-02-041-1/+3
|/
* SUNRPC: Introduce rpc_clone_client_set_auth()Chuck Lever2012-10-021-0/+2
* SUNRPC: Add API to acquire source addressChuck Lever2012-03-021-0/+1
* SUNRPC: Move clnt->cl_server into struct rpc_xprtTrond Myklebust2012-03-021-1/+0Star
* SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt fieldTrond Myklebust2012-03-021-1/+3
* SUNRPC: constify the rpc_programTrond Myklebust2012-02-011-4/+4
* SUNRPC: constify rpc_program->nameTrond Myklebust2012-02-011-2/+2
* SUNRPC: constify rpc_clnt fields cl_server and cl_protnameTrond Myklebust2012-02-011-5/+4Star
* SUNRPC: parametrize rpc_uaddr2sockaddr() by network contextStanislav Kinsbursky2012-02-011-1/+1
* SUNRPC: parametrize rpc_pton() by network contextStanislav Kinsbursky2012-02-011-1/+1
* SUNRPC: parametrize local rpcbind clients creation with net nsStanislav Kinsbursky2012-02-011-2/+2
* SUNRPC: register rpcbind programs in passed network namespase contextStanislav Kinsbursky2012-02-011-2/+3
* SUNRPC: remove RPC PipeFS mount point reference from RPC clientStanislav Kinsbursky2012-02-011-1/+1
* net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet2011-12-121-3/+3
* net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-221-1/+1
* Merge branch 'osd-devel' into nfs-for-nextTrond Myklebust2011-11-031-1/+7
|\
| * Merge branch 'nfs-for-3.2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2011-10-251-1/+2
| |\
| * | SUNRPC: compare scopeid for link-local addressesMi Jinlong2011-09-141-1/+7
* | | SUNRPC: introduce svc helpers for prepairing rpcbind infrastructureStanislav Kinsbursky2011-10-251-0/+2
| |/ |/|
* | SUNRPC: Fix rpc_sockaddr2uaddrTrond Myklebust2011-10-181-1/+2
|/
* NFSv4.1: filelayout async error handlerAndy Adamson2011-03-111-0/+1
* SUNRPC: New xdr_streams XDR decoder APIChuck Lever2010-12-161-1/+1
* SUNRPC: New xdr_streams XDR encoder APIChuck Lever2010-12-161-1/+1
* Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2010-10-261-0/+1
|\
| * sunrpc: Add net to rpc_create_argsPavel Emelyanov2010-10-011-0/+1
* | Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds2010-10-251-1/+0Star
|\ \ | |/ |/|
| * SUNRPC: Remove rpcb_getport_sync()Chuck Lever2010-09-171-1/+0Star
* | SUNRPC: Fix a race in rpc_info_openTrond Myklebust2010-09-131-1/+1
|/
* SUNRPC: Move remaining RPC client related task initialisation into clnt.cTrond Myklebust2010-08-041-0/+1
* SUNRPC: The function rpc_restart_call() should return success/failureTrond Myklebust2010-08-041-2/+2
* nfsd41: sunrpc: add new xprt class for nfsv4.1 backchannelAlexandros Batsakis2009-09-131-0/+1
* nfsd: populate sin6_scope_id on callback address with scopeid from rq_addr on...Jeff Layton2009-08-211-0/+15
* sunrpc: add common routine for copying address portion of a sockaddrJeff Layton2009-08-211-0/+50
* sunrpc: add routine for comparing addressesJeff Layton2009-08-211-0/+48