Home | History | Annotate | Line # | Download | only in doc
      1 newfs_ext2fs support for EXTRA_ISIZE - not yet
      2 
      3 bunch of bin ext2 bugs - fsck_ext2fs et.al.
      4 
      5 64bit support meta data support - maybe only affects dirs and raises
      6   limit on max.filesystem?
      7 
      8 fix ext4.wiki - h_reserved[2] should actually be h_reserved[3] according
      9   to ext4 code
     10 
     11 xattr - dont forget refcount handling , with hash map (same as linux)
     12 - use roundup2() instead of custom macros
     13 
     14 EXTENTS:
     15 check if the inode_ext extents cache is actually used
     16 
     17 optimalization - on sync, only overwrite changed cgs? adv for bigger
     18     filesystems
     19 
     20 remove dup e2fs_mnton from m_fs
     21 
     22 maybe return limit to 32000 links for !DIR_NLINK fs (cross-check what Linux
     23     ext4 code)
     24 
     25 QUOTA support ?
     26 
     27 INODE_DATA support? (even linux is dev only)
     28