summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfs4xdr.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-14nfsd: fix handling of readdir in v4root vs. mount upcall timeoutJeff Layton1-0/+11
2022-10-26NFSD: Return nfserr_serverfault if splice_ok but buf->pages have dataAnna Schumaker1-1/+1
2021-10-13nfsd4: Handle the NFSv4 READDIR 'dircount' hint being zeroTrond Myklebust1-8/+11
2021-01-27nfsd: Don't set eof on a truncated READ_PLUSTrond Myklebust1-4/+5
2021-01-27nfsd: Fixes for nfsd4_encode_read_plus_data()Trond Myklebust1-0/+5
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-26NFSD: Correct type annotations in COPY XDR functionsChuck Lever1-1/+1
2020-09-26NFSD: Correct type annotations in user xattr XDR functionsChuck Lever1-4/+4
2020-09-26SUNRPC/NFSD: Implement xdr_reserve_space_vec()Anna Schumaker1-25/+3
2020-09-26nfsd: Remove unnecessary assignment in nfs4xdr.cAlex Dewar1-1/+1
2020-09-26nfsd: Fix typo in commentAlex Dewar1-1/+1
2020-07-14nfsd: add fattr support for user extended attributesFrank van der Linden1-0/+9
2020-07-14nfsd: implement the xattr functions and en/decode logicFrank van der Linden1-0/+450
2020-07-14nfsd: 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-20nfsd: use timespec64 in encode_time_deltaArnd Bergmann1-2/+2
2019-12-20nfsd: 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-08Merge 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-29nfsd: 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-04nfsd: decode implementation idJ. Bruce Fields1-12/+9
2019-07-04nfsd4: remove outdated nfsd4_decode_time commentJ. Bruce Fields1-4/+0
2019-07-04nfsd: 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-26NFSD introduce async copy featureOlga Kornievskaia1-4/+17
2018-09-26NFSD OFFLOAD_CANCEL xdrOlga Kornievskaia1-1/+1
2018-09-26NFSD 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-06vfs: 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