| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-01-29 | Add a little more logging to mkfs. | Carl Hetherington | |
| 2022-06-20 | Fix free block count in last block group. | Carl Hetherington | |
| This calculation is done when making the group bitmaps but wasn't being done here, so e2fsck would give an error with certain partition sizes. | |||
| 2022-06-19 | Fix potential buffer overwrite. | Carl Hetherington | |
| 2021-03-09 | Add progress reporting for formatting. | Carl Hetherington | |
| 2021-03-09 | Use writebytes when writing group descriptors. | Carl Hetherington | |
| This may be faster but I should test it. The code is cleaner and should be equivalent, as far as I can see. | |||
| 2021-03-09 | Write block/inode bitmaps and inode tables earlier. | Carl Hetherington | |
| Before we would write blank block/inode bitmap tables then fill them in later. This is a bit of a hack to set up enough of the data structures (I think) to allow the correct block/inode bitmaps to be written first time. This may not be worth the hack/risk - I haven't tested the speed improvement carefully. | |||
| 2021-03-09 | Write all block group headers sequentially. | Carl Hetherington | |
| Before this the code would write: headers for blocks 0-127 (without group descriptors) group descriptors for blocks 0-127 to all blocks on disk headers for blocks 128-255 group descriptors for blocks 128-255 to all blocks on disk ... | |||
| 2018-03-01 | Merge pull request #36 from mmmaisel/dev | Grzegorz Kostka | |
| Improvements from ext4-browser project | |||
| 2018-03-01 | ext4-mkfs: Use correct partition size | Max Maisel | |
| 2018-03-01 | ext4_mkfs: Added UUID parameter to create new filesystems with non-zero UUID | Max Maisel | |
| 2017-04-05 | Change include type policy | gkostka | |
| Since all headers are ins separate directory, includes could be done by using <> instead of "". | |||
| 2017-03-24 | Fix issues with big-endian system | branzhu | |
| 2017-02-21 | ext4_mkfs: add journal node creation support | gkostka | |
| 2016-08-19 | ext4: easy malloc/calloc/realloc/free substitution | MichaĆ Majewicz | |
| 2016-08-16 | ext4_mkfs: little function name refactoring | gkostka | |
| 2016-08-16 | ext4_mkfs: improve block group init performance | gkostka | |
| 2016-08-16 | ext4_mkfs: merge fill_bgroups and write_bgroups into one function | gkostka | |
| Previous implementation might alloc a lot of memory to hold block group descriptors. Now only one block group descriptor is allocated. However, this might have some performance consequences. | |||
| 2016-03-21 | ext4_mkfs: fix compilation warnings | gkostka | |
| 2016-02-01 | ext4_mkfs: move roundup and align macros to misc header | gkostka | |
| 2016-01-31 | Refactor header files dependencies. | ngkaho1234 | |
| 2016-01-30 | ext4: add read_only parameter to ext4_mount routine. | ngkaho1234 | |
| Now users can mount a filesystem as read-only mode explicitly. | |||
| 2016-01-28 | Reconstruct source directory tree. | ngkaho1234 | |
