From: Ryusuke Konishi <konishi.ryusuke@gmail.com>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: linux-nilfs@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH 0/4] nilfs2: add support for some common ioctls
Date: Thu, 15 Aug 2024 16:44:04 +0900 [thread overview]
Message-ID: <20240815074408.5550-1-konishi.ryusuke@gmail.com> (raw)
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
next reply other threads:[~2024-08-15 7:45 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-15 7:44 Ryusuke Konishi [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240815074408.5550-1-konishi.ryusuke@gmail.com \
--to=konishi.ryusuke@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-nilfs@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).