summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprt.c
AgeCommit message (Expand)Author
2021-11-04SUNRPC: Prevent immediate close+reconnectTrond Myklebust
2021-11-04SUNRPC: Fix races when closing the socketTrond Myklebust
2021-10-03SUNRPC: xprt_clear_locked() only needs release memory semanticsTrond Myklebust
2021-10-03SUNRPC: Partial revert of commit 6f9f17287e78Trond Myklebust
2021-09-04Merge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2021-08-20SUNRPC: Move client-side disconnect injectionChuck Lever
2021-08-09SUNRPC/xprtrdma: Fix reconnection lockingTrond Myklebust
2021-08-09SUNRPC: Clean up scheduling of autocloseTrond Myklebust
2021-08-09SUNRPC: Fix potential memory corruptionTrond Myklebust
2021-07-08sunrpc: add dst_attr attributes to the sysfs xprt directoryOlga Kornievskaia
2021-07-08sunrpc: add xprt idOlga Kornievskaia
2021-05-26SUNRPC: More fixes for backlog congestionTrond Myklebust
2021-05-20SUNRPC in case of backlog, hand free slots directly to waiting taskNeilBrown
2021-04-14SUNRPC: Handle major timeout in xprt_adjust_timeout()Chris Dion
2021-04-14SUNRPC: Remove trace_xprt_transmit_queuedChuck Lever
2021-04-14SUNRPC: Add tracepoint that fires when an RPC is retransmittedChuck Lever
2021-04-14SUNRPC: Move fault injection call sitesChuck Lever
2021-04-05SUNRPC: Set TCP_CORK until the transmit queue is emptyTrond Myklebust
2020-12-02SUNRPC: Remove unused function xprt_load_transport()Trond Myklebust
2020-12-02SUNRPC: Add a helper to return the transport identifier given a netidTrond Myklebust
2020-12-02SUNRPC: Close a race with transport setup and module putTrond Myklebust
2020-12-02SUNRPC: xprt_load_transport() needs to support the netid "rdma6"Trond Myklebust
2020-09-21SUNRPC: Mitigate cond_resched() in xprt_transmit()Chuck Lever
2020-09-21SUNRPC: Replace connect dprintk call sites with a tracepointChuck Lever
2020-09-21SUNRPC: Replace dprintk() call site in xprt_prepare_transmitChuck Lever
2020-09-21SUNRPC: Update debugging instrumentation in xprt_do_reserve()Chuck Lever
2020-09-21SUNRPC: Remove debugging instrumentation from xprt_releaseChuck Lever
2020-09-21SUNRPC: Remove trace_xprt_complete_rqst()Chuck Lever
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-04SUNRPC dont update timeout value on connection resetOlga Kornievskaia
2020-06-11SUNRPC: Trace transport lifetime eventsChuck Lever
2020-06-11SUNRPC: Split the xdr_buf event classChuck Lever
2020-03-16svcrdma: Create a generic tracing class for displaying xdr_buf layoutChuck Lever
2019-11-18Merge tag 'nfs-rdma-for-5.5-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust
2019-10-30SUNRPC: Destroy the back channel when we destroy the host transportTrond Myklebust
2019-10-24SUNRPC: Add trace points to observe transport congestion controlChuck Lever
2019-09-26Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2019-09-20SUNRPC: Fix congestion window race with disconnectChuck Lever
2019-09-17SUNRPC: Dequeue the request from the receive queue while we're re-encodingTrond Myklebust
2019-08-26Revert "NFSv4/flexfiles: Abort I/O early if the layout segment was invalidated"Trond Myklebust
2019-07-18SUNRPC: Ensure the bvecs are reset when we re-encode the RPC requestTrond Myklebust
2019-07-12Merge tag 'nfs-rdma-for-5.3-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust
2019-07-09xprtrdma: Modernize ops->connectChuck Lever
2019-07-06SUNRPC: Fix possible autodisconnect during connect due to old last_usedDave Wysochanski
2019-07-06Merge branch 'bh-remove'Trond Myklebust
2019-07-06SUNRPC: Move call to rpc_count_iostats before rpc_call_doneDave Wysochanski
2019-07-06SUNRPC: Remove the bh-safe lock requirement on xprt->transport_lockTrond Myklebust
2019-06-21Revert "SUNRPC: Declare RPC timers as TIMER_DEFERRABLE"Anna Schumaker
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-04-25SUNRPC: Update comments based on recent changesChuck Lever