Add logging to ext4_mkfs.
[lwext4.git] / src / ext4_mkfs.c
2023-01-19 Carl HetheringtonAdd logging to ext4_mkfs.
2022-06-20 Carl HetheringtonFix free block count in last block group.
2022-06-19 Carl HetheringtonFix potential buffer overwrite.
2021-03-12 Carl HetheringtonMerge branch 'carl2-opt' into carl2
2021-03-09 Carl HetheringtonAdd progress reporting for formatting.
2021-03-08 Carl HetheringtonUse writebytes when writing group descriptors.
2021-03-08 Carl HetheringtonWrite block/inode bitmaps and inode tables earlier.
2021-03-08 Carl HetheringtonWrite all block group headers sequentially.
2018-03-01 Grzegorz KostkaMerge pull request #36 from mmmaisel/dev
2018-03-01 Grzegorz KostkaMerge pull request #35 from mmmaisel/cmake
2018-03-01 Grzegorz KostkaMerge pull request #34 from mmmaisel/master
2018-03-01 Max Maiselext4-mkfs: Use correct partition size
2018-03-01 Max Maiselext4_mkfs: Added UUID parameter to create new filesyste...
2017-04-05 gkostkaChange include type policy
2017-03-24 Grzegorz KostkaMerge pull request #22 from branzhu/master
2017-03-24 branzhuFix issues with big-endian system
2017-02-21 gkostkaext4_mkfs: add journal node creation support
2016-08-19 Grzegorz KostkaMerge pull request #13 from mmajewicz/malloc_substitution
2016-08-19 Michał Majewiczext4: easy malloc/calloc/realloc/free substitution
2016-08-16 gkostkaext4_mkfs: little function name refactoring
2016-08-16 gkostkaext4_mkfs: improve block group init performance
2016-08-16 gkostkaext4_mkfs: merge fill_bgroups and write_bgroups into...
2016-03-21 gkostkaext4_mkfs: fix compilation warnings
2016-02-01 gkostkaext4_mkfs: move roundup and align macros to misc header
2016-01-31 ngkaho1234Refactor header files dependencies.
2016-01-30 ngkaho1234ext4: add read_only parameter to ext4_mount routine.
2016-01-28 ngkaho1234Reconstruct source directory tree.