aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc/clnt.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-27sunrpc: add debugfs file for displaying client rpc_task queueGravatar Jeff Layton 1-1/+9
2014-11-24sunrpc: eliminate RPC_DEBUGGravatar Jeff Layton 1-3/+3
2014-09-30Merge branch 'bugfixes' into linux-nextGravatar Trond Myklebust 1-0/+3
2014-09-25SUNRPC: Add missing support for RPC_CLNT_CREATE_NO_RETRANS_TIMEOUTGravatar Trond Myklebust 1-0/+3
2014-09-24rpc: Add -EPERM processing for xs_udp_send_request()Gravatar Jason Baron 1-0/+2
2014-07-03SUNRPC: Handle EPIPE in xprt_connect_statusGravatar Trond Myklebust 1-0/+1
2014-06-30SUNRPC: Ensure that we handle ENOBUFS errors correctly.Gravatar Trond Myklebust 1-0/+4
2014-04-08Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-25/+33
2014-03-30SUNRPC: New helper for creating client with rpc_xprtGravatar Kinglong Mee 1-25/+33
2014-03-20SUNRPC: rpc_restart_call/rpc_restart_call_prepare should clear task->tk_statusGravatar Trond Myklebust 1-0/+2
2014-03-20SUNRPC: Ensure call_connect_status() deals correctly with SOFTCONN tasksGravatar Steve Dickson 1-2/+2
2014-03-19SUNRPC: Ensure call_status() deals correctly with SOFTCONN tasksGravatar Trond Myklebust 1-0/+4
2014-03-17SUNRPC: Ensure that call_bind times out correctlyGravatar Trond Myklebust 1-3/+2
2014-03-17SUNRPC: Ensure that call_connect times out correctlyGravatar Trond Myklebust 1-5/+3
2014-01-05sunrpc: Fix infinite loop in RPC state machineGravatar Weston Andros Adamson 1-2/+6
2013-12-31SUNRPC: Handle connect errors ECONNABORTED and EHOSTUNREACHGravatar Trond Myklebust 1-1/+6
2013-11-12SUNRPC: Avoid deep recursion in rpc_release_clientGravatar Trond Myklebust 1-12/+17
2013-10-30SUNRPC: remove duplicated include from clnt.cGravatar Wei Yongjun 1-1/+0
2013-10-28SUNRPC: Add correct rcu_dereference annotation in rpc_clnt_set_transportGravatar Trond Myklebust 1-1/+2
2013-10-28SUNRPC: Add a helper to switch the transport of an rpc_clntGravatar Trond Myklebust 1-7/+100
2013-10-28SUNRPC: Modify synopsis of rpc_client_register()Gravatar Chuck Lever 1-6/+7
2013-10-01SUNRPC: call_connect_status should recheck bind and connect status on errorGravatar Trond Myklebust 1-3/+6
2013-10-01SUNRPC: Fix RPC call retransmission statisticsGravatar Trond Myklebust 1-2/+4
2013-10-01SUNRPC: Add RPC task and client level options to disable the resend timeoutGravatar Trond Myklebust 1-1/+4
2013-10-01SUNRPC: Clean up - convert xprt_prepare_transmit to return a boolGravatar Trond Myklebust 1-4/+2
2013-09-09Merge tag 'nfs-for-3.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-72/+85
2013-09-05SUNRPC: Add an identifier for struct rpc_clntGravatar Trond Myklebust 1-0/+25
2013-09-03SUNRPC refactor rpcauth_checkverf error returnsGravatar Andy Adamson 1-7/+10
2013-09-03SUNRPC: don't map EKEYEXPIRED to EACCES in call_refreshresultGravatar Andy Adamson 1-1/+1
2013-09-02SUNRPC: rpcauth_create needs to know about rpc_clnt clone statusGravatar Trond Myklebust 1-7/+8
2013-09-01SUNRPC: Remove the rpc_client->cl_dentryGravatar Trond Myklebust 1-17/+18
2013-09-01SUNRPC: Remove the obsolete auth-only interface for pipefs dentry managementGravatar Trond Myklebust 1-9/+1
2013-08-30SUNRPC: Add a framework to clean up management of rpc_pipefs directoriesGravatar Trond Myklebust 1-1/+2
2013-08-30SUNRPC: Replace clnt->cl_principalGravatar Trond Myklebust 1-13/+5
2013-08-30SUNRPC: Cleanup rpc_setup_pipedirGravatar Trond Myklebust 1-14/+13
2013-08-30SUNRPC: Remove unused struct rpc_clnt field cl_protnameGravatar Trond Myklebust 1-1/+0
2013-08-30SUNRPC: Deprecate rpc_client->cl_protnameGravatar Trond Myklebust 1-9/+9
2013-08-07SUNRPC: If the rpcbind channel is disconnected, fail the call to unregisterGravatar Trond Myklebust 1-0/+4
2013-07-15SUNRPC: Fix another issue with rpc_client_register()Gravatar Trond Myklebust 1-0/+1
2013-07-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-12/+8
2013-07-14rpc_create_*_dir: don't bother with qstrGravatar Al Viro 1-12/+8
2013-07-10SUNRPC: Fix a deadlock in rpc_client_register()Gravatar Trond Myklebust 1-7/+9
2013-06-28SUNRPC: PipeFS MOUNT notification optimization for dying clientsGravatar Stanislav Kinsbursky 1-0/+2
2013-06-28SUNRPC: split client creation routine into setup and registrationGravatar Stanislav Kinsbursky 1-25/+39
2013-06-28SUNRPC: fix races on PipeFS UMOUNT notificationsGravatar Stanislav Kinsbursky 1-4/+1
2013-06-28SUNRPC: fix races on PipeFS MOUNT notificationsGravatar Stanislav Kinsbursky 1-11/+15
2013-05-09Merge tag 'nfs-for-3.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-1/+1
2013-05-03SUNRPC: Don't spam syslog with "Pseudoflavor not found" messagesGravatar Trond Myklebust 1-1/+1
2013-04-29Merge branch 'nfs-for-next' of git://linux-nfs.org/~trondmy/nfs-2.6 into for-...Gravatar J. Bruce Fields 1-8/+3
2013-04-26SUNRPC: Add RPC based upcall mechanism for RPCGSS authGravatar Simo Sorce 1-0/+1