summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtrdma
AgeCommit message (Expand)Author
2024-01-07svcrdma: Eliminate allocation of recv_ctxt objects in backchannelChuck Lever
2023-10-16svcrdma: Drop connection after an RDMA Read errorChuck Lever
2023-10-16SUNRPC: change the back-channel queue to lwqNeilBrown
2023-10-16SUNRPC: integrate back-channel processing with svc_recv()NeilBrown
2023-08-23xprtrdma: Remove unused function declaration rpcrdma_bc_post_recv()Yue Haibing
2023-08-22Merge tag 'nfs-for-6.5-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2023-08-19xprtrdma: Remap Receive buffers after a reconnectChuck Lever
2023-06-18svcrdma: Fix stale commentChuck Lever
2023-06-17svcrdma: Remove an unused argument from __svc_rdma_put_rw_ctxt()Chuck Lever
2023-06-17svcrdma: trace cc_release callsChuck Lever
2023-06-17svcrdma: Convert "might sleep" comment into a code annotationChuck Lever
2023-06-17SUNRPC: Optimize page release in svc_rdma_sendto()Chuck Lever
2023-06-17svcrdma: Prevent page release when nothing was receivedChuck Lever
2023-06-12svcrdma: Revert 2a1e4f21d841 ("svcrdma: Normalize Send page handling")Chuck Lever
2023-06-12SUNRPC: Revert 579900670ac7 ("svcrdma: Remove unused sc_pages field")Chuck Lever
2023-06-12SUNRPC: Revert cc93ce9529a6 ("svcrdma: Retain the page backing rq_res.head[0]...Chuck Lever
2023-06-12svcrdma: Clean up allocation of svc_rdma_rw_ctxtChuck Lever
2023-06-12svcrdma: Clean up allocation of svc_rdma_send_ctxtChuck Lever
2023-06-12svcrdma: Clean up allocation of svc_rdma_recv_ctxtChuck Lever
2023-06-12svcrdma: Allocate new transports on device's NUMA nodeChuck Lever
2023-05-17Merge tag 'nfsd-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2023-05-14SUNRPC: always free ctxt when freeing deferred requestNeilBrown
2023-04-29Merge tag 'nfsd-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2023-04-26sunrpc: simplify two-level sysctl registration for svcrdma_parm_tableLuis Chamberlain
2023-04-11sunrpc: simplify one-level sysctl registration for xr_tunables_tableLuis Chamberlain
2023-02-20SUNRPC: Remove ->xpo_secure_port()Chuck Lever
2023-01-10Merge tag 'nfsd-6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2023-01-06Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"Chuck Lever
2022-12-06xprtrdma: Fix regbuf data not freed in rpcrdma_req_create()Zhang Xiaoxu
2022-10-05xprtrdma: Fix uninitialized variableChuck Lever
2022-10-05xprtrdma: Prevent memory allocations from driving a reclaimChuck Lever
2022-10-05xprtrdma: Memory allocation should be allowed to fail during connectChuck Lever
2022-10-05xprtrdma: MR-related memory allocation should be allowed to failChuck Lever
2022-10-05xprtrdma: Clean up synopsis of rpcrdma_regbuf_alloc()Chuck Lever
2022-10-05xprtrdma: Clean up synopsis of rpcrdma_req_create()Chuck Lever
2022-10-05svcrdma: Clean up RPCRDMA_DEF_GFPChuck Lever
2022-10-05SUNRPC: Replace the use of the xprtiod WQ in rpcrdmaChuck Lever
2022-07-10SUNRPC: Fix an RPC/RDMA performance regressionTrond Myklebust
2022-06-10Merge tag 'nfsd-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2022-06-02SUNRPC: Trap RDMA segment overflowsChuck Lever
2022-05-31Merge tag 'nfs-for-5.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2022-05-31xprtrdma: treat all calls not a bcall when bc_serv is NULLKinglong Mee
2022-05-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2022-05-24Merge tag 'v5.18' into rdma.git for-nextJason Gunthorpe
2022-05-23SUNRPC: Use RMW bitops in single-threaded hot pathsChuck Lever
2022-05-19SUNRPC: Remove svc_rqst::rq_xprt_hlenChuck Lever
2022-04-12Merge tag 'nfsd-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe
2022-04-06SUNRPC: Fix NFSD's request deferral on RDMA transportsChuck Lever
2022-03-29Merge tag 'nfs-for-5.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds