[PATCH 0/1] exfat: Add support for FS_IOC_{GET,SET}FSLABEL
From: Ethan Ferguson
Date: Fri Aug 15 2025 - 13:12:35 EST
Add support for reading / writing to the exfat volume label from the
FS_IOC_GETFSLABEL and FS_IOC_SETFSLABEL ioctls
Ethan Ferguson (1):
exfat: Add support for FS_IOC_{GET,SET}FSLABEL
fs/exfat/exfat_fs.h | 2 +
fs/exfat/exfat_raw.h | 6 +++
fs/exfat/file.c | 56 +++++++++++++++++++++++++
fs/exfat/super.c | 99 ++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 163 insertions(+)
base-commit: 37816488247ddddbc3de113c78c83572274b1e2e
--
2.34.1