linux-nilfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] nilfs2: add support for some common ioctls
@ 2024-08-15  7:44 Ryusuke Konishi
  2024-08-15  7:44 ` [PATCH 1/4] nilfs2: add support for FS_IOC_GETUUID Ryusuke Konishi
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Ryusuke Konishi @ 2024-08-15  7:44 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-nilfs, linux-kernel

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


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

end of thread, other threads:[~2024-08-15  7:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-15  7:44 [PATCH 0/4] nilfs2: add support for some common ioctls Ryusuke Konishi
2024-08-15  7:44 ` [PATCH 1/4] nilfs2: add support for FS_IOC_GETUUID Ryusuke Konishi
2024-08-15  7:44 ` [PATCH 2/4] nilfs2: add support for FS_IOC_GETFSSYSFSPATH Ryusuke Konishi
2024-08-15  7:44 ` [PATCH 3/4] nilfs2: add support for FS_IOC_GETFSLABEL Ryusuke Konishi
2024-08-15  7:44 ` [PATCH 4/4] nilfs2: add support for FS_IOC_SETFSLABEL Ryusuke Konishi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).