aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xdr.c
AgeCommit message (Expand)Author
2022-07-07SUNRPC: Fix READ_PLUS crasherChuck Lever
2022-06-14SUNRPC: Fix the calculation of xdr->end in xdr_get_next_encode_buffer()Chuck Lever
2020-06-30SUNRPC: Properly set the @subbuf parameter of xdr_buf_subsegment()Chuck Lever
2018-11-27SUNRPC: drop pointless static qualifier in xdr_get_next_encode_buffer()YueHaibing
2018-11-21sunrpc: correct the computation for page_ptr when truncatingFrank Sorenson
2018-04-10SUNRPC: Add helpers for decoding opaque and string typesTrond Myklebust
2017-04-25sunrpc: Fix xdr_init_decode_pages() documenting commentChuck Lever
2017-02-21SUNRPC: Add a helper function xdr_stream_decode_string_dup()Trond Myklebust
2016-09-22SUNRPC: Fix setting of buffer length in xdr_set_next_buffer()Trond Myklebust
2016-09-22SUNRPC: Fix corruption of xdr->nwords in xdr_copy_to_scratchTrond Myklebust
2016-05-09SUNRPC: init xdr_stream for zero iov_len, page_lenBenjamin Coddington
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2015-01-07rpc: fix xdr_truncate_encode to handle buffer ending on page boundaryJ. Bruce Fields
2014-10-23rpc: change comments to assertionsJ. Bruce Fields
2014-10-23RPC: remove unneeded checks from xdr_truncate_encode()J. Bruce Fields
2014-07-18SUNRPC: xdr_get_next_encode_buffer should be declared staticTrond Myklebust
2014-06-06nfsd4: simplify server xdr->next_page useJ. Bruce Fields
2014-05-30rpc: define xdr_restrict_buflenJ. Bruce Fields
2014-05-30nfsd4: allow encoding across page boundariesJ. Bruce Fields
2014-05-30rpc: xdr_truncate_encodeJ. Bruce Fields
2014-03-28rpc: Allow xdr_buf_subsegment to operate in-placeJ. Bruce Fields
2013-08-28SUNRPC: Fix memory corruption issue on 32-bit highmem systemsTrond Myklebust
2013-02-08sunrpc: trim off trailing checksum before returning decrypted or integrity au...Jeff Layton
2012-11-04SUNRPC: remove BUG_ON in xdr_shrink_bufheadWeston Andros Adamson
2012-09-28SUNRPC: Optimise away unnecessary data moves in xdr_align_pagesTrond Myklebust
2012-09-26SUNRPC: Fix the return value of xdr_align_pages()Trond Myklebust
2012-07-30Merge tag 'nfs-for-3.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings
2012-06-28SUNRPC: Remove unused function xdr_encode_pagesTrond Myklebust
2012-06-28SUNRPC: Clean up xdr_enter_pageTrond Myklebust
2012-06-28SUNRPC: Clean up xdr_read_pagesTrond Myklebust
2012-06-28SUNRPC: Simplify the end-of-buffer calculation in xdr_read_pagesTrond Myklebust
2012-06-28SUNRPC: Remove open coded stream position calculation in xdr_read_pagesTrond Myklebust
2012-06-28SUNRPC: Add the helper xdr_stream_posTrond Myklebust
2012-06-28SUNRPC: xdr_read_pages should return the amount of XDR encoded page dataTrond Myklebust
2012-06-28SUNRPC: Don't decode beyond the end of the RPC reply messageTrond Myklebust
2012-06-28SUNRPC: Clean up xdr_set_iov()Trond Myklebust
2012-06-26SUNRPC: xdr_read_pages needs to clear xdr->page_ptr.Trond Myklebust
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2012-03-20sunrpc: remove the second argument of k[un]map_atomic()Cong Wang
2012-01-05NFSv4: include bitmap in nfsv4 get acl dataAndy Adamson
2011-07-15SUNRPC: Convert the backchannel exports to EXPORT_SYMBOL_GPLTrond Myklebust
2011-05-29SUNRPC: introduce xdr_init_decode_pagesBenny Halevy
2011-01-10NFS: Don't use vm_map_ram() in readdirTrond Myklebust
2010-10-23SUNRPC: Add a helper function xdr_inline_peekTrond Myklebust
2010-09-21SUNRPC: Refactor logic to NUL-terminate strings in pagesChuck Lever
2010-08-29SUNRPC: Don't truncate tail data unnecessarily in xdr_shrink_pagelenTrond Myklebust
2010-08-29sunrpc: simplify xdr_shrink_pagelen use of "copy"Benny Halevy
2010-08-29sunrpc: don't use the copy variable in nested blockBenny Halevy