Home | History | Annotate | Download | only in ext4-new-features

Lines Matching full:ext4

3 The directory ext4-new-features contains the tests related to the ext4
6 Ext4 is an advanced level of the ext3 filesystem which incorporates scalability
9 extensive information of ext4 can be found at the ext4 wiki site at the URL:
10 http://ext4.wiki.kernel.org
12 There are total 117 testcases for ext4 new features test that have been added.
15 prealloc, subdirectory limit and uninit groups of ext4.
16 The detail information of ext4 new features can be found at the URL:
17 http://ext4.wiki.kernel.org/index.php/New_ext4_features
22 The aim of the tests is to test ext4 new features.
26 # cd LTPROOT/testcases/kernel/fs/ext4-new-features
46 3. Before starting test ext4 new features, please check whether ext4 filesystem
70 ext4-delalloc-mballoc
73 allocation and delayed allocation of ext4.
75 ext4-ffsb-config
79 ext4-inode-version
82 on disk of ext4.
84 ext4-journal-checksum
87 of ext4.
89 ext4-nsec-timestamps
92 of ext4.
94 ext4-online-defrag
97 feature of ext4.
99 ext4-persist-prealloc
102 feature of ext4.
104 ext4-subdir-limit
107 of ext4. According to the kernel documentation, we create more than 32000
108 subdirectorys on the ext4 filesystem.
110 ext4-uninit-groups
113 feature of ext4.
117 This script contains some functions for ext4 new features test script.