aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xdr.c
AgeCommit message (Expand)Author
10 daysmaster: sync with upstream 6.6Bruce Ashfield
2023-06-11NFSD: Hoist rq_vec preparation into nfsd_read() [step two]Chuck Lever
2023-02-22Merge tag 'nfsd-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
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
2023-02-03sunrpc: use bvec_set_page to initialize bvecsChristoph Hellwig
2022-12-10SUNRPC: Clean up xdr_write_pages()Chuck Lever
2022-09-26SUNRPC: Fix typo in xdr_buf_subsegment's kdoc commentChuck Lever
2022-09-26NFSD: Refactor common code out of dirlist helpersChuck 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-30SUNRPC: Fix READ_PLUS crasherChuck Lever
2022-06-08SUNRPC: Remove pointer type casts from xdr_get_next_encode_buffer()Chuck Lever
2022-06-08SUNRPC: Clean up xdr_get_next_encode_buffer()Chuck Lever
2022-06-08SUNRPC: Clean up xdr_commit_encode()Chuck Lever
2022-06-08SUNRPC: Optimize xdr_reserve_space()Chuck Lever
2022-06-08SUNRPC: Fix the calculation of xdr->end in xdr_get_next_encode_buffer()Chuck Lever
2021-10-02SUNRPC: xdr_stream_subsegment() must handle non-zero page_basesChuck Lever
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