Merge tag 'ovl-update-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/overlayfs/vfs
Pull overlayfs updates from Amir Goldstein: - add verification feature needed by composefs (Alexander Larsson) - improve integration of overlayfs and fanotify (Amir Goldstein) - fortify some overlayfs code (Andrea Righi) * tag 'ovl-update-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/overlayfs/vfs: ovl: validate superblock in OVL_FS() ovl: make consistent use of OVL_FS() ovl: Kconfig: introduce CONFIG_OVERLAY_FS_DEBUG ovl: auto generate uuid for new overlay filesystems ovl: store persistent uuid/fsid with uuid=on ovl: add support for unique fsid per instance ovl: support encoding non-decodable file handles ovl: Handle verity during copy-up ovl: Validate verity xattr when resolving lowerdata ovl: Add versioned header for overlay.metacopy xattr ovl: Add framework for verity support
Showing
- Documentation/filesystems/fsverity.rst 2 additions, 0 deletionsDocumentation/filesystems/fsverity.rst
- Documentation/filesystems/overlayfs.rst 72 additions, 0 deletionsDocumentation/filesystems/overlayfs.rst
- fs/overlayfs/Kconfig 9 additions, 0 deletionsfs/overlayfs/Kconfig
- fs/overlayfs/copy_up.c 47 additions, 7 deletionsfs/overlayfs/copy_up.c
- fs/overlayfs/export.c 25 additions, 11 deletionsfs/overlayfs/export.c
- fs/overlayfs/file.c 4 additions, 4 deletionsfs/overlayfs/file.c
- fs/overlayfs/inode.c 4 additions, 4 deletionsfs/overlayfs/inode.c
- fs/overlayfs/namei.c 80 additions, 9 deletionsfs/overlayfs/namei.c
- fs/overlayfs/overlayfs.h 64 additions, 2 deletionsfs/overlayfs/overlayfs.h
- fs/overlayfs/ovl_entry.h 8 additions, 1 deletionfs/overlayfs/ovl_entry.h
- fs/overlayfs/params.c 87 additions, 9 deletionsfs/overlayfs/params.c
- fs/overlayfs/super.c 31 additions, 9 deletionsfs/overlayfs/super.c
- fs/overlayfs/util.c 221 additions, 12 deletionsfs/overlayfs/util.c
Loading
Please register or sign in to comment