aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma
AgeCommit message (Expand)Author
2022-06-25xprtrdma: fix incorrect header size calculationsColin Ian King
2022-06-14xprtrdma: treat all calls not a bcall when bc_serv is NULLKinglong Mee
2022-04-15SUNRPC/call_alloc: async tasks mustn't block waiting for memoryNeilBrown
2021-03-24svcrdma: disable timeouts on rdma backchannelTimo Rothenpieler
2020-12-30SUNRPC: xprt_load_transport() needs to support the netid "rdma6"Trond Myklebust
2020-10-30svcrdma: fix bounce buffers for unaligned offsets and multiple pagesDan Aloni
2020-10-01svcrdma: Fix leak of transport addressesChuck Lever
2020-08-26svcrdma: Fix another Receive buffer leakChuck Lever
2020-08-19svcrdma: Fix page leak in svc_rdma_recv_read_chunk()Chuck Lever
2020-05-02svcrdma: Fix leak of svc_rdma_recv_ctxt objectsChuck Lever
2020-05-02svcrdma: Fix trace point use-after-free raceChuck Lever
2020-01-27xprtrdma: Fix use-after-free in rpcrdma_post_recvsChuck Lever
2020-01-17xprtrdma: Fix completion wait during device removalChuck Lever
2019-12-05xprtrdma: Prevent leak of rpcrdma_rep objectsChuck Lever
2019-11-24sunrpc: Fix connect metricsChuck Lever
2019-07-10svcrdma: Ignore source port when computing DRC hashChuck Lever
2019-03-23xprtrdma: Make sure Send CQ is allocated on an existing compvecNicolas Morey-Chaisemartin
2019-02-27xprtrdma: Double free in rpcrdma_sendctxs_create()Dan Carpenter
2019-02-15svcrdma: Remove max_sge check at connect timeChuck Lever
2019-02-15svcrdma: Reduce max_send_sgesChuck Lever
2018-11-13xprtrdma: Reset credit grant properly after a disconnectChuck Lever
2018-08-23Merge tag 'nfs-for-4.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2018-08-23Merge tag 'nfsd-4.19-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2018-08-09rpc: remove unneeded variable 'ret' in rdma_listen_handlerzhong jiang
2018-08-09svcrdma: Clean up Read chunk pathChuck Lever
2018-08-09svcrdma: Avoid releasing a page in svc_xprt_release()Chuck Lever
2018-08-09sunrpc: remove redundant variables 'checksumlen','blocksize' and 'data'YueHaibing
2018-08-08xprtrdma: Fix disconnect regressionChuck Lever
2018-07-30RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche
2018-07-26net/xprtrdma: Restore needed argument to ib_post_sendJason Gunthorpe
2018-07-24net/xprtrdma: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise
2018-06-12Merge tag 'nfs-for-4.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2018-06-12Merge tag 'nfsd-4.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2018-06-08svcrdma: Fix incorrect return value/type in svc_rdma_post_recvsChuck Lever
2018-06-04Merge tag 'nfs-rdma-for-4.18-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust
2018-06-01xprtrdma: Remove transfertypes arrayChuck Lever
2018-06-01xprtrdma: Add trace_xprtrdma_dma_map(mr)Chuck Lever
2018-06-01xprtrdma: Wait on empty sendctx queueChuck Lever
2018-06-01xprtrdma: Move common wait_for_buffer_space call to parent functionChuck Lever
2018-06-01xprtrdma: Return -ENOBUFS when no pages are availableChuck Lever
2018-05-11Merge tag 'nfs-for-4.17-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2018-05-11svcrdma: Persistently allocate and DMA-map Send buffersChuck Lever
2018-05-11svcrdma: Simplify svc_rdma_send()Chuck Lever
2018-05-11svcrdma: Remove post_send_wrChuck Lever
2018-05-11svcrdma: Don't overrun the SGE array in svc_rdma_send_ctxtChuck Lever
2018-05-11svcrdma: Introduce svc_rdma_send_ctxtChuck Lever
2018-05-11svcrdma: Clean up Send SGE accountingChuck Lever
2018-05-11svcrdma: Refactor svc_rdma_dma_map_bufChuck Lever
2018-05-11svcrdma: Allocate recv_ctxt's on CPU handling ReceivesChuck Lever