summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)Author
2021-04-06sunrpc: Remove unused function ip_map_lookupJiapeng Chong
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-22SUNRPC: Export svc_xprt_received()Chuck 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-16Merge tag 'nfsd-5.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2021-03-11svcrdma: Revert "svcrdma: Reduce Receive doorbell rate"Chuck Lever
2021-03-08SUNRPC: Set memalloc_nofs_save() for sync tasksBenjamin Coddington
2021-03-06rpc: fix NULL dereference on kmalloc failureJ. Bruce Fields
2021-03-06sunrpc: fix refcount leak for rpc auth modulesDaniel Kobras
2021-03-06NFSD: Repair misuse of sv_lock in 5.10.16-rt30.Joe Korty
2021-03-06svcrdma: 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-22Merge tag 'nfsd-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2021-02-21Merge tag 'nfsd-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2021-02-16SUNRPC: Further clean up svc_tcp_sendmsg()Chuck Lever
2021-02-16SUNRPC: Remove redundant socket flags from svc_tcp_sendmsg()Trond Myklebust
2021-02-16SUNRPC: Use TCP_CORK to optimise send performance on the serverTrond Myklebust
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-02-01SUNRPC: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-02-01net: sunrpc: xprtsock.c: Corrected few spellings ,in commentsBhaskar Chowdhury
2021-02-01SUNRPC: correct error code comment in xs_tcp_setup_socket()Calum Mackay
2021-02-01SUNRPC: Fix NFS READs that start at non-page-aligned offsetsChuck Lever
2021-01-25SUNRPC: Handle 0 length opaque XDR object data properlyDave Wysochanski
2021-01-25SUNRPC: Move simple_get_bytes and simple_get_netobj into private headerDave Wysochanski
2021-01-25SUNRPC: Correct a commentChuck 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