ext4_mkfs: use EXT4_SUPERBLOCK_SIZE instead of sizeof op.
[lwext4.git] / lwext4 / ext4_mkfs.c
2015-11-15 ngkaho1234ext4_mkfs: use EXT4_SUPERBLOCK_SIZE instead of sizeof op.
2015-11-14 gkostkaext4_mkfs is able to create image with sblock and basic...
2015-11-14 ngkaho1234ext4_mkfs: fix SIGSEGV caused by inaccurate memory...
2015-10-27 gkostkaFeature set definitions refactoring (shorter names)
2015-10-27 gkostkaRefactor FEATURE_RO to FRO
2015-10-27 gkostkaRefactor FEATURE_COMPAT to FCOM
2015-10-23 ngkaho1234METADATA_CSUM: superblock checksum added.
2015-10-11 gkostkaImprove debug formatting
2015-10-11 gkostkaIntroduce bdev_write_sb to mkfs module
2015-10-11 gkostkaAdd superblock fill function
2015-10-11 gkostkaPort create_fs_aux_info form ext4-utils
2015-10-11 gkostkaAdd journal data to mkfs info
2015-10-11 gkostkaAdd mkfs to debug module
2015-10-11 gkostkaAdd ext4_mkfs function (incomplete yet)
2015-10-11 gkostkaAdd ext4_mkfs_read_info function
2015-10-11 gkostkaAdd ext4_mkfs module skeleton