linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Use new syscalls to set filesystem inode attributes on any inode
@ 2025-07-29 11:00 Andrey Albershteyn
  2025-07-29 11:00 ` [PATCH 1/3] xfs: allow renames of project-less inodes Andrey Albershteyn
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Andrey Albershteyn @ 2025-07-29 11:00 UTC (permalink / raw)
  To: cem, djwong, linux-xfs; +Cc: Andrey Albershteyn

With addition of new syscalls file_getattr/file_setattr allow changing
filesystem inode attributes on special files. Fix project ID inheritance
for special files in renames.

Cc: linux-xfs@vger.kernel.org

---
Darrick, I left your reviewed-by tags, as the code didn't changed, I just
updated the commit messages. Let me know if you have any new feedback on
this.

---
Andrey Albershteyn (3):
      xfs: allow renames of project-less inodes
      xfs: allow setting xattrs on special files
      xfs: add .fileattr_set and fileattr_get callbacks for symlinks

 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@kernel.org>


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2025-07-29 15:52 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-29 11:00 [PATCH 0/3] Use new syscalls to set filesystem inode attributes on any inode Andrey Albershteyn
2025-07-29 11:00 ` [PATCH 1/3] xfs: allow renames of project-less inodes Andrey Albershteyn
2025-07-29 11:00 ` [PATCH 2/3] xfs: allow setting xattrs on special files Andrey Albershteyn
2025-07-29 14:32   ` Darrick J. Wong
2025-07-29 14:55     ` Andrey Albershteyn
2025-07-29 11:00 ` [PATCH 3/3] xfs: add .fileattr_set and fileattr_get callbacks for symlinks Andrey Albershteyn
2025-07-29 14:34 ` [PATCH 0/3] Use new syscalls to set filesystem inode attributes on any inode Darrick J. Wong
2025-07-29 15:50   ` Andrey Albershteyn
2025-07-29 15:52     ` Darrick J. Wong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).