summaryrefslogtreecommitdiff
path: root/include/linux/sunrpc/xdr.h
AgeCommit message (Expand)Author
2022-04-15NFSD: prevent integer overflow on 32 bit systemsDan Carpenter
2021-02-13SUNRPC: Move simple_get_bytes and simple_get_netobj into private headerDave Wysochanski
2020-05-20SUNRPC: Revert 241b1f419f0e ("SUNRPC: Remove xdr_buf_trim()")Chuck Lever
2019-09-20SUNRPC: Rename xdr_buf_read_netobj to xdr_buf_read_micBenjamin Coddington
2019-07-03nfsd: create xdr_netobj_dup helperJ. Bruce Fields
2019-02-14SUNRPC: Remove xdr_buf_trim()Chuck Lever
2019-02-14SUNRPC: Use struct xdr_stream when decoding RPC Reply headerChuck Lever
2019-02-13SUNRPC: Clean up rpc_verify_header()Chuck Lever
2019-02-13SUNRPC: Use struct xdr_stream when constructing RPC Call headerChuck Lever
2019-02-13SUNRPC: Add xdr_stream::rqst fieldChuck Lever
2018-12-02SUNRPC: Fix a memory leak in call_encode()Trond Myklebust
2018-09-30SUNRPC: Unexport xdr_partial_copy_from_skb()Trond Myklebust
2018-09-30SUNRPC: Allow AF_LOCAL sockets to use the generic stream receiveTrond Myklebust
2018-09-30SUNRPC: Add a bvec array to struct xdr_buf for use with iovec_iter()Trond Myklebust
2018-09-30SUNRPC: Add a label for RPC calls that require allocation on receiveTrond Myklebust
2018-04-10NFSv4; Clean up XDR encoding of type bitmap4Trond Myklebust
2018-04-10SUNRPC: Add a helper for encoding opaque data inlineTrond Myklebust
2018-04-10SUNRPC: Add helpers for decoding opaque and string typesTrond Myklebust
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-08xprtrdma: Harden backchannel call decodingChuck Lever
2017-05-15sunrpc: remove kxdrproc_tChristoph Hellwig
2017-05-15sunrpc: properly type argument to kxdrdproc_tChristoph Hellwig
2017-05-15sunrpc: properly type argument to kxdreproc_tChristoph Hellwig
2017-02-21SUNRPC: Add a helper function xdr_stream_decode_string_dup()Trond Myklebust
2017-02-21SUNRPC: Add generic helpers for xdr_stream encode/decodeTrond Myklebust
2016-09-19SUNRPC: Refactor rpc_xdr_buf_init()Chuck Lever
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
2013-02-08sunrpc: trim off trailing checksum before returning decrypted or integrity au...Jeff Layton
2013-02-05sunrpc: fix comment in struct xdr_buf definitionJeff Layton
2012-06-28SUNRPC: Remove unused function xdr_encode_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-01-05NFSv4: include bitmap in nfsv4 get acl dataAndy Adamson
2011-05-29SUNRPC: introduce xdr_init_decode_pagesBenny Halevy
2011-01-10Merge branch 'bugfixes' into nfs-for-2.6.38Trond Myklebust
2011-01-10NFS: Don't use vm_map_ram() in readdirTrond Myklebust
2010-12-16SUNRPC: New xdr_streams XDR decoder APIChuck Lever
2010-12-16SUNRPC: New xdr_streams XDR encoder APIChuck Lever
2010-10-24SUNRPC: define xdr_decode_opaque_fixedBenny Halevy
2010-10-23SUNRPC: Add a helper function xdr_inline_peekTrond Myklebust
2010-09-21SUNRPC: Refactor logic to NUL-terminate strings in pagesChuck Lever
2010-05-14SUNRPC: Trivial cleanups in include/linux/sunrpc/xdr.hChuck Lever
2009-09-23sunrpc: xdr_xcode_hyper helpers cannot presume 64-bit alignmentBenny Halevy
2009-08-14sunrpc: ntoh -> be*_to_cpuBenny Halevy
2009-08-14sunrpc: hton -> cpu_to_be*Benny Halevy
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan
2009-03-18nfs: replace uses of __constant_{endian}Harvey Harrison