| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-23 | NFS: Update listxattr to use xdr_set_scratch_folio() | Anna Schumaker | 1 | -1/+1 |
| 2025-05-28 | NFS: Add support for fallocate(FALLOC_FL_ZERO_RANGE) | Anna Schumaker | 1 | -0/+64 |
| 2025-03-17 | NFS: Implement NFSv4.2's OFFLOAD_STATUS XDR | Chuck Lever | 1 | -0/+86 |
| 2025-01-21 | NFSv4.2: fix COPY_NOTIFY xdr buf size calculation | Olga Kornievskaia | 1 | -0/+2 |
| 2025-01-21 | NFS: Fix typo in OFFLOAD_CANCEL comment | Chuck Lever | 1 | -1/+1 |
| 2023-08-23 | NFSv4.2: Rework scratch handling for READ_PLUS (again) | Anna Schumaker | 1 | -1/+1 |
| 2023-08-23 | NFSv4.2: Fix READ_PLUS size calculations | Anna Schumaker | 1 | -3/+9 |
| 2023-08-23 | NFSv4.2: Fix READ_PLUS smatch warnings | Anna Schumaker | 1 | -2/+1 |
| 2023-06-19 | NFSv4.2: SETXATTR should update ctime | Anna Schumaker | 1 | -3/+8 |
| 2023-06-19 | NFSv4.2: Clean up xattr size macros | Anna Schumaker | 1 | -49/+47 |
| 2023-06-19 | NFSv4.2: Clean up nfs4_xdr_dec_*xattr() functions | Anna Schumaker | 1 | -2/+12 |
| 2023-06-19 | NFSv4.2: Clean up: Move nfs4_xdr_enc_*xattr() functions | Anna Schumaker | 1 | -71/+83 |
| 2023-06-19 | NFSv4.2: Clean up: move decode_*xattr() functions | Anna Schumaker | 1 | -164/+162 |
| 2023-06-19 | NFSv4.2: Clean up: Move the encode_copy_commit() function | Anna Schumaker | 1 | -12/+12 |
| 2023-04-28 | NFSv4.2: Rework scratch handling for READ_PLUS | Anna Schumaker | 1 | -2/+2 |
| 2022-12-06 | NFSv4.2: Fix up READ_PLUS alignment | Anna Schumaker | 1 | -3/+4 |
| 2022-12-06 | NFSv4.2: Set the correct size scratch buffer for decoding READ_PLUS | Anna Schumaker | 1 | -1/+1 |
| 2022-10-05 | NFSv4.2: Add special handling for LISTXATTR receiving NFS4ERR_NOXATTR | Anna Schumaker | 1 | -0/+8 |
| 2022-07-23 | NFS: Replace the READ_PLUS decoding code | Anna Schumaker | 1 | -82/+88 |
| 2021-11-17 | NFSv42: Don't fail clone() unless the OP_CLONE operation failed | Trond Myklebust | 1 | -2/+1 |
| 2020-12-17 | Merge tag 'nfs-for-5.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -33/+68 |
| 2020-12-15 | Merge tag 'nfsd-5.11' of git://git.linux-nfs.org/projects/cel/cel-2.6 | Linus Torvalds | 1 | -1/+1 |
| 2020-12-14 | NFSv4.2: Deal with potential READ_PLUS data extent buffer overflow | Trond Myklebust | 1 | -2/+7 |
| 2020-12-14 | NFSv4.2: Don't error when exiting early on a READ_PLUS buffer overflow | Trond Myklebust | 1 | -19/+17 |
| 2020-12-14 | NFSv4.2: Handle hole lengths that exceed the READ_PLUS read buffer | Trond Myklebust | 1 | -0/+6 |
| 2020-12-14 | NFSv4.2: decode_read_plus_hole() needs to check the extent offset | Trond Myklebust | 1 | -3/+21 |
| 2020-12-14 | NFSv4.2: decode_read_plus_data() must skip padding after data segment | Trond Myklebust | 1 | -1/+3 |
| 2020-12-14 | NFSv4.2: Ensure we always reset the result->count in decode_read_plus() | Trond Myklebust | 1 | -0/+1 |
| 2020-12-14 | NFSv4.2: improve page handling for GETXATTR | Frank van der Linden | 1 | -5/+8 |
| 2020-12-10 | NFS: Fix rpcrdma_inline_fixup() crash with new LISTXATTRS operation | Chuck Lever | 1 | -1/+0 |
| 2020-12-10 | NFSv4.2: Fix up the get/listxattr calls to rpc_prepare_reply_pages() | Trond Myklebust | 1 | -5/+7 |
| 2020-12-02 | NFS: Fix rpcrdma_inline_fixup() crash with new LISTXATTRS operation | Chuck Lever | 1 | -1/+0 |
| 2020-11-30 | SUNRPC: Add xdr_set_scratch_page() and xdr_reset_scratch_buffer() | Chuck Lever | 1 | -1/+1 |
| 2020-11-12 | NFS: Fix listxattr receive buffer size | Chuck Lever | 1 | -2/+2 |
| 2020-10-07 | NFS: Decode a full READ_PLUS reply | Anna Schumaker | 1 | -17/+19 |
| 2020-10-07 | NFS: Add READ_PLUS hole segment decoding | Anna Schumaker | 1 | -1/+25 |
| 2020-10-07 | NFS: Add READ_PLUS data segment support | Anna Schumaker | 1 | -0/+141 |
| 2020-07-13 | NFSv4.2: add client side XDR handling for extended attributes | Frank van der Linden | 1 | -2/+366 |
| 2020-07-13 | NFSv4.2: define limits and sizes for user xattr handling | Frank van der Linden | 1 | -0/+74 |
| 2019-10-09 | NFS: add ca_source_server<> to COPY | Olga Kornievskaia | 1 | -2/+10 |
| 2019-10-09 | NFS: add COPY_NOTIFY operation | Olga Kornievskaia | 1 | -0/+178 |
| 2019-03-01 | NFSv4.2: Add client support for the generic 'layouterror' RPC call | Trond Myklebust | 1 | -0/+99 |
| 2019-03-01 | NFS: Add missing encode / decode sequence_maxsz to v4.2 operations | Anna Schumaker | 1 | -0/+10 |
| 2019-02-13 | NFS: Remove print_overflow_msg() | Chuck Lever | 1 | -16/+5 |
| 2018-08-09 | NFS add support for asynchronous COPY | Olga Kornievskaia | 1 | -3/+5 |
| 2018-08-09 | NFS COPY xdr handle async reply | Olga Kornievskaia | 1 | -10/+12 |
| 2018-08-09 | NFS OFFLOAD_CANCEL xdr | Olga Kornievskaia | 1 | -0/+68 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-05-15 | nfs: fix decoder callback prototypes | Christoph Hellwig | 1 | -6/+12 |
| 2017-05-15 | nfs: fix encoder callback prototypes | Christoph Hellwig | 1 | -14/+20 |
| 2017-05-08 | NFS append COMMIT after synchronous COPY | Olga Kornievskaia | 1 | -2/+20 |
| 2016-12-03 | pNFS/flexfiles: Minor refactoring before adding iostats to layoutreturn | Trond Myklebust | 1 | -2/+3 |
| 2016-07-24 | NFSv4.2: Fix warning "variable ‘stateids’ set but not used" | Trond Myklebust | 1 | -2/+10 |
| 2016-05-17 | NFS: Add COPY nfs operation | Anna Schumaker | 1 | -0/+146 |
| 2015-10-15 | nfs42: add CLONE xdr functions | Peng Tao | 1 | -1/+96 |
| 2015-08-25 | nfs42: decode_layoutstats does not need res parameter | Peng Tao | 1 | -3/+2 |
| 2015-06-27 | NFSv4.2: Fix up a decoding error in layoutstats | Trond Myklebust | 1 | -17/+1 |
| 2015-06-24 | NFSv.2/pnfs Add a LAYOUTSTATS rpc function | Trond Myklebust | 1 | -0/+122 |
| 2015-04-23 | NFS: Don't zap caches on fallocate() | Anna Schumaker | 1 | -4/+16 |
| 2014-11-25 | nfs: Add DEALLOCATE support | Anna Schumaker | 1 | -0/+64 |
| 2014-11-25 | nfs: Add ALLOCATE support | Anna Schumaker | 1 | -0/+75 |
| 2014-09-30 | NFS: Implement SEEK | Anna Schumaker | 1 | -0/+98 |