@@ -28,75 +28,65 @@ if FSTESTS_EXT4_MANUAL_COVERAGE
2828
2929config FSTESTS_EXT4_SECTION_DEFAULTS
3030 bool "Enable testing section: ext4_defaults"
31- default y
3231 help
3332 Enabling this will test ext4 with the default options for the mkfs.ext4
3433 to create the filesystem.
3534
3635config FSTESTS_EXT4_SECTION_1K
3736 bool "Enable testing section: ext4_1k"
38- default y
3937 help
4038 Enabling this will test ext4 with the default options for the mkfs.ext4
4139 to create the filesystem but with 1k block size.
4240
4341config FSTESTS_EXT4_SECTION_2K
4442 bool "Enable testing section: ext4_2k"
45- default y
4643 help
4744 Enabling this will test ext4 with the default options for the mkfs.ext4
4845 to create the filesystem but with 1k block size.
4946
5047config FSTESTS_EXT4_SECTION_4K
5148 bool "Enable testing section: ext4_4k"
52- default y
5349 help
5450 Enabling this will test ext4 with the default options for the mkfs.ext4
5551 to create the filesystem but with 1k block size.
5652
5753config FSTESTS_EXT4_SECTION_BIGALLOC16K_4K
5854 bool "Enable testing section: ext4_bigalloc16k_4k"
59- default y
6055 help
6156 Enabling this will test ext4 with the default options for the mkfs.ext4
6257 to create the filesystem but with 4k block size using the bigalloc
6358 feature for 16k cluster sizes.
6459
6560config FSTESTS_EXT4_SECTION_BIGALLOC32K_4K
6661 bool "Enable testing section: ext4_bigalloc32k_4k"
67- default y
6862 help
6963 Enabling this will test ext4 with the default options for the mkfs.ext4
7064 to create the filesystem but with 4k block size using the bigalloc
7165 feature for 32k cluster sizes.
7266
7367config FSTESTS_EXT4_SECTION_BIGALLOC64K_4K
7468 bool "Enable testing section: ext4_bigalloc64k_4k"
75- default y
7669 help
7770 Enabling this will test ext4 with the default options for the mkfs.ext4
7871 to create the filesystem but with 4k block size using the bigalloc
7972 feature for 64k cluster sizes.
8073
8174config FSTESTS_EXT4_SECTION_BIGALLOC1024K_4K
8275 bool "Enable testing section: ext4_bigalloc1024k_4k"
83- default y
8476 help
8577 Enabling this will test ext4 with the default options for the mkfs.ext4
8678 to create the filesystem but with 4k block size using the bigalloc
8779 feature for 1M cluster sizes.
8880
8981config FSTESTS_EXT4_SECTION_BIGALLOC2048K_4K
9082 bool "Enable testing section: ext4_bigalloc2048k_4k"
91- default y
9283 help
9384 Enabling this will test ext4 with the default options for the mkfs.ext4
9485 to create the filesystem but with 4k block size using the bigalloc
9586 feature for 2M cluster sizes.
9687
9788config FSTESTS_EXT4_SECTION_ADVANCED_FEATURES
9889 bool "Enable testing section: ext4_advanced_features"
99- default y
10090 help
10191 Enabling this will test ext4 with the advanced features enabled.
10292 This enables a host which will use the following configuration:
0 commit comments