summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/clnt.c
Commit message (Expand)AuthorAgeFilesLines
* sunrpc: whitespace fixesStephen Hemminger2018-07-311-1/+1
* NFSv4 client live hangs after live data migration recoveryBill Baker2018-07-311-8/+20
* SUNRPC: Initialize rpc_rqst outside of xprt->reserve_lockChuck Lever2018-05-071-0/+1
* Merge tag 'nfs-for-4.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2018-04-121-1/+7
|\
| * sunrpc: Add static trace point to report result of RPC pingChuck Lever2018-04-101-0/+6
| * sunrpc: Simplify synopsis of some trace pointsChuck Lever2018-04-101-1/+1
* | net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-121-3/+3
|/
* SUNRPC: Remove rpc_protocol()Chuck Lever2018-01-151-16/+0Star
* SUNRPC: Handle ENETDOWN errorsTrond Myklebust2017-11-301-0/+5
* sunrpc: Add rpc_request static trace pointChuck Lever2017-11-171-2/+1Star
* net: sunrpc: mark expected switch fall-throughsGustavo A. R. Silva2017-11-171-0/+11
* SUNRPC: remove some dead code.NeilBrown2017-09-061-4/+0Star
* SUNRPC: ECONNREFUSED should cause a rebind.NeilBrown2017-08-201-0/+8
* sunrpc: mark all struct rpc_procinfo instances as constChristoph Hellwig2017-05-151-2/+2
* sunrpc: move p_count out of struct rpc_procinfoChristoph Hellwig2017-05-151-2/+4
* sunrpc: properly type argument to kxdrdproc_tChristoph Hellwig2017-05-151-1/+2
* sunrpc: properly type argument to kxdreproc_tChristoph Hellwig2017-05-151-1/+2
* sunrpc: don't check for failure from mempool_alloc()NeilBrown2017-04-201-8/+0Star
* 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/+0Star
* 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/+6Star
* 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/+0Star
* sunrpc: Remove unnecessary variableAmitoj Kaur Chawla2016-09-191-2/+1Star
* SUNRPC: Silence WARN_ON when NFSv4.1 over RDMA is in useChuck Lever2016-08-251-2/+2
* NFSv4: Cap the transport reconnection timer at 1/2 lease periodTrond Myklebust2016-08-061-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-061-2/+131
* SUNRPC: Make NFS swap work with multipathTrond Myklebust2016-02-061-42/+24Star
* SUNRPC: Add a helper to apply a function to all the rpc_clnt's transportsTrond Myklebust2016-02-061-0/+51
* SUNRPC: Use the multipath iterator to assign a transport to each taskTrond Myklebust2016-02-061-18/+20
* SUNRPC: Make rpc_clnt store the multipath iteratorsTrond Myklebust2016-02-061-3/+29
* SUNRPC: Remove unused function rpc_task_reset_clientTrond Myklebust2016-02-011-8/+0Star
* SUNRPC: Fix a missing break in rpc_anyaddr()Trond Myklebust2015-12-311-0/+1
* SUNRPC: Don't reencode message if transmission failed with ENOBUFSTrond Myklebust2015-07-031-2/+3