summaryrefslogtreecommitdiff
path: root/include/linux/sunrpc/xdr.h
AgeCommit message (Expand)Author
2023-09-15SUNRPC: Silence compiler complaints about tautological comparisonsTrond Myklebust
2023-09-15Revert "SUNRPC: clean up integer overflow check"Anna Schumaker
2023-08-31Merge tag 'nfs-for-6.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2023-08-29SUNRPC: Convert svc_tcp_sendmsg to use bio_vecs directlyChuck Lever
2023-08-24SUNRPC: clean up integer overflow checkDan Carpenter
2023-08-23SUNRPC: kmap() the xdr pages during decodeAnna Schumaker
2023-06-11NFSD: Hoist rq_vec preparation into nfsd_read() [step two]Chuck Lever
2023-02-20SUNRPC: Push svcxdr_init_encode() into svc_process_common()Chuck Lever
2023-02-20SUNRPC: Add XDR encoding helper for opaque_authChuck Lever
2023-02-20SUNRPC: Convert unwrap_priv_data() to use xdr_streamChuck Lever
2023-02-20SUNRPC: Convert unwrap_integ_data() to use xdr_streamChuck Lever
2023-02-20SUNRPC: Add an XDR decoding helper for struct opaque_authChuck Lever
2022-09-26NFSD: Refactor common code out of dirlist helpersChuck Lever
2022-08-10Merge tag 'nfs-for-5.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2022-07-29SUNRPC: Fix xdr_encode_bool()Chuck Lever
2022-07-23SUNRPC: Remove xdr_align_data() and xdr_expand_hole()Anna Schumaker
2022-07-23SUNRPC: Add a function for zeroing out a portion of an xdr_streamAnna Schumaker
2022-07-23SUNRPC: Add a function for directly setting the xdr page lenAnna Schumaker
2022-07-23SUNRPC: Introduce xdr_stream_move_subsegment()Anna Schumaker
2022-06-08SUNRPC: Optimize xdr_reserve_space()Chuck Lever
2022-03-15NFSD: prevent integer overflow on 32 bit systemsDan Carpenter
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