aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd (follow)
AgeCommit message (Expand)AuthorFilesLines
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/kernel/git/jack/linux-fsLinus Torvalds1-6/+4
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus 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
2020-06-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-20/+6
2020-05-28nfsd: Fix svc_xprt refcnt leak when setup callback client failedXiyu Yang1-0/+2
2020-05-21Merge branch 'nfsd-5.8' of git://linux-nfs.org/~cel/cel-2.6 into for-5.8-incomingJ. Bruce Fields7-101/+441
2020-05-20NFSD: Fix improperly-formatted Doxygen commentsChuck Lever2-17/+16
2020-05-20NFSD: Squash an annoying compiler warningChuck Lever1-3/+2
2020-05-20NFSD: Add tracepoints for monitoring NFSD callbacksChuck Lever3-19/+177
2020-05-20NFSD: Add tracepoints to the NFSD state management codeChuck Lever3-40/+152
2020-05-20NFSD: Add tracepoints to NFSD's duplicate reply cacheChuck Lever2-22/+94
2020-05-11nfsd: Fix old-style function definitionMa Feng1-1/+1
2020-05-08nfsd: clients don't need to break their own delegationsJ. Bruce Fields4-0/+24
2020-05-08nfsd: use crypto_shash_tfm_digest()Eric Biggers1-20/+6
2020-05-06nfsd: handle repeated BIND_CONN_TO_SESSIONJ. Bruce Fields1-12/+42
2020-05-06nfsd4: add filename to states outputAchilles Gaikwad1-0/+13
2020-05-06nfsd4: stid display should preserve on-the-wire byte orderJ. Bruce Fields1-1/+2
2020-05-06nfsd4: common stateid-printing codeJ. Bruce Fields1-4/+17
2020-04-17SUNRPC: Fix backchannel RPC soft lockupsChuck Lever1-1/+3
2020-04-13nfsd: memory corruption in nfsd4_lock()Vasily Averin1-0/+2
2020-03-19nfsd: fsnotify on rmdir under nfsd/clients/J. Bruce Fields1-0/+1
2020-03-19nfsd4: kill warnings on testing stateids with mismatched clientidsJ. Bruce Fields1-8/+1
2020-03-16nfsd: remove read permission bit for ctl sysctlPetr Vorel1-1/+1
2020-03-16NFSD: Fix NFS server build errorsChuck Lever1-1/+1