aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc/xdr.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-14SUNRPC: Remove xdr_buf_trim()Chuck Lever1-1/+0
2019-02-14SUNRPC: Use struct xdr_stream when decoding RPC Reply headerChuck Lever1-0/+1
2019-02-13SUNRPC: Clean up rpc_verify_header()Chuck Lever1-1/+6
2019-02-13SUNRPC: Use struct xdr_stream when constructing RPC Call headerChuck Lever1-0/+6
2019-02-13SUNRPC: Add xdr_stream::rqst fieldChuck Lever1-2/+6
2018-12-02SUNRPC: Fix a memory leak in call_encode()Trond Myklebust1-1/+0
2018-09-30SUNRPC: Unexport xdr_partial_copy_from_skb()Trond Myklebust1-2/+0
2018-09-30SUNRPC: Allow AF_LOCAL sockets to use the generic stream receiveTrond Myklebust1-1/+0
2018-09-30SUNRPC: Add a bvec array to struct xdr_buf for use with iovec_iter()Trond Myklebust1-0/+7
2018-09-30SUNRPC: Add a label for RPC calls that require allocation on receiveTrond Myklebust1-0/+1
2018-04-10NFSv4; Clean up XDR encoding of type bitmap4Trond Myklebust1-0/+63
2018-04-10SUNRPC: Add a helper for encoding opaque data inlineTrond Myklebust1-0/+25
2018-04-10SUNRPC: Add helpers for decoding opaque and string typesTrond Myklebust1-0/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-08xprtrdma: Harden backchannel call decodingChuck Lever1-0/+13
2017-05-15sunrpc: remove kxdrproc_tChristoph Hellwig1-7/+0
2017-05-15sunrpc: properly type argument to kxdrdproc_tChristoph Hellwig1-1/+2
2017-05-15sunrpc: properly type argument to kxdreproc_tChristoph Hellwig1-1/+4
2017-02-21SUNRPC: Add a helper function xdr_stream_decode_string_dup()Trond Myklebust1-0/+2
2017-02-21SUNRPC: Add generic helpers for xdr_stream encode/decodeTrond Myklebust1-0/+177
2016-09-19SUNRPC: Refactor rpc_xdr_buf_init()Chuck Lever1-0/+12
2014-05-30rpc: define xdr_restrict_buflenJ. Bruce Fields1-0/+1
2014-05-30nfsd4: allow encoding across page boundariesJ. Bruce Fields1-0/+1
2014-05-30rpc: xdr_truncate_encodeJ. Bruce Fields1-0/+1
2013-02-08sunrpc: trim off trailing checksum before returning decrypted or integrity authenticated bufferJeff Layton1-0/+1
2013-02-05sunrpc: fix comment in struct xdr_buf definitionJeff Layton1-1/+1
2012-06-28SUNRPC: Remove unused function xdr_encode_pagesTrond Myklebust1-2/+0
2012-06-28SUNRPC: Add the helper xdr_stream_posTrond Myklebust1-0/+1
2012-06-28SUNRPC: xdr_read_pages should return the amount of XDR encoded page dataTrond Myklebust1-1/+1
2012-06-28SUNRPC: Don't decode beyond the end of the RPC reply messageTrond Myklebust1-0/+1
2012-01-05NFSv4: include bitmap in nfsv4 get acl dataAndy Adamson1-0/+2
2011-05-29SUNRPC: introduce xdr_init_decode_pagesBenny Halevy1-0/+2
2011-01-10Merge branch 'bugfixes' into nfs-for-2.6.38Trond Myklebust1-1/+3
2011-01-10NFS: Don't use vm_map_ram() in readdirTrond Myklebust1-1/+3
2010-12-16SUNRPC: New xdr_streams XDR decoder APIChuck Lever1-1/+2
2010-12-16SUNRPC: New xdr_streams XDR encoder APIChuck Lever1-2/+7
2010-10-24SUNRPC: define xdr_decode_opaque_fixedBenny Halevy1-0/+7
2010-10-23SUNRPC: Add a helper function xdr_inline_peekTrond Myklebust1-0/+1
2010-09-21SUNRPC: Refactor logic to NUL-terminate strings in pagesChuck Lever1-0/+1
2010-05-14SUNRPC: Trivial cleanups in include/linux/sunrpc/xdr.hChuck Lever1-3/+5
2009-09-23sunrpc: xdr_xcode_hyper helpers cannot presume 64-bit alignmentBenny Halevy1-2/+3
2009-08-14sunrpc: ntoh -> be*_to_cpuBenny Halevy1-3/+2
2009-08-14sunrpc: hton -> cpu_to_be*Benny Halevy1-3/+2
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2009-03-18nfs: replace uses of __constant_{endian}Harvey Harrison1-21/+21
2008-12-23SUNRPC: Remove the last remnant of the BKL...Trond Myklebust1-15/+0
2008-02-01SUNRPC: Use unsigned string lengths in xdr_decode_string_inplaceChuck Lever1-1/+2
2007-10-09SUNRPC: mark bulk read/write data in xdrbuf\"Talpey, Thomas\1-1/+4
2007-07-19SUNRPC: move bkl locking and xdr proc invocation into a common helperJ. Bruce Fields1-0/+16
2006-12-06SUNRPC: Rename skb_reader_t and friendsChuck Lever1-5/+5