]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
erofs: Add support for FS_IOC_GETFSLABEL
authorBo Liu (OpenAnolis) <liubo03@inspur.com>
Tue, 23 Sep 2025 07:01:12 +0000 (15:01 +0800)
committerGao Xiang <hsiangkao@linux.alibaba.com>
Thu, 25 Sep 2025 03:26:20 +0000 (11:26 +0800)
commit1cf12c7177410afcb53f815315d1247ea57fae4f
tree0aca3673c4e4396a1a06645bad16eb2e5d0a468a
parent334c0e493c2aa3e843a80bb9f3862bb50360cb36
erofs: Add support for FS_IOC_GETFSLABEL

Add support for reading to the erofs volume label from the
FS_IOC_GETFSLABEL ioctls.

Signed-off-by: Bo Liu (OpenAnolis) <liubo03@inspur.com>
Reviewed-by: Gao Xiang <hsiangkao@linux.alibaba.com>
Reviewed-by: Chao Yu <chao@kernel.org>
Reviewed-by: Hongbo Li <lihongbo22@huawei.com>
Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
fs/erofs/data.c
fs/erofs/dir.c
fs/erofs/inode.c
fs/erofs/internal.h
fs/erofs/super.c