Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/overlayfs/vfs.git tags/ovl-update-6.10 - Add tmpfile support - Clean up include Thanks, Miklos --- Miklos Szeredi (2): ovl: implement tmpfile ovl: remove upper umask handling from ovl_create_upper() Thorsten Blum (1): ovl: remove duplicate included header --- fs/backing-file.c | 23 +++++++ fs/internal.h | 3 + fs/namei.c | 6 +- fs/overlayfs/dir.c | 152 ++++++++++++++++++++++++++++++++++++------- fs/overlayfs/file.c | 3 - fs/overlayfs/inode.c | 1 - fs/overlayfs/overlayfs.h | 3 + include/linux/backing-file.h | 3 + 8 files changed, 165 insertions(+), 29 deletions(-)