With addition of new syscalls file_getattr/file_setattr allow changing filesystem file attributes on special files. Fix project ID inheritance for special files in renames. Cc: linux-xfs@xxxxxxxxxxxxxxx --- Changes in v2: - Swapped patch 2 and 3 as it make more sense to add callback and then allow calling them - Replace "file extended attributes"/"inode attributes" with "file attributes" - Link to v1: https://lore.kernel.org/r/20250729-xfs-xattrat-v1-0-7b392eee3587@xxxxxxxxxx --- Andrey Albershteyn (3): xfs: allow renames of project-less inodes xfs: add .fileattr_set and fileattr_get callbacks for symlinks xfs: allow setting file attributes on special files fs/xfs/xfs_inode.c | 64 +++++++++++++++++++++++++++++------------------------- fs/xfs/xfs_ioctl.c | 6 ----- fs/xfs/xfs_iops.c | 2 ++ 3 files changed, 36 insertions(+), 36 deletions(-) --- base-commit: 86aa721820952b793a12fc6e5a01734186c0c238 change-id: 20250320-xfs-xattrat-b31a9f5ed284 Best regards, -- Andrey Albershteyn <aalbersh@xxxxxxxxxx>