summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xdr.c
AgeCommit message (Expand)Author
2021-06-13sunrpc: Avoid a KASAN slab-out-of-bounds bug in xdr_set_page_base()Anna Schumaker
2020-12-17Merge tag 'nfs-for-5.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2020-12-14SUNRPC: When expanding the buffer, we may need grow the sparse pagesTrond Myklebust
2020-12-14SUNRPC: Cleanup - constify a number of xdr_buf helpersTrond Myklebust
2020-12-14SUNRPC: Clean up open coded setting of the xdr_stream 'nwords' fieldTrond Myklebust
2020-12-14SUNRPC: _copy_to/from_pages() now check for zero lengthTrond Myklebust
2020-12-14SUNRPC: Cleanup xdr_shrink_bufhead()Trond Myklebust
2020-12-14SUNRPC: Fix xdr_expand_hole()Trond Myklebust
2020-12-14SUNRPC: Fixes for xdr_align_data()Trond Myklebust
2020-12-14SUNRPC: _shift_data_left/right_pages should check the shift lengthTrond Myklebust
2020-12-02SUNRPC: Fix open coded xdr_stream_remaining()Trond Myklebust
2020-12-02SUNRPC: Fix up xdr_set_page()Trond Myklebust
2020-12-02SUNRPC: Clean up the handling of page padding in rpc_prepare_reply_pages()Trond Myklebust
2020-12-02SUNRPC: Fix up xdr_read_pages() to take arbitrary object lengthsTrond Myklebust
2020-12-02SUNRPC: Clean up helpers xdr_set_iov() and xdr_set_page_base()Trond Myklebust
2020-12-02SUNRPC: Fix up typo in xdr_init_decode()Trond Myklebust
2020-12-02SUNRPC: Fix up open coded kmemdup_nul()Trond Myklebust
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: Split out _shift_data_right_tail()Anna Schumaker
2020-10-07SUNRPC: Split out xdr_realign_pages() from xdr_align_pages()Anna Schumaker
2020-10-07SUNRPC: Implement a xdr_page_pos() functionAnna Schumaker
2020-10-07SUNRPC: Split out a function for setting current pageAnna Schumaker
2020-09-25SUNRPC/NFSD: Implement xdr_reserve_space_vec()Anna Schumaker
2020-09-25net: sunrpc: delete repeated wordsRandy Dunlap
2020-06-26SUNRPC: Properly set the @subbuf parameter of xdr_buf_subsegment()Chuck Lever
2020-04-27SUNRPC: Revert 241b1f419f0e ("SUNRPC: Remove xdr_buf_trim()")Chuck Lever
2020-03-16SUNRPC: Remove xdr_buf_read_mic()Chuck Lever
2020-01-15SUNRPC: constify copied structureJulia Lawall
2019-11-18SUNRPC: Fix another issue with MIC buffer spaceChuck Lever
2019-09-20SUNRPC: Rename xdr_buf_read_netobj to xdr_buf_read_micBenjamin Coddington
2019-09-20SUNRPC: Fix buffer handling of GSS MIC without slackBenjamin Coddington
2019-08-20SUNRPC: Inline xdr_commit_encodeChuck Lever
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-02-14NFS: Account for XDR pad of buf->pagesChuck Lever
2019-02-14SUNRPC: Introduce rpc_prepare_reply_pages()Chuck Lever
2019-02-14SUNRPC: Remove xdr_buf_trim()Chuck Lever
2019-02-13SUNRPC: Add trace event that reports reply page vector alignmentChuck Lever
2019-02-13SUNRPC: Add XDR overflow trace eventChuck Lever
2019-02-13SUNRPC: Add xdr_stream::rqst fieldChuck Lever
2018-11-08SUNRPC: drop pointless static qualifier in xdr_get_next_encode_buffer()YueHaibing
2018-11-05sunrpc: correct the computation for page_ptr when truncatingFrank Sorenson
2018-09-30SUNRPC: Add a bvec array to struct xdr_buf for use with iovec_iter()Trond Myklebust
2018-04-10SUNRPC: Add helpers for decoding opaque and string typesTrond Myklebust
2017-04-25sunrpc: Fix xdr_init_decode_pages() documenting commentChuck Lever
2017-02-21SUNRPC: Add a helper function xdr_stream_decode_string_dup()Trond Myklebust