linux/fs/overlayfs
Amir Goldstein c914c0e27e ovl: use wrappers to all vfs_*xattr() calls
Use helpers ovl_*xattr() to access user/trusted.overlay.* xattrs
and use helpers ovl_do_*xattr() to access generic xattrs. This is a
preparatory patch for using idmapped base layers with overlay.

Note that a few of those places called vfs_*xattr() calls directly to
reduce the amount of debug output. But as Miklos pointed out since
overlayfs has been stable for quite some time the debug output isn't all
that relevant anymore and the additional debug in all locations was
actually quite helpful when developing this patch series.

Cc: <linux-unionfs@vger.kernel.org>
Tested-by: Giuseppe Scrivano <gscrivan@redhat.com>
Reviewed-by: Christian Brauner (Microsoft) <brauner@kernel.org>
Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
2022-04-28 16:31:10 +02:00
..
copy_up.c ovl: use wrappers to all vfs_*xattr() calls 2022-04-28 16:31:10 +02:00
dir.c ovl: use wrappers to all vfs_*xattr() calls 2022-04-28 16:31:10 +02:00
export.c ovl: fix uninitialized pointer read in ovl_lookup_real_one() 2021-08-10 10:21:30 +02:00
file.c overlayfs update for 5.16 2021-11-09 10:51:12 -08:00
inode.c ovl: use wrappers to all vfs_*xattr() calls 2022-04-28 16:31:10 +02:00
Kconfig docs: fix broken references to text files 2020-04-20 15:35:59 -06:00
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
namei.c ovl: use wrappers to all vfs_*xattr() calls 2022-04-28 16:31:10 +02:00
overlayfs.h ovl: use wrappers to all vfs_*xattr() calls 2022-04-28 16:31:10 +02:00
ovl_entry.h ovl: implement volatile-specific fsync error behaviour 2021-01-28 10:22:48 +01:00
readdir.c ovl: use wrappers to all vfs_*xattr() calls 2022-04-28 16:31:10 +02:00
super.c ovl: use wrappers to all vfs_*xattr() calls 2022-04-28 16:31:10 +02:00
util.c ovl: use wrappers to all vfs_*xattr() calls 2022-04-28 16:31:10 +02:00