Age | Commit message (Expand) | Author | Files | Lines |
2023-06-12 | svcrdma: Allocate new transports on device's NUMA node | Chuck Lever | 1 | -9/+9 |
2023-05-14 | SUNRPC: always free ctxt when freeing deferred request | NeilBrown | 1 | -1/+1 |
2023-02-20 | SUNRPC: Remove ->xpo_secure_port() | Chuck Lever | 1 | -7/+0 |
2023-01-06 | Revert "SUNRPC: Use RMW bitops in single-threaded hot paths" | Chuck Lever | 1 | -1/+1 |
2022-05-23 | SUNRPC: Use RMW bitops in single-threaded hot paths | Chuck Lever | 1 | -1/+1 |
2021-08-19 | svcrdma: xpt_bc_xprt is already clear in __svc_rdma_free() | Chuck Lever | 1 | -7/+0 |
2021-08-17 | svcrdma: Convert rdma->sc_rw_ctxts to llist | Chuck Lever | 1 | -1/+1 |
2021-08-17 | svcrdma: Relieve contention on sc_send_lock. | Chuck Lever | 1 | -1/+1 |
2021-03-31 | svcrdma: Remove sc_read_complete_q | Chuck Lever | 1 | -1/+0 |
2021-03-22 | svcrdma: Add a "deferred close" helper | Chuck Lever | 1 | -4/+2 |
2021-03-22 | svcrdma: Maintain a Receive water mark | Chuck Lever | 1 | -1/+4 |
2021-03-22 | svcrdma: Provide an explanatory comment in CMA event handler | Chuck Lever | 1 | -0/+3 |
2021-02-15 | svcrdma: Hold private mutex while invoking rdma_accept() | Chuck Lever | 1 | -3/+3 |
2020-11-30 | SUNRPC: Rename svc_encode_read_payload() | Chuck Lever | 1 | -1/+1 |
2020-07-28 | svcrdma: CM event handler clean up | Chuck Lever | 1 | -31/+25 |
2020-07-28 | svcrdma: Remove transport reference counting | Chuck Lever | 1 | -16/+1 |
2020-07-14 | svcrdma: Add common XDR decoders for RDMA and Read segments | Chuck Lever | 1 | -1/+0 |
2020-05-18 | SUNRPC: Trace a few more generic svc_xprt events | Chuck Lever | 1 | -17/+4 |
2020-05-18 | svcrdma: Add tracepoints to report ->xpo_accept failures | Chuck Lever | 1 | -16/+11 |
2020-05-18 | svcrdma: Displayed remote IP address should match stored address | Chuck Lever | 1 | -1/+6 |
2020-04-17 | svcrdma: Fix leak of svc_rdma_recv_ctxt objects | Chuck Lever | 1 | -5/+0 |
2020-03-16 | svcrdma: Remove svcrdma_cm_event() trace point | Chuck Lever | 1 | -7/+0 |
2020-03-16 | nfsd: Fix NFSv4 READ on RDMA when using readv | Chuck Lever | 1 | -0/+1 |
2019-09-28 | Merge tag 'nfsd-5.4' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -3/+3 |
2019-08-19 | svcrdma: Use llist for managing cache of recv_ctxts | Chuck Lever | 1 | -2/+1 |
2019-08-19 | svcrdma: Remove svc_rdma_wq | Chuck Lever | 1 | -1/+2 |
2019-08-05 | rdma: Enable ib_alloc_cq to spread work over a device's comp_vectors | Chuck Lever | 1 | -4/+4 |
2019-07-06 | SUNRPC: Remove the bh-safe lock requirement on xprt->transport_lock | Trond Myklebust | 1 | -4/+4 |
2019-06-19 | svcrdma: Ignore source port when computing DRC hash | Chuck Lever | 1 | -1/+6 |
2019-02-06 | svcrdma: Remove syslog warnings in work completion handlers | Chuck Lever | 1 | -5/+0 |
2019-02-06 | svcrdma: Squelch compiler warning when SUNRPC_DEBUG is disabled | Chuck Lever | 1 | -1/+3 |
2019-02-06 | svcrdma: Remove max_sge check at connect time | Chuck Lever | 1 | -6/+3 |
2018-12-28 | sunrpc: remove unused xpo_prep_reply_hdr callback | Vasily Averin | 1 | -1/+0 |
2018-12-28 | sunrpc: remove svc_rdma_bc_class | Vasily Averin | 1 | -57/+0 |
2018-12-28 | sunrpc: replace svc_serv->sv_bc_xprt by boolean flag | Vasily Averin | 1 | -1/+0 |
2018-10-29 | svcrdma: Reduce max_send_sges | Chuck Lever | 1 | -4/+6 |
2018-08-24 | Merge tag 'nfsd-4.19-1' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -2/+1 |
2018-08-09 | rpc: remove unneeded variable 'ret' in rdma_listen_handler | zhong jiang | 1 | -2/+1 |
2018-06-18 | IB/core: add max_send_sge and max_recv_sge attributes | Steve Wise | 1 | -1/+1 |
2018-05-11 | svcrdma: Don't overrun the SGE array in svc_rdma_send_ctxt | Chuck Lever | 1 | -4/+9 |
2018-05-11 | svcrdma: Introduce svc_rdma_send_ctxt | Chuck Lever | 1 | -201/+4 |
2018-05-11 | svcrdma: Persistently allocate and DMA-map Receive buffers | Chuck Lever | 1 | -1/+1 |
2018-05-11 | svcrdma: Remove sc_rq_depth | Chuck Lever | 1 | -9/+8 |
2018-05-11 | svcrdma: Introduce svc_rdma_recv_ctxt | Chuck Lever | 1 | -134/+8 |
2018-05-11 | svcrdma: Trace key RDMA API events | Chuck Lever | 1 | -41/+26 |
2018-05-11 | svcrdma: Trace key RPC/RDMA protocol events | Chuck Lever | 1 | -7/+12 |
2018-05-11 | svcrdma: Use passed-in net namespace when creating RDMA listener | Chuck Lever | 1 | -18/+17 |
2018-05-11 | svcrdma: Add proper SPDX tags for NetApp-contributed source | Chuck Lever | 1 | -0/+1 |
2018-04-03 | sunrpc: Save remote presentation address in svc_xprt for trace events | Chuck Lever | 1 | -1/+3 |
2018-04-03 | svc: Simplify ->xpo_secure_port | Chuck Lever | 1 | -3/+3 |