aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4xdr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-25NFSD introduce async copy featureOlga Kornievskaia1-4/+17
2018-09-25NFSD OFFLOAD_CANCEL xdrOlga Kornievskaia1-1/+1
2018-09-25NFSD OFFLOAD_STATUS xdrOlga Kornievskaia1-2/+25
2018-08-09fs/nfsd: Delete invalid assignment statements in nfsd4_decode_exchange_idnixiaoming1-3/+1
2018-06-17nfsd4: support change_attr_type attributeJ. Bruce Fields1-0/+10
2018-06-17nfsd: fix NFSv4 time_delta attributeJ. Bruce Fields1-3/+26
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-2/+5
2018-06-08nfsd: fix potential use-after-free in nfsd4_decode_getdeviceinfoScott Mayhew1-0/+2
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-2/+5
2018-05-07nfsd: restrict rd_maxcount to svc_max_payload in nfsd_encode_readdirScott Mayhew1-2/+3
2018-04-03nfsd: fix incorrect umasksJ. Bruce Fields1-5/+3
2018-04-03nfsd: Add I/O trace points in the NFSv4 read procChuck Lever1-4/+6
2018-03-19nfsd: remove unsused "cp_consecutive" fieldJ. Bruce Fields1-2/+2
2018-02-08NFSD: hide unused svcxdr_dupstr()Arnd Bergmann1-3/+2
2018-02-08nfsd: store stat times in fill_pre_wcc() instead of inode timesAmir Goldstein1-1/+1
2018-02-08nfsd: return RESOURCE not GARBAGE_ARGS on too many opsJ. Bruce Fields1-2/+7
2017-09-05nfsd: Incoming xdr_bufs may have content in tail bufferChuck Lever1-0/+20
2017-09-05merge nfsd 4.13 bugfixes into nfsd for-4.14 branchJ. Bruce Fields1-4/+2
2017-08-24nfsd: Const-ify NFSv4 encoding and decoding ops arraysChuck Lever1-2/+2
2017-08-24nfsd4: individual encoders no longer see error casesJ. Bruce Fields1-206/+103
2017-08-24nfsd4: skip encoder in trivial error casesJ. Bruce Fields1-0/+3
2017-08-24nfsd4: define ->op_release for compound opsJ. Bruce Fields1-6/+3
2017-08-24nfsd4: opdesc will be useful outside nfs4proc.cJ. Bruce Fields1-0/+1
2017-08-24nfsd: Limit end of page list when decoding NFSv4 WRITEChuck Lever1-4/+2
2017-07-12nfsd4: factor ctime into change attributeJ. Bruce Fields1-1/+1
2017-05-15sunrpc: properly type pc_encode callbacksChristoph Hellwig1-2/+3
2017-05-15sunrpc: properly type pc_decode callbacksChristoph Hellwig1-1/+3
2017-05-15sunrpc: properly type pc_release callbacksChristoph Hellwig1-3/+1
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