android_kernel_motorola_sm6225/fs/overlayfs
Amir Goldstein 3cb5d7fa8f ovl: support the FS_IOC_FS[SG]ETXATTR ioctls
[ Upstream commit b21d9c435f935014d3e3fa6914f2e4fbabb0e94d ]

They are the extended version of FS_IOC_FS[SG]ETFLAGS ioctls.
xfs_io -c "chattr <flags>" uses the new ioctls for setting flags.

This used to work in kernel pre v4.19, before stacked file ops
introduced the ovl_ioctl whitelist.

Reported-by: Dave Chinner <david@fromorbit.com>
Fixes: d1d04ef857 ("ovl: stack file ops")
Cc: <stable@vger.kernel.org> # v4.19
Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2019-06-25 11:35:52 +08:00
..
copy_up.c ovl: fix missing upper fs freeze protection on copy up for ioctl 2019-05-25 18:23:30 +02:00
dir.c ovl: relax WARN_ON() for overlapping layers use case 2019-05-31 06:46:03 -07:00
export.c ovl: fix decode of dir file handle with multi lower layers 2018-12-19 19:19:51 +01:00
file.c ovl: support the FS_IOC_FS[SG]ETXATTR ioctls 2019-06-25 11:35:52 +08:00
inode.c ovl: relax WARN_ON() for overlapping layers use case 2019-05-31 06:46:03 -07:00
Kconfig ovl: Provide a mount option metacopy=on/off for metadata copyup 2018-07-20 09:56:06 +02:00
Makefile ovl: stack file ops 2018-07-18 15:44:41 +02:00
namei.c ovl: fix error handling in ovl_verify_set_fh() 2018-11-21 09:19:12 +01:00
overlayfs.h ovl: fix missing upper fs freeze protection on copy up for ioctl 2019-05-25 18:23:30 +02:00
ovl_entry.h ovl: Store lower data inode in ovl_inode 2018-07-20 09:56:11 +02:00
readdir.c ovl: fix wrong use of impure dir cache in ovl_iterate() 2018-07-17 16:04:34 +02:00
super.c ovl: automatically enable redirect_dir on metacopy=on 2018-11-21 09:19:13 +01:00
util.c ovl: Do not lose security.capability xattr over metadata file copy-up 2019-03-23 20:09:59 +01:00