summaryrefslogtreecommitdiff
path: root/net/sunrpc/clnt.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-07SUNRPC: Fix suspicious RCU usageAnna Schumaker1-2/+5
2016-09-19SUNRPC: Separate buffer pointers for RPC Call and Reply messagesChuck Lever1-1/+1
2016-09-19SUNRPC: Generalize the RPC buffer allocation APIChuck Lever1-4/+8
2016-09-19SUNRPC: Refactor rpc_xdr_buf_init()Chuck Lever1-18/+6
2016-09-19SUNRPC: rpc_clnt_add_xprt setup function for NFS layerAndy Adamson1-0/+64
2016-09-19SUNRPC search xprt switch for sockaddrAndy Adamson1-0/+15
2016-09-19SUNRPC rpc_clnt_xprt_switch_add_xprtAndy Adamson1-0/+7
2016-09-19SUNRPC rpc_clnt_xprt_switch_putAndy Adamson1-0/+6
2016-09-19SUNRPC remove rpc_task_release_client from rpc_task_set_clientAndy Adamson1-1/+0
2016-09-19sunrpc: Remove unnecessary variableAmitoj Kaur Chawla1-2/+1
2016-08-25SUNRPC: Silence WARN_ON when NFSv4.1 over RDMA is in useChuck Lever1-2/+2
2016-08-06NFSv4: Cap the transport reconnection timer at 1/2 lease periodTrond Myklebust1-0/+21
2016-08-05SUNRPC: Limit the reconnect backoff timer to the max RPC message timeoutTrond Myklebust1-0/+3
2016-07-25Merge branch 'sunrpc'Trond Myklebust1-1/+1
2016-07-25SUNRPC: Fix a compiler warning in fs/nfs/clnt.cTrond Myklebust1-1/+1
2016-06-15rpc: share one xps between all backchannelsJ. Bruce Fields1-4/+14
2016-06-15nfsd4/rpc: move backchannel create logic into rpc codeJ. Bruce Fields1-2/+10
2016-06-15SUNRPC: fix xprt leak on xps allocation failureJ. Bruce Fields1-2/+3
2016-05-17sunrpc: Advertise maximum backchannel payload sizeChuck Lever1-0/+17
2016-02-06SUNRPC: Allow addition of new transports to a struct rpc_clntTrond Myklebust1-2/+131
2016-02-06SUNRPC: Make NFS swap work with multipathTrond Myklebust1-42/+24
2016-02-06SUNRPC: Add a helper to apply a function to all the rpc_clnt's transportsTrond Myklebust1-0/+51
2016-02-06SUNRPC: Use the multipath iterator to assign a transport to each taskTrond Myklebust1-18/+20
2016-02-06SUNRPC: Make rpc_clnt store the multipath iteratorsTrond Myklebust1-3/+29
2016-02-01SUNRPC: Remove unused function rpc_task_reset_clientTrond Myklebust1-8/+0
2015-12-31SUNRPC: 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-11SUNRPC: Transport fault injectionChuck Lever1-0/+1
2015-06-11sunrpc: turn swapper_enable/disable functions into rpc_xprt_opsJeff Layton1-2/+2
2015-06-11sunrpc: make xprt->swapper an atomic_tJeff Layton1-2/+2
2015-06-11sunrpc: 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-09SUNRPC: Handle EADDRINUSE on connectTrond Myklebust1-0/+3
2015-02-04SUNRPC: 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-25sunrpc: eliminate RPC_DEBUGJeff Layton1-3/+3
2014-10-01Merge branch 'bugfixes' into linux-nextTrond Myklebust1-0/+3
2014-09-26SUNRPC: Add missing support for RPC_CLNT_CREATE_NO_RETRANS_TIMEOUTTrond Myklebust1-0/+3
2014-09-25rpc: 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-09Merge 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-20SUNRPC: Ensure call_status() deals correctly with SOFTCONN tasksTrond Myklebust1-0/+4
2014-03-17SUNRPC: Ensure that call_bind times out correctlyTrond Myklebust1-3/+2