summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4xdr.c
Commit message (Expand)AuthorAgeFilesLines
* nfsd: decode implementation idJ. Bruce Fields2019-07-041-12/+9Star
* nfsd4: remove outdated nfsd4_decode_time commentJ. Bruce Fields2019-07-031-4/+0Star
* nfsd: use 64-bit seconds fields in nfsd v4 codeJ. Bruce Fields2019-07-031-9/+4Star
* nfsd: knfsd must use the container user namespaceTrond Myklebust2019-04-241-2/+3
* nfsd: avoid uninitialized variable warningArnd Bergmann2019-04-241-0/+4
* NFSD introduce async copy featureOlga Kornievskaia2018-09-261-4/+17
* NFSD OFFLOAD_CANCEL xdrOlga Kornievskaia2018-09-261-1/+1
* NFSD OFFLOAD_STATUS xdrOlga Kornievskaia2018-09-261-2/+25
* fs/nfsd: Delete invalid assignment statements in nfsd4_decode_exchange_idnixiaoming2018-08-091-3/+1Star
* nfsd4: support change_attr_type attributeJ. Bruce Fields2018-06-171-0/+10
* nfsd: fix NFSv4 time_delta attributeJ. Bruce Fields2018-06-171-3/+26
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-151-2/+5
|\
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-061-2/+5
* | nfsd: fix potential use-after-free in nfsd4_decode_getdeviceinfoScott Mayhew2018-06-081-0/+2
* | nfsd: restrict rd_maxcount to svc_max_payload in nfsd_encode_readdirScott Mayhew2018-05-071-2/+3
|/
* nfsd: fix incorrect umasksJ. Bruce Fields2018-04-031-5/+3Star
* nfsd: Add I/O trace points in the NFSv4 read procChuck Lever2018-04-031-4/+6
* nfsd: remove unsused "cp_consecutive" fieldJ. Bruce Fields2018-03-191-2/+2
* NFSD: hide unused svcxdr_dupstr()Arnd Bergmann2018-02-081-3/+2Star
* nfsd: store stat times in fill_pre_wcc() instead of inode timesAmir Goldstein2018-02-081-1/+1
* nfsd: return RESOURCE not GARBAGE_ARGS on too many opsJ. Bruce Fields2018-02-081-2/+7
* 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