]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
f2fs: control nat_bits feature via mount option
authorChao Yu <chao@kernel.org>
Sat, 8 Mar 2025 05:18:46 +0000 (13:18 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Sat, 8 Mar 2025 16:04:10 +0000 (16:04 +0000)
commitc2ecba026586cda6c7dc0fe9e6e60e7e9386c3bd
tree8b0c5b3e08781c401576df0e5f4aeb222716e34b
parent8a2d9f00d502e6ef68c6d52f0863856040ddd2db
f2fs: control nat_bits feature via mount option

Introduce a new mount option "nat_bits" to control nat_bits feature,
by default nat_bits feature is disabled.

Signed-off-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Documentation/filesystems/f2fs.rst
fs/f2fs/f2fs.h
fs/f2fs/node.c
fs/f2fs/super.c