Age | Commit message (Expand) | Author |
2022-10-05 | svcrdma: Clean up RPCRDMA_DEF_GFP | Chuck Lever |
2022-02-28 | SUNRPC: Rename svc_close_xprt() | Chuck Lever |
2021-03-22 | svcrdma: Normalize Send page handling | Chuck Lever |
2021-03-06 | svcrdma: disable timeouts on rdma backchannel | Timo Rothenpieler |
2021-02-05 | rpcrdma: Fix comments about reverse-direction operation | Chuck Lever |
2020-11-30 | svcrdma: Support multiple write chunks when pulling up | Chuck Lever |
2020-07-13 | svcrdma: Record send_ctxt completion ID in trace_svcrdma_post_send() | Chuck Lever |
2020-05-18 | svcrdma: Remove backchannel dprintk call sites | Chuck Lever |
2020-05-18 | svcrdma: Fix backchannel return code | Chuck Lever |
2020-05-18 | SUNRPC: Move xpt_mutex into socket xpo_sendto methods | Chuck Lever |
2020-04-17 | SUNRPC: Fix backchannel RPC soft lockups | Chuck Lever |
2020-03-27 | svcrdma: Fix leak of transport addresses | Chuck Lever |
2020-03-16 | svcrdma: Fix double sync of transport header buffer | Chuck Lever |
2020-03-16 | svcrdma: Refactor chunk list encoders | Chuck Lever |
2020-03-16 | svcrdma: Update synopsis of svc_rdma_map_reply_msg() | Chuck Lever |
2019-11-21 | SUNRPC: Fix backchannel latency metrics | Chuck Lever |
2019-07-06 | SUNRPC: Remove the bh-safe lock requirement on xprt->transport_lock | Trond Myklebust |
2019-04-25 | SUNRPC: Refactor xprt_request_wait_receive() | Trond Myklebust |
2019-02-13 | SUNRPC: Remove rpc_xprt::tsh_size | Chuck Lever |
2019-01-02 | xprtrdma: Don't wake pending tasks until disconnect is done | Chuck Lever |
2018-10-30 | Merge tag 'nfsd-4.20' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2018-10-29 | svcrdma: Remove try_module_get from backchannel | Chuck Lever |
2018-10-29 | svcrdma: Remove ->release_rqst call in bc reply handler | Chuck Lever |
2018-10-18 | Merge tag 'nfs-rdma-for-4.20-1' of git://git.linux-nfs.org/projects/anna/linu... | Trond Myklebust |
2018-10-02 | xprtrdma: Reset credit grant properly after a disconnect | Chuck Lever |
2018-09-30 | SUNRPC: Cleanup: remove the unused 'task' argument from the request_send() | Trond Myklebust |
2018-09-30 | SUNRPC: Clean up transport write space handling | Trond Myklebust |
2018-09-30 | SUNRPC: Treat the task and request as separate in the xprt_ops->send_request() | Trond Myklebust |
2018-09-30 | SUNRPC: Rename xprt->recv_lock to xprt->queue_lock | Trond Myklebust |
2018-06-12 | Merge tag 'nfs-for-4.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds |
2018-05-11 | svcrdma: Persistently allocate and DMA-map Send buffers | Chuck Lever |
2018-05-11 | svcrdma: Remove post_send_wr | Chuck Lever |
2018-05-11 | svcrdma: Introduce svc_rdma_send_ctxt | Chuck Lever |
2018-05-11 | svcrdma: Clean up Send SGE accounting | Chuck Lever |
2018-05-11 | svcrdma: Trace key RDMA API events | Chuck Lever |
2018-05-07 | SUNRPC: Add a ->free_slot transport callout | Chuck Lever |
2018-01-18 | svcrdma: Post Receives in the Receive completion handler | Chuck Lever |
2017-11-18 | Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2017-11-07 | svcrdma: Preserve CB send buffer across retransmits | Chuck Lever |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-09-05 | Merge tag 'nfs-rdma-for-4.14-1' of git://git.linux-nfs.org/projects/anna/linu... | Trond Myklebust |
2017-08-18 | SUNRPC: Add a separate spinlock to protect the RPC request receive list | Trond Myklebust |
2017-08-01 | sunrpc: Const-ify all instances of struct rpc_xprt_ops | Chuck Lever |
2017-04-25 | svcrdma: Clean up RPC-over-RDMA backchannel reply processing | Chuck Lever |
2017-04-25 | svcrdma: Use rdma_rw API in RPC reply path | Chuck Lever |
2017-04-25 | svcrdma: Add svc_rdma_map_reply_hdr() | Chuck Lever |
2017-04-25 | svcrdma: Move send_wr to svc_rdma_op_ctxt | Chuck Lever |
2017-02-28 | Merge tag 'nfsd-4.11' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2017-02-10 | net: sunrpc: fix build errors when linux/phy*.h is removed from net/dsa.h | Russell King |
2017-02-08 | svcrdma: Clean up backchannel send header encoding | Chuck Lever |