Age | Commit message (Expand) | Author | Files | Lines |
2020-10-22 | Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -1/+46 |
2020-10-07 | SUNRPC: Add an xdr_align_data() function | Anna Schumaker | 1 | -0/+121 |
2020-10-07 | SUNRPC: Add the ability to expand holes in data pages | Anna Schumaker | 1 | -0/+69 |
2020-10-07 | SUNRPC: Split out _shift_data_right_tail() | Anna Schumaker | 1 | -27/+41 |
2020-10-07 | SUNRPC: Split out xdr_realign_pages() from xdr_align_pages() | Anna Schumaker | 1 | -7/+14 |
2020-10-07 | SUNRPC: Implement a xdr_page_pos() function | Anna Schumaker | 1 | -0/+13 |
2020-10-07 | SUNRPC: Split out a function for setting current page | Anna Schumaker | 1 | -4/+9 |
2020-09-26 | SUNRPC/NFSD: Implement xdr_reserve_space_vec() | Anna Schumaker | 1 | -0/+45 |
2020-09-26 | net: sunrpc: delete repeated words | Randy Dunlap | 1 | -1/+1 |
2020-06-26 | SUNRPC: Properly set the @subbuf parameter of xdr_buf_subsegment() | Chuck Lever | 1 | -0/+4 |
2020-04-27 | SUNRPC: Revert 241b1f419f0e ("SUNRPC: Remove xdr_buf_trim()") | Chuck Lever | 1 | -0/+41 |
2020-03-16 | SUNRPC: Remove xdr_buf_read_mic() | Chuck Lever | 1 | -55/+0 |
2020-01-15 | SUNRPC: constify copied structure | Julia Lawall | 1 | -1/+1 |
2019-11-18 | SUNRPC: Fix another issue with MIC buffer space | Chuck Lever | 1 | -6/+5 |
2019-09-20 | SUNRPC: Rename xdr_buf_read_netobj to xdr_buf_read_mic | Benjamin Coddington | 1 | -22/+30 |
2019-09-20 | SUNRPC: Fix buffer handling of GSS MIC without slack | Benjamin Coddington | 1 | -9/+18 |
2019-08-20 | SUNRPC: Inline xdr_commit_encode | Chuck Lever | 1 | -1/+1 |
2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 1 | -0/+1 |
2019-02-14 | NFS: Account for XDR pad of buf->pages | Chuck Lever | 1 | -0/+2 |
2019-02-14 | SUNRPC: Introduce rpc_prepare_reply_pages() | Chuck Lever | 1 | -0/+9 |
2019-02-14 | SUNRPC: Remove xdr_buf_trim() | Chuck Lever | 1 | -41/+0 |
2019-02-13 | SUNRPC: Add trace event that reports reply page vector alignment | Chuck Lever | 1 | -6/+27 |
2019-02-13 | SUNRPC: Add XDR overflow trace event | Chuck Lever | 1 | -7/+17 |
2019-02-13 | SUNRPC: Add xdr_stream::rqst field | Chuck Lever | 1 | -3/+9 |
2018-11-08 | SUNRPC: drop pointless static qualifier in xdr_get_next_encode_buffer() | YueHaibing | 1 | -1/+1 |
2018-11-05 | sunrpc: correct the computation for page_ptr when truncating | Frank Sorenson | 1 | -3/+2 |
2018-09-30 | SUNRPC: Add a bvec array to struct xdr_buf for use with iovec_iter() | Trond Myklebust | 1 | -0/+34 |
2018-04-10 | SUNRPC: Add helpers for decoding opaque and string types | Trond Myklebust | 1 | -0/+82 |
2017-04-25 | sunrpc: Fix xdr_init_decode_pages() documenting comment | Chuck Lever | 1 | -1/+1 |
2017-02-22 | SUNRPC: Add a helper function xdr_stream_decode_string_dup() | Trond Myklebust | 1 | -0/+34 |
2016-09-23 | SUNRPC: Fix setting of buffer length in xdr_set_next_buffer() | Trond Myklebust | 1 | -2/+2 |
2016-09-23 | SUNRPC: Fix corruption of xdr->nwords in xdr_copy_to_scratch | Trond Myklebust | 1 | -2/+5 |
2016-05-09 | SUNRPC: init xdr_stream for zero iov_len, page_len | Benjamin Coddington | 1 | -0/+2 |
2016-04-04 | mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage | Kirill A. Shutemov | 1 | -1/+1 |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 1 | -24/+24 |
2015-01-07 | rpc: fix xdr_truncate_encode to handle buffer ending on page boundary | J. Bruce Fields | 1 | -3/+3 |
2014-10-23 | rpc: change comments to assertions | J. Bruce Fields | 1 | -2/+3 |
2014-10-23 | RPC: remove unneeded checks from xdr_truncate_encode() | J. Bruce Fields | 1 | -2/+2 |
2014-07-18 | SUNRPC: xdr_get_next_encode_buffer should be declared static | Trond Myklebust | 1 | -1/+2 |
2014-06-07 | nfsd4: simplify server xdr->next_page use | J. Bruce Fields | 1 | -4/+5 |
2014-05-31 | rpc: define xdr_restrict_buflen | J. Bruce Fields | 1 | -0/+29 |
2014-05-31 | nfsd4: allow encoding across page boundaries | J. Bruce Fields | 1 | -2/+76 |
2014-05-31 | rpc: xdr_truncate_encode | J. Bruce Fields | 1 | -0/+66 |
2014-03-29 | rpc: Allow xdr_buf_subsegment to operate in-place | J. Bruce Fields | 1 | -6/+16 |
2013-08-28 | SUNRPC: Fix memory corruption issue on 32-bit highmem systems | Trond Myklebust | 1 | -3/+6 |
2013-02-09 | sunrpc: trim off trailing checksum before returning decrypted or integrity au... | Jeff Layton | 1 | -0/+41 |
2012-11-04 | SUNRPC: remove BUG_ON in xdr_shrink_bufhead | Weston Andros Adamson | 1 | -1/+4 |
2012-09-28 | SUNRPC: Optimise away unnecessary data moves in xdr_align_pages | Trond Myklebust | 1 | -10/+13 |
2012-09-26 | SUNRPC: Fix the return value of xdr_align_pages() | Trond Myklebust | 1 | -0/+2 |
2012-07-31 | Merge tag 'nfs-for-3.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -58/+69 |