summaryrefslogtreecommitdiff
path: root/include/linux/sunrpc/xdr.h
AgeCommit message (Expand)AuthorFilesLines
2023-09-15SUNRPC: Silence compiler complaints about tautological comparisonsTrond Myklebust1-1/+1
2023-09-15Revert "SUNRPC: clean up integer overflow check"Anna Schumaker1-1/+3
2023-09-01Merge tag 'nfs-for-6.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-3/+3
2023-08-30SUNRPC: Convert svc_tcp_sendmsg to use bio_vecs directlyChuck Lever1-0/+2
2023-08-24SUNRPC: clean up integer overflow checkDan Carpenter1-3/+1
2023-08-23SUNRPC: kmap() the xdr pages during decodeAnna Schumaker1-0/+2
2023-06-11NFSD: Hoist rq_vec preparation into nfsd_read() [step two]Chuck Lever1-2/+1
2023-02-20SUNRPC: Push svcxdr_init_encode() into svc_process_common()Chuck Lever1-0/+21
2023-02-20SUNRPC: Add XDR encoding helper for opaque_authChuck Lever1-0/+2
2023-02-20SUNRPC: Convert unwrap_priv_data() to use xdr_streamChuck Lever1-1/+0
2023-02-20SUNRPC: Convert unwrap_integ_data() to use xdr_streamChuck Lever1-0/+1
2023-02-20SUNRPC: Add an XDR decoding helper for struct opaque_authChuck Lever1-0/+3
2022-09-26NFSD: Refactor common code out of dirlist helpersChuck Lever1-0/+2
2022-08-11Merge tag 'nfs-for-5.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-2/+5
2022-07-30SUNRPC: 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-26SUNRPC/NFSD: Implement xdr_reserve_space_vec()Anna Schumaker1-0/+2
2020-07-14SUNRPC: 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