aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc/clnt.c
AgeCommit message (Expand)Author
2017-02-01SUNRPC: cleanup ida information when removing sunrpc moduleKinglong Mee
2016-07-27nfsd4/rpc: move backchannel create logic into rpc codeJ. Bruce Fields
2015-07-03SUNRPC: Don't reencode message if transmission failed with ENOBUFSTrond Myklebust
2015-06-19SUNRPC: Handle connection issues correctly on the back channelTrond Myklebust
2015-06-10SUNRPC: Transport fault injectionChuck Lever
2015-06-10sunrpc: turn swapper_enable/disable functions into rpc_xprt_opsJeff Layton
2015-06-10sunrpc: make xprt->swapper an atomic_tJeff Layton
2015-06-10sunrpc: keep a count of swapfiles associated with the rpc_clntJeff Layton
2015-06-05SUNRPC: Remove unused argument 'tk_ops' in rpc_run_bc_taskTrond Myklebust
2015-06-02SUNRPC: Backchannel handle socket nospaceTrond Myklebust
2015-03-31sunrpc: make debugfs file creation failure non-fatalJeff Layton
2015-02-08SUNRPC: Handle EADDRINUSE on connectTrond Myklebust
2015-02-03SUNRPC: NULL utsname dereference on NFS umount during namespace cleanupTrond Myklebust
2014-11-27sunrpc: add debugfs file for displaying client rpc_task queueJeff Layton
2014-11-24sunrpc: eliminate RPC_DEBUGJeff Layton
2014-09-30Merge branch 'bugfixes' into linux-nextTrond Myklebust
2014-09-25SUNRPC: Add missing support for RPC_CLNT_CREATE_NO_RETRANS_TIMEOUTTrond Myklebust
2014-09-24rpc: Add -EPERM processing for xs_udp_send_request()Jason Baron
2014-07-03SUNRPC: Handle EPIPE in xprt_connect_statusTrond Myklebust
2014-06-30SUNRPC: Ensure that we handle ENOBUFS errors correctly.Trond Myklebust
2014-04-08Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2014-03-30SUNRPC: New helper for creating client with rpc_xprtKinglong Mee
2014-03-20SUNRPC: rpc_restart_call/rpc_restart_call_prepare should clear task->tk_statusTrond Myklebust
2014-03-20SUNRPC: Ensure call_connect_status() deals correctly with SOFTCONN tasksSteve Dickson
2014-03-19SUNRPC: Ensure call_status() deals correctly with SOFTCONN tasksTrond Myklebust
2014-03-17SUNRPC: Ensure that call_bind times out correctlyTrond Myklebust
2014-03-17SUNRPC: Ensure that call_connect times out correctlyTrond Myklebust
2014-01-05sunrpc: Fix infinite loop in RPC state machineWeston Andros Adamson
2013-12-31SUNRPC: Handle connect errors ECONNABORTED and EHOSTUNREACHTrond Myklebust
2013-11-12SUNRPC: Avoid deep recursion in rpc_release_clientTrond Myklebust
2013-10-30SUNRPC: remove duplicated include from clnt.cWei Yongjun
2013-10-28SUNRPC: Add correct rcu_dereference annotation in rpc_clnt_set_transportTrond Myklebust
2013-10-28SUNRPC: Add a helper to switch the transport of an rpc_clntTrond Myklebust
2013-10-28SUNRPC: Modify synopsis of rpc_client_register()Chuck Lever
2013-10-01SUNRPC: call_connect_status should recheck bind and connect status on errorTrond Myklebust
2013-10-01SUNRPC: Fix RPC call retransmission statisticsTrond Myklebust
2013-10-01SUNRPC: Add RPC task and client level options to disable the resend timeoutTrond Myklebust
2013-10-01SUNRPC: Clean up - convert xprt_prepare_transmit to return a boolTrond Myklebust
2013-09-09Merge tag 'nfs-for-3.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2013-09-05SUNRPC: Add an identifier for struct rpc_clntTrond Myklebust
2013-09-03SUNRPC refactor rpcauth_checkverf error returnsAndy Adamson
2013-09-03SUNRPC: don't map EKEYEXPIRED to EACCES in call_refreshresultAndy Adamson
2013-09-02SUNRPC: rpcauth_create needs to know about rpc_clnt clone statusTrond Myklebust
2013-09-01SUNRPC: Remove the rpc_client->cl_dentryTrond Myklebust
2013-09-01SUNRPC: Remove the obsolete auth-only interface for pipefs dentry managementTrond Myklebust
2013-08-30SUNRPC: Add a framework to clean up management of rpc_pipefs directoriesTrond Myklebust
2013-08-30SUNRPC: Replace clnt->cl_principalTrond Myklebust
2013-08-30SUNRPC: Cleanup rpc_setup_pipedirTrond Myklebust
2013-08-30SUNRPC: Remove unused struct rpc_clnt field cl_protnameTrond Myklebust
2013-08-30SUNRPC: Deprecate rpc_client->cl_protnameTrond Myklebust