[GIT PULL] overlayfs update for 6.10
From: Miklos Szeredi
Date: Wed May 22 2024 - 09:29:43 EST
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(-)