summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtrdma
AgeCommit message (Expand)Author
2020-04-17svcrdma: Fix leak of svc_rdma_recv_ctxt objectsChuck Lever
2020-04-17svcrdma: Fix trace point use-after-free raceChuck Lever
2020-04-17SUNRPC: Fix backchannel RPC soft lockupsChuck Lever
2020-04-07Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2020-03-27svcrdma: Fix leak of transport addressesChuck Lever
2020-03-27xprtrdma: kmalloc rpcrdma_ep separate from rpcrdma_xprtChuck Lever
2020-03-27xprtrdma: Extract sockaddr from struct rdma_cm_idChuck Lever
2020-03-27xprtrdma: Merge struct rpcrdma_ia into struct rpcrdma_epChuck Lever
2020-03-27xprtrdma: Disconnect on flushed completionChuck Lever
2020-03-27xprtrdma: Remove rpcrdma_ia::ri_flagsChuck Lever
2020-03-27xprtrdma: Invoke rpcrdma_ia_open in the connect workerChuck Lever
2020-03-27xprtrdma: Allocate Protection Domain in rpcrdma_ep_create()Chuck Lever
2020-03-27xprtrdma: Refactor rpcrdma_ep_connect() and rpcrdma_ep_disconnect()Chuck Lever
2020-03-27xprtrdma: Clean up the post_send pathChuck Lever
2020-03-27xprtrdma: Refactor frwr_init_mr()Chuck Lever
2020-03-27xprtrdma: Invoke rpcrdma_ep_create() in the connect workerChuck Lever
2020-03-27xprtrdma: Enhance MR-related trace pointsChuck Lever
2020-03-16svcrdma: Avoid DMA mapping small RPC RepliesChuck Lever
2020-03-16svcrdma: Fix double sync of transport header bufferChuck Lever
2020-03-16svcrdma: Refactor chunk list encodersChuck Lever
2020-03-16SUNRPC: Add encoders for list item discriminatorsChuck Lever
2020-03-16svcrdma: Rename svcrdma_encode trace points in send routinesChuck Lever
2020-03-16svcrdma: Update synopsis of svc_rdma_send_reply_msg()Chuck Lever
2020-03-16svcrdma: Update synopsis of svc_rdma_map_reply_msg()Chuck Lever
2020-03-16svcrdma: Update synopsis of svc_rdma_send_reply_chunk()Chuck Lever
2020-03-16svcrdma: De-duplicate code that locates Write and Reply chunksChuck Lever
2020-03-16svcrdma: Use struct xdr_stream to decode ingress transport headersChuck Lever
2020-03-16svcrdma: Remove svcrdma_cm_event() trace pointChuck Lever
2020-03-16SUNRPC: Add xdr_pad_size() helperChuck Lever
2020-03-16svcrdma: Fix double svc_rdma_send_ctxt_put() in an error pathChuck Lever
2020-03-16nfsd: Fix NFSv4 READ on RDMA when using readvChuck Lever
2020-03-16svcrdma: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-13xprtrdma: Fix DMA scatter-gather list mapping imbalanceChuck Lever
2020-01-15xprtrdma: DMA map rr_rdma_buf as each rpcrdma_rep is createdChuck Lever
2020-01-15xprtrdma: Destroy reps from previous connection instanceChuck Lever
2020-01-15xprtrdma: Destroy rpcrdma_rep when Receive is flushedChuck Lever
2020-01-15xprtrdma: Allocate and map transport header buffers at connect timeChuck Lever
2020-01-15xprtrdma: Refactor frwr_is_supportedChuck Lever
2020-01-15xprtrdma: Eliminate per-transport "max pages"Chuck Lever
2020-01-15xprtrdma: Refactor initialization of ep->rep_max_requestsChuck Lever
2020-01-15xprtrdma: Make sendctx queue lifetime the same as connection lifetimeChuck Lever
2020-01-15xprtrdma: Eliminate ri_max_send_sgesChuck Lever
2020-01-14xprtrdma: Fix oops in Receive handler after device removalChuck Lever
2020-01-14xprtrdma: Fix completion wait during device removalChuck Lever
2020-01-14xprtrdma: Fix create_qp crash on device unloadChuck Lever
2019-12-07Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2019-11-21SUNRPC: Fix backchannel latency metricsChuck Lever
2019-11-18Merge tag 'nfs-rdma-for-5.5-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust
2019-10-30SUNRPC: The RDMA back channel mustn't disappear while requests are outstandingTrond Myklebust
2019-10-24xprtrdma: Replace dprintk in xprt_rdma_set_portChuck Lever