aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd/nfs4xdr.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Gravatar Linus Torvalds 1-4/+4
2016-12-15nfsd: add support for the umask attributeGravatar Andreas Gruenbacher 1-5/+21
2016-12-09vfs: replace calling i_op->readlink with vfs_readlink()Gravatar Miklos Szeredi 1-4/+4
2016-11-01nfsd: catch errors in decode_fattr earlierGravatar J. Bruce Fields 1-6/+9
2016-11-01nfsd: clean up supported attribute handlingGravatar J. Bruce Fields 1-14/+24
2016-10-07NFSD: Implement the COPY callGravatar Anna Schumaker 1-2/+61
2016-09-23nfsd: fix dprintk in nfsd4_encode_getdeviceinfoGravatar Jeff Layton 1-1/+1
2016-07-15nfsd: allow nfsd to advertise multiple layout typesGravatar Jeff Layton 1-16/+14
2016-07-13nfsd: implement machine credential support for some operationsGravatar Andrew Elble 1-28/+23
2016-03-23nfsd: use short read as well as i_size to set eofGravatar Benjamin Coddington 1-4/+7
2016-03-01nfsd: Update NFS server comments related to RDMA supportGravatar Chuck Lever 1-1/+1
2016-03-01nfsd4: fix bad bounds checkingGravatar J. Bruce Fields 1-5/+8
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-4/+4
2016-01-09nfsd: don't hold i_mutex over userspace upcallsGravatar NeilBrown 1-4/+4
2015-12-07nfsd: implement the NFSv4.2 CLONE operationGravatar Christoph Hellwig 1-0/+21
2015-08-31NFSD: Return word2 bitmask if setting security label in OPEN/CREATEGravatar Kinglong Mee 1-39/+56
2015-08-31nfsd: SUPPATTR_EXCLCREAT must be encoded before SECURITY_LABEL.Gravatar Kinglong Mee 1-6/+7
2015-08-31nfsd: Fix an FS_LAYOUT_TYPES/LAYOUT_TYPES encode bugGravatar Kinglong Mee 1-14/+31
2015-08-31NFSD: Store parent's stat in a separate valueGravatar Kinglong Mee 1-3/+10
2015-07-20nfsd: Drop BUG_ON and ignore SECLABEL on absent filesystemGravatar Kinglong Mee 1-5/+6
2015-06-22nfsd: wrap too long lines in nfsd4_encode_readGravatar Christoph Hellwig 1-3/+6
2015-06-22nfsd: fput rd_file from XDR encode contextGravatar Christoph Hellwig 1-8/+14
2015-06-22nfsd: take struct file setup fully into nfs4_preprocess_stateid_opGravatar Christoph Hellwig 1-18/+1
2015-06-19nfsd: clean up raparams handlingGravatar Christoph Hellwig 1-8/+16
2015-05-29nfsd: Checking for acl support does not require fetching any aclsGravatar Andreas Gruenbacher 1-15/+10
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-5/+5
2015-04-21nfsd4: fix READ permission checkingGravatar J. Bruce Fields 1-4/+8
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-5/+5
2015-03-31nfsd: Remove duplicate macro define for max sec label lengthGravatar Kinglong Mee 1-1/+1
2015-03-31NFSD: Using path_equal() for checking two pathsGravatar Kinglong Mee 1-1/+1
2015-03-25NFSD: Take care the return value from nfsd4_encode_stateidGravatar Kinglong Mee 1-1/+1
2015-03-20NFSD: Take care the return value from nfsd4_decode_stateidGravatar Kinglong Mee 1-3/+15
2015-02-02nfsd: implement pNFS operationsGravatar Christoph Hellwig 1-0/+312
2015-01-23nfsd: factor out a helper to decode nfstime4 valuesGravatar Christoph Hellwig 1-17/+26
2015-01-07nfsd4: tweak rd_dircount accountingGravatar J. Bruce Fields 1-3/+4
2014-12-16Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-7/+27
2014-12-09nfsd4: fix xdr4 count of server in fs_location4Gravatar Benjamin Coddington 1-1/+1
2014-12-09nfsd4: fix xdr4 inclusion of escaped charGravatar Benjamin Coddington 1-0/+3
2014-12-09sunrpc: move rq_splice_ok flag into rq_flagsGravatar Jeff Layton 1-4/+4
2014-11-19assorted conversions to %p[dD]Gravatar Al Viro 1-1/+1
2014-11-07nfsd: Add DEALLOCATE supportGravatar Anna Schumaker 1-1/+1
2014-11-07nfsd: Add ALLOCATE supportGravatar Anna Schumaker 1-1/+18
2014-10-08Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-7/+68
2014-09-30nfsd4: fix corruption of NFSv4 read dataGravatar J. Bruce Fields 1-1/+2
2014-09-29NFSD: Implement SEEKGravatar Anna Schumaker 1-2/+34
2014-09-29NFSD: Add generic v4.2 infrastructureGravatar Anna Schumaker 1-0/+28
2014-09-08nfsd4: fix rd_dircount enforcementGravatar J. Bruce Fields 1-1/+13
2014-08-17nfsd4: reserve adequate space for LOCK opGravatar J. Bruce Fields 1-0/+8
2014-08-17nfsd4: remove obsolete commentGravatar J. Bruce Fields 1-7/+0
2014-08-09Merge branch 'for-3.17' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-78/+50