summaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
2021-03-25NFSD: fix dest to src mount in inter-server COPYOlga Kornievskaia1-1/+1
2021-03-25nfsd: don't abort copies earlyJ. Bruce Fields1-1/+1
2021-03-25nfsd: Don't keep looking up unhashed files in the nfsd file cacheTrond Myklebust1-0/+2
2021-03-20Revert "nfsd4: a client's own opens needn't prevent delegations"J. Bruce Fields1-40/+14
2021-03-20Revert "nfsd4: remove check_conflicting_opens warning"J. Bruce Fields1-0/+1
2021-03-04nfsd: register pernet ops last, unregister firstJ. Bruce Fields1-7/+7
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
2021-01-23nfsd4: readdirplus shouldn't return parent of exportJ. Bruce Fields1-1/+6
2020-12-30fsnotify: generalize handle_inode_event()Amir Goldstein1-1/+1
2020-12-30NFSD: Fix 5 seconds delay when doing inter server copyDai Ngo1-0/+1
2020-12-30nfsd: Fix message level for normal terminationkazuo ito1-2/+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
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-26nfsd: rq_lease_breaker cleanupJ. Bruce Fields2-2/+2
2020-09-26nfsd4: remove check_conflicting_opens warningJ. Bruce Fields1-1/+0
2020-09-26nfsd: Cache R, RW, and W opens separatelyJ. Bruce Fields1-1/+1
2020-09-26silence nfscache allocation warnings with kvzallocRik van Riel1-8/+4
2020-09-26nfsd: fix comparison to bool warningZheng Bin1-1/+1
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-26NFSD: Correct type annotations in user xattr helpersChuck Lever1-2/+4
2020-09-26SUNRPC/NFSD: Implement xdr_reserve_space_vec()Anna Schumaker1-25/+3
2020-09-26nfsd: rename delegation related tracepoints to make them less confusingHou Tao2-4/+4
2020-09-26nfsd: Remove unnecessary assignment in nfs4xdr.cAlex Dewar1-1/+1
2020-09-26nfsd: Fix typo in commentAlex Dewar1-1/+1
2020-09-26nfsd: give up callbacks on revoked delegationsJ. Bruce Fields1-1/+2
2020-09-26nfsd: remove fault injection codeJ. Bruce Fields5-634/+0