summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4xdr.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-12NFSD: Encode a full READ_PLUS replyAnna Schumaker1-24/+25
2020-10-12NFSD: Return both a hole and a data segmentAnna Schumaker1-16/+40
2020-10-12NFSD: Add READ_PLUS hole segment encodingAnna Schumaker1-1/+38
2020-10-12NFSD: Add READ_PLUS data supportAnna Schumaker1-3/+84
2020-10-12NFSD: Hoist status code encoding into XDR encoder functionsChuck Lever1-3/+2
2020-10-02NFSD: Encoder and decoder functions are always presentChuck Lever1-0/+6
2020-09-25NFSD: Correct type annotations in COPY XDR functionsChuck Lever1-1/+1
2020-09-25NFSD: Correct type annotations in user xattr XDR functionsChuck Lever1-4/+4
2020-09-25SUNRPC/NFSD: Implement xdr_reserve_space_vec()Anna Schumaker1-25/+3
2020-09-25nfsd: Remove unnecessary assignment in nfs4xdr.cAlex Dewar1-1/+1
2020-09-25nfsd: Fix typo in commentAlex Dewar1-1/+1
2020-07-13nfsd: add fattr support for user extended attributesFrank van der Linden1-0/+9
2020-07-13nfsd: implement the xattr functions and en/decode logicFrank van der Linden1-0/+450
2020-07-13nfsd: split off the write decode code into a separate functionFrank van der Linden1-30/+42
2020-03-16NFSD: Clean up nfsd4_encode_readvChuck Lever1-5/+4
2020-03-16nfsd: Fix NFSv4 READ on RDMA when using readvChuck Lever1-9/+11
2020-03-16nfsd: set the server_scope during service startupScott Mayhew1-4/+5
2019-12-19nfsd: use timespec64 in encode_time_deltaArnd Bergmann1-2/+2
2019-12-19nfsd: remove unnecessary assertion in nfsd4_encode_replayAditya Pakki1-2/+0
2019-12-09NFSD COPY_NOTIFY xdrOlga Kornievskaia1-2/+88
2019-12-09NFSD add ca_source_server<> to COPYOlga Kornievskaia1-1/+64
2019-12-07Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+0
2019-11-15new helper: lookup_positive_unlocked()Al Viro1-10/+1
2019-10-08nfsd: remove set but not used variable 'len'YueHaibing1-2/+0
2019-09-23nfsd: fix nfs read eof detectionTrond Myklebust1-8/+3
2019-08-28nfsd: eliminate an unnecessary acl size limitJ. Bruce Fields1-1/+13
2019-08-19nfsd: Fix the documentation for svcxdr_tmpalloc()Trond Myklebust1-3/+3
2019-08-19nfsd: Fix up some unused variable warningsTrond Myklebust1-7/+4
2019-08-19nfsd: hook up nfs4_preprocess_stateid_op to the nfsd_file cacheJeff Layton1-8/+6
2019-07-03nfsd: decode implementation idJ. Bruce Fields1-12/+9
2019-07-03nfsd4: remove outdated nfsd4_decode_time commentJ. Bruce Fields1-4/+0
2019-07-03nfsd: use 64-bit seconds fields in nfsd v4 codeJ. Bruce Fields1-9/+4
2019-04-24nfsd: knfsd must use the container user namespaceTrond Myklebust1-2/+3
2019-04-24nfsd: avoid uninitialized variable warningArnd Bergmann1-0/+4
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/a...Linus 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