summaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
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 Lever3-165/+30
2020-11-30NFSD: Add tracepoints in nfsd4_decode/encode_compound()Chuck Lever2-2/+79
2020-11-30NFSD: Add tracepoints in nfsd_dispatch()Chuck Lever2-12/+65
2020-11-30NFSD: Add common helpers to decode void args and encode void resultsChuck Lever13-86/+64
2020-11-30SUNRPC: Prepare for xdr_stream-style decoding on the server-sideChuck Lever1-0/+2
2020-11-30SUNRPC: Add xdr_set_scratch_page() and xdr_reset_scratch_buffer()Chuck Lever1-1/+1
2020-11-30nfsd: Fix error return code in nfsd_file_cache_init()Huang Guobin1-0/+1
2020-11-30NFSD: Add SPDX header for fs/nfsd/trace.cChuck Lever1-0/+1
2020-11-30NFSD: Remove extra "0x" in tracepoint format specifierChuck Lever1-4/+4
2020-11-30NFSD: Clean up the show_nf_may macroChuck Lever1-14/+26
2020-11-30nfsd/nfs3: remove unused macro nfsd3_fhandleresAlex Shi1-1/+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 Lever3-12/+42
2020-11-30SUNRPC: Rename svc_encode_read_payload()Chuck Lever1-1/+1
2020-11-06NFSD: fix missing refcount in nfsd4_copy by nfsd4_do_async_copyDai Ngo1-0/+1
2020-11-06NFSD: Fix use-after-free warning when doing inter-server copyDai Ngo1-1/+1
2020-11-06NFSD: MKNOD should return NFSERR_BADTYPE instead of NFSERR_INVALChuck Lever1-5/+1
2020-11-06NFSD: NFSv3 PATHCONF Reply is improperly formedChuck Lever1-0/+1
2020-10-22Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds22-1113/+783
2020-10-21NFSv4.2: Fix NFS4ERR_STALE error when doing inter server copyDai Ngo2-2/+3
2020-10-16nfsd: remove unneeded breakTom Rix1-1/+0
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 Schumaker2-3/+105