summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprt.c
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Prevent immediate close+reconnectTrond Myklebust2021-11-041-1/+2
* SUNRPC: Fix races when closing the socketTrond Myklebust2021-11-041-0/+2
* SUNRPC: xprt_clear_locked() only needs release memory semanticsTrond Myklebust2021-10-031-5/+3
* SUNRPC: Partial revert of commit 6f9f17287e78Trond Myklebust2021-10-031-13/+15
* Merge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2021-09-041-12/+20
|\
| * SUNRPC/xprtrdma: Fix reconnection lockingTrond Myklebust2021-08-091-0/+2
| * SUNRPC: Clean up scheduling of autocloseTrond Myklebust2021-08-091-12/+16
| * SUNRPC: Fix potential memory corruptionTrond Myklebust2021-08-091-2/+4
* | SUNRPC: Move client-side disconnect injectionChuck Lever2021-08-201-0/+14
|/
* sunrpc: add dst_attr attributes to the sysfs xprt directoryOlga Kornievskaia2021-07-081-1/+3
* sunrpc: add xprt idOlga Kornievskaia2021-07-081-0/+26
* SUNRPC: More fixes for backlog congestionTrond Myklebust2021-05-261-30/+28
* SUNRPC in case of backlog, hand free slots directly to waiting taskNeilBrown2021-05-201-21/+47
* SUNRPC: Handle major timeout in xprt_adjust_timeout()Chris Dion2021-04-141-2/+2
* SUNRPC: Remove trace_xprt_transmit_queuedChuck Lever2021-04-141-2/+0
* SUNRPC: Add tracepoint that fires when an RPC is retransmittedChuck Lever2021-04-141-1/+3
* SUNRPC: Move fault injection call sitesChuck Lever2021-04-141-2/+4
* SUNRPC: Set TCP_CORK until the transmit queue is emptyTrond Myklebust2021-04-051-0/+2
* SUNRPC: Remove unused function xprt_load_transport()Trond Myklebust2020-12-021-15/+0
* SUNRPC: Add a helper to return the transport identifier given a netidTrond Myklebust2020-12-021-4/+21
* SUNRPC: Close a race with transport setup and module putTrond Myklebust2020-12-021-11/+33
* SUNRPC: xprt_load_transport() needs to support the netid "rdma6"Trond Myklebust2020-12-021-16/+49
* SUNRPC: Mitigate cond_resched() in xprt_transmit()Chuck Lever2020-09-211-2/+4
* SUNRPC: Replace connect dprintk call sites with a tracepointChuck Lever2020-09-211-2/+1
* SUNRPC: Replace dprintk() call site in xprt_prepare_transmitChuck Lever2020-09-211-2/+2
* SUNRPC: Update debugging instrumentation in xprt_do_reserve()Chuck Lever2020-09-211-6/+2
* SUNRPC: Remove debugging instrumentation from xprt_releaseChuck Lever2020-09-211-1/+0
* SUNRPC: Remove trace_xprt_complete_rqst()Chuck Lever2020-09-211-2/+0
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* SUNRPC dont update timeout value on connection resetOlga Kornievskaia2020-08-041-0/+9
* SUNRPC: Trace transport lifetime eventsChuck Lever2020-06-111-10/+11
* SUNRPC: Split the xdr_buf event classChuck Lever2020-06-111-1/+1
* svcrdma: Create a generic tracing class for displaying xdr_buf layoutChuck Lever2020-03-161-2/+1
* Merge tag 'nfs-rdma-for-5.5-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust2019-11-181-9/+13
|\
| * SUNRPC: Add trace points to observe transport congestion controlChuck Lever2019-10-241-9/+13
* | SUNRPC: Destroy the back channel when we destroy the host transportTrond Myklebust2019-10-301-0/+5
|/
* Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-09-261-23/+38
|\
| * SUNRPC: Fix congestion window race with disconnectChuck Lever2019-09-201-0/+7
| * SUNRPC: Dequeue the request from the receive queue while we're re-encodingTrond Myklebust2019-09-171-23/+31
* | Revert "NFSv4/flexfiles: Abort I/O early if the layout segment was invalidated"Trond Myklebust2019-08-261-7/+0
|/
* SUNRPC: Ensure the bvecs are reset when we re-encode the RPC requestTrond Myklebust2019-07-181-0/+2
* Merge tag 'nfs-rdma-for-5.3-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust2019-07-121-0/+32
|\
| * xprtrdma: Modernize ops->connectChuck Lever2019-07-091-0/+32
* | SUNRPC: Fix possible autodisconnect during connect due to old last_usedDave Wysochanski2019-07-061-1/+1
* | Merge branch 'bh-remove'Trond Myklebust2019-07-061-33/+28
|\ \
| * | SUNRPC: Remove the bh-safe lock requirement on xprt->transport_lockTrond Myklebust2019-07-061-33/+28
* | | SUNRPC: Move call to rpc_count_iostats before rpc_call_doneDave Wysochanski2019-07-061-4/+0
|/ /
* / Revert "SUNRPC: Declare RPC timers as TIMER_DEFERRABLE"Anna Schumaker2019-06-211-3/+1
|/
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* SUNRPC: Update comments based on recent changesChuck Lever2019-04-251-2/+2