Kconfig (1136fa0c07de570dc17858745af8be169d1440ba) | Kconfig (7f8e249dccc4c530cf26c2c091f5bb64e701c262) |
---|---|
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 --- 129 unchanged lines hidden (view full) --- 138config F2FS_IOSTAT 139 bool "F2FS IO statistics information" 140 depends on F2FS_FS 141 default y 142 help 143 Support getting IO statistics through sysfs and printing out periodic 144 IO statistics tracepoint events. You have to turn on "iostat_enable" 145 sysfs node to enable this feature. | 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 --- 129 unchanged lines hidden (view full) --- 138config F2FS_IOSTAT 139 bool "F2FS IO statistics information" 140 depends on F2FS_FS 141 default y 142 help 143 Support getting IO statistics through sysfs and printing out periodic 144 IO statistics tracepoint events. You have to turn on "iostat_enable" 145 sysfs node to enable this feature. |
146 147config F2FS_UNFAIR_RWSEM 148 bool "F2FS unfair rw_semaphore" 149 depends on F2FS_FS && BLK_CGROUP 150 help 151 Use unfair rw_semaphore, if system configured IO priority by block 152 cgroup. |
|