summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4xdr.c
Commit message (Expand)AuthorAgeFilesLines
* nfsd: Incoming xdr_bufs may have content in tail bufferChuck Lever2017-09-051-0/+20
* merge nfsd 4.13 bugfixes into nfsd for-4.14 branchJ. Bruce Fields2017-09-051-4/+2Star
|\
| * nfsd: Limit end of page list when decoding NFSv4 WRITEChuck Lever2017-08-251-4/+2Star
* | nfsd: Const-ify NFSv4 encoding and decoding ops arraysChuck Lever2017-08-251-2/+2
* | nfsd4: individual encoders no longer see error casesJ. Bruce Fields2017-08-251-206/+103Star
* | nfsd4: skip encoder in trivial error casesJ. Bruce Fields2017-08-251-0/+3
* | nfsd4: define ->op_release for compound opsJ. Bruce Fields2017-08-251-6/+3Star
* | nfsd4: opdesc will be useful outside nfs4proc.cJ. Bruce Fields2017-08-251-0/+1
|/
* 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/+1Star
* 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-031-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-181-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-161-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/+14Star
* nfsd: implement machine credential support for some operationsAndrew Elble2016-07-131-28/+23Star
* 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-131-4/+4
|\
| * nfsd: don't hold i_mutex over userspace upcallsNeilBrown2016-01-091-4/+4
* | nfsd: implement the NFSv4.2 CLONE operationChristoph Hellwig2015-12-081-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/+1Star
* 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/+10Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-271-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