aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4xdr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-05nfsd: Incoming xdr_bufs may have content in tail bufferChuck Lever1-0/+20
2017-09-05merge nfsd 4.13 bugfixes into nfsd for-4.14 branchJ. Bruce Fields1-4/+2
2017-08-24nfsd: Const-ify NFSv4 encoding and decoding ops arraysChuck Lever1-2/+2
2017-08-24nfsd4: individual encoders no longer see error casesJ. Bruce Fields1-206/+103
2017-08-24nfsd4: skip encoder in trivial error casesJ. Bruce Fields1-0/+3
2017-08-24nfsd4: define ->op_release for compound opsJ. Bruce Fields1-6/+3
2017-08-24nfsd4: opdesc will be useful outside nfs4proc.cJ. Bruce Fields1-0/+1
2017-08-24nfsd: Limit end of page list when decoding NFSv4 WRITEChuck Lever1-4/+2
2017-07-12nfsd4: factor ctime into change attributeJ. Bruce Fields1-1/+1
2017-05-15sunrpc: properly type pc_encode callbacksChristoph Hellwig1-2/+3
2017-05-15sunrpc: properly type pc_decode callbacksChristoph Hellwig1-1/+3
2017-05-15sunrpc: properly type pc_release callbacksChristoph Hellwig1-3/+1
2017-05-10nfsd: Fix up the "supattr_exclcreat" attributesTrond Myklebust1-3/+8
2017-05-10nfsd: encoders mustn't use unitialized values in error casesJ. Bruce Fields1-4/+4
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells1-2/+2
2017-02-17NFSD: Reserve adequate space for LOCKT operationKinglong Mee1-5/+5
2017-02-06NFSDv4: use export cache flushtime for changeid on V4ROOT objects.NeilBrown1-3/+7
2017-01-31nfsd: opt in to labeled nfs per exportJ. Bruce Fields1-1/+4
2017-01-31nfsd: constify nfsd_suppatttrsJ. Bruce Fields1-1/+1
2017-01-31NFSD: pass an integer for stable type to nfsd_vfs_writeKinglong Mee1-1/+1
2017-01-12nfsd: fix supported attributes for acl & labelsJ. Bruce Fields1-1/+3
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-4/+4
2016-12-15nfsd: add support for the umask attributeAndreas Gruenbacher1-5/+21
2016-12-09vfs: replace calling i_op->readlink with vfs_readlink()Miklos Szeredi1-4/+4
2016-11-01nfsd: catch errors in decode_fattr earlierJ. Bruce Fields1-6/+9
2016-11-01nfsd: clean up supported attribute handlingJ. Bruce Fields1-14/+24
2016-10-07NFSD: Implement the COPY callAnna Schumaker1-2/+61
2016-09-23nfsd: fix dprintk in nfsd4_encode_getdeviceinfoJeff Layton1-1/+1
2016-07-15nfsd: allow nfsd to advertise multiple layout typesJeff Layton1-16/+14
2016-07-13nfsd: implement machine credential support for some operationsAndrew Elble1-28/+23
2016-03-23nfsd: use short read as well as i_size to set eofBenjamin Coddington1-4/+7
2016-03-01nfsd: Update NFS server comments related to RDMA supportChuck Lever1-1/+1
2016-03-01nfsd4: fix bad bounds checkingJ. Bruce Fields1-5/+8
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+4
2016-01-09nfsd: don't hold i_mutex over userspace upcallsNeilBrown1-4/+4
2015-12-07nfsd: implement the NFSv4.2 CLONE operationChristoph Hellwig1-0/+21
2015-08-31NFSD: Return word2 bitmask if setting security label in OPEN/CREATEKinglong Mee1-39/+56
2015-08-31nfsd: SUPPATTR_EXCLCREAT must be encoded before SECURITY_LABEL.Kinglong Mee1-6/+7
2015-08-31nfsd: Fix an FS_LAYOUT_TYPES/LAYOUT_TYPES encode bugKinglong Mee1-14/+31
2015-08-31NFSD: Store parent's stat in a separate valueKinglong Mee1-3/+10
2015-07-20nfsd: Drop BUG_ON and ignore SECLABEL on absent filesystemKinglong Mee1-5/+6
2015-06-22nfsd: wrap too long lines in nfsd4_encode_readChristoph Hellwig1-3/+6
2015-06-22nfsd: fput rd_file from XDR encode contextChristoph Hellwig1-8/+14
2015-06-22nfsd: take struct file setup fully into nfs4_preprocess_stateid_opChristoph Hellwig1-18/+1
2015-06-19nfsd: clean up raparams handlingChristoph Hellwig1-8/+16
2015-05-29nfsd: Checking for acl support does not require fetching any aclsAndreas Gruenbacher1-15/+10
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+5
2015-04-21nfsd4: fix READ permission checkingJ. Bruce Fields1-4/+8
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-5/+5
2015-03-31nfsd: Remove duplicate macro define for max sec label lengthKinglong Mee1-1/+1