[PATCH 0/4] nilfs2: add support for some common ioctls
From: Ryusuke Konishi
Date: Thu Aug 15 2024 - 03:45:15 EST
Hi Andrew, please queue this series for the next cycle.
This series adds support for common ioctls to nilfs2 for getting the
volume UUID and the relative path of an FS instance within the sysfs
namespace, and also implements ioctls for nilfs2 to get and set the
volume label.
Thanks,
Ryusuke Konishi
Ryusuke Konishi (4):
nilfs2: add support for FS_IOC_GETUUID
nilfs2: add support for FS_IOC_GETFSSYSFSPATH
nilfs2: add support for FS_IOC_GETFSLABEL
nilfs2: add support for FS_IOC_SETFSLABEL
fs/nilfs2/ioctl.c | 92 +++++++++++++++++++++++++++++++++++++++++++++++
fs/nilfs2/nilfs.h | 12 +++++++
fs/nilfs2/super.c | 4 +++
3 files changed, 108 insertions(+)
--
2.34.1