Age | Commit message (Expand) | Author |
2022-06-08 | SUNRPC: Remove pointer type casts from xdr_get_next_encode_buffer() | Chuck Lever |
2022-06-08 | SUNRPC: Clean up xdr_get_next_encode_buffer() | Chuck Lever |
2022-06-08 | SUNRPC: Clean up xdr_commit_encode() | Chuck Lever |
2022-06-08 | SUNRPC: Optimize xdr_reserve_space() | Chuck Lever |
2022-06-08 | SUNRPC: Fix the calculation of xdr->end in xdr_get_next_encode_buffer() | Chuck Lever |
2021-10-02 | SUNRPC: xdr_stream_subsegment() must handle non-zero page_bases | Chuck Lever |
2021-06-13 | sunrpc: Avoid a KASAN slab-out-of-bounds bug in xdr_set_page_base() | Anna Schumaker |
2020-12-17 | Merge tag 'nfs-for-5.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds |
2020-12-14 | SUNRPC: When expanding the buffer, we may need grow the sparse pages | Trond Myklebust |
2020-12-14 | SUNRPC: Cleanup - constify a number of xdr_buf helpers | Trond Myklebust |
2020-12-14 | SUNRPC: Clean up open coded setting of the xdr_stream 'nwords' field | Trond Myklebust |
2020-12-14 | SUNRPC: _copy_to/from_pages() now check for zero length | Trond Myklebust |
2020-12-14 | SUNRPC: Cleanup xdr_shrink_bufhead() | Trond Myklebust |
2020-12-14 | SUNRPC: Fix xdr_expand_hole() | Trond Myklebust |
2020-12-14 | SUNRPC: Fixes for xdr_align_data() | Trond Myklebust |
2020-12-14 | SUNRPC: _shift_data_left/right_pages should check the shift length | Trond Myklebust |
2020-12-02 | SUNRPC: Fix open coded xdr_stream_remaining() | Trond Myklebust |
2020-12-02 | SUNRPC: Fix up xdr_set_page() | Trond Myklebust |
2020-12-02 | SUNRPC: Clean up the handling of page padding in rpc_prepare_reply_pages() | Trond Myklebust |
2020-12-02 | SUNRPC: Fix up xdr_read_pages() to take arbitrary object lengths | Trond Myklebust |
2020-12-02 | SUNRPC: Clean up helpers xdr_set_iov() and xdr_set_page_base() | Trond Myklebust |
2020-12-02 | SUNRPC: Fix up typo in xdr_init_decode() | Trond Myklebust |
2020-12-02 | SUNRPC: Fix up open coded kmemdup_nul() | Trond Myklebust |
2020-11-30 | NFSD: Replace the internals of the READ_BUF() macro | Chuck Lever |
2020-11-30 | SUNRPC: Add xdr_set_scratch_page() and xdr_reset_scratch_buffer() | Chuck Lever |
2020-11-30 | SUNRPC: Adjust synopsis of xdr_buf_subsegment() | Chuck Lever |
2020-10-22 | Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2020-10-07 | SUNRPC: Add an xdr_align_data() function | Anna Schumaker |
2020-10-07 | SUNRPC: Add the ability to expand holes in data pages | Anna Schumaker |
2020-10-07 | SUNRPC: Split out _shift_data_right_tail() | Anna Schumaker |
2020-10-07 | SUNRPC: Split out xdr_realign_pages() from xdr_align_pages() | Anna Schumaker |
2020-10-07 | SUNRPC: Implement a xdr_page_pos() function | Anna Schumaker |
2020-10-07 | SUNRPC: Split out a function for setting current page | Anna Schumaker |
2020-09-25 | SUNRPC/NFSD: Implement xdr_reserve_space_vec() | Anna Schumaker |
2020-09-25 | net: sunrpc: delete repeated words | Randy Dunlap |
2020-06-26 | SUNRPC: Properly set the @subbuf parameter of xdr_buf_subsegment() | Chuck Lever |
2020-04-27 | SUNRPC: Revert 241b1f419f0e ("SUNRPC: Remove xdr_buf_trim()") | Chuck Lever |
2020-03-16 | SUNRPC: Remove xdr_buf_read_mic() | Chuck Lever |
2020-01-15 | SUNRPC: constify copied structure | Julia Lawall |
2019-11-18 | SUNRPC: Fix another issue with MIC buffer space | Chuck Lever |
2019-09-20 | SUNRPC: Rename xdr_buf_read_netobj to xdr_buf_read_mic | Benjamin Coddington |
2019-09-20 | SUNRPC: Fix buffer handling of GSS MIC without slack | Benjamin Coddington |
2019-08-20 | SUNRPC: Inline xdr_commit_encode | Chuck Lever |
2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner |
2019-02-14 | NFS: Account for XDR pad of buf->pages | Chuck Lever |
2019-02-14 | SUNRPC: Introduce rpc_prepare_reply_pages() | Chuck Lever |
2019-02-14 | SUNRPC: Remove xdr_buf_trim() | Chuck Lever |
2019-02-13 | SUNRPC: Add trace event that reports reply page vector alignment | Chuck Lever |
2019-02-13 | SUNRPC: Add XDR overflow trace event | Chuck Lever |
2019-02-13 | SUNRPC: Add xdr_stream::rqst field | Chuck Lever |