Update README.md v1.0.0
authorgkostka <kostka.grzegorz@gmail.com>
Tue, 9 Feb 2016 21:30:21 +0000 (22:30 +0100)
committergkostka <kostka.grzegorz@gmail.com>
Tue, 9 Feb 2016 21:30:21 +0000 (22:30 +0100)
README.md

index 4503635e798e7bdb62c9157bf966acc803ba0c61..11f4f8a618aa24acf8545275bf36180723088f64 100644 (file)
--- a/README.md
+++ b/README.md
@@ -63,45 +63,20 @@ should not allocate more than CONFIG_BLOCK_DEV CACHE_SIZE.
 
 Supported ext2/3/4 features
 =====
-Features incompatible:
+incompatible:
 ------------
-*  compression: no
-*  filetype: yes
-*  recover: no
-*  journal_dev: no
-*  meta_bg: yes
-*  extents: yes
-*  64bit: yes
-*  mmp: no
-*  flex_bg: yes
-*  ea_inode: no
-*  dirdata: no
-*  bg_meta_csum: no
-*  largedir: no
-*  inline_data: no
-
-Features compatible:
-------------
-*  dir_prealloc: no
-*  imagic_inodes: no
-*  has_journal: yes (in progress)
-*  ext_attr: yes
-*  resize_inode: no
-*  dir_index: yes
-
-Features read-only:
+*  filetype, recover, meta_bg, extents, 64bit, flex_bg: **yes**
+*  compression, journal_dev, mmp, ea_inode, dirdata, bg_meta_csum, largedir, inline_data: **no**
+
+compatible:
 ------------
-*  sparse_super: yes
-*  large_file: yes
-*  btree_dir: yes
-*  huge_file: yes
-*  gdt_csum: yes
-*  dir_nlink: yes
-*  extra_isize: yes
-*  quota: no
-*  bigalloc: no
-*  metadata_csum: yes
+*  has_journal, ext_attr, dir_index: **yes**
+*  dir_prealloc, imagic_inodes, resize_inode: **no**
 
+read-only:
+------------
+*  sparse_super, large_file, huge_file, gdt_csum, dir_nlink, extra_isize, metadata_csum: **yes**
+*  quota, bigalloc, btree_dir: **no**
 
 Project tree
 =====