summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xdr.c
Commit message (Expand)AuthorAgeFilesLines
* NFSD: Hoist rq_vec preparation into nfsd_read() [step two]Chuck Lever2023-06-111-14/+12
* Merge tag 'nfsd-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2023-02-221-7/+72
|\
| * SUNRPC: Add XDR encoding helper for opaque_authChuck Lever2023-02-201-0/+29
| * SUNRPC: Convert unwrap_priv_data() to use xdr_streamChuck Lever2023-02-201-7/+0
| * SUNRPC: Convert unwrap_integ_data() to use xdr_streamChuck Lever2023-02-201-0/+15
| * SUNRPC: Add an XDR decoding helper for struct opaque_authChuck Lever2023-02-201-0/+28
* | sunrpc: use bvec_set_page to initialize bvecsChristoph Hellwig2023-02-031-3/+2
|/
* SUNRPC: Clean up xdr_write_pages()Chuck Lever2022-12-101-9/+13
* SUNRPC: Fix typo in xdr_buf_subsegment's kdoc commentChuck Lever2022-09-261-1/+1
* NFSD: Refactor common code out of dirlist helpersChuck Lever2022-09-261-0/+22
* 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
|/