kernel_optimize_test/fs/overlayfs
Amir Goldstein 21a2287811 ovl: handle rename when upper doesn't support xattr
On failure to set opaque/redirect xattr on rename, skip setting xattr and
return -EXDEV.

On failure to set opaque xattr when creating a new directory, -EIO is
returned instead of -EOPNOTSUPP.

Any failure to set those xattr will be recorded in super block and
then setting any xattr on upper won't be attempted again.

Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
2017-05-19 09:33:49 +02:00
..
copy_up.c ovl: don't fail copy-up if upper doesn't support xattr 2017-05-18 16:11:24 +02:00
dir.c ovl: handle rename when upper doesn't support xattr 2017-05-19 09:33:49 +02:00
inode.c ovl: merge getattr for dir and nondir 2017-05-05 11:38:58 +02:00
Kconfig ovl: select EXPORTFS 2017-05-15 10:53:07 +02:00
Makefile ovl: split super.c 2016-12-16 11:02:56 +01:00
namei.c ovl: lookup non-dir copy-up-origin by file handle 2017-05-05 11:38:58 +02:00
overlayfs.h ovl: handle rename when upper doesn't support xattr 2017-05-19 09:33:49 +02:00
ovl_entry.h ovl: check on mount time if upper fs supports setting xattr 2017-05-18 16:11:24 +02:00
readdir.c
super.c ovl: check on mount time if upper fs supports setting xattr 2017-05-18 16:11:24 +02:00
util.c ovl: handle rename when upper doesn't support xattr 2017-05-19 09:33:49 +02:00