[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20221118211408.72796-1-catherine.hoang@oracle.com>
Date: Fri, 18 Nov 2022 13:14:06 -0800
From: Catherine Hoang <catherine.hoang@...cle.com>
To: linux-xfs@...r.kernel.org
Cc: linux-ext4@...r.kernel.org
Subject: [PATCH v2 0/2] porting the GETFSUUID ioctl to xfs
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).
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 | 36 ++++++++++++++++++++++++++++++++++++
include/uapi/linux/fs.h | 11 +++++++++++
3 files changed, 49 insertions(+), 11 deletions(-)
--
2.25.1
Powered by blists - more mailing lists