aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/clnt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-30SUNRPC: Fix a missing break in rpc_anyaddr()Trond Myklebust1-0/+1
2015-07-03SUNRPC: Don't reencode message if transmission failed with ENOBUFSTrond Myklebust1-2/+3
2015-06-19SUNRPC: Handle connection issues correctly on the back channelTrond Myklebust1-1/+7
2015-06-10SUNRPC: Transport fault injectionChuck Lever1-0/+1
2015-06-10sunrpc: turn swapper_enable/disable functions into rpc_xprt_opsJeff Layton1-2/+2
2015-06-10sunrpc: make xprt->swapper an atomic_tJeff Layton1-2/+2
2015-06-10sunrpc: keep a count of swapfiles associated with the rpc_clntJeff Layton1-9/+58
2015-06-05SUNRPC: Remove unused argument 'tk_ops' in rpc_run_bc_taskTrond Myklebust1-4/+2
2015-06-02SUNRPC: Backchannel handle socket nospaceTrond Myklebust1-11/+16
2015-03-31sunrpc: make debugfs file creation failure non-fatalJeff Layton1-3/+1
2015-02-08SUNRPC: Handle EADDRINUSE on connectTrond Myklebust1-0/+3
2015-02-03SUNRPC: NULL utsname dereference on NFS umount during namespace cleanupTrond Myklebust1-5/+7
2014-11-27sunrpc: add debugfs file for displaying client rpc_task queueJeff Layton1-1/+9
2014-11-24sunrpc: eliminate RPC_DEBUGJeff Layton1-3/+3
2014-09-30Merge branch 'bugfixes' into linux-nextTrond Myklebust1-0/+3
2014-09-25SUNRPC: Add missing support for RPC_CLNT_CREATE_NO_RETRANS_TIMEOUTTrond Myklebust1-0/+3
2014-09-24rpc: Add -EPERM processing for xs_udp_send_request()Jason Baron1-0/+2
2014-07-03SUNRPC: Handle EPIPE in xprt_connect_statusTrond Myklebust1-0/+1
2014-06-30SUNRPC: Ensure that we handle ENOBUFS errors correctly.Trond Myklebust1-0/+4
2014-04-08Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-25/+33
2014-03-30SUNRPC: New helper for creating client with rpc_xprtKinglong Mee1-25/+33
2014-03-20SUNRPC: rpc_restart_call/rpc_restart_call_prepare should clear task->tk_statusTrond Myklebust1-0/+2
2014-03-20SUNRPC: Ensure call_connect_status() deals correctly with SOFTCONN tasksSteve Dickson1-2/+2
2014-03-19SUNRPC: Ensure call_status() deals correctly with SOFTCONN tasksTrond Myklebust1-0/+4
2014-03-17SUNRPC: Ensure that call_bind times out correctlyTrond Myklebust1-3/+2
2014-03-17SUNRPC: Ensure that call_connect times out correctlyTrond Myklebust1-5/+3
2014-01-05sunrpc: Fix infinite loop in RPC state machineWeston Andros Adamson1-2/+6
2013-12-31SUNRPC: Handle connect errors ECONNABORTED and EHOSTUNREACHTrond Myklebust1-1/+6
2013-11-12SUNRPC: Avoid deep recursion in rpc_release_clientTrond Myklebust1-12/+17
2013-10-30SUNRPC: remove duplicated include from clnt.cWei Yongjun1-1/+0
2013-10-28SUNRPC: Add correct rcu_dereference annotation in rpc_clnt_set_transportTrond Myklebust1-1/+2
2013-10-28SUNRPC: Add a helper to switch the transport of an rpc_clntTrond Myklebust1-7/+100
2013-10-28SUNRPC: Modify synopsis of rpc_client_register()Chuck Lever1-6/+7
2013-10-01SUNRPC: call_connect_status should recheck bind and connect status on errorTrond Myklebust1-3/+6
2013-10-01SUNRPC: Fix RPC call retransmission statisticsTrond Myklebust1-2/+4
2013-10-01SUNRPC: Add RPC task and client level options to disable the resend timeoutTrond Myklebust1-1/+4
2013-10-01SUNRPC: Clean up - convert xprt_prepare_transmit to return a boolTrond Myklebust1-4/+2
2013-09-09Merge tag 'nfs-for-3.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-72/+85
2013-09-05SUNRPC: Add an identifier for struct rpc_clntTrond Myklebust1-0/+25
2013-09-03SUNRPC refactor rpcauth_checkverf error returnsAndy Adamson1-7/+10
2013-09-03SUNRPC: don't map EKEYEXPIRED to EACCES in call_refreshresultAndy Adamson1-1/+1
2013-09-02SUNRPC: rpcauth_create needs to know about rpc_clnt clone statusTrond Myklebust1-7/+8
2013-09-01SUNRPC: Remove the rpc_client->cl_dentryTrond Myklebust1-17/+18
2013-09-01SUNRPC: Remove the obsolete auth-only interface for pipefs dentry managementTrond Myklebust1-9/+1
2013-08-30SUNRPC: Add a framework to clean up management of rpc_pipefs directoriesTrond Myklebust1-1/+2
2013-08-30SUNRPC: Replace clnt->cl_principalTrond Myklebust1-13/+5
2013-08-30SUNRPC: Cleanup rpc_setup_pipedirTrond Myklebust1-14/+13
2013-08-30SUNRPC: Remove unused struct rpc_clnt field cl_protnameTrond Myklebust1-1/+0
2013-08-30SUNRPC: Deprecate rpc_client->cl_protnameTrond Myklebust1-9/+9
2013-08-07SUNRPC: If the rpcbind channel is disconnected, fail the call to unregisterTrond Myklebust1-0/+4