summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
AgeCommit message (Expand)AuthorLines
2020-12-17Merge tag 'nfs-for-5.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-453/+769
2020-12-15Merge tag 'nfsd-5.11' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds-650/+1315
2020-12-15Merge tag 'nfs-rdma-for-5.11-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust-75/+90
2020-12-14SUNRPC: When expanding the buffer, we may need grow the sparse pagesTrond Myklebust-2/+33
2020-12-14SUNRPC: Cleanup - constify a number of xdr_buf helpersTrond Myklebust-29/+24
2020-12-14SUNRPC: Clean up open coded setting of the xdr_stream 'nwords' fieldTrond Myklebust-13/+16
2020-12-14SUNRPC: _copy_to/from_pages() now check for zero lengthTrond Myklebust-4/+2
2020-12-14SUNRPC: Cleanup xdr_shrink_bufhead()Trond Myklebust-77/+87
2020-12-14SUNRPC: Fix xdr_expand_hole()Trond Myklebust-95/+179
2020-12-14SUNRPC: Fixes for xdr_align_data()Trond Myklebust-42/+132
2020-12-14SUNRPC: _shift_data_left/right_pages should check the shift lengthTrond Myklebust-0/+12
2020-12-14xprtrdma: Fix XDRBUF_SPARSE_PAGES supportChuck Lever-9/+31
2020-12-14sunrpc: fix xs_read_xdr_buf for partial pages receiveDan Aloni-1/+2
2020-12-09SUNRPC: Remove XDRBUF_SPARSE_PAGES flag in gss_proxy upcallChuck Lever-6/+10
2020-12-09sunrpc: clean-up cache downcallRoberto Bergantinos Corpas-30/+11
2020-12-02net: sunrpc: Fix 'snprintf' return value check in 'do_xprt_debugfs'Fedor Tokarev-2/+2
2020-12-02SUNRPC: Fix open coded xdr_stream_remaining()Trond Myklebust-2/+2
2020-12-02SUNRPC: Fix up xdr_set_page()Trond Myklebust-9/+12
2020-12-02SUNRPC: Clean up the handling of page padding in rpc_prepare_reply_pages()Trond Myklebust-7/+1
2020-12-02SUNRPC: Fix up xdr_read_pages() to take arbitrary object lengthsTrond Myklebust-26/+15
2020-12-02SUNRPC: Clean up helpers xdr_set_iov() and xdr_set_page_base()Trond Myklebust-17/+19
2020-12-02SUNRPC: Fix up typo in xdr_init_decode()Trond Myklebust-1/+1
2020-12-02SUNRPC: Fix up open coded kmemdup_nul()Trond Myklebust-3/+1
2020-12-02SUNRPC: Remove unused function xprt_load_transport()Trond Myklebust-15/+0
2020-12-02SUNRPC: Add a helper to return the transport identifier given a netidTrond Myklebust-4/+21
2020-12-02SUNRPC: Close a race with transport setup and module putTrond Myklebust-11/+33
2020-12-02SUNRPC: xprt_load_transport() needs to support the netid "rdma6"Trond Myklebust-16/+55
2020-12-02SUNRPC: rpc_wake_up() should wake up tasks in the correct orderTrond Myklebust-30/+35
2020-12-02SUNRPC: Remove XDRBUF_SPARSE_PAGES flag in gss_proxy upcallChuck Lever-6/+10
2020-11-30NFSD: Replace the internals of the READ_BUF() macroChuck Lever-0/+45
2020-11-30SUNRPC: Prepare for xdr_stream-style decoding on the server-sideChuck Lever-0/+5
2020-11-30SUNRPC: Add xdr_set_scratch_page() and xdr_reset_scratch_buffer()Chuck Lever-25/+5
2020-11-30SUNRPC: Move the svc_xdr_recvfrom() tracepointChuck Lever-3/+1
2020-11-30svcrdma: support multiple Read chunks per RPCChuck Lever-14/+222
2020-11-30svcrdma: Use the new parsed chunk list when pulling Read chunksChuck Lever-68/+108
2020-11-30svcrdma: Rename info::ri_chunklenChuck Lever-16/+15
2020-11-30svcrdma: Clean up chunk tracepointsChuck Lever-17/+12
2020-11-30svcrdma: Remove chunk list pointersChuck Lever-7/+1
2020-11-30svcrdma: Support multiple Write chunks in svc_rdma_send_reply_chunkChuck Lever-27/+9
2020-11-30svcrdma: Support multiple Write chunks in svc_rdma_map_reply_msg()Chuck Lever-76/+98
2020-11-30svcrdma: Support multiple write chunks when pulling upChuck Lever-82/+129
2020-11-30svcrdma: Use parsed chunk lists to encode Reply transport headersChuck Lever-61/+44
2020-11-30svcrdma: Use parsed chunk lists to construct RDMA WritesChuck Lever-34/+36
2020-11-30svcrdma: Use parsed chunk lists to detect reverse direction repliesChuck Lever-15/+14
2020-11-30svcrdma: Use parsed chunk lists to derive the inv_rkeyChuck Lever-37/+30
2020-11-30svcrdma: Add a "parsed chunk list" data structureChuck Lever-82/+422
2020-11-30svcrdma: Clean up svc_rdma_encode_reply_chunk()Chuck Lever-12/+14
2020-11-30svcrdma: Post RDMA Writes while XDR encoding repliesChuck Lever-36/+76
2020-11-30NFSD: Invoke svc_encode_result_payload() in "read" NFSD encodersChuck Lever-17/+7
2020-11-30SUNRPC: Rename svc_encode_read_payload()Chuck Lever-14/+15