Kconfig (976e3645923bdd2fe7893aae33fd7a21098bfb28) | Kconfig (ede7a09fc8815011d67942e5b4a3cb1882b7bcd9) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2config F2FS_FS 3 tristate "F2FS filesystem support" 4 depends on BLOCK 5 select NLS 6 select CRYPTO 7 select CRYPTO_CRC32 8 select F2FS_FS_XATTR if FS_ENCRYPTION | 1# SPDX-License-Identifier: GPL-2.0-only 2config F2FS_FS 3 tristate "F2FS filesystem support" 4 depends on BLOCK 5 select NLS 6 select CRYPTO 7 select CRYPTO_CRC32 8 select F2FS_FS_XATTR if FS_ENCRYPTION |
9 select FS_ENCRYPTION_ALGS if FS_ENCRYPTION |
|
9 help 10 F2FS is based on Log-structured File System (LFS), which supports 11 versatile "flash-friendly" features. The design has been focused on 12 addressing the fundamental issues in LFS, which are snowball effect 13 of wandering tree and high cleaning overhead. 14 15 Since flash-based storages show different characteristics according to 16 the internal geometry or flash memory management schemes aka FTL, F2FS --- 78 unchanged lines hidden --- | 10 help 11 F2FS is based on Log-structured File System (LFS), which supports 12 versatile "flash-friendly" features. The design has been focused on 13 addressing the fundamental issues in LFS, which are snowball effect 14 of wandering tree and high cleaning overhead. 15 16 Since flash-based storages show different characteristics according to 17 the internal geometry or flash memory management schemes aka FTL, F2FS --- 78 unchanged lines hidden --- |