aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4xdr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-15NFS/pnfs: Fix pnfs_generic_prepare_to_resend_writes()Trond Myklebust1-1/+4
2020-01-15nfs: encode nfsv4 timestamps as 64-bitArnd Bergmann1-1/+1
2020-01-15nfs: use timespec64 in nfs_fattrArnd Bergmann1-5/+5
2019-11-06Merge branch 'linux-ssc-for-5.5'Trond Myklebust1-0/+1
2019-11-03NFSv4: Encode 64-bit timestampsTrond Myklebust1-6/+3
2019-11-03NFS: Convert struct nfs_fattr to use struct timespec64Trond Myklebust1-7/+7
2019-10-09NFS: add COPY_NOTIFY operationOlga Kornievskaia1-0/+1
2019-08-20fs: nfs: Fix possible null-pointer dereferences in encode_attrs()Jia-Ju Bai1-1/+1
2019-07-13nfs4: Make nfs4_proc_get_lease_time available for nfs4.0Donald Buczek1-1/+11
2019-07-13nfs: Fix copy-and-paste error in debug messageDonald Buczek1-1/+1
2019-07-09NFS: Record task, client ID, and XID in xdr_status trace pointsChuck Lever1-1/+1
2019-04-11NFS: Fix handling of reply page vectorChuck Lever1-2/+2
2019-03-01NFSv4.2: Add client support for the generic 'layouterror' RPC callTrond Myklebust1-0/+1
2019-02-14NFS: Account for XDR pad of buf->pagesChuck Lever1-7/+8
2019-02-14SUNRPC: Introduce rpc_prepare_reply_pages()Chuck Lever1-30/+21
2019-02-13NFS: Add trace events to report non-zero NFS status codesChuck Lever1-4/+8
2019-02-13NFS: Remove print_overflow_msg()Chuck Lever1-333/+118
2018-10-23NFS: change sign of nfs_fh lengthFrank Sorenson1-1/+1
2018-08-09NFS OFFLOAD_CANCEL xdrOlga Kornievskaia1-0/+1
2018-06-14Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-timespec64Arnd Bergmann1-2/+5
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-2/+5
2018-05-31pnfs: Add conditional encode/decode of LAYOUTGET within OPEN compoundFred Isaman1-4/+46
2018-05-31pnfs: Store return value of decode_layoutget for later processingFred Isaman1-5/+10
2018-04-12Merge tag 'nfs-for-4.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-130/+115
2018-04-10NFS: advance nfs_entry cookie only after decoding completes successfullyFrank Sorenson1-2/+5
2018-04-10NFSv4: Don't ask for attributes when ACCESS is protected by a delegationTrond Myklebust1-2/+4
2018-04-10NFSv4: Add a helper to encode/decode struct timespecTrond Myklebust1-15/+30
2018-04-10NFSv4: Clean up encode_attrsTrond Myklebust1-15/+2
2018-04-10NFSv4; Clean up XDR encoding of type bitmap4Trond Myklebust1-94/+72
2018-04-10NFSv4: Allow GFP_NOIO sleeps in decode_attr_owner/decode_attr_groupTrond Myklebust1-2/+2
2018-02-22get rid of pointless includes of fs_struct.hAl Viro1-1/+0
2018-01-14NFS: Fix nfsstat breakage due to LOOKUPPTrond Myklebust1-26/+38
2017-11-17NFSv4: Replace closed stateids with the "invalid special stateid"Trond Myklebust1-1/+11
2017-10-01nfs: RPC_MAX_AUTH_SIZE is in bytesJ. Bruce Fields1-2/+2
2017-08-01NFSv4: Fix EXCHANGE_ID corrupt verifier issueTrond Myklebust1-1/+1
2017-07-13nfs4: add NFSv4 LOOKUPP handlersJeff Layton1-0/+75
2017-07-13NFS: convert flags to boolBenjamin Coddington1-1/+1
2017-07-13sunrpc: mark all struct rpc_procinfo instances as constChristoph Hellwig1-1/+1
2017-07-13sunrpc: move p_count out of struct rpc_procinfoChristoph Hellwig1-1/+3
2017-07-13nfs: fix decoder callback prototypesChristoph Hellwig1-47/+90
2017-07-13nfs: fix encoder callback prototypesChristoph Hellwig1-67/+121
2017-05-08NFSv4: Fix exclusive create attributes encodingTrond Myklebust1-40/+35
2017-04-28NFSv4: check return value of xdr_inline_decodePan Bian1-0/+2
2017-04-20pNFS: Remove unused layout driver callbacksTrond Myklebust1-13/+4
2017-03-13nfs4: fix a typo of NFS_ATTR_FATTR_GROUP_NAMEKinglong Mee1-1/+1
2017-02-23NFSv4: fix getacl head length estimationJ. Bruce Fields1-1/+1
2017-02-21NFSv4: Clean up owner/group attribute decodeTrond Myklebust1-60/+57
2017-02-21NFSv4: Remove bogus "struct nfs_client" argument from decode_ace()Trond Myklebust1-2/+2
2017-02-21NFSv4: Fix the underestimation of delegation XDR space reservationTrond Myklebust1-0/+2
2017-02-21NFSv4: Replace the open coded decode_opaque_inline() with the new genericTrond Myklebust1-21/+8