summaryrefslogtreecommitdiff
path: root/fs/nfs/nfs4xdr.c
AgeCommit message (Expand)AuthorFilesLines
2026-01-30NFS: Merge CONFIG_NFS_V4_1 with CONFIG_NFS_V4Anna Schumaker1-87/+0
2026-01-30NFS: Add a way to disable NFS v4.0 via KConfigAnna Schumaker1-2/+22
2025-11-24NFS: Add support for sending GDD_GETATTRAnna Schumaker1-0/+106
2025-09-23NFS: Update getacl to use xdr_set_scratch_folio()Anna Schumaker1-1/+1
2025-09-23NFSv4: fix "prefered"->"preferred"Xichao Zhao1-1/+1
2025-07-15nfs: Add timecreate to nfs inodeAnne Marie Merritt1-0/+24
2025-05-29NFS: Add support for fallocate(FALLOC_FL_ZERO_RANGE)Anna Schumaker1-0/+1
2025-03-17NFS: Implement NFSv4.2's OFFLOAD_STATUS XDRChuck Lever1-0/+1
2025-03-17NFS: fix open_owner_id_maxsz and related fields.NeilBrown1-9/+9
2024-09-25Merge tag 'nfs-for-6.12-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-86/+4
2024-09-23nfs: factor out {encode,decode}_opaque_fixed to nfs_xdr.hMike Snitzer1-13/+0
2024-09-23nfs_common: factor out nfs4_errtbl and nfs4_stat_to_errnoMike Snitzer1-67/+0
2024-09-23nfs_common: factor out nfs_errtbl and nfs_stat_to_errnoMike Snitzer1-3/+1
2024-09-23nfs: simplify and guarantee owner uniqueness.NeilBrown1-3/+3
2024-09-02nfs make use of str_false_true helperHongbo Li1-6/+5
2024-07-08NFSv4: Clean up encode_nfs4_stateid()Trond Myklebust1-2/+3
2024-07-08NFSv4.1: constify the stateid argument in nfs41_test_stateid()Trond Myklebust1-1/+1
2024-07-08NFSv4: Add support for the FATTR4_OPEN_ARGUMENTS attributeTrond Myklebust1-0/+24
2024-07-08NFSv4: Add recovery of attribute delegationsTrond Myklebust1-10/+8
2024-07-08NFSv4: Plumb in XDR support for the new delegation-only setattr opTrond Myklebust1-0/+51
2024-07-08NFSv4: Clean up open delegation return structureTrond Myklebust1-19/+19
2024-02-05nfs: adapt to breakup of struct file_lockJeff Layton1-3/+3
2024-02-05nfs: convert to using new filelock helpersJeff Layton1-1/+1
2024-01-04NFSv4: Always ask for type with READDIRBenjamin Coddington1-7/+16
2022-11-28NFSv4.2: Fix a memory stomp in decode_attr_security_labelTrond Myklebust1-6/+4
2022-11-28NFSv4.2: Always decode the security labelTrond Myklebust1-6/+4
2022-11-28NFSv4.2: Clear FATTR4_WORD2_SECURITY_LABEL when done decodingTrond Myklebust1-1/+1
2022-06-01NFSv4: Fix free of uninitialized nfs4_label on referral lookup.Benjamin Coddington1-2/+2
2022-05-17NFSv4: Add encoders/decoders for the NFSv4.1 dacl and sacl attributesTrond Myklebust1-33/+62
2022-03-02NFS: Optimise away the previous cookie fieldTrond Myklebust1-1/+0
2022-03-02NFSv4: Ask for a full XDR buffer of readdir goodnessTrond Myklebust1-3/+3
2022-01-12NFSv4 remove zero number of fs_locations entries error checkOlga Kornievskaia1-2/+0
2022-01-06NFSv4: Add some support for case insensitive filesystemsTrond Myklebust1-0/+40
2022-01-06NFSv4 only print the label when its queriedOlga Kornievskaia1-3/+4
2021-11-05NFS: Remove the nfs4_label argument from decode_getattr_*() functionsAnna Schumaker1-26/+17
2021-11-05NFS: Remove the nfs4_label from the nfs_setattrresAnna Schumaker1-1/+1
2021-11-05NFS: Remove the nfs4_label from the nfs4_getattr_resAnna Schumaker1-1/+1
2021-11-05NFS: Remove the f_label from the nfs4_opendata and nfs_openresAnna Schumaker1-1/+1
2021-11-05NFS: Remove the nfs4_label from the nfs4_lookupp_res structAnna Schumaker1-1/+1
2021-11-05NFS: Remove the label from the nfs4_lookup_res structAnna Schumaker1-2/+2
2021-11-05NFS: Remove the nfs4_label from the nfs4_link_res structAnna Schumaker1-1/+1
2021-11-05NFS: Remove the nfs4_label from the nfs4_create_res structAnna Schumaker1-1/+1
2021-11-05NFS: Remove the nfs4_label from the nfs_entry structAnna Schumaker1-1/+1
2021-11-05NFSv4: Fix potential Oops in decode_op_map()Trond Myklebust1-13/+2
2021-11-05NFSv4: Ensure decode_compound_hdr() sanity checks the tagTrond Myklebust1-10/+13
2021-05-07Merge tag 'nfs-for-5.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-8/+52
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada1-6/+0
2021-04-14NFSv4: Catch and trace server filehandle encoding errorsTrond Myklebust1-4/+9
2021-04-14NFSv4: Add tracing for COMPOUND errorsTrond Myklebust1-3/+1
2021-04-13NFSv4: Add support for the NFSv4.2 "change_attr_type" attributeTrond Myklebust1-0/+32