linux-stable/fs/overlayfs
Christian Brauner a1fbb60734
ovl: check for ->listxattr() support
We have decoupled vfs_listxattr() from IOP_XATTR. Instead we just need
to check whether inode->i_op->listxattr is implemented.

Cc: linux-unionfs@vger.kernel.org
Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org>
2023-03-06 09:57:13 +01:00
..
Kconfig ovl: Kconfig: Fix spelling mistake "undelying" -> "underlying" 2022-12-08 10:49:46 +01:00
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
copy_up.c ovl: check for ->listxattr() support 2023-03-06 09:57:13 +01:00
dir.c fs: port inode_init_owner() to mnt_idmap 2023-01-19 09:24:28 +01:00
export.c fs: port ->permission() to pass mnt_idmap 2023-01-19 09:24:28 +01:00
file.c fs: port inode_owner_or_capable() to mnt_idmap 2023-01-19 09:24:29 +01:00
inode.c fs: port vfs{g,u}id helpers to mnt_idmap 2023-01-19 09:24:30 +01:00
namei.c fs: port ->permission() to pass mnt_idmap 2023-01-19 09:24:28 +01:00
overlayfs.h fs: port ->permission() to pass mnt_idmap 2023-01-19 09:24:28 +01:00
ovl_entry.h fs: port ->permission() to pass mnt_idmap 2023-01-19 09:24:28 +01:00
readdir.c fs: port ->permission() to pass mnt_idmap 2023-01-19 09:24:28 +01:00
super.c fs: drop unused posix acl handlers 2023-03-06 09:57:12 +01:00
util.c fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmap 2023-01-19 09:24:29 +01:00