summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Fix an RPC/RDMA performance regressionTrond Myklebust2022-07-101-5/+1
* Merge tag 'nfsd-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2022-06-101-2/+2
|\
| * SUNRPC: Trap RDMA segment overflowsChuck Lever2022-06-021-2/+2
* | Merge tag 'nfs-for-5.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2022-05-311-0/+5
|\ \
| * | xprtrdma: treat all calls not a bcall when bc_serv is NULLKinglong Mee2022-05-311-0/+5
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-05-261-1/+1
|\ \ \ | |_|/ |/| |
| * | Merge tag 'v5.18' into rdma.git for-nextJason Gunthorpe2022-05-241-1/+1
| |\|
| * | RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe2022-04-061-1/+1
* | | SUNRPC: Use RMW bitops in single-threaded hot pathsChuck Lever2022-05-231-1/+1
* | | SUNRPC: Remove svc_rqst::rq_xprt_hlenChuck Lever2022-05-191-1/+0
| |/ |/|
* | Merge tag 'nfsd-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2022-04-121-1/+1
|\ \ | |/ |/|
| * SUNRPC: Fix NFSD's request deferral on RDMA transportsChuck Lever2022-04-061-1/+1
* | Merge tag 'nfs-for-5.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-03-293-6/+10
|\ \ | |/ |/|
| * SUNRPC: improve 'swap' handling: scheduling and PF_MEMALLOCNeilBrown2022-03-131-2/+4
| * SUNRPC/xprt: async tasks mustn't block waiting for memoryNeilBrown2022-03-131-1/+1
| * SUNRPC/call_alloc: async tasks mustn't block waiting for memoryNeilBrown2022-03-131-1/+3
| * SUNRPC/xprtrdma: Convert GFP_NOFS to GFP_KERNELTrond Myklebust2022-02-252-3/+3
* | SUNRPC: Rename svc_close_xprt()Chuck Lever2022-02-281-1/+1
|/
* xprtrdma: fix pointer derefs in error cases of rpcrdma_ep_createDan Aloni2022-02-081-0/+3
* xprtrdma: Remove definitions of RPCDBG_FACILITYChuck Lever2022-01-145-27/+0
* xprtrdma: Remove final dprintk call sites from xprtrdmaChuck Lever2022-01-141-12/+0
* Merge tag 'nfsd-5.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2021-11-103-9/+44
|\
| * svcrdma: Split svcrmda_wc_{read,write} tracepointsChuck Lever2021-10-041-4/+26
| * svcrdma: Split the svcrdma_wc_send() tracepointChuck Lever2021-10-041-3/+11
| * svcrdma: Split the svcrdma_wc_receive() tracepointChuck Lever2021-10-041-2/+7
* | xprtrdma: Fix a maybe-uninitialized compiler warningBenjamin Coddington2021-11-021-6/+7
* | xprtrdma: Remove rpcrdma_ep::re_implicit_roundupChuck Lever2021-10-202-3/+0
* | xprtrdma: Provide a buffer to pad Write chunks of unaligned lengthChuck Lever2021-10-204-9/+55
|/
* Merge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2021-09-045-31/+28
|\
| * SUNRPC/xprtrdma: Fix reconnection lockingTrond Myklebust2021-08-091-6/+5
| * xprtrdma: Eliminate rpcrdma_post_sends()Chuck Lever2021-08-094-18/+2
| * xprtrdma: Add an xprtrdma_post_send_err tracepointChuck Lever2021-08-091-1/+5
| * xprtrdma: Add xprtrdma_post_recvs_err() tracepointChuck Lever2021-08-091-1/+2
| * xprtrdma: Put rpcrdma_reps before waking the tear-down completionChuck Lever2021-08-091-5/+5
| * xprtrdma: Disconnect after an ib_post_send() immediate errorChuck Lever2021-08-093-1/+10
* | svcrdma: xpt_bc_xprt is already clear in __svc_rdma_free()Chuck Lever2021-08-191-7/+0
* | svcrdma: Convert rdma->sc_rw_ctxts to llistChuck Lever2021-08-172-15/+36
* | svcrdma: Relieve contention on sc_send_lock.Chuck Lever2021-08-172-16/+9
* | svcrdma: Fewer calls to wake_up() in Send completion handlerChuck Lever2021-08-172-8/+17
|/
* Merge tag 'nfs-for-5.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2021-07-091-0/+2
|\
| * sunrpc: keep track of the xprt_class in rpc_xprt structureOlga Kornievskaia2021-07-081-0/+2
* | Merge tag 'nfsd-5.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2021-07-071-3/+3
|\ \ | |/ |/|
| * xprtrdma: Fix spelling mistakesZheng Yongjun2021-07-061-3/+3
* | xprtrdma: Revert 586a0787ce35Chuck Lever2021-05-271-9/+18
* | SUNRPC: More fixes for backlog congestionTrond Myklebust2021-05-263-9/+22
|/
* Merge tag 'nfs-for-5.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2021-05-076-210/+208
|\
| * xprtrdma: Fix a NULL dereference in frwr_unmap_sync()Chuck Lever2021-05-011-0/+1
| * xprtrdma: Move fr_mr field to struct rpcrdma_mrChuck Lever2021-04-262-9/+6
| * xprtrdma: Move the Work Request union to struct rpcrdma_mrChuck Lever2021-04-262-23/+13
| * xprtrdma: Move fr_linv_done field to struct rpcrdma_mrChuck Lever2021-04-262-6/+5