[PATCH 0/2] befs: Add FS_IOC_GETFSLABEL / FS_IOC_SETFSLABEL ioctls

From: Ethan Ferguson

Date: Mon Feb 16 2026 - 13:41:40 EST


Add the ability to read / write to the befs filesystem label through the
FS_IOC_GETFSLABEL and FS_IOC_SETFSLABEL ioctls.

v2:
Added an include for <linux/compat.h> for x86-32 compat ioctls

Ethan Ferguson (2):
befs: Add FS_IOC_GETFSLABEL ioctl
befs: Add FS_IOC_SETFSLABEL ioctl

fs/befs/befs.h | 1 +
fs/befs/linuxvfs.c | 111 +++++++++++++++++++++++++++++++++++++++------
fs/befs/super.c | 1 +
3 files changed, 100 insertions(+), 13 deletions(-)

base-commit: 541c43310e85dbf35368b43b720c6724bc8ad8ec
--
2.43.0