summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
| * nfsd: take xattr bits into account for permission checksFrank van der Linden2020-07-132-1/+19
| * nfsd: define xattr functions to call into their vfs counterpartsFrank van der Linden2020-07-132-0/+237
| * nfsd: add defines for NFSv4.2 extended attribute supportFrank van der Linden2020-07-131-1/+4
| * nfsd: split off the write decode code into a separate functionFrank van der Linden2020-07-131-30/+42
* | Merge tag 'fsnotify_for_v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-061-6/+4
|\ \
| * | fsnotify: create method handle_inode_event() in fsnotify_operationsAmir Goldstein2020-07-271-8/+4