summaryrefslogtreecommitdiff
path: root/net/sunrpc/clnt.c
AgeCommit message (Expand)Author
2019-06-21SUNRPC: Fix a credential refcount leakTrond Myklebust
2019-06-21net :sunrpc :clnt :Fix xps refcount imbalance on the error pathLin Yi
2019-05-30SUNRPC: Fix a use after free when a server rejects the RPCSEC_GSS credentialTrond Myklebust
2019-05-30SUNRPC fix regression in umount of a secure mountOlga Kornievskaia
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-09SUNRPC: task should be exit if encode return EKEYEXPIRED more timesZhangXiaoxu
2019-04-26SUNRPC: Cache cred of process creating the rpc_clientTrond Myklebust
2019-04-25SUNRPC: Add the 'softerr' rpc_client flagTrond Myklebust
2019-04-25SUNRPC: Ensure to ratelimit the "server not responding" syslog messagesTrond Myklebust
2019-04-25SUNRPC: Make "no retrans timeout" soft tasks behave like softconn for timeoutsTrond Myklebust
2019-04-25SUNRPC: Add tracking of RPC level errorsTrond Myklebust
2019-04-25SUNRPC: Fix up tracking of timeoutsTrond Myklebust
2019-04-25SUNRPC: Add function rpc_sleep_on_timeout()Trond Myklebust
2019-04-25SUNRPC: Refactor rpc_restart_call/rpc_restart_call_prepareTrond Myklebust
2019-04-25SUNRPC: Fix up task signallingTrond Myklebust
2019-04-17SUNRPC: Ignore queue transmission errors on successful transmissionTrond Myklebust
2019-04-11Revert "SUNRPC: Micro-optimise when the task is known not to be sleeping"Trond Myklebust
2019-03-23SUNRPC: Don't let RPC_SOFTCONN tasks time out if the transport is connectedTrond Myklebust
2019-03-15SUNRPC: Remove redundant check for the reply length in call_decode()Trond Myklebust
2019-03-15SUNRPC: Handle the SYSTEM_ERR rpc errorTrond Myklebust
2019-03-15SUNRPC: rpc_decode_header() must always return a non-zero value on errorTrond Myklebust
2019-03-15SUNRPC: Fix the minimal size for reply buffer allocationTrond Myklebust
2019-03-10SUNRPC: Take the transport send lock before binding+connectingTrond Myklebust
2019-03-10SUNRPC: Micro-optimise when the task is known not to be sleepingTrond Myklebust
2019-03-10SUNRPC: Check whether the task was transmitted before rebind/reconnectTrond Myklebust
2019-03-09SUNRPC: Remove redundant calls to RPC_IS_QUEUED()Trond Myklebust
2019-03-09SUNRPC: Clean upTrond Myklebust
2019-03-07SUNRPC: Respect RPC call timeouts when retrying transmissionTrond Myklebust
2019-03-07SUNRPC: Fix up RPC back channel transmissionTrond Myklebust
2019-03-07SUNRPC: Prevent thundering herd when the socket is not connectedTrond Myklebust
2019-02-14SUNRPC: Use au_rslack when computing reply buffer sizeChuck Lever
2019-02-14SUNRPC: Add rpc_auth::au_ralign fieldChuck Lever
2019-02-14NFS: Account for XDR pad of buf->pagesChuck Lever
2019-02-14SUNRPC: Introduce rpc_prepare_reply_pages()Chuck Lever
2019-02-14SUNRPC: Use struct xdr_stream when decoding RPC Reply headerChuck Lever
2019-02-13SUNRPC: Clean up rpc_verify_header()Chuck Lever
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