summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma
Commit message (Expand)AuthorAgeFilesLines
...
* svcrdma: Update synopsis of svc_rdma_read_multiple_chunks()Chuck Lever2024-01-071-10/+9
* svcrdma: Update synopsis of svc_rdma_copy_inline_range()Chuck Lever2024-01-071-8/+9
* svcrdma: Update the synopsis of svc_rdma_read_data_item()Chuck Lever2024-01-071-9/+8
* svcrdma: Update synopsis of svc_rdma_read_chunk_range()Chuck Lever2024-01-071-12/+12
* svcrdma: Update synopsis of svc_rdma_build_read_chunk()Chuck Lever2024-01-071-11/+10
* svcrdma: Update synopsis of svc_rdma_build_read_segment()Chuck Lever2024-01-071-8/+9
* svcrdma: Move read_info::ri_pageoff into struct svc_rdma_recv_ctxtChuck Lever2024-01-071-16/+15
* svcrdma: Move svc_rdma_read_info::ri_pageno to struct svc_rdma_recv_ctxtChuck Lever2024-01-071-12/+9
* svcrdma: Start moving fields out of struct svc_rdma_read_infoChuck Lever2024-01-071-31/+26
* svcrdma: Move struct svc_rdma_chunk_ctxt to svc_rdma.hChuck Lever2024-01-071-18/+0
* svcrdma: Remove the svc_rdma_chunk_ctxt::cc_rdma fieldChuck Lever2024-01-071-2/+0
* svcrdma: Pass a pointer to the transport to svc_rdma_cc_release()Chuck Lever2024-01-071-6/+7
* svcrdma: Explicitly pass the transport to svc_rdma_post_chunk_ctxt()Chuck Lever2024-01-071-5/+5
* svcrdma: Explicitly pass the transport into Read chunk I/O pathsChuck Lever2024-01-071-22/+36
* svcrdma: Explicitly pass the transport into Write chunk I/O pathsChuck Lever2024-01-071-1/+4
* svcrdma: Acquire the svcxprt_rdma pointer from the CQ contextChuck Lever2024-01-071-2/+3
* svcrdma: Reduce size of struct svc_rdma_rw_ctxtChuck Lever2024-01-071-4/+8
* svcrdma: Update some svcrdma DMA-related tracepointsChuck Lever2024-01-071-5/+5
* svcrdma: DMA error tracepoints should report completion IDsChuck Lever2024-01-071-4/+5
* svcrdma: SQ error tracepoints should report completion IDsChuck Lever2024-01-072-6/+6
* rpcrdma: Introduce a simple cid tracepoint classChuck Lever2024-01-074-4/+4
* svcrdma: Add lockdep class keys for transport locksChuck Lever2024-01-071-0/+6
* svcrdma: Clean up lockingChuck Lever2024-01-071-2/+2
* svcrdma: Add an async version of svc_rdma_write_info_free()Chuck Lever2024-01-071-1/+11
* svcrdma: Add an async version of svc_rdma_send_ctxt_put()Chuck Lever2024-01-071-9/+25
* svcrdma: Add a utility workqueue to svcrdmaChuck Lever2024-01-072-8/+25
* svcrdma: Pre-allocate svc_rdma_recv_ctxt objectsChuck Lever2024-01-071-11/+21
* svcrdma: Eliminate allocation of recv_ctxt objects in backchannelChuck Lever2024-01-072-21/+21
* svcrdma: Drop connection after an RDMA Read errorChuck Lever2023-10-161-1/+2
* SUNRPC: change the back-channel queue to lwqNeilBrown2023-10-161-3/+1
* SUNRPC: integrate back-channel processing with svc_recv()NeilBrown2023-10-161-1/+1
* xprtrdma: Remove unused function declaration rpcrdma_bc_post_recv()Yue Haibing2023-08-231-1/+0
* Merge tag 'nfs-for-6.5-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2023-08-221-5/+4
|\
| * xprtrdma: Remap Receive buffers after a reconnectChuck Lever2023-08-191-5/+4
* | svcrdma: Fix stale commentChuck Lever2023-06-181-4/+2
* | svcrdma: Remove an unused argument from __svc_rdma_put_rw_ctxt()Chuck Lever2023-06-171-4/+3
* | svcrdma: trace cc_release callsChuck Lever2023-06-171-0/+2
* | svcrdma: Convert "might sleep" comment into a code annotationChuck Lever2023-06-172-2/+5
* | SUNRPC: Optimize page release in svc_rdma_sendto()Chuck Lever2023-06-171-2/+2
* | svcrdma: Prevent page release when nothing was receivedChuck Lever2023-06-171-6/+6
* | svcrdma: Revert 2a1e4f21d841 ("svcrdma: Normalize Send page handling")Chuck Lever2023-06-122-22/+13
* | SUNRPC: Revert 579900670ac7 ("svcrdma: Remove unused sc_pages field")Chuck Lever2023-06-121-0/+25
* | SUNRPC: Revert cc93ce9529a6 ("svcrdma: Retain the page backing rq_res.head[0]...Chuck Lever2023-06-121-5/+0
* | svcrdma: Clean up allocation of svc_rdma_rw_ctxtChuck Lever2023-06-121-4/+6
* | svcrdma: Clean up allocation of svc_rdma_send_ctxtChuck Lever2023-06-121-5/+4
* | svcrdma: Clean up allocation of svc_rdma_recv_ctxtChuck Lever2023-06-121-11/+7
* | svcrdma: Allocate new transports on device's NUMA nodeChuck Lever2023-06-121-9/+9
|/
* Merge tag 'nfsd-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-05-172-7/+6
|\
| * SUNRPC: always free ctxt when freeing deferred requestNeilBrown2023-05-142-7/+6
* | Merge tag 'nfsd-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2023-04-291-19/+2
|\|