summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4xdr.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-30NFSD: Replace READ* macros in nfsd4_decode_remove()Chuck Lever1-10/+1
2020-11-30NFSD: Replace READ* macros in nfsd4_decode_readdir()Chuck Lever1-9/+14
2020-11-30NFSD: Replace READ* macros in nfsd4_decode_read()Chuck Lever1-6/+7
2020-11-30NFSD: Replace READ* macros in nfsd4_decode_putfh()Chuck Lever1-7/+12
2020-11-30NFSD: Replace READ* macros in nfsd4_decode_open_downgrade()Chuck Lever1-9/+7
2020-11-30NFSD: Replace READ* macros in nfsd4_decode_open_confirm()Chuck Lever1-5/+5
2020-11-30NFSD: Replace READ* macros in nfsd4_decode_open()Chuck Lever1-14/+10
2020-11-30NFSD: Add helper to decode OPEN's open_claim4 argumentChuck Lever1-45/+50
2020-11-30NFSD: Replace READ* macros in nfsd4_decode_share_deny()Chuck Lever1-7/+4
2020-11-30NFSD: Replace READ* macros in nfsd4_decode_share_access()Chuck Lever1-4/+2
2020-11-30NFSD: Add helper to decode OPEN's openflag4 argumentChuck Lever1-13/+25
2020-11-30NFSD: Add helper to decode OPEN's createhow4 argumentChuck Lever1-33/+45
2020-11-30NFSD: Add helper to decode NFSv4 verifiersChuck Lever1-4/+18
2020-11-30NFSD: Replace READ* macros in nfsd4_decode_lookup()Chuck Lever1-10/+1
2020-11-30NFSD: Replace READ* macros in nfsd4_decode_locku()Chuck Lever1-10/+12
2020-11-30NFSD: Replace READ* macros in nfsd4_decode_lockt()Chuck Lever1-14/+10
2020-11-30NFSD: Replace READ* macros in nfsd4_decode_lock()Chuck Lever1-14/+10
2020-11-30NFSD: Add helper for decoding locker4Chuck Lever1-21/+43
2020-11-30NFSD: Add helpers to decode a clientid4 and an NFSv4 state ownerChuck Lever1-5/+29
2020-11-30NFSD: Relocate nfsd4_decode_opaque()Chuck Lever1-16/+27
2020-11-30 NFSD: Replace READ* macros in nfsd4_decode_link()Chuck Lever1-10/+1
2020-11-30NFSD: Replace READ* macros in nfsd4_decode_getattr()Chuck Lever1-1/+2
2020-11-30NFSD: Replace READ* macros in nfsd4_decode_delegreturn()Chuck Lever1-1/+1
2020-11-30NFSD: Replace READ* macros in nfsd4_decode_create()Chuck Lever1-18/+40
2020-11-30NFSD: Replace READ* macros in nfsd4_decode_fattr()Chuck Lever1-18/+64
2020-11-30NFSD: Replace READ* macros that decode the fattr4 umask attributeChuck Lever1-7/+9
2020-11-30NFSD: Replace READ* macros that decode the fattr4 security label attributeChuck Lever1-16/+30
2020-11-30NFSD: Replace READ* macros that decode the fattr4 time_set attributesChuck Lever1-10/+29
2020-11-30NFSD: Replace READ* macros that decode the fattr4 owner_group attributeChuck Lever1-5/+10
2020-11-30NFSD: Replace READ* macros that decode the fattr4 owner attributeChuck Lever1-5/+10
2020-11-30NFSD: Replace READ* macros that decode the fattr4 mode attributeChuck Lever1-2/+5
2020-11-30NFSD: Replace READ* macros that decode the fattr4 acl attributeChuck Lever1-40/+67
2020-11-30NFSD: Replace READ* macros that decode the fattr4 size attributeChuck Lever1-2/+5
2020-11-30NFSD: Change the way the expected length of a fattr4 is checkedChuck Lever1-23/+11
2020-11-30NFSD: Replace READ* macros in nfsd4_decode_commit()Chuck Lever1-7/+5
2020-11-30NFSD: Replace READ* macros in nfsd4_decode_close()Chuck Lever1-7/+16
2020-11-30NFSD: Replace READ* macros in nfsd4_decode_access()Chuck Lever1-11/+13
2020-11-30NFSD: Replace the internals of the READ_BUF() macroChuck Lever1-155/+26
2020-11-30NFSD: Add tracepoints in nfsd4_decode/encode_compound()Chuck Lever1-2/+11
2020-11-30NFSD: Add common helpers to decode void args and encode void resultsChuck Lever1-12/+0
2020-11-30NFSD: A semicolon is not needed after a switch statement.Tom Rix1-1/+1
2020-11-30NFSD: Invoke svc_encode_result_payload() in "read" NFSD encodersChuck Lever1-12/+29
2020-11-30SUNRPC: Rename svc_encode_read_payload()Chuck Lever1-1/+1
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