summaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc/xdr.h
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Rename xdr_buf_read_netobj to xdr_buf_read_micBenjamin Coddington2019-09-201-1/+1
* nfsd: create xdr_netobj_dup helperJ. Bruce Fields2019-07-031-0/+7
* SUNRPC: Remove xdr_buf_trim()Chuck Lever2019-02-141-1/+0
* SUNRPC: Use struct xdr_stream when decoding RPC Reply headerChuck Lever2019-02-141-0/+1
* SUNRPC: Clean up rpc_verify_header()Chuck Lever2019-02-131-1/+6
* SUNRPC: Use struct xdr_stream when constructing RPC Call headerChuck Lever2019-02-131-0/+6
* SUNRPC: Add xdr_stream::rqst fieldChuck Lever2019-02-131-2/+6
* SUNRPC: Fix a memory leak in call_encode()Trond Myklebust2018-12-021-1/+0
* SUNRPC: Unexport xdr_partial_copy_from_skb()Trond Myklebust2018-09-301-2/+0
* SUNRPC: Allow AF_LOCAL sockets to use the generic stream receiveTrond Myklebust2018-09-301-1/+0
* SUNRPC: Add a bvec array to struct xdr_buf for use with iovec_iter()Trond Myklebust2018-09-301-0/+7
* SUNRPC: Add a label for RPC calls that require allocation on receiveTrond Myklebust2018-09-301-0/+1
* NFSv4; Clean up XDR encoding of type bitmap4Trond Myklebust2018-04-101-0/+63
* SUNRPC: Add a helper for encoding opaque data inlineTrond Myklebust2018-04-101-0/+25
* SUNRPC: Add helpers for decoding opaque and string typesTrond Myklebust2018-04-101-0/+6
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* xprtrdma: Harden backchannel call decodingChuck Lever2017-08-081-0/+13
* sunrpc: remove kxdrproc_tChristoph Hellwig2017-05-151-7/+0
* sunrpc: properly type argument to kxdrdproc_tChristoph Hellwig2017-05-151-1/+2
* sunrpc: properly type argument to kxdreproc_tChristoph Hellwig2017-05-151-1/+4
* SUNRPC: Add a helper function xdr_stream_decode_string_dup()Trond Myklebust2017-02-211-0/+2
* SUNRPC: Add generic helpers for xdr_stream encode/decodeTrond Myklebust2017-02-211-0/+177
* SUNRPC: Refactor rpc_xdr_buf_init()Chuck Lever2016-09-191-0/+12
* rpc: define xdr_restrict_buflenJ. Bruce Fields2014-05-301-0/+1
* nfsd4: allow encoding across page boundariesJ. Bruce Fields2014-05-301-0/+1
* rpc: xdr_truncate_encodeJ. Bruce Fields2014-05-301-0/+1
* sunrpc: trim off trailing checksum before returning decrypted or integrity au...Jeff Layton2013-02-081-0/+1
* sunrpc: fix comment in struct xdr_buf definitionJeff Layton2013-02-051-1/+1
* SUNRPC: Remove unused function xdr_encode_pagesTrond Myklebust2012-06-281-2/+0
* SUNRPC: Add the helper xdr_stream_posTrond Myklebust2012-06-281-0/+1
* SUNRPC: xdr_read_pages should return the amount of XDR encoded page dataTrond Myklebust2012-06-281-1/+1
* SUNRPC: Don't decode beyond the end of the RPC reply messageTrond Myklebust2012-06-281-0/+1
* NFSv4: include bitmap in nfsv4 get acl dataAndy Adamson2012-01-051-0/+2
* SUNRPC: introduce xdr_init_decode_pagesBenny Halevy2011-05-291-0/+2
* Merge branch 'bugfixes' into nfs-for-2.6.38Trond Myklebust2011-01-101-1/+3
|\
| * NFS: Don't use vm_map_ram() in readdirTrond Myklebust2011-01-101-1/+3
* | SUNRPC: New xdr_streams XDR decoder APIChuck Lever2010-12-161-1/+2
* | SUNRPC: New xdr_streams XDR encoder APIChuck Lever2010-12-161-2/+7
|/
* SUNRPC: define xdr_decode_opaque_fixedBenny Halevy2010-10-241-0/+7
* SUNRPC: Add a helper function xdr_inline_peekTrond Myklebust2010-10-231-0/+1
* SUNRPC: Refactor logic to NUL-terminate strings in pagesChuck Lever2010-09-211-0/+1
* SUNRPC: Trivial cleanups in include/linux/sunrpc/xdr.hChuck Lever2010-05-141-3/+5
* sunrpc: xdr_xcode_hyper helpers cannot presume 64-bit alignmentBenny Halevy2009-09-231-2/+3
* sunrpc: ntoh -> be*_to_cpuBenny Halevy2009-08-141-3/+2
* sunrpc: hton -> cpu_to_be*Benny Halevy2009-08-141-3/+2
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-1/+0
* nfs: replace uses of __constant_{endian}Harvey Harrison2009-03-181-21/+21
* SUNRPC: Remove the last remnant of the BKL...Trond Myklebust2008-12-231-15/+0
* SUNRPC: Use unsigned string lengths in xdr_decode_string_inplaceChuck Lever2008-02-011-1/+2
* SUNRPC: mark bulk read/write data in xdrbuf\"Talpey, Thomas\2007-10-091-1/+4