summaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
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
2020-09-25nfsd: Fix typo in commentAlex Dewar1-1/+1
2020-09-25nfsd: give up callbacks on revoked delegationsJ. Bruce Fields1-1/+2
2020-09-25nfsd: remove fault injection codeJ. Bruce Fields5-634/+0
2020-09-25block: add a bdev_is_partition helperChristoph Hellwig1-2/+2
2020-08-25Merge tag 'nfsd-5.9-1' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds1-0/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva9-17/+17
2020-08-16nfsd: fix oops on mixed NFSv4/NFSv3 client accessJ. Bruce Fields1-0/+2
2020-08-09Merge tag 'nfsd-5.9' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds10-62/+966
2020-08-06Merge tag 'fsnotify_for_v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-6/+4
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2020-07-27fsnotify: create method handle_inode_event() in fsnotify_operationsAmir Goldstein1-8/+4
2020-07-27fsnotify: pass dir argument to handle_event() callbackAmir Goldstein1-3/+3
2020-07-24nfsd: netns.h: delete a duplicated wordRandy Dunlap1-1/+1
2020-07-22nfsd4: fix NULL dereference in nfsd/clients display codeJ. Bruce Fields1-1/+19
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-07-15nfsd: use fsnotify_data_inode() to get the unlinked inodeAmir Goldstein1-1/+3
2020-07-13nfsd: avoid a NULL dereference in __cld_pipe_upcall()Scott Mayhew1-13/+11
2020-07-13nfsd4: a client's own opens needn't prevent delegationsJ. Bruce Fields1-14/+40
2020-07-13nfsd: Use seq_putc() in two functionsXu Wang1-2/+2
2020-07-13nfsd: add fattr support for user extended attributesFrank van der Linden1-0/+9
2020-07-13nfsd: implement the xattr functions and en/decode logicFrank van der Linden2-0/+570
2020-07-13nfsd: add structure definitions for xattr requests / responsesFrank van der Linden1-0/+31
2020-07-13nfsd: take xattr bits into account for permission checksFrank van der Linden2-1/+19
2020-07-13nfsd: define xattr functions to call into their vfs counterpartsFrank van der Linden2-0/+237
2020-07-13nfsd: add defines for NFSv4.2 extended attribute supportFrank van der Linden1-1/+4
2020-07-13nfsd: split off the write decode code into a separate functionFrank van der Linden1-30/+42
2020-06-29nfsd: fix nfsdfs inode reference count leakJ. Bruce Fields1-0/+1
2020-06-29nfsd4: fix nfsdfs reference count loopJ. Bruce Fields3-11/+22
2020-06-17nfsd: apply umask on fs without ACL supportJ. Bruce Fields1-0/+6
2020-06-11Merge tag 'nfsd-5.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds11-132/+566
2020-06-03nfsd: safer handling of corrupted c_typeJ. Bruce Fields1-2/+1
2020-06-02mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLENeilBrown1-4/+5
2020-06-01nfsd4: make drc_slab global, not per-netJ. Bruce Fields4-13/+25