summaryrefslogtreecommitdiff
path: root/include/linux/sunrpc/xdr.h
AgeCommit message (Expand)Author
2021-08-17SUNRPC: Add RPC_AUTH_TLS protocol numbersChuck Lever
2021-03-22NFSD: Update the NFSv3 PATHCONF3res encoder to use struct xdr_streamChuck Lever
2021-03-22NFSD: Update the NFSv3 READ3res encode to use struct xdr_streamChuck Lever
2021-02-21Merge tag 'nfsd-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2021-01-25SUNRPC: Move simple_get_bytes and simple_get_netobj into private headerDave Wysochanski
2021-01-25SUNRPC: Move definition of XDR_UNITChuck Lever
2020-12-17Merge tag 'nfs-for-5.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2020-12-14SUNRPC: Cleanup - constify a number of xdr_buf helpersTrond Myklebust
2020-12-14SUNRPC: Fix xdr_expand_hole()Trond Myklebust
2020-12-14SUNRPC: Fixes for xdr_align_data()Trond Myklebust
2020-11-30NFSD: Add helper for decoding locker4Chuck Lever
2020-11-30NFSD: Replace READ* macros in nfsd4_decode_commit()Chuck Lever
2020-11-30NFSD: Replace the internals of the READ_BUF() macroChuck Lever
2020-11-30SUNRPC: Add xdr_set_scratch_page() and xdr_reset_scratch_buffer()Chuck Lever
2020-11-30SUNRPC: Adjust synopsis of xdr_buf_subsegment()Chuck Lever
2020-10-22Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2020-10-07SUNRPC: Add an xdr_align_data() functionAnna Schumaker
2020-10-07SUNRPC: Add the ability to expand holes in data pagesAnna Schumaker
2020-10-07SUNRPC: Implement a xdr_page_pos() functionAnna Schumaker
2020-09-25SUNRPC/NFSD: Implement xdr_reserve_space_vec()Anna Schumaker
2020-07-13SUNRPC: Add helpers for decoding list discriminators symbolicallyChuck Lever
2020-04-27SUNRPC: Revert 241b1f419f0e ("SUNRPC: Remove xdr_buf_trim()")Chuck Lever
2020-04-07Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2020-03-16SUNRPC: Refactor xs_sendpages()Chuck Lever
2020-03-16SUNRPC: Add encoders for list item discriminatorsChuck Lever
2020-03-16SUNRPC: Add xdr_pad_size() helperChuck Lever
2020-03-16SUNRPC: Remove xdr_buf_read_mic()Chuck Lever
2019-11-12sunrpc: remove __KERNEL__ ifdefsChristoph Hellwig
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