aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/nfs4xdr.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-01NFSv4: Fix EXCHANGE_ID corrupt verifier issueGravatar Trond Myklebust 1-1/+1
2017-07-13nfs4: add NFSv4 LOOKUPP handlersGravatar Jeff Layton 1-0/+75
2017-07-13NFS: convert flags to boolGravatar Benjamin Coddington 1-1/+1
2017-07-13sunrpc: mark all struct rpc_procinfo instances as constGravatar Christoph Hellwig 1-1/+1
2017-07-13sunrpc: move p_count out of struct rpc_procinfoGravatar Christoph Hellwig 1-1/+3
2017-07-13nfs: fix decoder callback prototypesGravatar Christoph Hellwig 1-47/+90
2017-07-13nfs: fix encoder callback prototypesGravatar Christoph Hellwig 1-67/+121
2017-05-08NFSv4: Fix exclusive create attributes encodingGravatar Trond Myklebust 1-40/+35
2017-04-28NFSv4: check return value of xdr_inline_decodeGravatar Pan Bian 1-0/+2
2017-04-20pNFS: Remove unused layout driver callbacksGravatar Trond Myklebust 1-13/+4
2017-03-13nfs4: fix a typo of NFS_ATTR_FATTR_GROUP_NAMEGravatar Kinglong Mee 1-1/+1
2017-02-23NFSv4: fix getacl head length estimationGravatar J. Bruce Fields 1-1/+1
2017-02-21NFSv4: Clean up owner/group attribute decodeGravatar Trond Myklebust 1-60/+57
2017-02-21NFSv4: Remove bogus "struct nfs_client" argument from decode_ace()Gravatar Trond Myklebust 1-2/+2
2017-02-21NFSv4: Fix the underestimation of delegation XDR space reservationGravatar Trond Myklebust 1-0/+2
2017-02-21NFSv4: Replace the open coded decode_opaque_inline() with the new genericGravatar Trond Myklebust 1-21/+8
2017-02-21NFSv4: Replace ad-hoc xdr encode/decode helpers with xdr_stream_* genericsGravatar Trond Myklebust 1-24/+9
2016-12-19NFSv4: Retry the DELEGRETURN if the embedded GETATTR is rejected with EACCESGravatar Trond Myklebust 1-4/+7
2016-12-19NFSv4: Place the GETATTR operation before the CLOSEGravatar Trond Myklebust 1-10/+6
2016-12-19NFSv4: Add encode/decode of the layoutreturn op in OPEN_DOWNGRADEGravatar Trond Myklebust 1-0/+10
2016-12-09nfs: add support for the umask attributeGravatar Andreas Gruenbacher 1-12/+24
2016-12-02pNFS: Allow layout drivers to manage private data in struct nfs4_layoutreturnGravatar Trond Myklebust 1-1/+3
2016-12-01NFSv4: Add encode/decode of the layoutreturn op in DELEGRETURNGravatar Trond Myklebust 1-0/+10
2016-12-01NFSv4: Add encode/decode of the layoutreturn op in CLOSEGravatar Trond Myklebust 1-0/+26
2016-12-01NFSv4: Fix missing operation accounting in NFS4_dec_delegreturn_szGravatar Trond Myklebust 1-0/+1
2016-12-01pNFS: Get rid of unnecessary layout parameter in encode_layoutreturn callbackGravatar Trond Myklebust 1-4/+4
2016-12-01NFSv4: Don't request close-to-open attribute when holding a delegationGravatar Trond Myklebust 1-1/+2
2016-12-01NFSv4: Don't request a GETATTR on open_downgrade.Gravatar Trond Myklebust 1-8/+2
2016-10-04fs: nfs: Make nfs boot time y2038 safeGravatar Deepa Dinamani 1-1/+1
2016-09-19pnfs: add a new mechanism to select a layout driver according to an ordered listGravatar Jeff Layton 1-13/+18
2016-09-19pnfs: track multiple layout types in fsinfo structureGravatar Jeff Layton 1-13/+10
2016-07-05pNFS: Files and flexfiles always need to commit before layoutcommitGravatar Trond Myklebust 1-3/+8
2016-05-17NFSv4: Label stateids with the typeGravatar Trond Myklebust 1-9/+33
2016-05-17NFS: Add COPY nfs operationGravatar Anna Schumaker 1-0/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-1/+1
2015-11-23NFS4: Cleanup FATTR4_WORD0_FS_LOCATIONS after decoding successGravatar Kinglong Mee 1-0/+1
2015-11-03nfs: Fix GETATTR bitmap verificationGravatar Andreas Gruenbacher 1-0/+23
2015-11-03nfs: Remove unused xdr page offsets in getacl/setacl argumentsGravatar Andreas Gruenbacher 1-2/+2
2015-10-15nfs: get clone_blksize when probing fsinfoGravatar Peng Tao 1-0/+25
2015-10-15nfs42: add CLONE xdr functionsGravatar Peng Tao 1-0/+1
2015-09-07NFSv4: Express delegation limit in units of pagesGravatar Trond Myklebust 1-6/+10
2015-08-27NFSv4.1/pnfs: Ensure layoutreturn reserves space for the opaque payloadGravatar Trond Myklebust 1-1/+2
2015-08-27NFS: Send attributes in OPEN request for NFS4_CREATE_EXCLUSIVE4_1Gravatar Kinglong Mee 1-8/+18
2015-08-27NFS: Get suppattr_exclcreat when getting server capabilitiesGravatar Kinglong Mee 1-5/+21
2015-08-05xprtrdma: Fix large NFS SYMLINK callsGravatar Chuck Lever 1-1/+3
2015-06-24NFSv.2/pnfs Add a LAYOUTSTATS rpc functionGravatar Trond Myklebust 1-0/+1
2015-06-16nfs: update maxsz values for SETCLIENTID and EXCHANGE_IDGravatar Jeff Layton 1-2/+4
2015-06-16nfs: convert setclientid and exchange_id encoders to use clp->cl_owner_idGravatar Jeff Layton 1-3/+5
2015-04-23NFS: Move nfs_idmap.h into fs/nfs/Gravatar Anna Schumaker 1-1/+1
2015-04-23NFS: Add a stub for GETDEVICELISTGravatar Anna Schumaker 1-0/+6