summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xdr.c
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Remove xdr_align_data() and xdr_expand_hole()Anna Schumaker2022-07-231-66/+0
* SUNRPC: Add a function for zeroing out a portion of an xdr_streamAnna Schumaker2022-07-231-0/+23
* SUNRPC: Add a function for directly setting the xdr page lenAnna Schumaker2022-07-231-0/+30
* SUNRPC: Introduce xdr_stream_move_subsegment()Anna Schumaker2022-07-231-0/+59
* SUNRPC: Fix READ_PLUS crasherChuck Lever2022-06-301-1/+1
* SUNRPC: Remove pointer type casts from xdr_get_next_encode_buffer()Chuck Lever2022-06-081-4/+4
* SUNRPC: Clean up xdr_get_next_encode_buffer()Chuck Lever2022-06-081-3/+5
* SUNRPC: Clean up xdr_commit_encode()Chuck Lever2022-06-081-1/+1
* SUNRPC: Optimize xdr_reserve_space()Chuck Lever2022-06-081-7/+10
* SUNRPC: Fix the calculation of xdr->end in xdr_get_next_encode_buffer()Chuck Lever2022-06-081-1/+5
* SUNRPC: xdr_stream_subsegment() must handle non-zero page_basesChuck Lever2021-10-021-15/+17
* sunrpc: Avoid a KASAN slab-out-of-bounds bug in xdr_set_page_base()Anna Schumaker2021-06-131-4/+3
* Merge tag 'nfs-for-5.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2020-12-171-302/+515
|\
| * SUNRPC: When expanding the buffer, we may need grow the sparse pagesTrond Myklebust2020-12-141-2/+33
| * SUNRPC: Cleanup - constify a number of xdr_buf helpersTrond Myklebust2020-12-141-29/+24
| * SUNRPC: Clean up open coded setting of the xdr_stream 'nwords' fieldTrond Myklebust2020-12-141-13/+16
| * SUNRPC: _copy_to/from_pages() now check for zero lengthTrond Myklebust2020-12-141-4/+2
| * SUNRPC: Cleanup xdr_shrink_bufhead()Trond Myklebust2020-12-141-77/+87
| * SUNRPC: Fix xdr_expand_hole()Trond Myklebust2020-12-141-95/+179
| * SUNRPC: Fixes for xdr_align_data()Trond Myklebust2020-12-141-42/+132
| * SUNRPC: _shift_data_left/right_pages should check the shift lengthTrond Myklebust2020-12-141-0/+12
| * SUNRPC: Fix open coded xdr_stream_remaining()Trond Myklebust2020-12-021-2/+2
| * SUNRPC: Fix up xdr_set_page()Trond Myklebust2020-12-021-9/+12
| * SUNRPC: Clean up the handling of page padding in rpc_prepare_reply_pages()Trond Myklebust2020-12-021-3/+0
| * SUNRPC: Fix up xdr_read_pages() to take arbitrary object lengthsTrond Myklebust2020-12-021-26/+15
| * SUNRPC: Clean up helpers xdr_set_iov() and xdr_set_page_base()Trond Myklebust2020-12-021-17/+19
| * SUNRPC: Fix up typo in xdr_init_decode()Trond Myklebust2020-12-021-1/+1
| * SUNRPC: Fix up open coded kmemdup_nul()Trond Myklebust2020-12-021-3/+1
* | NFSD: Replace the internals of the READ_BUF() macroChuck Lever2020-11-301-0/+45
* | SUNRPC: Add xdr_set_scratch_page() and xdr_reset_scratch_buffer()Chuck Lever2020-11-301-24/+4
* | SUNRPC: Adjust synopsis of xdr_buf_subsegment()Chuck Lever2020-11-301-3/+2
|/
* Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2020-10-221-1/+46
|\
| * SUNRPC/NFSD: Implement xdr_reserve_space_vec()Anna Schumaker2020-09-251-0/+45
| * net: sunrpc: delete repeated wordsRandy Dunlap2020-09-251-1/+1
* | SUNRPC: Add an xdr_align_data() functionAnna Schumaker2020-10-071-0/+121
* | SUNRPC: Add the ability to expand holes in data pagesAnna Schumaker2020-10-071-0/+69
* | SUNRPC: Split out _shift_data_right_tail()Anna Schumaker2020-10-071-27/+41
* | SUNRPC: Split out xdr_realign_pages() from xdr_align_pages()Anna Schumaker2020-10-071-7/+14
* | SUNRPC: Implement a xdr_page_pos() functionAnna Schumaker2020-10-071-0/+13
* | SUNRPC: Split out a function for setting current pageAnna Schumaker2020-10-071-4/+9
|/
* SUNRPC: Properly set the @subbuf parameter of xdr_buf_subsegment()Chuck Lever2020-06-261-0/+4
* SUNRPC: Revert 241b1f419f0e ("SUNRPC: Remove xdr_buf_trim()")Chuck Lever2020-04-271-0/+41
* SUNRPC: Remove xdr_buf_read_mic()Chuck Lever2020-03-161-55/+0
* SUNRPC: constify copied structureJulia Lawall2020-01-151-1/+1
* SUNRPC: Fix another issue with MIC buffer spaceChuck Lever2019-11-181-6/+5
* SUNRPC: Rename xdr_buf_read_netobj to xdr_buf_read_micBenjamin Coddington2019-09-201-22/+30
* SUNRPC: Fix buffer handling of GSS MIC without slackBenjamin Coddington2019-09-201-9/+18
* SUNRPC: Inline xdr_commit_encodeChuck Lever2019-08-201-1/+1
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* NFS: Account for XDR pad of buf->pagesChuck Lever2019-02-141-0/+2