summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfs4xdr.c
Commit message (Expand)AuthorAgeFilesLines
...
* NFSD: Replace READ* macros in nfsd4_decode_commit()Chuck Lever2020-11-301-7/+5
* NFSD: Replace READ* macros in nfsd4_decode_close()Chuck Lever2020-11-301-7/+16
* NFSD: Replace READ* macros in nfsd4_decode_access()Chuck Lever2020-11-301-11/+13
* NFSD: Replace the internals of the READ_BUF() macroChuck Lever2020-11-301-155/+26
* NFSD: Add tracepoints in nfsd4_decode/encode_compound()Chuck Lever2020-11-301-2/+11
* NFSD: Add common helpers to decode void args and encode void resultsChuck Lever2020-11-301-12/+0
* NFSD: A semicolon is not needed after a switch statement.Tom Rix2020-11-301-1/+1
* NFSD: Invoke svc_encode_result_payload() in "read" NFSD encodersChuck Lever2020-11-301-12/+29
* SUNRPC: Rename svc_encode_read_payload()Chuck Lever2020-11-301-1/+1
* NFSD: Encode a full READ_PLUS replyAnna Schumaker2020-10-121-24/+25
* NFSD: Return both a hole and a data segmentAnna Schumaker2020-10-121-16/+40
* NFSD: Add READ_PLUS hole segment encodingAnna Schumaker2020-10-121-1/+38
* NFSD: Add READ_PLUS data supportAnna Schumaker2020-10-121-3/+84
* NFSD: Hoist status code encoding into XDR encoder functionsChuck Lever2020-10-121-3/+2
* NFSD: Encoder and decoder functions are always presentChuck Lever2020-10-021-0/+6
* NFSD: Correct type annotations in COPY XDR functionsChuck Lever2020-09-251-1/+1
* NFSD: Correct type annotations in user xattr XDR functionsChuck Lever2020-09-251-4/+4
* SUNRPC/NFSD: Implement xdr_reserve_space_vec()Anna Schumaker2020-09-251-25/+3
* nfsd: Remove unnecessary assignment in nfs4xdr.cAlex Dewar2020-09-251-1/+1
* nfsd: Fix typo in commentAlex Dewar2020-09-251-1/+1
* nfsd: add fattr support for user extended attributesFrank van der Linden2020-07-131-0/+9
* nfsd: implement the xattr functions and en/decode logicFrank van der Linden2020-07-131-0/+450
* nfsd: split off the write decode code into a separate functionFrank van der Linden2020-07-131-30/+42
* NFSD: Clean up nfsd4_encode_readvChuck Lever2020-03-161-5/+4
* nfsd: Fix NFSv4 READ on RDMA when using readvChuck Lever2020-03-161-9/+11
* nfsd: set the server_scope during service startupScott Mayhew2020-03-161-4/+5
* nfsd: use timespec64 in encode_time_deltaArnd Bergmann2019-12-191-2/+2
* nfsd: remove unnecessary assertion in nfsd4_encode_replayAditya Pakki2019-12-191-2/+0
* NFSD COPY_NOTIFY xdrOlga Kornievskaia2019-12-091-2/+88
* NFSD add ca_source_server<> to COPYOlga Kornievskaia2019-12-091-1/+64
* Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-12-071-2/+0
|\
| * nfsd: remove set but not used variable 'len'YueHaibing2019-10-081-2/+0
* | new helper: lookup_positive_unlocked()Al Viro2019-11-151-10/+1
|/
* nfsd: fix nfs read eof detectionTrond Myklebust2019-09-231-8/+3
* nfsd: eliminate an unnecessary acl size limitJ. Bruce Fields2019-08-281-1/+13
* nfsd: Fix the documentation for svcxdr_tmpalloc()Trond Myklebust2019-08-191-3/+3
* nfsd: Fix up some unused variable warningsTrond Myklebust2019-08-191-7/+4
* nfsd: hook up nfs4_preprocess_stateid_op to the nfsd_file cacheJeff Layton2019-08-191-8/+6
* nfsd: decode implementation idJ. Bruce Fields2019-07-031-12/+9
* nfsd4: remove outdated nfsd4_decode_time commentJ. Bruce Fields2019-07-031-4/+0
* nfsd: use 64-bit seconds fields in nfsd v4 codeJ. Bruce Fields2019-07-031-9/+4
* 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-251-4/+17
* NFSD OFFLOAD_CANCEL xdrOlga Kornievskaia2018-09-251-1/+1
* NFSD OFFLOAD_STATUS xdrOlga Kornievskaia2018-09-251-2/+25
* fs/nfsd: Delete invalid assignment statements in nfsd4_decode_exchange_idnixiaoming2018-08-091-3/+1
* 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
|\