summaryrefslogtreecommitdiff
path: root/net/sunrpc/clnt.c
AgeCommit message (Expand)Author
2019-07-14net :sunrpc :clnt :Fix xps refcount imbalance on the error pathLin Yi
2019-07-03SUNRPC: Clean up initialisation of the struct rpc_rqstTrond Myklebust
2019-02-15SUNRPC: Always drop the XPRT_LOCK on XPRT_CLOSE_WAITBenjamin Coddington
2018-07-31sunrpc: whitespace fixesStephen Hemminger
2018-07-31NFSv4 client live hangs after live data migration recoveryBill Baker
2018-05-07SUNRPC: Initialize rpc_rqst outside of xprt->reserve_lockChuck Lever
2018-04-12Merge tag 'nfs-for-4.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2018-04-10sunrpc: Add static trace point to report result of RPC pingChuck Lever
2018-04-10sunrpc: Simplify synopsis of some trace pointsChuck Lever
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko
2018-01-14SUNRPC: Remove rpc_protocol()Chuck Lever
2017-11-30SUNRPC: Handle ENETDOWN errorsTrond Myklebust
2017-11-17sunrpc: Add rpc_request static trace pointChuck Lever
2017-11-17net: sunrpc: mark expected switch fall-throughsGustavo A. R. Silva
2017-09-06SUNRPC: remove some dead code.NeilBrown
2017-08-20SUNRPC: ECONNREFUSED should cause a rebind.NeilBrown
2017-05-15sunrpc: mark all struct rpc_procinfo instances as constChristoph Hellwig
2017-05-15sunrpc: move p_count out of struct rpc_procinfoChristoph Hellwig
2017-05-15sunrpc: properly type argument to kxdrdproc_tChristoph Hellwig
2017-05-15sunrpc: properly type argument to kxdreproc_tChristoph Hellwig
2017-04-20sunrpc: don't check for failure from mempool_alloc()NeilBrown
2017-02-09NFSv4: Set the connection timeout to match the lease periodTrond Myklebust
2017-02-09SUNRPC: Allow changing of the TCP timeout parameters on the flyTrond Myklebust
2017-02-09SUNRPC: Remove unused function rpc_get_timeout()Trond Myklebust
2017-01-24SUNRPC: cleanup ida information when removing sunrpc moduleKinglong Mee
2016-12-01sunrpc: Don't engage exponential backoff when connection attempt is rejected.NeilBrown
2016-11-07SUNRPC: Fix suspicious RCU usageAnna Schumaker
2016-09-19SUNRPC: Separate buffer pointers for RPC Call and Reply messagesChuck Lever
2016-09-19SUNRPC: Generalize the RPC buffer allocation APIChuck Lever
2016-09-19SUNRPC: Refactor rpc_xdr_buf_init()Chuck Lever
2016-09-19SUNRPC: rpc_clnt_add_xprt setup function for NFS layerAndy Adamson
2016-09-19SUNRPC search xprt switch for sockaddrAndy Adamson
2016-09-19SUNRPC rpc_clnt_xprt_switch_add_xprtAndy Adamson
2016-09-19SUNRPC rpc_clnt_xprt_switch_putAndy Adamson
2016-09-19SUNRPC remove rpc_task_release_client from rpc_task_set_clientAndy Adamson
2016-09-19sunrpc: Remove unnecessary variableAmitoj Kaur Chawla
2016-08-24SUNRPC: Silence WARN_ON when NFSv4.1 over RDMA is in useChuck Lever
2016-08-05NFSv4: Cap the transport reconnection timer at 1/2 lease periodTrond Myklebust
2016-08-05SUNRPC: Limit the reconnect backoff timer to the max RPC message timeoutTrond Myklebust
2016-07-24Merge branch 'sunrpc'Trond Myklebust
2016-07-24SUNRPC: Fix a compiler warning in fs/nfs/clnt.cTrond Myklebust
2016-06-15rpc: share one xps between all backchannelsJ. Bruce Fields
2016-06-15nfsd4/rpc: move backchannel create logic into rpc codeJ. Bruce Fields
2016-06-15SUNRPC: fix xprt leak on xps allocation failureJ. Bruce Fields
2016-05-17sunrpc: Advertise maximum backchannel payload sizeChuck Lever
2016-02-05SUNRPC: Allow addition of new transports to a struct rpc_clntTrond Myklebust
2016-02-05SUNRPC: Make NFS swap work with multipathTrond Myklebust
2016-02-05SUNRPC: Add a helper to apply a function to all the rpc_clnt's transportsTrond Myklebust
2016-02-05SUNRPC: Use the multipath iterator to assign a transport to each taskTrond Myklebust
2016-02-05SUNRPC: Make rpc_clnt store the multipath iteratorsTrond Myklebust