summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
* NFSD: fix missing refcount in nfsd4_copy by nfsd4_do_async_copyDai Ngo2020-11-051-0/+1
* NFSD: Fix use-after-free warning when doing inter-server copyDai Ngo2020-11-051-1/+1
* NFSD: MKNOD should return NFSERR_BADTYPE instead of NFSERR_INVALChuck Lever2020-11-051-5/+1
* NFSD: NFSv3 PATHCONF Reply is improperly formedChuck Lever2020-11-051-0/+1
* Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2020-10-2222-1113/+783
|\
| * NFSv4.2: Fix NFS4ERR_STALE error when doing inter server copyDai Ngo2020-10-212-2/+3
| * nfsd: remove unneeded breakTom Rix2020-10-161-1/+0
| * 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-122-3/+105
| * NFSD: Hoist status code encoding into XDR encoder functionsChuck Lever2020-10-1210-120/+145
| * NFSD: Map nfserr_wrongsec outside of nfsd_dispatchChuck Lever2020-10-022-3/+1
| * NFSD: Remove the RETURN_STATUS() macroChuck Lever2020-10-022-138/+130
| * NFSD: Call NFSv2 encoders on error returnsChuck Lever2020-10-025-122/+171
| * NFSD: Fix .pc_release method for NFSv2Chuck Lever2020-10-023-11/+26
| * NFSD: Remove vestigial typedefsChuck Lever2020-10-021-3/+0
| * NFSD: Refactor nfsd_dispatch() error pathsChuck Lever2020-10-021-25/+35
| * NFSD: Clean up nfsd_dispatch() variablesChuck Lever2020-10-021-8/+7
| * NFSD: Clean up stale comments in nfsd_dispatch()Chuck Lever2020-10-021-10/+16
| * NFSD: Clean up switch statement in nfsd_dispatch()Chuck Lever2020-10-021-4/+4
| * NFSD: Encoder and decoder functions are always presentChuck Lever2020-10-029-3/+25
| * NFSACL: Replace PROC() macro with open codeChuck Lever2020-10-022-43/+78
| * NFSD: Add missing NFSv2 .pc_func methodsChuck Lever2020-10-021-0/+16
| * nfsd: rq_lease_breaker cleanupJ. Bruce Fields2020-09-252-2/+2
| * nfsd4: remove check_conflicting_opens warningJ. Bruce Fields2020-09-251-1/+0
| * nfsd: Cache R, RW, and W opens separatelyJ. Bruce Fields2020-09-251-1/+1
| * silence nfscache allocation warnings with kvzallocRik van Riel2020-09-251-8/+4
| * nfsd: fix comparison to bool warningZheng Bin2020-09-251-1/+1
| * 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
| * NFSD: Correct type annotations in user xattr helpersChuck Lever2020-09-251-2/+4
| * SUNRPC/NFSD: Implement xdr_reserve_space_vec()Anna Schumaker2020-09-251-25/+3
| * nfsd: rename delegation related tracepoints to make them less confusingHou Tao2020-09-252-4/+4
| * nfsd: Remove unnecessary assignment in nfs4xdr.cAlex Dewar2020-09-251-1/+1
| * nfsd: Fix typo in commentAlex Dewar2020-09-251-1/+1
| * nfsd: give up callbacks on revoked delegationsJ. Bruce Fields2020-09-251-1/+2
| * nfsd: remove fault injection codeJ. Bruce Fields2020-09-255-634/+0
* | block: add a bdev_is_partition helperChristoph Hellwig2020-09-251-2/+2
|/
* Merge tag 'nfsd-5.9-1' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds2020-08-251-0/+2
|\
| * nfsd: fix oops on mixed NFSv4/NFSv3 client accessJ. Bruce Fields2020-08-161-0/+2
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-239-17/+17
|/
* Merge tag 'nfsd-5.9' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds2020-08-0910-62/+966
|\
| * nfsd: netns.h: delete a duplicated wordRandy Dunlap2020-07-241-1/+1
| * nfsd: avoid a NULL dereference in __cld_pipe_upcall()Scott Mayhew2020-07-131-13/+11
| * nfsd4: a client's own opens needn't prevent delegationsJ. Bruce Fields2020-07-131-14/+40
| * nfsd: Use seq_putc() in two functionsXu Wang2020-07-131-2/+2
| * 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-132-0/+570
| * nfsd: add structure definitions for xattr requests / responsesFrank van der Linden2020-07-131-0/+31