aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/nfsd/nfs4xdr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-28Merge tag 'nfsd-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-2/+19
2025-05-15NFSD: Remove NFSD_BUFSIZEChuck Lever1-1/+1
2025-05-11NFSD: Implement FATTR4_CLONE_BLKSIZE attributeChuck Lever1-1/+18
2025-04-07nfsd: Use lookup_one() rather than lookup_one_len()NeilBrown1-1/+3
2025-01-27Merge tag 'nfsd-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-116/+222
2025-01-21nfsd: implement OPEN_ARGS_SHARE_ACCESS_WANT_OPEN_XOR_DELEGATIONJeff Layton1-1/+2
2025-01-21nfsd: handle delegated timestamps in SETATTRJeff Layton1-0/+20
2025-01-21nfsd: add support for delegated timestampsJeff Layton1-2/+13
2025-01-21nfsd: rework NFS4_SHARE_WANT_* flag handlingJeff Layton1-1/+1
2025-01-21nfsd: add support for FATTR4_OPEN_ARGUMENTSJeff Layton1-0/+50
2025-01-21nfsd: prepare delegation code for handing out *_ATTRS_DELEG delegationsJeff Layton1-0/+2
2025-01-21nfsd: rename NFS4_SHARE_WANT_* constants to OPEN4_SHARE_ACCESS_WANT_*Jeff Layton1-6/+6
2025-01-21nfsd: switch to autogenerated definitions for open_delegation_type4Jeff Layton1-4/+4
2025-01-21nfsd: fix handling of delegated change attr in CB_GETATTRJeff Layton1-6/+9
2025-01-10NFSD: Insulate nfsd4_encode_fattr4() from page boundaries in the encode bufferChuck Lever1-5/+5
2025-01-10NFSD: Insulate nfsd4_encode_secinfo() from page boundaries in the encode bufferChuck Lever1-8/+10
2025-01-10NFSD: Refactor nfsd4_do_encode_secinfo() againChuck Lever1-31/+34
2025-01-10NFSD: Insulate nfsd4_encode_readlink() from page boundaries in the encode bufferChuck Lever1-12/+10
2025-01-10NFSD: Insulate nfsd4_encode_read_plus_data() from page boundaries in the encode bufferChuck Lever1-8/+17
2025-01-10NFSD: Insulate nfsd4_encode_read_plus() from page boundaries in the encode bufferChuck Lever1-8/+10
2025-01-10NFSD: Insulate nfsd4_encode_read() from page boundaries in the encode bufferChuck Lever1-15/+19
2025-01-10NFSD: Encode COMPOUND operation status on page boundariesChuck Lever1-10/+10
2025-01-06nfsd: add support for freeing unused session-DRC slotsNeilBrown1-2/+3
2024-12-04lsm: use lsm_context in security_inode_getsecctxCasey Schaufler1-16/+10
2024-12-04lsm: ensure the correct LSM context releaserCasey Schaufler1-2/+6
2024-11-18NFSD: Remove unused values from nfsd4_encode_components_esc()Chuck Lever1-5/+2
2024-11-18NFSD: Remove unused results in nfsd4_encode_pathname4()Chuck Lever1-10/+4
2024-11-18nfsd: Fix NFSD_MAY_BYPASS_GSS and NFSD_MAY_BYPASS_GSS_ON_ROOTPali Rohár1-1/+1
2024-11-18nfsd: Fill NFSv4.1 server implementation fields in OP_EXCHANGE_ID responsePali Rohár1-1/+23
2024-11-11nfsd: have nfsd4_deleg_getattr_conflict pass back write deleg pointerJeff Layton1-6/+10
2024-11-11nfsd: drop the nfsd4_fattr_args "size" fieldJeff Layton1-6/+2
2024-11-11nfsd: drop inode parameter from nfsd4_change_attribute()Jeff Layton1-1/+1
2024-09-20NFSD: Fix NFSv4's PUTPUBFH operationChuck Lever1-9/+1
2024-09-20nfsd: move error choice for incorrect object types to version-specific code.NeilBrown1-0/+19
2024-08-26fs/nfsd: fix update of inode attrs in CB_GETATTRJeff Layton1-1/+1
2024-08-22nfsd: ensure that nfsd4_fattr_args.context is zeroed outJeff Layton1-1/+3
2024-07-08NFSD: harden svcxdr_dupstr() and svcxdr_tmpalloc() against integer overflowsDan Carpenter1-6/+6
2024-05-06NFSD: Add COPY status code to OFFLOAD_STATUS responseChuck Lever1-1/+6
2024-05-06nfsd: trivial GET_DIR_DELEGATION supportJeff Layton1-2/+74
2024-04-25NFSD: Fix nfsd4_encode_fattr4() crasherChuck Lever1-1/+1
2024-04-11NFSD: fix endianness issue in nfsd4_encode_fattr4Vasily Gorbik1-24/+23
2024-03-09NFSD: Clean up nfsd4_encode_replay()Chuck Lever1-16/+13
2024-03-01NFSD: handle GETATTR conflict with write delegationDai Ngo1-2/+8
2024-03-01NFSD: fix LISTXATTRS returning more bytes than maxcountJorge Mora1-2/+3
2024-03-01NFSD: fix LISTXATTRS returning a short list with eof=TRUEJorge Mora1-1/+2
2024-03-01NFSD: change LISTXATTRS cookie encoding to big-endianJorge Mora1-1/+3
2024-03-01NFSD: fix nfsd4_listxattr_validate_cookieJorge Mora1-6/+1
2024-01-07NFSD: Modify NFSv4 to use nfsd_read_splice_ok()Chuck Lever1-5/+8
2023-12-18NFSD: Revert 6c41d9a9bd0298002805758216a9c44e38a8500dChuck Lever1-5/+2
2023-10-16NFSD: Clean up nfsd4_encode_seek()Chuck Lever1-6/+7