]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
exfat: Add support for FS_IOC_{GET,SET}FSLABEL
authorEthan Ferguson <ethan.ferguson@zetier.com>
Tue, 30 Sep 2025 04:49:00 +0000 (13:49 +0900)
committerNamjae Jeon <linkinjeon@kernel.org>
Tue, 30 Sep 2025 04:49:31 +0000 (13:49 +0900)
commitd01579d590f72d2d91405b708e96f6169f24775a
tree0385441836aa98a847e61833a1f554e552d9ca21
parent29c063658d532dfad22d4ef8aea9a494037ceab1
exfat: Add support for FS_IOC_{GET,SET}FSLABEL

Add support for reading / writing to the exfat volume label from the
FS_IOC_GETFSLABEL and FS_IOC_SETFSLABEL ioctls

Co-developed-by: Yuezhang Mo <Yuezhang.Mo@sony.com>
Signed-off-by: Yuezhang Mo <Yuezhang.Mo@sony.com>
Signed-off-by: Ethan Ferguson <ethan.ferguson@zetier.com>
Reviewed-by: Sungjong Seo <sj1557.seo@samsung.com>
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
fs/exfat/dir.c
fs/exfat/exfat_fs.h
fs/exfat/exfat_raw.h
fs/exfat/file.c
fs/exfat/namei.c