Skip to content

Commit 890484c

Browse files
committed
Update README.md
1 parent 9a1491c commit 890484c

File tree

1 file changed

+11
-36
lines changed

1 file changed

+11
-36
lines changed

README.md

Lines changed: 11 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -63,45 +63,20 @@ should not allocate more than CONFIG_BLOCK_DEV CACHE_SIZE.
6363

6464
Supported ext2/3/4 features
6565
=====
66-
Features incompatible:
66+
incompatible:
6767
------------
68-
* compression: no
69-
* filetype: yes
70-
* recover: no
71-
* journal_dev: no
72-
* meta_bg: yes
73-
* extents: yes
74-
* 64bit: yes
75-
* mmp: no
76-
* flex_bg: yes
77-
* ea_inode: no
78-
* dirdata: no
79-
* bg_meta_csum: no
80-
* largedir: no
81-
* inline_data: no
82-
83-
Features compatible:
84-
------------
85-
* dir_prealloc: no
86-
* imagic_inodes: no
87-
* has_journal: yes (in progress)
88-
* ext_attr: yes
89-
* resize_inode: no
90-
* dir_index: yes
91-
92-
Features read-only:
68+
* filetype, recover, meta_bg, extents, 64bit, flex_bg: **yes**
69+
* compression, journal_dev, mmp, ea_inode, dirdata, bg_meta_csum, largedir, inline_data: **no**
70+
71+
compatible:
9372
------------
94-
* sparse_super: yes
95-
* large_file: yes
96-
* btree_dir: yes
97-
* huge_file: yes
98-
* gdt_csum: yes
99-
* dir_nlink: yes
100-
* extra_isize: yes
101-
* quota: no
102-
* bigalloc: no
103-
* metadata_csum: yes
73+
* has_journal, ext_attr, dir_index: **yes**
74+
* dir_prealloc, imagic_inodes, resize_inode: **no**
10475

76+
read-only:
77+
------------
78+
* sparse_super, large_file, huge_file, gdt_csum, dir_nlink, extra_isize, metadata_csum: **yes**
79+
* quota, bigalloc, btree_dir: **no**
10580

10681
Project tree
10782
=====

0 commit comments

Comments
 (0)