summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/clnt.c
AgeCommit message (Expand)Author
2019-02-13SUNRPC: Use struct xdr_stream when constructing RPC Call headerChuck Lever
2019-02-13SUNRPC: Remove rpc_xprt::tsh_sizeChuck Lever
2019-01-15SUNRPC: Ensure we respect the RPCSEC_GSS sequence number limitTrond Myklebust
2019-01-15SUNRPC: Ensure rq_bytes_sent is reset before request transmissionTrond Myklebust
2019-01-02sunrpc: Add xprt after nfs4_test_session_trunk()Santosh kumar pradhan
2018-12-19NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown
2018-12-19SUNRPC: add side channel to use non-generic cred for rpc call.NeilBrown
2018-12-19SUNRPC: introduce RPC_TASK_NULLCREDS to request auth_noneNeilBrown
2018-12-19NFS/SUNRPC: don't lookup machine credential until rpcauth_bindcred().NeilBrown
2018-12-18SUNRPC: Fix disconnection racesTrond Myklebust
2018-12-02SUNRPC: Fix a memory leak in call_encode()Trond Myklebust
2018-12-02SUNRPC: call_connect_status() must handle tasks that got transmittedTrond Myklebust
2018-09-30SUNRPC: Add a bvec array to struct xdr_buf for use with iovec_iter()Trond Myklebust
2018-09-30SUNRPC: Clean up transport write space handlingTrond Myklebust
2018-09-30SUNRPC: Support for congestion control when queuing is enabledTrond Myklebust
2018-09-30SUNRPC: Move RPC retransmission stat counter to xprt_transmit()Trond Myklebust
2018-09-30SUNRPC: Don't reset the request 'bytes_sent' counter when releasing XPRT_LOCKTrond Myklebust
2018-09-30SUNRPC: Fix up the back channel transmitTrond Myklebust
2018-09-30SUNRPC: Refactor RPC call encodingTrond Myklebust
2018-09-30SUNRPC: Add a transmission queue for RPC requestsTrond Myklebust
2018-09-30SUNRPC: Minor cleanup for call_transmit()Trond Myklebust
2018-09-30SUNRPC: Refactor xprt_transmit() to remove wait for reply codeTrond Myklebust
2018-09-30SUNRPC: Refactor xprt_transmit() to remove the reply queue codeTrond Myklebust
2018-09-30SUNRPC: Avoid holding locks across the XDR encoding of the RPC messageTrond Myklebust
2018-09-30SUNRPC: Simplify identification of when the message send/receive is completeTrond Myklebust
2018-09-30SUNRPC: The transmitted message must lie in the RPCSEC window of validityTrond Myklebust
2018-09-30SUNRPC: If there is no reply expected, bail early from call_decodeTrond Myklebust
2018-09-30SUNRPC: Clean up initialisation of the struct rpc_rqstTrond Myklebust
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