summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtrdma
AgeCommit message (Expand)Author
2024-01-07svcrdma: Update synopsis of svc_rdma_read_chunk_range()Chuck Lever
2024-01-07svcrdma: Update synopsis of svc_rdma_build_read_chunk()Chuck Lever
2024-01-07svcrdma: Update synopsis of svc_rdma_build_read_segment()Chuck Lever
2024-01-07svcrdma: Move read_info::ri_pageoff into struct svc_rdma_recv_ctxtChuck Lever
2024-01-07svcrdma: Move svc_rdma_read_info::ri_pageno to struct svc_rdma_recv_ctxtChuck Lever
2024-01-07svcrdma: Start moving fields out of struct svc_rdma_read_infoChuck Lever
2024-01-07svcrdma: Move struct svc_rdma_chunk_ctxt to svc_rdma.hChuck Lever
2024-01-07svcrdma: Remove the svc_rdma_chunk_ctxt::cc_rdma fieldChuck Lever
2024-01-07svcrdma: Pass a pointer to the transport to svc_rdma_cc_release()Chuck Lever
2024-01-07svcrdma: Explicitly pass the transport to svc_rdma_post_chunk_ctxt()Chuck Lever
2024-01-07svcrdma: Explicitly pass the transport into Read chunk I/O pathsChuck Lever
2024-01-07svcrdma: Explicitly pass the transport into Write chunk I/O pathsChuck Lever
2024-01-07svcrdma: Acquire the svcxprt_rdma pointer from the CQ contextChuck Lever
2024-01-07svcrdma: Reduce size of struct svc_rdma_rw_ctxtChuck Lever
2024-01-07svcrdma: Update some svcrdma DMA-related tracepointsChuck Lever
2024-01-07svcrdma: DMA error tracepoints should report completion IDsChuck Lever
2024-01-07svcrdma: SQ error tracepoints should report completion IDsChuck Lever
2024-01-07rpcrdma: Introduce a simple cid tracepoint classChuck Lever
2024-01-07svcrdma: Add lockdep class keys for transport locksChuck Lever
2024-01-07svcrdma: Clean up lockingChuck Lever
2024-01-07svcrdma: Add an async version of svc_rdma_write_info_free()Chuck Lever
2024-01-07svcrdma: Add an async version of svc_rdma_send_ctxt_put()Chuck Lever
2024-01-07svcrdma: Add a utility workqueue to svcrdmaChuck Lever
2024-01-07svcrdma: Pre-allocate svc_rdma_recv_ctxt objectsChuck Lever
2024-01-07svcrdma: Eliminate allocation of recv_ctxt objects in backchannelChuck Lever
2023-10-16svcrdma: Drop connection after an RDMA Read errorChuck Lever
2023-10-16SUNRPC: change the back-channel queue to lwqNeilBrown
2023-10-16SUNRPC: integrate back-channel processing with svc_recv()NeilBrown
2023-08-23xprtrdma: Remove unused function declaration rpcrdma_bc_post_recv()Yue Haibing
2023-08-22Merge tag 'nfs-for-6.5-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2023-08-19xprtrdma: Remap Receive buffers after a reconnectChuck Lever
2023-06-18svcrdma: Fix stale commentChuck Lever
2023-06-17svcrdma: Remove an unused argument from __svc_rdma_put_rw_ctxt()Chuck Lever
2023-06-17svcrdma: trace cc_release callsChuck Lever
2023-06-17svcrdma: Convert "might sleep" comment into a code annotationChuck Lever
2023-06-17SUNRPC: Optimize page release in svc_rdma_sendto()Chuck Lever
2023-06-17svcrdma: Prevent page release when nothing was receivedChuck Lever
2023-06-12svcrdma: Revert 2a1e4f21d841 ("svcrdma: Normalize Send page handling")Chuck Lever
2023-06-12SUNRPC: Revert 579900670ac7 ("svcrdma: Remove unused sc_pages field")Chuck Lever
2023-06-12SUNRPC: Revert cc93ce9529a6 ("svcrdma: Retain the page backing rq_res.head[0]...Chuck Lever
2023-06-12svcrdma: Clean up allocation of svc_rdma_rw_ctxtChuck Lever
2023-06-12svcrdma: Clean up allocation of svc_rdma_send_ctxtChuck Lever
2023-06-12svcrdma: Clean up allocation of svc_rdma_recv_ctxtChuck Lever
2023-06-12svcrdma: Allocate new transports on device's NUMA nodeChuck Lever
2023-05-17Merge tag 'nfsd-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2023-05-14SUNRPC: always free ctxt when freeing deferred requestNeilBrown
2023-04-29Merge tag 'nfsd-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2023-04-26sunrpc: simplify two-level sysctl registration for svcrdma_parm_tableLuis Chamberlain
2023-04-11sunrpc: simplify one-level sysctl registration for xr_tunables_tableLuis Chamberlain
2023-02-20SUNRPC: Remove ->xpo_secure_port()Chuck Lever