ovl: redirect on rename-dir
Current code returns EXDEV when a directory would need to be copied up to
move. We could copy up the directory tree in this case, but there's
another, simpler solution: point to old lower directory from moved upper
directory.
This is achieved with a "trusted.overlay.redirect" xattr storing the path
relative to the root of the overlay. After such attribute has been set,
the directory can be moved without further actions required.
This is a backward incompatible feature, old kernels won't be able to
correctly mount an overlay containing redirected directories.
Signed-off-by:
Miklos Szeredi <mszeredi@redhat.com>
Showing
- Documentation/filesystems/overlayfs.txt 19 additions, 2 deletionsDocumentation/filesystems/overlayfs.txt
- fs/overlayfs/copy_up.c 6 additions, 14 deletionsfs/overlayfs/copy_up.c
- fs/overlayfs/dir.c 124 additions, 14 deletionsfs/overlayfs/dir.c
- fs/overlayfs/overlayfs.h 4 additions, 0 deletionsfs/overlayfs/overlayfs.h
- fs/overlayfs/ovl_entry.h 1 addition, 0 deletionsfs/overlayfs/ovl_entry.h
- fs/overlayfs/super.c 12 additions, 0 deletionsfs/overlayfs/super.c
- fs/overlayfs/util.c 29 additions, 0 deletionsfs/overlayfs/util.c
Loading
Please register or sign in to comment