All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] porting the GETFSUUID ioctl to xfs
@ 2022-11-09 22:19 Catherine Hoang
  2022-11-09 22:19 ` [PATCH v1 1/2] fs: hoist get/set UUID ioctls Catherine Hoang
  2022-11-09 22:19 ` [PATCH v1 2/2] xfs: add FS_IOC_GETFSUUID ioctl Catherine Hoang
  0 siblings, 2 replies; 9+ messages in thread
From: Catherine Hoang @ 2022-11-09 22:19 UTC (permalink / raw)
  To: linux-xfs; +Cc: tytso

Hi all,

This patch aims to hoist the ext4 get/set ioctls to the VFS so we have a
common interface for tools such as coreutils. The second patch adds support
for FS_IOC_GETFSUUID in xfs (with FS_IOC_SETFSUUID planned for future patches).
In addition, the new xfs_spaceman fsuuid command uses this ioctl to retrieve
the UUID of a mounted filesystem. 

Comments and feedback appreciated!

Catherine

Catherine Hoang (2):
  fs: hoist get/set UUID ioctls
  xfs: add FS_IOC_GETFSUUID ioctl

 fs/ext4/ext4.h          | 13 ++-----------
 fs/xfs/xfs_ioctl.c      | 32 ++++++++++++++++++++++++++++++++
 include/uapi/linux/fs.h | 11 +++++++++++
 3 files changed, 45 insertions(+), 11 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2022-11-11 21:56 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-09 22:19 [PATCH v1 0/2] porting the GETFSUUID ioctl to xfs Catherine Hoang
2022-11-09 22:19 ` [PATCH v1 1/2] fs: hoist get/set UUID ioctls Catherine Hoang
2022-11-10 20:06   ` Darrick J. Wong
2022-11-11  0:44     ` Catherine Hoang
2022-11-11 21:31   ` Allison Henderson
2022-11-09 22:19 ` [PATCH v1 2/2] xfs: add FS_IOC_GETFSUUID ioctl Catherine Hoang
2022-11-10 20:05   ` Darrick J. Wong
2022-11-11  0:41     ` Catherine Hoang
2022-11-11 21:31   ` Allison Henderson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.