-
- Downloads
Merge tag 'ovl-update-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
Pull overlayfs update from Miklos Szeredi: - Fix failure to copy-up files from certain NFSv4 mounts - Sort out inconsistencies between st_ino and i_ino (used in /proc/locks) - Allow consistent (POSIX-y) inode numbering in more cases - Allow virtiofs to be used as upper layer - Miscellaneous cleanups and fixes * tag 'ovl-update-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs: ovl: document xino expected behavior ovl: enable xino automatically in more cases ovl: avoid possible inode number collisions with xino=on ovl: use a private non-persistent ino pool ovl: fix WARN_ON nlink drop to zero ovl: fix a typo in comment ovl: replace zero-length array with flexible-array member ovl: ovl_obtain_alias(): don't call d_instantiate_anon() for old ovl: strict upper fs requirements for remote upper fs ovl: check if upper fs supports RENAME_WHITEOUT ovl: allow remote upper ovl: decide if revalidate needed on a per-dentry basis ovl: separate detection of remote upper layer from stacked overlay ovl: restructure dentry revalidation ovl: ignore failure to copy up unknown xattrs ovl: document permission model ovl: simplify i_ino initialization ovl: factor out helper ovl_get_root() ovl: fix out of date comment and unreachable code ovl: fix value of i_ino for lower hardlink corner case
Showing
- Documentation/filesystems/overlayfs.rst 80 additions, 2 deletionsDocumentation/filesystems/overlayfs.rst
- fs/overlayfs/copy_up.c 14 additions, 2 deletionsfs/overlayfs/copy_up.c
- fs/overlayfs/dir.c 28 additions, 3 deletionsfs/overlayfs/dir.c
- fs/overlayfs/export.c 23 additions, 17 deletionsfs/overlayfs/export.c
- fs/overlayfs/inode.c 74 additions, 25 deletionsfs/overlayfs/inode.c
- fs/overlayfs/namei.c 4 additions, 1 deletionfs/overlayfs/namei.c
- fs/overlayfs/overlayfs.h 22 additions, 3 deletionsfs/overlayfs/overlayfs.h
- fs/overlayfs/ovl_entry.h 2 additions, 0 deletionsfs/overlayfs/ovl_entry.h
- fs/overlayfs/readdir.c 18 additions, 7 deletionsfs/overlayfs/readdir.c
- fs/overlayfs/super.c 177 additions, 81 deletionsfs/overlayfs/super.c
- fs/overlayfs/util.c 18 additions, 22 deletionsfs/overlayfs/util.c
Loading
Please register or sign in to comment