From: Ethan Ferguson <ethan.ferguson@zetier.com>
To: almaz.alexandrovich@paragon-software.com
Cc: ntfs3@lists.linux.dev, linux-fsdevel@vger.kernel.org,
linux-kernel@vger.kernel.org,
Ethan Ferguson <ethan.ferguson@zetier.com>
Subject: [PATCH 0/3] ntfs3: Add support for FS_IOC_{GET,SET}FSLABEL ioctl
Date: Thu, 28 Aug 2025 16:37:13 -0400 [thread overview]
Message-ID: <20250828203716.468564-1-ethan.ferguson@zetier.com> (raw)
Hi all,
Given the FS_IOC_{GET,SET}FSLABEL ioctls are now the de-facto standard
for reading and writing the FS label, implement these ioctls for the
ntfs3 driver.
Use the common FSLABEL_MAX constant instead of a magic number.
Thanks,
Ethan Ferguson
Ethan Ferguson (3):
ntfs3: transition magic number to shared constant
ntfs3: add FS_IOC_GETFSLABEL ioctl
ntfs3: add FS_IOC_SETFSLABEL ioctl
fs/ntfs3/file.c | 28 ++++++++++++++++++++++++++++
fs/ntfs3/ntfs_fs.h | 2 +-
2 files changed, 29 insertions(+), 1 deletion(-)
base-commit: 8f5ae30d69d7543eee0d70083daf4de8fe15d585
--
2.34.1
next reply other threads:[~2025-08-28 20:37 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-28 20:37 Ethan Ferguson [this message]
2025-08-28 20:37 ` [PATCH 1/3] ntfs3: transition magic number to shared constant Ethan Ferguson
2025-08-28 20:37 ` [PATCH 2/3] ntfs3: add FS_IOC_GETFSLABEL ioctl Ethan Ferguson
2025-08-28 20:37 ` [PATCH 3/3] ntfs3: add FS_IOC_SETFSLABEL ioctl Ethan Ferguson
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=20250828203716.468564-1-ethan.ferguson@zetier.com \
--to=ethan.ferguson@zetier.com \
--cc=almaz.alexandrovich@paragon-software.com \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=ntfs3@lists.linux.dev \
/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).