aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc/xdr.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-27SUNRPC: Revert 241b1f419f0e ("SUNRPC: Remove xdr_buf_trim()")Gravatar Chuck Lever 1-0/+41
2020-03-16SUNRPC: Remove xdr_buf_read_mic()Gravatar Chuck Lever 1-55/+0
2020-01-15SUNRPC: constify copied structureGravatar Julia Lawall 1-1/+1
2019-11-18SUNRPC: Fix another issue with MIC buffer spaceGravatar Chuck Lever 1-6/+5
2019-09-20SUNRPC: Rename xdr_buf_read_netobj to xdr_buf_read_micGravatar Benjamin Coddington 1-22/+30
2019-09-20SUNRPC: Fix buffer handling of GSS MIC without slackGravatar Benjamin Coddington 1-9/+18
2019-08-20SUNRPC: Inline xdr_commit_encodeGravatar Chuck Lever 1-1/+1
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 1-0/+1
2019-02-14NFS: Account for XDR pad of buf->pagesGravatar Chuck Lever 1-0/+2
2019-02-14SUNRPC: Introduce rpc_prepare_reply_pages()Gravatar Chuck Lever 1-0/+9
2019-02-14SUNRPC: Remove xdr_buf_trim()Gravatar Chuck Lever 1-41/+0
2019-02-13SUNRPC: Add trace event that reports reply page vector alignmentGravatar Chuck Lever 1-6/+27
2019-02-13SUNRPC: Add XDR overflow trace eventGravatar Chuck Lever 1-7/+17
2019-02-13SUNRPC: Add xdr_stream::rqst fieldGravatar Chuck Lever 1-3/+9
2018-11-08SUNRPC: drop pointless static qualifier in xdr_get_next_encode_buffer()Gravatar YueHaibing 1-1/+1
2018-11-05sunrpc: correct the computation for page_ptr when truncatingGravatar Frank Sorenson 1-3/+2
2018-09-30SUNRPC: Add a bvec array to struct xdr_buf for use with iovec_iter()Gravatar Trond Myklebust 1-0/+34
2018-04-10SUNRPC: Add helpers for decoding opaque and string typesGravatar Trond Myklebust 1-0/+82
2017-04-25sunrpc: Fix xdr_init_decode_pages() documenting commentGravatar Chuck Lever 1-1/+1
2017-02-21SUNRPC: Add a helper function xdr_stream_decode_string_dup()Gravatar Trond Myklebust 1-0/+34
2016-09-22SUNRPC: Fix setting of buffer length in xdr_set_next_buffer()Gravatar Trond Myklebust 1-2/+2
2016-09-22SUNRPC: Fix corruption of xdr->nwords in xdr_copy_to_scratchGravatar Trond Myklebust 1-2/+5
2016-05-09SUNRPC: init xdr_stream for zero iov_len, page_lenGravatar Benjamin Coddington 1-0/+2
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageGravatar Kirill A. Shutemov 1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-24/+24
2015-01-07rpc: fix xdr_truncate_encode to handle buffer ending on page boundaryGravatar J. Bruce Fields 1-3/+3
2014-10-23rpc: change comments to assertionsGravatar J. Bruce Fields 1-2/+3
2014-10-23RPC: remove unneeded checks from xdr_truncate_encode()Gravatar J. Bruce Fields 1-2/+2
2014-07-18SUNRPC: xdr_get_next_encode_buffer should be declared staticGravatar Trond Myklebust 1-1/+2
2014-06-06nfsd4: simplify server xdr->next_page useGravatar J. Bruce Fields 1-4/+5
2014-05-30rpc: define xdr_restrict_buflenGravatar J. Bruce Fields 1-0/+29
2014-05-30nfsd4: allow encoding across page boundariesGravatar J. Bruce Fields 1-2/+76
2014-05-30rpc: xdr_truncate_encodeGravatar J. Bruce Fields 1-0/+66
2014-03-28rpc: Allow xdr_buf_subsegment to operate in-placeGravatar J. Bruce Fields 1-6/+16
2013-08-28SUNRPC: Fix memory corruption issue on 32-bit highmem systemsGravatar Trond Myklebust 1-3/+6
2013-02-08sunrpc: trim off trailing checksum before returning decrypted or integrity au...Gravatar Jeff Layton 1-0/+41
2012-11-04SUNRPC: remove BUG_ON in xdr_shrink_bufheadGravatar Weston Andros Adamson 1-1/+4
2012-09-28SUNRPC: Optimise away unnecessary data moves in xdr_align_pagesGravatar Trond Myklebust 1-10/+13
2012-09-26SUNRPC: Fix the return value of xdr_align_pages()Gravatar Trond Myklebust 1-0/+2
2012-07-30Merge tag 'nfs-for-3.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-58/+69
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsGravatar Ben Hutchings 1-5/+7
2012-06-28SUNRPC: Remove unused function xdr_encode_pagesGravatar Trond Myklebust 1-28/+0
2012-06-28SUNRPC: Clean up xdr_enter_pageGravatar Trond Myklebust 1-3/+3
2012-06-28SUNRPC: Clean up xdr_read_pagesGravatar Trond Myklebust 1-14/+26
2012-06-28SUNRPC: Simplify the end-of-buffer calculation in xdr_read_pagesGravatar Trond Myklebust 1-8/+7
2012-06-28SUNRPC: Remove open coded stream position calculation in xdr_read_pagesGravatar Trond Myklebust 1-3/+3
2012-06-28SUNRPC: Add the helper xdr_stream_posGravatar Trond Myklebust 1-0/+10
2012-06-28SUNRPC: xdr_read_pages should return the amount of XDR encoded page dataGravatar Trond Myklebust 1-3/+6
2012-06-28SUNRPC: Don't decode beyond the end of the RPC reply messageGravatar Trond Myklebust 1-7/+21
2012-06-28SUNRPC: Clean up xdr_set_iov()Gravatar Trond Myklebust 1-7/+7