Code format in ext4_balloc
[lwext4.git] / lwext4 / ext4_mkfs.c
2015-11-17 gkostkaAdd to mkfs tool multiple features
2015-11-17 gkostkaImprove bg init in mkfs
2015-11-17 gkostkaAdd extra debug information
2015-11-17 gkostkaAdd to mkfs configurable descriptor size & hash seed...
2015-11-16 gkostkaCreate root & lost+found directories as index inodes...
2015-11-16 gkostkaMkfs works for ext2/ext3 features
2015-11-16 gkostkaIntroduce init_bgs in mkfs module
2015-11-16 gkostkaCreate default directory structure in mkfs
2015-11-16 gkostkaSblock fill by using to_le32/to_le_16 macros & drop...
2015-11-15 gkostkaAdd mkfs_initial and default inodes alocation
2015-11-15 gkostkaBlock group descriptors write in mkfs module
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