Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git tags/fuse-update-6.2 - Allow some write requests to proceed in parallel - Fix a performance problem with allow_sys_admin_access - Add a special kind of invalidation that doesn't immediately purge submounts - On revalidation treat the target of rename(RENAME_NOREPLACE) the same as open(O_EXCL) - Use type safe helpers for some mnt_userns transformations - Misc cleanups Thanks, Miklos --- Christian Brauner (1): fuse: port to vfs{g,u}id_t and associated helpers Dave Marchevsky (1): fuse: Rearrange fuse_allow_current_process checks Dharmendra Singh (1): fuse: allow non-extending parallel direct writes on the same file Fabio M. De Francesco (1): fs/fuse: Replace kmap() with kmap_local_page() Jann Horn (1): fuse: Remove user_ns check for FUSE_DEV_IOC_CLONE Jiachen Zhang (1): fuse: always revalidate rename target dentry Miklos Szeredi (1): fuse: add "expire only" mode to FUSE_NOTIFY_INVAL_ENTRY ye xingchen (1): fuse: remove the unneeded result variable --- fs/fuse/acl.c | 2 +- fs/fuse/cuse.c | 5 +---- fs/fuse/dev.c | 7 +++---- fs/fuse/dir.c | 43 +++++++++++++++++++++++++------------------ fs/fuse/file.c | 43 ++++++++++++++++++++++++++++++++++++++++--- fs/fuse/fuse_i.h | 4 ++-- fs/fuse/readdir.c | 4 ++-- include/uapi/linux/fuse.h | 16 ++++++++++++++-- 8 files changed, 88 insertions(+), 36 deletions(-)