提交 015371fd 编写于 作者: J Joseph Qi

configs: disable ext4 encryption

fix #28198752

ext4 encryption will increase lock contention when opening directory and
result in performance drop in case will-it-scale open1.
Since we don't have explicit usecases as of now, so we decide to disabed
it.
Signed-off-by: NJoseph Qi <joseph.qi@linux.alibaba.com>
Reviewed-by: NDust Li <dust.li@linux.alibaba.com>
上级 1c5ab7a7
...@@ -4710,8 +4710,7 @@ CONFIG_EXT4_FS=m ...@@ -4710,8 +4710,7 @@ CONFIG_EXT4_FS=m
CONFIG_EXT4_USE_FOR_EXT2=y CONFIG_EXT4_USE_FOR_EXT2=y
CONFIG_EXT4_FS_POSIX_ACL=y CONFIG_EXT4_FS_POSIX_ACL=y
CONFIG_EXT4_FS_SECURITY=y CONFIG_EXT4_FS_SECURITY=y
CONFIG_EXT4_ENCRYPTION=y # CONFIG_EXT4_ENCRYPTION is not set
CONFIG_EXT4_FS_ENCRYPTION=y
# CONFIG_EXT4_DEBUG is not set # CONFIG_EXT4_DEBUG is not set
CONFIG_JBD2=m CONFIG_JBD2=m
# CONFIG_JBD2_DEBUG is not set # CONFIG_JBD2_DEBUG is not set
...@@ -4742,7 +4741,7 @@ CONFIG_EXPORTFS=y ...@@ -4742,7 +4741,7 @@ CONFIG_EXPORTFS=y
CONFIG_EXPORTFS_BLOCK_OPS=y CONFIG_EXPORTFS_BLOCK_OPS=y
CONFIG_FILE_LOCKING=y CONFIG_FILE_LOCKING=y
# CONFIG_MANDATORY_FILE_LOCKING is not set # CONFIG_MANDATORY_FILE_LOCKING is not set
CONFIG_FS_ENCRYPTION=m # CONFIG_FS_ENCRYPTION is not set
CONFIG_FSNOTIFY=y CONFIG_FSNOTIFY=y
CONFIG_DNOTIFY=y CONFIG_DNOTIFY=y
CONFIG_INOTIFY_USER=y CONFIG_INOTIFY_USER=y
......
...@@ -4692,8 +4692,7 @@ CONFIG_EXT4_FS=m ...@@ -4692,8 +4692,7 @@ CONFIG_EXT4_FS=m
CONFIG_EXT4_USE_FOR_EXT2=y CONFIG_EXT4_USE_FOR_EXT2=y
CONFIG_EXT4_FS_POSIX_ACL=y CONFIG_EXT4_FS_POSIX_ACL=y
CONFIG_EXT4_FS_SECURITY=y CONFIG_EXT4_FS_SECURITY=y
CONFIG_EXT4_ENCRYPTION=y # CONFIG_EXT4_ENCRYPTION is not set
CONFIG_EXT4_FS_ENCRYPTION=y
CONFIG_EXT4_DEBUG=y CONFIG_EXT4_DEBUG=y
CONFIG_JBD2=m CONFIG_JBD2=m
# CONFIG_JBD2_DEBUG is not set # CONFIG_JBD2_DEBUG is not set
...@@ -4724,7 +4723,7 @@ CONFIG_EXPORTFS=y ...@@ -4724,7 +4723,7 @@ CONFIG_EXPORTFS=y
CONFIG_EXPORTFS_BLOCK_OPS=y CONFIG_EXPORTFS_BLOCK_OPS=y
CONFIG_FILE_LOCKING=y CONFIG_FILE_LOCKING=y
# CONFIG_MANDATORY_FILE_LOCKING is not set # CONFIG_MANDATORY_FILE_LOCKING is not set
CONFIG_FS_ENCRYPTION=m # CONFIG_FS_ENCRYPTION is not set
CONFIG_FSNOTIFY=y CONFIG_FSNOTIFY=y
CONFIG_DNOTIFY=y CONFIG_DNOTIFY=y
CONFIG_INOTIFY_USER=y CONFIG_INOTIFY_USER=y
......
...@@ -3468,8 +3468,7 @@ CONFIG_EXT4_FS=y ...@@ -3468,8 +3468,7 @@ CONFIG_EXT4_FS=y
CONFIG_EXT4_USE_FOR_EXT2=y CONFIG_EXT4_USE_FOR_EXT2=y
CONFIG_EXT4_FS_POSIX_ACL=y CONFIG_EXT4_FS_POSIX_ACL=y
CONFIG_EXT4_FS_SECURITY=y CONFIG_EXT4_FS_SECURITY=y
CONFIG_EXT4_ENCRYPTION=y # CONFIG_EXT4_ENCRYPTION is not set
CONFIG_EXT4_FS_ENCRYPTION=y
# CONFIG_EXT4_DEBUG is not set # CONFIG_EXT4_DEBUG is not set
CONFIG_JBD2=y CONFIG_JBD2=y
# CONFIG_JBD2_DEBUG is not set # CONFIG_JBD2_DEBUG is not set
...@@ -3501,7 +3500,7 @@ CONFIG_EXPORTFS=y ...@@ -3501,7 +3500,7 @@ CONFIG_EXPORTFS=y
# CONFIG_EXPORTFS_BLOCK_OPS is not set # CONFIG_EXPORTFS_BLOCK_OPS is not set
CONFIG_FILE_LOCKING=y CONFIG_FILE_LOCKING=y
# CONFIG_MANDATORY_FILE_LOCKING is not set # CONFIG_MANDATORY_FILE_LOCKING is not set
CONFIG_FS_ENCRYPTION=y # CONFIG_FS_ENCRYPTION is not set
CONFIG_FSNOTIFY=y CONFIG_FSNOTIFY=y
CONFIG_DNOTIFY=y CONFIG_DNOTIFY=y
CONFIG_INOTIFY_USER=y CONFIG_INOTIFY_USER=y
......
...@@ -3471,8 +3471,7 @@ CONFIG_EXT4_FS=y ...@@ -3471,8 +3471,7 @@ CONFIG_EXT4_FS=y
CONFIG_EXT4_USE_FOR_EXT2=y CONFIG_EXT4_USE_FOR_EXT2=y
CONFIG_EXT4_FS_POSIX_ACL=y CONFIG_EXT4_FS_POSIX_ACL=y
CONFIG_EXT4_FS_SECURITY=y CONFIG_EXT4_FS_SECURITY=y
CONFIG_EXT4_ENCRYPTION=y # CONFIG_EXT4_ENCRYPTION is not set
CONFIG_EXT4_FS_ENCRYPTION=y
CONFIG_EXT4_DEBUG=y CONFIG_EXT4_DEBUG=y
CONFIG_JBD2=y CONFIG_JBD2=y
# CONFIG_JBD2_DEBUG is not set # CONFIG_JBD2_DEBUG is not set
...@@ -3504,7 +3503,7 @@ CONFIG_EXPORTFS=y ...@@ -3504,7 +3503,7 @@ CONFIG_EXPORTFS=y
# CONFIG_EXPORTFS_BLOCK_OPS is not set # CONFIG_EXPORTFS_BLOCK_OPS is not set
CONFIG_FILE_LOCKING=y CONFIG_FILE_LOCKING=y
# CONFIG_MANDATORY_FILE_LOCKING is not set # CONFIG_MANDATORY_FILE_LOCKING is not set
CONFIG_FS_ENCRYPTION=y # CONFIG_FS_ENCRYPTION is not set
CONFIG_FSNOTIFY=y CONFIG_FSNOTIFY=y
CONFIG_DNOTIFY=y CONFIG_DNOTIFY=y
CONFIG_INOTIFY_USER=y CONFIG_INOTIFY_USER=y
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册