Re: [PATCH v2] fs: introduce getfsxattrat and setfsxattrat syscalls

2025-01-29 Thread Andrey Albershteyn
On 2025-01-24 10:33:54, Christian Brauner wrote: > On Wed, Jan 22, 2025 at 03:18:34PM +0100, Andrey Albershteyn wrote: > > From: Andrey Albershteyn > > > > Introduce getfsxattrat and setfsxattrat syscalls to manipulate inode > > extended attributes/flags. The syscalls take parent directory FD and

Re: [PATCH v2] fs: introduce getfsxattrat and setfsxattrat syscalls

2025-01-24 Thread Christian Brauner
On Wed, Jan 22, 2025 at 03:18:34PM +0100, Andrey Albershteyn wrote: > From: Andrey Albershteyn > > Introduce getfsxattrat and setfsxattrat syscalls to manipulate inode > extended attributes/flags. The syscalls take parent directory FD and > path to the child together with struct fsxattr. > > Thi

[PATCH v2] fs: introduce getfsxattrat and setfsxattrat syscalls

2025-01-22 Thread Andrey Albershteyn
From: Andrey Albershteyn Introduce getfsxattrat and setfsxattrat syscalls to manipulate inode extended attributes/flags. The syscalls take parent directory FD and path to the child together with struct fsxattr. This is an alternative to FS_IOC_FSSETXATTR ioctl with a difference that file don't n