summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4xdr.c
Commit message (Expand)AuthorAgeFilesLines
* nfsd4: factor ctime into change attributeJ. Bruce Fields2017-07-121-1/+1
* sunrpc: properly type pc_encode callbacksChristoph Hellwig2017-05-151-2/+3
* sunrpc: properly type pc_decode callbacksChristoph Hellwig2017-05-151-1/+3
* sunrpc: properly type pc_release callbacksChristoph Hellwig2017-05-151-3/+1
* nfsd: Fix up the "supattr_exclcreat" attributesTrond Myklebust2017-05-101-3/+8
* nfsd: encoders mustn't use unitialized values in error casesJ. Bruce Fields2017-05-101-4/+4
* statx: Add a system call to make enhanced file info availableDavid Howells2017-03-021-2/+2
* NFSD: Reserve adequate space for LOCKT operationKinglong Mee2017-02-171-5/+5
* NFSDv4: use export cache flushtime for changeid on V4ROOT objects.NeilBrown2017-02-061-3/+7
* nfsd: opt in to labeled nfs per exportJ. Bruce Fields2017-01-311-1/+4
* nfsd: constify nfsd_suppatttrsJ. Bruce Fields2017-01-311-1/+1
* NFSD: pass an integer for stable type to nfsd_vfs_writeKinglong Mee2017-01-311-1/+1
* nfsd: fix supported attributes for acl & labelsJ. Bruce Fields2017-01-121-1/+3
* Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds2016-12-171-4/+4
|\
| * vfs: replace calling i_op->readlink with vfs_readlink()Miklos Szeredi2016-12-091-4/+4
* | nfsd: add support for the umask attributeAndreas Gruenbacher2016-12-151-5/+21
* | nfsd: catch errors in decode_fattr earlierJ. Bruce Fields2016-11-011-6/+9
* | nfsd: clean up supported attribute handlingJ. Bruce Fields2016-11-011-14/+24
|/
* NFSD: Implement the COPY callAnna Schumaker2016-10-071-2/+61
* nfsd: fix dprintk in nfsd4_encode_getdeviceinfoJeff Layton2016-09-231-1/+1
* nfsd: allow nfsd to advertise multiple layout typesJeff Layton2016-07-151-16/+14
* nfsd: implement machine credential support for some operationsAndrew Elble2016-07-131-28/+23
* nfsd: use short read as well as i_size to set eofBenjamin Coddington2016-03-231-4/+7
* nfsd: Update NFS server comments related to RDMA supportChuck Lever2016-03-011-1/+1
* nfsd4: fix bad bounds checkingJ. Bruce Fields2016-03-011-5/+8
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-121-4/+4
|\
| * nfsd: don't hold i_mutex over userspace upcallsNeilBrown2016-01-091-4/+4
* | nfsd: implement the NFSv4.2 CLONE operationChristoph Hellwig2015-12-071-0/+21
|/
* NFSD: Return word2 bitmask if setting security label in OPEN/CREATEKinglong Mee2015-08-311-39/+56
* nfsd: SUPPATTR_EXCLCREAT must be encoded before SECURITY_LABEL.Kinglong Mee2015-08-311-6/+7
* nfsd: Fix an FS_LAYOUT_TYPES/LAYOUT_TYPES encode bugKinglong Mee2015-08-311-14/+31
* NFSD: Store parent's stat in a separate valueKinglong Mee2015-08-311-3/+10
* nfsd: Drop BUG_ON and ignore SECLABEL on absent filesystemKinglong Mee2015-07-201-5/+6
* nfsd: wrap too long lines in nfsd4_encode_readChristoph Hellwig2015-06-221-3/+6
* nfsd: fput rd_file from XDR encode contextChristoph Hellwig2015-06-221-8/+14
* nfsd: take struct file setup fully into nfs4_preprocess_stateid_opChristoph Hellwig2015-06-221-18/+1
* nfsd: clean up raparams handlingChristoph Hellwig2015-06-191-8/+16
* nfsd: Checking for acl support does not require fetching any aclsAndreas Gruenbacher2015-05-291-15/+10
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-5/+5
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-5/+5
* | nfsd4: fix READ permission checkingJ. Bruce Fields2015-04-211-4/+8
* | nfsd: Remove duplicate macro define for max sec label lengthKinglong Mee2015-03-311-1/+1
* | NFSD: Using path_equal() for checking two pathsKinglong Mee2015-03-311-1/+1
|/
* NFSD: Take care the return value from nfsd4_encode_stateidKinglong Mee2015-03-251-1/+1
* NFSD: Take care the return value from nfsd4_decode_stateidKinglong Mee2015-03-201-3/+15
* nfsd: implement pNFS operationsChristoph Hellwig2015-02-021-0/+312
* nfsd: factor out a helper to decode nfstime4 valuesChristoph Hellwig2015-01-231-17/+26
* nfsd4: tweak rd_dircount accountingJ. Bruce Fields2015-01-071-3/+4
* Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-12-161-7/+27
|\
| * nfsd4: fix xdr4 count of server in fs_location4Benjamin Coddington2014-12-091-1/+1