]> Gentwo Git Trees - linux/.git/commit
Documentation: ext4: Document casefold and encrypt flags
authorDaniel Tang <danielzgtg.opensource@gmail.com>
Wed, 19 Nov 2025 14:32:13 +0000 (09:32 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 26 Nov 2025 22:13:34 +0000 (17:13 -0500)
commit39fc6d4d3527d790f090dcb10bdb82fd1a1d925a
tree239243e0d5da71189ffb590bbfc0027f876cdca3
parent4ada1e4f8937f1ae6b620e7b1c76e02b9b3a15be
Documentation: ext4: Document casefold and encrypt flags

Based on ext4(5) and fs/ext4/ext4.h.

For INCOMPAT_ENCRYPT, it's possible to create a new filesystem with that
flag without creating any encrypted inodes. ext4(5) says it adds
"support" but doesn't say whether anything's actually present like
COMPAT_RESIZE_INODE does.

Signed-off-by: Daniel Tang <danielzgtg.opensource@gmail.com>
Message-ID: <4506189.9SDvczpPoe@daniel-desktop3>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Documentation/filesystems/ext4/inodes.rst
Documentation/filesystems/ext4/super.rst