aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/clnt.c
AgeCommit message (Expand)Author
2022-04-13SUNRPC: Handle low memory situations in call_status()Trond Myklebust
2022-04-13SUNRPC: Handle ENOMEM in call_transmit_status()Trond Myklebust
2021-06-03SUNRPC in case of backlog, hand free slots directly to waiting taskNeilBrown
2021-05-19sunrpc: Fix misplaced barrier in call_decodeBaptiste Lepers
2021-05-19SUNRPC: Move fault injection call sitesChuck Lever
2020-09-21SUNRPC: Clean up call_bind_status() observabilityChuck Lever
2020-09-21SUNRPC: Remove dprintk call site in call_decodeChuck Lever
2020-09-21SUNRPC: Trace call_refresh eventsChuck Lever
2020-09-21SUNRPC: Add trace_rpc_timeout_status()Chuck Lever
2020-09-21SUNRPC: Replace connect dprintk call sites with a tracepointChuck Lever
2020-09-21SUNRPC: Remove dprintk call site in call_start()Chuck Lever
2020-09-21SUNRPC: Remove the dprint_status() macroChuck Lever
2020-09-21SUNRPC: Hoist trace_xprtrdma_op_allocate into generic codeChuck Lever
2020-09-21SUNRPC dont update timeout value on connection resetOlga Kornievskaia
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-11SUNRPC: Set SOFTCONN when destroying GSS contextsChuck Lever
2020-06-11SUNRPC: rpc_call_null_helper() should set RPC_TASK_SOFTChuck Lever
2020-06-11SUNRPC: rpc_call_null_helper() already sets RPC_TASK_NULLCREDSChuck Lever
2020-06-11SUNRPC: trace RPC client lifetime eventsChuck Lever
2020-06-11SUNRPC: Split the xdr_buf event classChuck Lever
2020-06-11SUNRPC: Add tracepoint to rpc_call_rpcerror()Chuck Lever
2020-05-14SUNRPC: 'Directory with parent 'rpc_clnt' already present!'J. Bruce Fields
2020-05-11SUNRPC: Signalled ASYNC tasks need to exitChuck Lever
2020-05-10SUNRPC: fix use-after-free in rpc_free_client_work()NeilBrown
2020-04-28SUNRPC: defer slow parts of rpc_free_client() to a workqueue.NeilBrown
2020-04-21SUNRPC: Remove unreachable error conditionXiyu Yang
2020-04-07Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2020-03-16svcrdma: Create a generic tracing class for displaying xdr_buf layoutChuck Lever
2020-03-16SUNRPC: Don't take a reference to the cred on synchronous tasksTrond Myklebust
2020-03-16SUNRPC: Add a flag to avoid reference counts on credentialsTrond Myklebust
2020-01-15SUNRPC: call_connect_status should handle -EPROTOChuck Lever
2019-11-18Merge tag 'nfs-rdma-for-5.5-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust
2019-11-03NFSv4.1: Don't rebind to the same source port when reconnecting to the serverTrond Myklebust
2019-10-24SUNRPC: Eliminate log noise in call_reserveresultChuck Lever
2019-09-26Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2019-09-20SUNRPC: Don't try to parse incomplete RPC messagesTrond Myklebust
2019-09-17SUNRPC: RPC level errors should always set task->tk_rpc_statusTrond Myklebust
2019-09-17SUNRPC: Dequeue the request from the receive queue while we're re-encodingTrond Myklebust
2019-08-26SUNRPC: Handle connection breakages correctly in call_status()Trond Myklebust
2019-08-26SUNRPC: Handle EADDRINUSE and ENOBUFS correctlyTrond Myklebust
2019-08-26SUNRPC: Don't handle errors if the bind/connect succeededTrond Myklebust
2019-07-18SUNRPC: Ensure the bvecs are reset when we re-encode the RPC requestTrond Myklebust
2019-07-18SUNRPC: Fix up backchannel slot table accountingTrond Myklebust
2019-07-12SUNRPC: Fix transport accounting when caller specifies an rpc_xprtTrond Myklebust
2019-07-06NFS: send state management on a single connection.NeilBrown
2019-07-06SUNRPC: Allow creation of RPC clients with multiple connectionsTrond Myklebust
2019-07-06SUNRPC: Add basic load balancing to the transport switchTrond Myklebust
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