summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/clnt.c
Commit message (Expand)AuthorAgeFilesLines
* NFSv4: Set the connection timeout to match the lease periodTrond Myklebust2017-02-091-4/+6
* SUNRPC: Allow changing of the TCP timeout parameters on the flyTrond Myklebust2017-02-091-7/+23
* SUNRPC: Remove unused function rpc_get_timeout()Trond Myklebust2017-02-091-15/+0
* SUNRPC: cleanup ida information when removing sunrpc moduleKinglong Mee2017-01-241-0/+5
* sunrpc: Don't engage exponential backoff when connection attempt is rejected.NeilBrown2016-12-011-0/+2
* SUNRPC: Fix suspicious RCU usageAnna Schumaker2016-11-071-2/+5
* SUNRPC: Separate buffer pointers for RPC Call and Reply messagesChuck Lever2016-09-191-1/+1
* SUNRPC: Generalize the RPC buffer allocation APIChuck Lever2016-09-191-4/+8
* SUNRPC: Refactor rpc_xdr_buf_init()Chuck Lever2016-09-191-18/+6
* SUNRPC: rpc_clnt_add_xprt setup function for NFS layerAndy Adamson2016-09-191-0/+64
* SUNRPC search xprt switch for sockaddrAndy Adamson2016-09-191-0/+15
* SUNRPC rpc_clnt_xprt_switch_add_xprtAndy Adamson2016-09-191-0/+7
* SUNRPC rpc_clnt_xprt_switch_putAndy Adamson2016-09-191-0/+6
* SUNRPC remove rpc_task_release_client from rpc_task_set_clientAndy Adamson2016-09-191-1/+0
* sunrpc: Remove unnecessary variableAmitoj Kaur Chawla2016-09-191-2/+1
* SUNRPC: Silence WARN_ON when NFSv4.1 over RDMA is in useChuck Lever2016-08-241-2/+2
* NFSv4: Cap the transport reconnection timer at 1/2 lease periodTrond Myklebust2016-08-051-0/+21
* SUNRPC: Limit the reconnect backoff timer to the max RPC message timeoutTrond Myklebust2016-08-051-0/+3
* Merge branch 'sunrpc'Trond Myklebust2016-07-241-1/+1
|\
| * SUNRPC: Fix a compiler warning in fs/nfs/clnt.cTrond Myklebust2016-07-241-1/+1
* | rpc: share one xps between all backchannelsJ. Bruce Fields2016-06-151-4/+14
* | nfsd4/rpc: move backchannel create logic into rpc codeJ. Bruce Fields2016-06-151-2/+10
* | SUNRPC: fix xprt leak on xps allocation failureJ. Bruce Fields2016-06-151-2/+3
|/
* sunrpc: Advertise maximum backchannel payload sizeChuck Lever2016-05-171-0/+17
* SUNRPC: Allow addition of new transports to a struct rpc_clntTrond Myklebust2016-02-051-2/+131
* SUNRPC: Make NFS swap work with multipathTrond Myklebust2016-02-051-42/+24
* SUNRPC: Add a helper to apply a function to all the rpc_clnt's transportsTrond Myklebust2016-02-051-0/+51
* SUNRPC: Use the multipath iterator to assign a transport to each taskTrond Myklebust2016-02-051-18/+20
* SUNRPC: Make rpc_clnt store the multipath iteratorsTrond Myklebust2016-02-051-3/+29
* SUNRPC: Remove unused function rpc_task_reset_clientTrond Myklebust2016-01-311-8/+0
* SUNRPC: Fix a missing break in rpc_anyaddr()Trond Myklebust2015-12-301-0/+1
* SUNRPC: Don't reencode message if transmission failed with ENOBUFSTrond Myklebust2015-07-031-2/+3
* SUNRPC: Handle connection issues correctly on the back channelTrond Myklebust2015-06-191-1/+7
* SUNRPC: Transport fault injectionChuck Lever2015-06-101-0/+1
* sunrpc: turn swapper_enable/disable functions into rpc_xprt_opsJeff Layton2015-06-101-2/+2
* sunrpc: make xprt->swapper an atomic_tJeff Layton2015-06-101-2/+2
* sunrpc: keep a count of swapfiles associated with the rpc_clntJeff Layton2015-06-101-9/+58
* SUNRPC: Remove unused argument 'tk_ops' in rpc_run_bc_taskTrond Myklebust2015-06-051-4/+2
* SUNRPC: Backchannel handle socket nospaceTrond Myklebust2015-06-021-11/+16
* sunrpc: make debugfs file creation failure non-fatalJeff Layton2015-03-311-3/+1
* SUNRPC: Handle EADDRINUSE on connectTrond Myklebust2015-02-081-0/+3
* SUNRPC: NULL utsname dereference on NFS umount during namespace cleanupTrond Myklebust2015-02-031-5/+7
* sunrpc: add debugfs file for displaying client rpc_task queueJeff Layton2014-11-271-1/+9
* sunrpc: eliminate RPC_DEBUGJeff Layton2014-11-241-3/+3
* Merge branch 'bugfixes' into linux-nextTrond Myklebust2014-09-301-0/+3
|\
| * SUNRPC: Add missing support for RPC_CLNT_CREATE_NO_RETRANS_TIMEOUTTrond Myklebust2014-09-251-0/+3
* | rpc: Add -EPERM processing for xs_udp_send_request()Jason Baron2014-09-241-0/+2
|/
* SUNRPC: Handle EPIPE in xprt_connect_statusTrond Myklebust2014-07-031-0/+1
* SUNRPC: Ensure that we handle ENOBUFS errors correctly.Trond Myklebust2014-06-301-0/+4
* Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-04-081-25/+33
|\