summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtrdma
AgeCommit message (Expand)Author
2021-02-26Merge tag 'nfs-for-5.12-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2021-02-22Merge tag 'nfsd-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2021-02-15svcrdma: Hold private mutex while invoking rdma_accept()Chuck Lever
2021-02-05xprtrdma: Clean up rpcrdma_prepare_readch()Chuck Lever
2021-02-05xprtrdma: Pad optimization, revisitedChuck Lever
2021-02-05rpcrdma: Fix comments about reverse-direction operationChuck Lever
2021-02-05xprtrdma: Refactor invocations of offset_in_page()Chuck Lever
2021-02-05xprtrdma: Simplify rpcrdma_convert_kvec() and frwr_map()Chuck Lever
2021-02-05xprtrdma: Remove FMR support in rpcrdma_convert_iovs()Chuck Lever
2021-01-25svcrdma: DMA-sync the receive buffer in svc_rdma_recvfrom()Chuck Lever
2021-01-25svcrdma: Reduce Receive doorbell rateChuck Lever
2021-01-25svcrdma: Deprecate stat variables that are no longer usedChuck Lever
2021-01-25svcrdma: Restore read and write statsChuck Lever
2021-01-25svcrdma: Convert rdma_stat_sq_starve to a per-CPU counterChuck Lever
2021-01-25svcrdma: Convert rdma_stat_recv to a per-CPU counterChuck Lever
2021-01-25svcrdma: Refactor svc_rdma_init() and svc_rdma_clean_up()Chuck Lever
2020-12-17Merge tag 'nfs-for-5.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2020-12-15Merge tag 'nfs-rdma-for-5.11-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust
2020-12-14xprtrdma: Fix XDRBUF_SPARSE_PAGES supportChuck Lever
2020-12-02SUNRPC: xprt_load_transport() needs to support the netid "rdma6"Trond Myklebust
2020-11-30svcrdma: support multiple Read chunks per RPCChuck Lever
2020-11-30svcrdma: Use the new parsed chunk list when pulling Read chunksChuck Lever
2020-11-30svcrdma: Rename info::ri_chunklenChuck Lever
2020-11-30svcrdma: Clean up chunk tracepointsChuck Lever
2020-11-30svcrdma: Remove chunk list pointersChuck Lever
2020-11-30svcrdma: Support multiple Write chunks in svc_rdma_send_reply_chunkChuck Lever
2020-11-30svcrdma: Support multiple Write chunks in svc_rdma_map_reply_msg()Chuck Lever
2020-11-30svcrdma: Support multiple write chunks when pulling upChuck Lever
2020-11-30svcrdma: Use parsed chunk lists to encode Reply transport headersChuck Lever
2020-11-30svcrdma: Use parsed chunk lists to construct RDMA WritesChuck Lever
2020-11-30svcrdma: Use parsed chunk lists to detect reverse direction repliesChuck Lever
2020-11-30svcrdma: Use parsed chunk lists to derive the inv_rkeyChuck Lever
2020-11-30svcrdma: Add a "parsed chunk list" data structureChuck Lever
2020-11-30svcrdma: Clean up svc_rdma_encode_reply_chunk()Chuck Lever
2020-11-30svcrdma: Post RDMA Writes while XDR encoding repliesChuck Lever
2020-11-30NFSD: Invoke svc_encode_result_payload() in "read" NFSD encodersChuck Lever
2020-11-30SUNRPC: Rename svc_encode_read_payload()Chuck Lever
2020-11-30svcrdma: Refactor the RDMA Write pathChuck Lever
2020-11-30svcrdma: Const-ify the xdr_buf argumentsChuck Lever
2020-11-30svcrdma: Catch another Reply chunk overflow caseChuck Lever
2020-11-11xprtrdma: Micro-optimize MR DMA-unmappingChuck Lever
2020-11-11xprtrdma: Move rpcrdma_mr_put()Chuck Lever
2020-11-11xprtrdma: Trace unmap_sync callsChuck Lever
2020-11-11xprtrdma: Display the task ID when reporting MR eventsChuck Lever
2020-11-11xprtrdma: Clean up trace_xprtrdma_nomrs()Chuck Lever
2020-11-11xprtrdma: Clean up xprtrdma callback tracepointsChuck Lever
2020-11-11xprtrdma: Clean up tracepoints in the reply pathChuck Lever
2020-11-11xprtrdma: Clean up reply parsing error tracepointsChuck Lever
2020-11-11xprtrdma: Clean up trace_xprtrdma_post_linvChuck Lever
2020-11-11xprtrdma: Introduce FRWR completion IDsChuck Lever