aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/nfs4xdr.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-07Merge tag 'nfs-for-5.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-8/+52
2021-05-07treewide: remove editor modelines and cruftGravatar Masahiro Yamada 1-6/+0
2021-04-14NFSv4: Catch and trace server filehandle encoding errorsGravatar Trond Myklebust 1-4/+9
2021-04-14NFSv4: Add tracing for COMPOUND errorsGravatar Trond Myklebust 1-3/+1
2021-04-13NFSv4: Add support for the NFSv4.2 "change_attr_type" attributeGravatar Trond Myklebust 1-0/+32
2021-04-13NFSv4: Fix value of decode_fsinfo_maxszGravatar Trond Myklebust 1-1/+10
2020-12-17Merge tag 'nfs-for-5.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-21/+27
2020-12-02NFSv4: Fix open coded xdr_stream_remaining()Gravatar Trond Myklebust 1-3/+3
2020-12-02SUNRPC: Clean up the handling of page padding in rpc_prepare_reply_pages()Gravatar Trond Myklebust 1-17/+19
2020-12-02NFSv4: Fix the alignment of page data in the getdeviceinfo replyGravatar Trond Myklebust 1-3/+7
2020-11-30SUNRPC: Add xdr_set_scratch_page() and xdr_reset_scratch_buffer()Gravatar Chuck Lever 1-4/+2
2020-10-07NFS: Add READ_PLUS data segment supportGravatar Anna Schumaker 1-0/+1
2020-10-07NFS: Use xdr_page_pos() in NFSv4 decode_getacl()Gravatar Anna Schumaker 1-5/+1
2020-08-12fs: nfs: delete repeated words in commentsGravatar Randy Dunlap 1-1/+1
2020-08-12nfs: Fix getxattr kernel panic and memory overflowGravatar Jeffrey Mitchell 1-1/+5
2020-07-13NFSv4.2: add client side XDR handling for extended attributesGravatar Frank van der Linden 1-0/+6
2020-07-13NFSv4.2: query the server for extended attribute supportGravatar Frank van der Linden 1-0/+25
2020-01-15NFS/pnfs: Fix pnfs_generic_prepare_to_resend_writes()Gravatar Trond Myklebust 1-1/+4
2020-01-15nfs: encode nfsv4 timestamps as 64-bitGravatar Arnd Bergmann 1-1/+1
2020-01-15nfs: use timespec64 in nfs_fattrGravatar Arnd Bergmann 1-5/+5
2019-11-06Merge branch 'linux-ssc-for-5.5'Gravatar Trond Myklebust 1-0/+1
2019-11-03NFSv4: Encode 64-bit timestampsGravatar Trond Myklebust 1-6/+3
2019-11-03NFS: Convert struct nfs_fattr to use struct timespec64Gravatar Trond Myklebust 1-7/+7
2019-10-09NFS: add COPY_NOTIFY operationGravatar Olga Kornievskaia 1-0/+1
2019-08-20fs: nfs: Fix possible null-pointer dereferences in encode_attrs()Gravatar Jia-Ju Bai 1-1/+1
2019-07-13nfs4: Make nfs4_proc_get_lease_time available for nfs4.0Gravatar Donald Buczek 1-1/+11
2019-07-13nfs: Fix copy-and-paste error in debug messageGravatar Donald Buczek 1-1/+1
2019-07-09NFS: Record task, client ID, and XID in xdr_status trace pointsGravatar Chuck Lever 1-1/+1
2019-04-11NFS: Fix handling of reply page vectorGravatar Chuck Lever 1-2/+2
2019-03-01NFSv4.2: Add client support for the generic 'layouterror' RPC callGravatar Trond Myklebust 1-0/+1
2019-02-14NFS: Account for XDR pad of buf->pagesGravatar Chuck Lever 1-7/+8
2019-02-14SUNRPC: Introduce rpc_prepare_reply_pages()Gravatar Chuck Lever 1-30/+21
2019-02-13NFS: Add trace events to report non-zero NFS status codesGravatar Chuck Lever 1-4/+8
2019-02-13NFS: Remove print_overflow_msg()Gravatar Chuck Lever 1-333/+118
2018-10-23NFS: change sign of nfs_fh lengthGravatar Frank Sorenson 1-1/+1
2018-08-09NFS OFFLOAD_CANCEL xdrGravatar Olga Kornievskaia 1-0/+1
2018-06-14Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Gravatar Arnd Bergmann 1-2/+5
2018-06-05vfs: change inode times to use struct timespec64Gravatar Deepa Dinamani 1-2/+5
2018-05-31pnfs: Add conditional encode/decode of LAYOUTGET within OPEN compoundGravatar Fred Isaman 1-4/+46
2018-05-31pnfs: Store return value of decode_layoutget for later processingGravatar Fred Isaman 1-5/+10
2018-04-12Merge tag 'nfs-for-4.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 1-130/+115
2018-04-10NFS: advance nfs_entry cookie only after decoding completes successfullyGravatar Frank Sorenson 1-2/+5
2018-04-10NFSv4: Don't ask for attributes when ACCESS is protected by a delegationGravatar Trond Myklebust 1-2/+4
2018-04-10NFSv4: Add a helper to encode/decode struct timespecGravatar Trond Myklebust 1-15/+30
2018-04-10NFSv4: Clean up encode_attrsGravatar Trond Myklebust 1-15/+2
2018-04-10NFSv4; Clean up XDR encoding of type bitmap4Gravatar Trond Myklebust 1-94/+72
2018-04-10NFSv4: Allow GFP_NOIO sleeps in decode_attr_owner/decode_attr_groupGravatar Trond Myklebust 1-2/+2
2018-02-22get rid of pointless includes of fs_struct.hGravatar Al Viro 1-1/+0
2018-01-14NFS: Fix nfsstat breakage due to LOOKUPPGravatar Trond Myklebust 1-26/+38
2017-11-17NFSv4: Replace closed stateids with the "invalid special stateid"Gravatar Trond Myklebust 1-1/+11