aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4xdr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-11-07nfsd: Add ALLOCATE supportAnna Schumaker1-1/+18
2014-10-08Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-7/+68
2014-09-30nfsd4: fix corruption of NFSv4 read dataJ. Bruce Fields1-1/+2
2014-09-29NFSD: Implement SEEKAnna Schumaker1-2/+34
2014-09-29NFSD: Add generic v4.2 infrastructureAnna Schumaker1-0/+28
2014-09-08nfsd4: fix rd_dircount enforcementJ. Bruce Fields1-1/+13
2014-08-17nfsd4: reserve adequate space for LOCK opJ. Bruce Fields1-0/+8
2014-08-17nfsd4: remove obsolete commentJ. Bruce Fields1-7/+0
2014-08-09Merge branch 'for-3.17' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-78/+50
2014-07-31nfsd: Add a mutex to protect the NFSv4.0 open owner replay cacheJeff Layton1-2/+0
2014-07-23NFSD: Fix crash encoding lock reply on 32-bitKinglong Mee1-1/+3
2014-07-17nfsd4: zero op arguments beyond the 8th compound opJ. Bruce Fields1-1/+1
2014-07-11NFSD: Fix bad checking of space for padding in splice readKinglong Mee1-5/+2
2014-07-09NFSD: Fix memory leak in encoding denied lockKinglong Mee1-1/+3
2014-07-08nfsd: Cleanup nfs4svc_encode_compoundresTrond Myklebust1-14/+1
2014-07-08NFSD: Avoid warning message when compile at i686 archKinglong Mee1-1/+1
2014-07-08nfsd4: replace defer_free by svcxdr_tmpallocJ. Bruce Fields1-29/+17
2014-07-08nfsd4: remove nfs4_acl_newJ. Bruce Fields1-1/+1
2014-07-08nfsd4: define svcxdr_dupstr to share some common codeJ. Bruce Fields1-13/+23
2014-07-08nfsd4: remove unused defer_free argumentJ. Bruce Fields1-12/+9
2014-07-08nfsd4: rename cr_linkname->cr_dataJ. Bruce Fields1-8/+7
2014-07-08nfsd: fix rare symlink decoding bugJ. Bruce Fields1-1/+12
2014-07-07nfsd: Fix bad reserving space for encoding rdattr_errorKinglong Mee1-1/+1
2014-07-02nfs: fix nfs4d readlink truncated packetAvi Kivity1-1/+1