Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git tags/fuse-fixes-6.9-rc5 - Fix two bugs in the new passthrough mode - Fix a statx bug introduced in v6.6 - Fix code documentation Thanks, Miklos --- Amir Goldstein (2): fuse: fix wrong ff->iomode state changes from parallel dio write fuse: fix parallel dio write on file open in passthrough mode Danny Lin (1): fuse: fix leaked ENOSYS error on first statx call Yang Li (1): cuse: add kernel-doc comments to cuse_process_init_reply() --- fs/fuse/cuse.c | 4 ++++ fs/fuse/dir.c | 1 + fs/fuse/file.c | 12 +++++++----- fs/fuse/fuse_i.h | 7 ++++--- fs/fuse/inode.c | 1 + fs/fuse/iomode.c | 60 ++++++++++++++++++++++++++++++++++++++------------------ 6 files changed, 58 insertions(+), 27 deletions(-)