summaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)Author
2020-10-22Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2020-10-21NFSv4.2: Fix NFS4ERR_STALE error when doing inter server copyDai Ngo
2020-10-16nfsd: remove unneeded breakTom Rix
2020-10-12NFSD: Encode a full READ_PLUS replyAnna Schumaker
2020-10-12NFSD: Return both a hole and a data segmentAnna Schumaker
2020-10-12NFSD: Add READ_PLUS hole segment encodingAnna Schumaker
2020-10-12NFSD: Add READ_PLUS data supportAnna Schumaker
2020-10-12NFSD: Hoist status code encoding into XDR encoder functionsChuck Lever
2020-10-02NFSD: Map nfserr_wrongsec outside of nfsd_dispatchChuck Lever
2020-10-02NFSD: Remove the RETURN_STATUS() macroChuck Lever
2020-10-02NFSD: Call NFSv2 encoders on error returnsChuck Lever
2020-10-02NFSD: Fix .pc_release method for NFSv2Chuck Lever
2020-10-02NFSD: Remove vestigial typedefsChuck Lever
2020-10-02NFSD: Refactor nfsd_dispatch() error pathsChuck Lever
2020-10-02NFSD: Clean up nfsd_dispatch() variablesChuck Lever
2020-10-02NFSD: Clean up stale comments in nfsd_dispatch()Chuck Lever
2020-10-02NFSD: Clean up switch statement in nfsd_dispatch()Chuck Lever
2020-10-02NFSD: Encoder and decoder functions are always presentChuck Lever
2020-10-02NFSACL: Replace PROC() macro with open codeChuck Lever
2020-10-02NFSD: Add missing NFSv2 .pc_func methodsChuck Lever
2020-09-25nfsd: rq_lease_breaker cleanupJ. Bruce Fields
2020-09-25nfsd4: remove check_conflicting_opens warningJ. Bruce Fields
2020-09-25nfsd: Cache R, RW, and W opens separatelyJ. Bruce Fields
2020-09-25silence nfscache allocation warnings with kvzallocRik van Riel
2020-09-25nfsd: fix comparison to bool warningZheng Bin
2020-09-25NFSD: Correct type annotations in COPY XDR functionsChuck Lever
2020-09-25NFSD: Correct type annotations in user xattr XDR functionsChuck Lever
2020-09-25NFSD: Correct type annotations in user xattr helpersChuck Lever
2020-09-25SUNRPC/NFSD: Implement xdr_reserve_space_vec()Anna Schumaker
2020-09-25nfsd: rename delegation related tracepoints to make them less confusingHou Tao
2020-09-25nfsd: Remove unnecessary assignment in nfs4xdr.cAlex Dewar
2020-09-25nfsd: Fix typo in commentAlex Dewar
2020-09-25nfsd: give up callbacks on revoked delegationsJ. Bruce Fields
2020-09-25nfsd: remove fault injection codeJ. Bruce Fields
2020-09-25block: add a bdev_is_partition helperChristoph Hellwig
2020-08-25Merge tag 'nfsd-5.9-1' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-16nfsd: fix oops on mixed NFSv4/NFSv3 client accessJ. Bruce Fields
2020-08-09Merge tag 'nfsd-5.9' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds
2020-08-06Merge tag 'fsnotify_for_v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-07-27fsnotify: create method handle_inode_event() in fsnotify_operationsAmir Goldstein
2020-07-27fsnotify: pass dir argument to handle_event() callbackAmir Goldstein
2020-07-24nfsd: netns.h: delete a duplicated wordRandy Dunlap
2020-07-22nfsd4: fix NULL dereference in nfsd/clients display codeJ. Bruce Fields
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-07-15nfsd: use fsnotify_data_inode() to get the unlinked inodeAmir Goldstein
2020-07-13nfsd: avoid a NULL dereference in __cld_pipe_upcall()Scott Mayhew
2020-07-13nfsd4: a client's own opens needn't prevent delegationsJ. Bruce Fields
2020-07-13nfsd: Use seq_putc() in two functionsXu Wang