summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
AgeCommit message (Expand)Author
2020-12-17Merge tag 'nfs-for-5.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2020-12-15Merge tag 'nfsd-5.11' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds
2020-12-15Merge tag 'nfs-rdma-for-5.11-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust
2020-12-14SUNRPC: When expanding the buffer, we may need grow the sparse pagesTrond Myklebust
2020-12-14SUNRPC: Cleanup - constify a number of xdr_buf helpersTrond Myklebust
2020-12-14SUNRPC: Clean up open coded setting of the xdr_stream 'nwords' fieldTrond Myklebust
2020-12-14SUNRPC: _copy_to/from_pages() now check for zero lengthTrond Myklebust
2020-12-14SUNRPC: Cleanup xdr_shrink_bufhead()Trond Myklebust
2020-12-14SUNRPC: Fix xdr_expand_hole()Trond Myklebust
2020-12-14SUNRPC: Fixes for xdr_align_data()Trond Myklebust
2020-12-14SUNRPC: _shift_data_left/right_pages should check the shift lengthTrond Myklebust
2020-12-14xprtrdma: Fix XDRBUF_SPARSE_PAGES supportChuck Lever
2020-12-14sunrpc: fix xs_read_xdr_buf for partial pages receiveDan Aloni
2020-12-09SUNRPC: Remove XDRBUF_SPARSE_PAGES flag in gss_proxy upcallChuck Lever
2020-12-09sunrpc: clean-up cache downcallRoberto Bergantinos Corpas
2020-12-02net: sunrpc: Fix 'snprintf' return value check in 'do_xprt_debugfs'Fedor Tokarev
2020-12-02SUNRPC: Fix open coded xdr_stream_remaining()Trond Myklebust
2020-12-02SUNRPC: Fix up xdr_set_page()Trond Myklebust
2020-12-02SUNRPC: Clean up the handling of page padding in rpc_prepare_reply_pages()Trond Myklebust
2020-12-02SUNRPC: Fix up xdr_read_pages() to take arbitrary object lengthsTrond Myklebust
2020-12-02SUNRPC: Clean up helpers xdr_set_iov() and xdr_set_page_base()Trond Myklebust
2020-12-02SUNRPC: Fix up typo in xdr_init_decode()Trond Myklebust
2020-12-02SUNRPC: Fix up open coded kmemdup_nul()Trond Myklebust
2020-12-02SUNRPC: Remove unused function xprt_load_transport()Trond Myklebust
2020-12-02SUNRPC: Add a helper to return the transport identifier given a netidTrond Myklebust
2020-12-02SUNRPC: Close a race with transport setup and module putTrond Myklebust
2020-12-02SUNRPC: xprt_load_transport() needs to support the netid "rdma6"Trond Myklebust
2020-12-02SUNRPC: rpc_wake_up() should wake up tasks in the correct orderTrond Myklebust
2020-12-02SUNRPC: Remove XDRBUF_SPARSE_PAGES flag in gss_proxy upcallChuck Lever
2020-11-30NFSD: Replace the internals of the READ_BUF() macroChuck Lever
2020-11-30SUNRPC: Prepare for xdr_stream-style decoding on the server-sideChuck Lever
2020-11-30SUNRPC: Add xdr_set_scratch_page() and xdr_reset_scratch_buffer()Chuck Lever
2020-11-30SUNRPC: Move the svc_xdr_recvfrom() tracepointChuck Lever
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
2020-11-30svcrdma: Clean up svc_rdma_encode_reply_chunk()Chuck Lever
2020-11-30svcrdma: Post RDMA Writes while XDR encoding repliesChuck Lever
2020-11-30NFSD: Invoke svc_encode_result_payload() in "read" NFSD encodersChuck Lever
2020-11-30SUNRPC: Rename svc_encode_read_payload()Chuck Lever