aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-07Merge tag 'nfs-for-5.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+1
2021-04-05SUNRPC: Set TCP_CORK until the transmit queue is emptyTrond Myklebust1-0/+1
2021-03-31svcrdma: Remove svc_rdma_recv_ctxt::rc_pages and ::rc_argChuck Lever1-3/+0
2021-03-31svcrdma: Remove sc_read_complete_qChuck Lever1-2/+0
2021-03-22SUNRPC: Export svc_xprt_received()Chuck Lever1-0/+1
2021-03-22svcrdma: Remove unused sc_pages fieldChuck Lever1-2/+1
2021-03-22svcrdma: Normalize Send page handlingChuck Lever1-0/+1
2021-03-22svcrdma: Add a "deferred close" helperChuck Lever1-0/+1
2021-03-22svcrdma: Maintain a Receive water markChuck Lever1-0/+2
2021-03-22NFSD: Update the NFSv3 PATHCONF3res encoder to use struct xdr_streamChuck Lever1-2/+16
2021-03-22NFSD: Update the NFSv3 READ3res encode to use struct xdr_streamChuck Lever1-0/+20
2021-03-22NFSD: Extract the svcxdr_init_encode() helperChuck Lever1-0/+25
2021-03-11svcrdma: Revert "svcrdma: Reduce Receive doorbell rate"Chuck Lever1-1/+0
2021-02-22Merge tag 'nfsd-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-0/+2
2021-02-21Merge tag 'nfsd-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds4-15/+17
2021-02-16SUNRPC: Use TCP_CORK to optimise send performance on the serverTrond Myklebust1-0/+2
2021-01-25SUNRPC: Move simple_get_bytes and simple_get_netobj into private headerDave Wysochanski1-2/+1
2021-01-25svcrdma: Reduce Receive doorbell rateChuck Lever1-0/+1
2021-01-25svcrdma: Deprecate stat variables that are no longer usedChuck Lever1-5/+0
2021-01-25svcrdma: Restore read and write statsChuck Lever1-2/+2
2021-01-25svcrdma: Convert rdma_stat_sq_starve to a per-CPU counterChuck Lever1-1/+1
2021-01-25svcrdma: Convert rdma_stat_recv to a per-CPU counterChuck Lever1-1/+2
2021-01-25SUNRPC: Move definition of XDR_UNITChuck Lever2-6/+10
2021-01-25SUNRPC: Make trace_svc_process() display the RPC procedure symbolicallyChuck Lever1-0/+1
2020-12-17Merge tag 'nfs-for-5.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-15/+15
2020-12-14SUNRPC: Cleanup - constify a number of xdr_buf helpersTrond Myklebust1-11/+11
2020-12-14SUNRPC: Fix xdr_expand_hole()Trond Myklebust1-1/+1
2020-12-14SUNRPC: Fixes for xdr_align_data()Trond Myklebust1-1/+1
2020-12-02SUNRPC: Remove unused function xprt_load_transport()Trond Myklebust1-1/+0
2020-12-02SUNRPC: Add a helper to return the transport identifier given a netidTrond Myklebust1-0/+1
2020-12-02SUNRPC: xprt_load_transport() needs to support the netid "rdma6"Trond Myklebust1-0/+1
2020-11-30NFSD: Add helper for decoding locker4Chuck Lever1-0/+21
2020-11-30NFSD: Replace READ* macros in nfsd4_decode_commit()Chuck Lever1-0/+21
2020-11-30NFSD: Replace the internals of the READ_BUF() macroChuck Lever1-0/+2
2020-11-30SUNRPC: Prepare for xdr_stream-style decoding on the server-sideChuck Lever1-0/+16
2020-11-30SUNRPC: Add xdr_set_scratch_page() and xdr_reset_scratch_buffer()Chuck Lever1-1/+43
2020-11-30svcrdma: Use the new parsed chunk list when pulling Read chunksChuck Lever1-3/+3
2020-11-30svcrdma: Remove chunk list pointersChuck Lever1-4/+0
2020-11-30svcrdma: Support multiple Write chunks in svc_rdma_send_reply_chunkChuck Lever1-1/+1
2020-11-30svcrdma: Support multiple Write chunks in svc_rdma_map_reply_msg()Chuck Lever1-1/+1
2020-11-30svcrdma: Support multiple write chunks when pulling upChuck Lever1-0/+2
2020-11-30svcrdma: Use parsed chunk lists to construct RDMA WritesChuck Lever1-3/+2
2020-11-30svcrdma: Use parsed chunk lists to detect reverse direction repliesChuck Lever1-0/+1
2020-11-30svcrdma: Add a "parsed chunk list" data structureChuck Lever2-0/+140
2020-11-30svcrdma: Post RDMA Writes while XDR encoding repliesChuck Lever1-3/+1
2020-11-30SUNRPC: Rename svc_encode_read_payload()Chuck Lever3-7/+7
2020-11-30SUNRPC: Adjust synopsis of xdr_buf_subsegment()Chuck Lever1-1/+2
2020-10-22Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+2
2020-10-20Merge tag 'nfs-for-5.10-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds4-3/+7
2020-10-07SUNRPC: Add an xdr_align_data() functionAnna Schumaker1-0/+1