summaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc/xdr.h
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* 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/+0Star
* 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-251-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/+2Star
* sunrpc: hton -> cpu_to_be*Benny Halevy2009-08-141-3/+2Star
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-1/+0Star
* 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/+0Star
* 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
* SUNRPC: move bkl locking and xdr proc invocation into a common helperJ. Bruce Fields2007-07-191-0/+16
* SUNRPC: Rename skb_reader_t and friendsChuck Lever2006-12-061-5/+5
* SUNRPC: skb_read_bits is the same as xs_tcp_copy_dataChuck Lever2006-12-061-0/+1
* rpc: move process_xdr_bufOlga Kornievskaia2006-12-061-0/+2
* SUNRPC: Clean up argument types in xdr.cTrond Myklebust2006-12-061-6/+6
* [NET]: Annotate csum_partial() callers in net/*Al Viro2006-12-031-1/+1
* [PATCH] knfsd: Allow lockd to drop replies as appropriateNeilBrown2006-10-171-0/+1
* [SUNRPC]: trivial endianness annotationsAlexey Dobriyan2006-09-291-19/+19
* RPC: Allow struc xdr_stream to read the page section of an xdr_bufTrond Myklebust2006-06-091-0/+1
* SUNRPC: net/sunrpc/xdr.c: remove xdr_decode_string()Adrian Bunk2006-01-061-1/+0Star
* NFS: support large reads and writes on the wireChuck Lever2006-01-061-5/+0Star
* [PATCH] RPC: introduce client-side transport switchChuck Lever2005-09-231-5/+0Star