Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-31svcrdma: Clean up dto_q critical section in svc_rdma_recvfrom()Chuck Lever
2021-03-31svcrdma: Remove svc_rdma_recv_ctxt::rc_pages and ::rc_argChuck Lever
2021-03-31svcrdma: Remove sc_read_complete_qChuck Lever
2021-03-31svcrdma: Single-stage RDMA ReadChuck Lever
2021-03-22SUNRPC: Move svc_xprt_received() call sitesChuck Lever
2021-03-22svcrdma: Retain the page backing rq_res.head[0].iov_baseChuck Lever
2021-03-22svcrdma: Remove unused sc_pages fieldChuck Lever
2021-03-22svcrdma: Normalize Send page handlingChuck Lever
2021-03-22svcrdma: Add a "deferred close" helperChuck Lever
2021-03-22svcrdma: Maintain a Receive water markChuck Lever
2021-03-22svcrdma: Use svc_rdma_refresh_recvs() in wc_receiveChuck Lever
2021-03-22svcrdma: Add a batch Receive posting mechanismChuck Lever
2021-03-22svcrdma: Remove stale comment for svc_rdma_wc_receive()Chuck Lever
2021-03-22svcrdma: Provide an explanatory comment in CMA event handlerChuck Lever
2021-03-22svcrdma: RPCDBG_FACILITY is no longer usedChuck Lever
2021-03-11svcrdma: Revert "svcrdma: Reduce Receive doorbell rate"Chuck Lever
2021-03-07svcrdma: disable timeouts on rdma backchannelTimo Rothenpieler
2021-02-26Merge tag 'nfs-for-5.12-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2021-02-23Merge 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-16Merge 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