summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
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-05NFSD: fix missing refcount in nfsd4_copy by nfsd4_do_async_copyDai Ngo1-0/+1
2020-11-05NFSD: Fix use-after-free warning when doing inter-server copyDai Ngo1-1/+1
2020-11-05NFSD: MKNOD should return NFSERR_BADTYPE instead of NFSERR_INVALChuck Lever1-5/+1
2020-11-05NFSD: 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
2020-10-12NFSD: Hoist status code encoding into XDR encoder functionsChuck Lever10-120/+145
2020-10-02NFSD: Map nfserr_wrongsec outside of nfsd_dispatchChuck Lever2-3/+1
2020-10-02NFSD: Remove the RETURN_STATUS() macroChuck Lever2-138/+130
2020-10-02NFSD: Call NFSv2 encoders on error returnsChuck Lever5-122/+171
2020-10-02NFSD: Fix .pc_release method for NFSv2Chuck Lever3-11/+26
2020-10-02NFSD: Remove vestigial typedefsChuck Lever1-3/+0
2020-10-02NFSD: Refactor nfsd_dispatch() error pathsChuck Lever1-25/+35
2020-10-02NFSD: Clean up nfsd_dispatch() variablesChuck Lever1-8/+7
2020-10-02NFSD: Clean up stale comments in nfsd_dispatch()Chuck Lever1-10/+16
2020-10-02NFSD: Clean up switch statement in nfsd_dispatch()Chuck Lever1-4/+4
2020-10-02NFSD: Encoder and decoder functions are always presentChuck Lever9-3/+25
2020-10-02NFSACL: Replace PROC() macro with open codeChuck Lever2-43/+78
2020-10-02NFSD: Add missing NFSv2 .pc_func methodsChuck Lever1-0/+16
2020-09-25nfsd: rq_lease_breaker cleanupJ. Bruce Fields2-2/+2
2020-09-25nfsd4: remove check_conflicting_opens warningJ. Bruce Fields1-1/+0
2020-09-25nfsd: Cache R, RW, and W opens separatelyJ. Bruce Fields1-1/+1
2020-09-25silence nfscache allocation warnings with kvzallocRik van Riel1-8/+4
2020-09-25nfsd: fix comparison to bool warningZheng Bin1-1/+1
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-25NFSD: Correct type annotations in user xattr helpersChuck Lever1-2/+4
2020-09-25SUNRPC/NFSD: Implement xdr_reserve_space_vec()Anna Schumaker1-25/+3
2020-09-25nfsd: rename delegation related tracepoints to make them less confusingHou Tao2-4/+4
2020-09-25nfsd: Remove unnecessary assignment in nfs4xdr.cAlex Dewar1-1/+1