summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4xdr.c
Commit message (Expand)AuthorAgeFilesLines
* NFSv4.2: Fix a memory stomp in decode_attr_security_labelTrond Myklebust2022-11-271-6/+4
* NFSv4.2: Always decode the security labelTrond Myklebust2022-11-271-6/+4
* NFSv4.2: Clear FATTR4_WORD2_SECURITY_LABEL when done decodingTrond Myklebust2022-11-271-1/+1
* NFSv4: Fix free of uninitialized nfs4_label on referral lookup.Benjamin Coddington2022-05-311-2/+2
* NFSv4: Add encoders/decoders for the NFSv4.1 dacl and sacl attributesTrond Myklebust2022-05-171-33/+62
* NFS: Optimise away the previous cookie fieldTrond Myklebust2022-03-021-1/+0
* NFSv4: Ask for a full XDR buffer of readdir goodnessTrond Myklebust2022-03-021-3/+3
* NFSv4 remove zero number of fs_locations entries error checkOlga Kornievskaia2022-01-121-2/+0
* NFSv4: Add some support for case insensitive filesystemsTrond Myklebust2022-01-061-0/+40
* NFSv4 only print the label when its queriedOlga Kornievskaia2022-01-061-3/+4
* NFS: Remove the nfs4_label argument from decode_getattr_*() functionsAnna Schumaker2021-11-051-26/+17
* NFS: Remove the nfs4_label from the nfs_setattrresAnna Schumaker2021-11-051-1/+1
* NFS: Remove the nfs4_label from the nfs4_getattr_resAnna Schumaker2021-11-051-1/+1
* NFS: Remove the f_label from the nfs4_opendata and nfs_openresAnna Schumaker2021-11-051-1/+1
* NFS: Remove the nfs4_label from the nfs4_lookupp_res structAnna Schumaker2021-11-051-1/+1
* NFS: Remove the label from the nfs4_lookup_res structAnna Schumaker2021-11-051-2/+2
* NFS: Remove the nfs4_label from the nfs4_link_res structAnna Schumaker2021-11-051-1/+1
* NFS: Remove the nfs4_label from the nfs4_create_res structAnna Schumaker2021-11-051-1/+1
* NFS: Remove the nfs4_label from the nfs_entry structAnna Schumaker2021-11-051-1/+1
* NFSv4: Fix potential Oops in decode_op_map()Trond Myklebust2021-11-051-13/+2
* NFSv4: Ensure decode_compound_hdr() sanity checks the tagTrond Myklebust2021-11-051-10/+13
* Merge tag 'nfs-for-5.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2021-05-071-8/+52
|\
| * NFSv4: Catch and trace server filehandle encoding errorsTrond Myklebust2021-04-141-4/+9
| * NFSv4: Add tracing for COMPOUND errorsTrond Myklebust2021-04-141-3/+1
| * NFSv4: Add support for the NFSv4.2 "change_attr_type" attributeTrond Myklebust2021-04-131-0/+32
| * NFSv4: Fix value of decode_fsinfo_maxszTrond Myklebust2021-04-131-1/+10
* | treewide: remove editor modelines and cruftMasahiro Yamada2021-05-071-6/+0
|/
* Merge tag 'nfs-for-5.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2020-12-171-21/+27
|\
| * NFSv4: Fix open coded xdr_stream_remaining()Trond Myklebust2020-12-021-3/+3
| * SUNRPC: Clean up the handling of page padding in rpc_prepare_reply_pages()Trond Myklebust2020-12-021-17/+19
| * NFSv4: Fix the alignment of page data in the getdeviceinfo replyTrond Myklebust2020-12-021-3/+7
* | SUNRPC: Add xdr_set_scratch_page() and xdr_reset_scratch_buffer()Chuck Lever2020-11-301-4/+2
|/
* NFS: Add READ_PLUS data segment supportAnna Schumaker2020-10-071-0/+1
* NFS: Use xdr_page_pos() in NFSv4 decode_getacl()Anna Schumaker2020-10-071-5/+1
* fs: nfs: delete repeated words in commentsRandy Dunlap2020-08-121-1/+1
* nfs: Fix getxattr kernel panic and memory overflowJeffrey Mitchell2020-08-121-1/+5
* NFSv4.2: add client side XDR handling for extended attributesFrank van der Linden2020-07-131-0/+6
* NFSv4.2: query the server for extended attribute supportFrank van der Linden2020-07-131-0/+25
* NFS/pnfs: Fix pnfs_generic_prepare_to_resend_writes()Trond Myklebust2020-01-151-1/+4
* nfs: encode nfsv4 timestamps as 64-bitArnd Bergmann2020-01-151-1/+1
* nfs: use timespec64 in nfs_fattrArnd Bergmann2020-01-151-5/+5
* Merge branch 'linux-ssc-for-5.5'Trond Myklebust2019-11-061-0/+1
|\
| * NFS: add COPY_NOTIFY operationOlga Kornievskaia2019-10-091-0/+1
* | NFSv4: Encode 64-bit timestampsTrond Myklebust2019-11-031-6/+3
* | NFS: Convert struct nfs_fattr to use struct timespec64Trond Myklebust2019-11-031-7/+7
|/
* fs: nfs: Fix possible null-pointer dereferences in encode_attrs()Jia-Ju Bai2019-08-201-1/+1
* nfs4: Make nfs4_proc_get_lease_time available for nfs4.0Donald Buczek2019-07-131-1/+11
* nfs: Fix copy-and-paste error in debug messageDonald Buczek2019-07-131-1/+1
* NFS: Record task, client ID, and XID in xdr_status trace pointsChuck Lever2019-07-091-1/+1
* NFS: Fix handling of reply page vectorChuck Lever2019-04-111-2/+2