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