aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4xdr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-31NFSD: Using path_equal() for checking two pathsKinglong Mee1-1/+1
2015-03-25NFSD: Take care the return value from nfsd4_encode_stateidKinglong Mee1-1/+1
2015-03-20NFSD: Take care the return value from nfsd4_decode_stateidKinglong Mee1-3/+15
2015-02-02nfsd: implement pNFS operationsChristoph Hellwig1-0/+312
2015-01-23nfsd: factor out a helper to decode nfstime4 valuesChristoph Hellwig1-17/+26
2015-01-07nfsd4: tweak rd_dircount accountingJ. Bruce Fields1-3/+4
2014-12-16Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-7/+27
2014-12-09nfsd4: fix xdr4 count of server in fs_location4Benjamin Coddington1-1/+1
2014-12-09nfsd4: fix xdr4 inclusion of escaped charBenjamin Coddington1-0/+3
2014-12-09sunrpc: move rq_splice_ok flag into rq_flagsJeff Layton1-4/+4
2014-11-19assorted conversions to %p[dD]Al Viro1-1/+1
2014-11-07nfsd: Add DEALLOCATE supportAnna Schumaker1-1/+1