Age | Commit message (Expand) | Author | Files | Lines |
2023-08-31 | Merge tag 'nfs-for-6.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 1 | -1/+26 |
2023-08-29 | SUNRPC: Convert svc_tcp_sendmsg to use bio_vecs directly | Chuck Lever | 1 | -0/+50 |
2023-08-23 | SUNRPC: kmap() the xdr pages during decode | Anna Schumaker | 1 | -1/+26 |
2023-06-11 | NFSD: Hoist rq_vec preparation into nfsd_read() [step two] | Chuck Lever | 1 | -14/+12 |
2023-02-22 | Merge tag 'nfsd-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux | Linus Torvalds | 1 | -7/+72 |
2023-02-20 | SUNRPC: Add XDR encoding helper for opaque_auth | Chuck Lever | 1 | -0/+29 |
2023-02-20 | SUNRPC: Convert unwrap_priv_data() to use xdr_stream | Chuck Lever | 1 | -7/+0 |
2023-02-20 | SUNRPC: Convert unwrap_integ_data() to use xdr_stream | Chuck Lever | 1 | -0/+15 |
2023-02-20 | SUNRPC: Add an XDR decoding helper for struct opaque_auth | Chuck Lever | 1 | -0/+28 |
2023-02-03 | sunrpc: use bvec_set_page to initialize bvecs | Christoph Hellwig | 1 | -3/+2 |
2022-12-10 | SUNRPC: Clean up xdr_write_pages() | Chuck Lever | 1 | -9/+13 |
2022-09-26 | SUNRPC: Fix typo in xdr_buf_subsegment's kdoc comment | Chuck Lever | 1 | -1/+1 |
2022-09-26 | NFSD: Refactor common code out of dirlist helpers | Chuck Lever | 1 | -0/+22 |
2022-07-23 | SUNRPC: Remove xdr_align_data() and xdr_expand_hole() | Anna Schumaker | 1 | -66/+0 |
2022-07-23 | SUNRPC: Add a function for zeroing out a portion of an xdr_stream | Anna Schumaker | 1 | -0/+23 |
2022-07-23 | SUNRPC: Add a function for directly setting the xdr page len | Anna Schumaker | 1 | -0/+30 |
2022-07-23 | SUNRPC: Introduce xdr_stream_move_subsegment() | Anna Schumaker | 1 | -0/+59 |
2022-06-30 | SUNRPC: Fix READ_PLUS crasher | Chuck Lever | 1 | -1/+1 |
2022-06-08 | SUNRPC: Remove pointer type casts from xdr_get_next_encode_buffer() | Chuck Lever | 1 | -4/+4 |
2022-06-08 | SUNRPC: Clean up xdr_get_next_encode_buffer() | Chuck Lever | 1 | -3/+5 |
2022-06-08 | SUNRPC: Clean up xdr_commit_encode() | Chuck Lever | 1 | -1/+1 |
2022-06-08 | SUNRPC: Optimize xdr_reserve_space() | Chuck Lever | 1 | -7/+10 |
2022-06-08 | SUNRPC: Fix the calculation of xdr->end in xdr_get_next_encode_buffer() | Chuck Lever | 1 | -1/+5 |
2021-10-02 | SUNRPC: xdr_stream_subsegment() must handle non-zero page_bases | Chuck Lever | 1 | -15/+17 |
2021-06-13 | sunrpc: Avoid a KASAN slab-out-of-bounds bug in xdr_set_page_base() | Anna Schumaker | 1 | -4/+3 |
2020-12-17 | Merge tag 'nfs-for-5.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -302/+515 |
2020-12-14 | SUNRPC: When expanding the buffer, we may need grow the sparse pages | Trond Myklebust | 1 | -2/+33 |
2020-12-14 | SUNRPC: Cleanup - constify a number of xdr_buf helpers | Trond Myklebust | 1 | -29/+24 |
2020-12-14 | SUNRPC: Clean up open coded setting of the xdr_stream 'nwords' field | Trond Myklebust | 1 | -13/+16 |
2020-12-14 | SUNRPC: _copy_to/from_pages() now check for zero length | Trond Myklebust | 1 | -4/+2 |
2020-12-14 | SUNRPC: Cleanup xdr_shrink_bufhead() | Trond Myklebust | 1 | -77/+87 |
2020-12-14 | SUNRPC: Fix xdr_expand_hole() | Trond Myklebust | 1 | -95/+179 |
2020-12-14 | SUNRPC: Fixes for xdr_align_data() | Trond Myklebust | 1 | -42/+132 |
2020-12-14 | SUNRPC: _shift_data_left/right_pages should check the shift length | Trond Myklebust | 1 | -0/+12 |
2020-12-02 | SUNRPC: Fix open coded xdr_stream_remaining() | Trond Myklebust | 1 | -2/+2 |
2020-12-02 | SUNRPC: Fix up xdr_set_page() | Trond Myklebust | 1 | -9/+12 |
2020-12-02 | SUNRPC: Clean up the handling of page padding in rpc_prepare_reply_pages() | Trond Myklebust | 1 | -3/+0 |
2020-12-02 | SUNRPC: Fix up xdr_read_pages() to take arbitrary object lengths | Trond Myklebust | 1 | -26/+15 |
2020-12-02 | SUNRPC: Clean up helpers xdr_set_iov() and xdr_set_page_base() | Trond Myklebust | 1 | -17/+19 |
2020-12-02 | SUNRPC: Fix up typo in xdr_init_decode() | Trond Myklebust | 1 | -1/+1 |
2020-12-02 | SUNRPC: Fix up open coded kmemdup_nul() | Trond Myklebust | 1 | -3/+1 |
2020-11-30 | NFSD: Replace the internals of the READ_BUF() macro | Chuck Lever | 1 | -0/+45 |
2020-11-30 | SUNRPC: Add xdr_set_scratch_page() and xdr_reset_scratch_buffer() | Chuck Lever | 1 | -24/+4 |
2020-11-30 | SUNRPC: Adjust synopsis of xdr_buf_subsegment() | Chuck Lever | 1 | -3/+2 |
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 |