aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc/xdr.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-26NFSD: Refactor common code out of dirlist helpersChuck Lever1-0/+2
2022-08-10Merge tag 'nfs-for-5.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-2/+5
2022-07-29SUNRPC: Fix xdr_encode_bool()Chuck Lever1-2/+2
2022-07-23SUNRPC: Remove xdr_align_data() and xdr_expand_hole()Anna Schumaker1-2/+0
2022-07-23SUNRPC: Add a function for zeroing out a portion of an xdr_streamAnna Schumaker1-0/+2
2022-07-23SUNRPC: Add a function for directly setting the xdr page lenAnna Schumaker1-0/+1
2022-07-23SUNRPC: Introduce xdr_stream_move_subsegment()Anna Schumaker1-0/+2
2022-06-08SUNRPC: Optimize xdr_reserve_space()Chuck Lever1-1/+15
2022-03-15NFSD: prevent integer overflow on 32 bit systemsDan Carpenter1-0/+2
2021-08-17SUNRPC: Add RPC_AUTH_TLS protocol numbersChuck Lever1-0/+1
2021-03-22NFSD: Update the NFSv3 PATHCONF3res encoder to use struct xdr_streamChuck Lever1-2/+16
2021-03-22NFSD: Update the NFSv3 READ3res encode to use struct xdr_streamChuck Lever1-0/+20
2021-02-21Merge tag 'nfsd-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-3/+10
2021-01-25SUNRPC: Move simple_get_bytes and simple_get_netobj into private headerDave Wysochanski1-2/+1
2021-01-25SUNRPC: Move definition of XDR_UNITChuck Lever1-3/+10
2020-12-17Merge tag 'nfs-for-5.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-14/+13
2020-12-14SUNRPC: Cleanup - constify a number of xdr_buf helpersTrond Myklebust1-11/+11
2020-12-14SUNRPC: Fix xdr_expand_hole()Trond Myklebust1-1/+1
2020-12-14SUNRPC: Fixes for xdr_align_data()Trond Myklebust1-1/+1
2020-11-30NFSD: Add helper for decoding locker4Chuck Lever1-0/+21
2020-11-30NFSD: Replace READ* macros in nfsd4_decode_commit()Chuck Lever1-0/+21
2020-11-30NFSD: Replace the internals of the READ_BUF() macroChuck Lever1-0/+2
2020-11-30SUNRPC: Add xdr_set_scratch_page() and xdr_reset_scratch_buffer()Chuck Lever1-1/+43
2020-11-30SUNRPC: Adjust synopsis of xdr_buf_subsegment()Chuck Lever1-1/+2
2020-10-22Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+2
2020-10-07SUNRPC: Add an xdr_align_data() functionAnna Schumaker1-0/+1
2020-10-07SUNRPC: Add the ability to expand holes in data pagesAnna Schumaker1-0/+1
2020-10-07SUNRPC: Implement a xdr_page_pos() functionAnna Schumaker1-0/+1
2020-09-25SUNRPC/NFSD: Implement xdr_reserve_space_vec()Anna Schumaker1-0/+2
2020-07-13SUNRPC: Add helpers for decoding list discriminators symbolicallyChuck Lever1-0/+26
2020-04-27SUNRPC: Revert 241b1f419f0e ("SUNRPC: Remove xdr_buf_trim()")Chuck Lever1-0/+1
2020-04-07Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+0
2020-03-16SUNRPC: Refactor xs_sendpages()Chuck Lever1-14/+0
2020-03-16SUNRPC: Add encoders for list item discriminatorsChuck Lever1-0/+38
2020-03-16SUNRPC: Add xdr_pad_size() helperChuck Lever1-0/+15
2020-03-16SUNRPC: Remove xdr_buf_read_mic()Chuck Lever1-1/+0
2019-11-12sunrpc: remove __KERNEL__ ifdefsChristoph Hellwig1-3/+0
2019-09-20SUNRPC: Rename xdr_buf_read_netobj to xdr_buf_read_micBenjamin Coddington1-1/+1
2019-07-03nfsd: create xdr_netobj_dup helperJ. Bruce Fields1-0/+7
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