Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git tags/fuse-fixes-6.7-rc6 - Fix a couple of potential crashes, one introduced in 6.6 and one in 5.10 - Fix misbehavior of virtiofs submounts on memory pressure - Clarify naming in the uAPI for a recent feature Thanks, Miklos ---------------------------------------------------------------- Amir Goldstein (1): fuse: disable FOPEN_PARALLEL_DIRECT_WRITES with FUSE_DIRECT_IO_ALLOW_MMAP Hangyu Hua (1): fuse: dax: set fc->dax to NULL in fuse_dax_conn_free() Krister Johansen (1): fuse: share lookup state between submount and its parent Tyler Fanelli (2): fuse: Rename DIRECT_IO_RELAX to DIRECT_IO_ALLOW_MMAP docs/fuse-io: Document the usage of DIRECT_IO_ALLOW_MMAP --- Documentation/filesystems/fuse-io.rst | 3 +- fs/fuse/dax.c | 1 + fs/fuse/file.c | 8 ++-- fs/fuse/fuse_i.h | 19 +++++++- fs/fuse/inode.c | 81 ++++++++++++++++++++++++++++++++--- include/uapi/linux/fuse.h | 10 +++-- 6 files changed, 106 insertions(+), 16 deletions(-)