diff options
author | Amir Goldstein <amir73il@gmail.com> | 2020-02-20 10:03:08 +0300 |
---|---|---|
committer | Miklos Szeredi <mszeredi@redhat.com> | 2020-03-17 17:04:23 +0300 |
commit | d80172c2d85947efe285693c5cea9c8976f478bf (patch) | |
tree | 46ab061bce82dbbbd3d553236d09cc2449efad91 /CREDITS | |
parent | cad218ab3320789ea4621c15e56b8114a4160bab (diff) | |
download | linux-d80172c2d85947efe285693c5cea9c8976f478bf.tar.xz |
ovl: strict upper fs requirements for remote upper fs
Overlayfs works sub-optimally with upper fs that has no xattr/d_type/
RENAME_WHITEOUT support. We should basically deprecate support for those
filesystems, but so far, we only issue a warning and don't fail the mount
for the sake of backward compat. Some features are already being disabled
with no xattr support.
For newly supported remote upper fs, we do not need to worry about backward
compatibility, so we can fail the mount if upper fs is a sub-optimal
filesystem.
This reduces the in-tree remote filesystems supported as upper to just
FUSE, for which the remote upper fs support was added.
Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Diffstat (limited to 'CREDITS')
0 files changed, 0 insertions, 0 deletions