| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-06-18 | Revert "Don't initialise inode tables during format." | Carl Hetherington | |
| I think the flag which we were using here (to ask the OS to fill in the inode tables when the drive is first mounted) is only supported by ext4, so will be ignored when the disk is mounted as ext2. This means that e2fsck gives a long list of errors (DoM bug #2274). This reverts commit 6d34064b3a4b07218b01f6cc7700ee2ce68a7542. | |||
| 2021-03-09 | Don't initialise inode tables during format. | Carl Hetherington | |
| 2017-07-13 | Fix a compile issue with big endian config & some small issues fixes | branzhu | |
| 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-28 | ext4_fs: set i_extra_isize to ext4_sblock::min_extra_isize | Kaho Ng | |
| 2017-02-21 | ext4_mkfs: add journal node creation support | gkostka | |
| 2016-06-30 | ext4: special inode creation support | Kaho Ng | |
| 2016-05-16 | ext4_fs: zero the inode when allocated | ngkaho1234 | |
| 2016-05-13 | Refine extra_isize field handling | ngkaho1234 | |
| 2016-02-18 | Fix assertion fault when disk space is full. | ngkaho1234 | |
| 2016-02-03 | Fix type mismatch. | ngkaho1234 | |
| 2016-01-31 | Refactor header files dependencies. | ngkaho1234 | |
| 2016-01-30 | ext4_fs: fix read_only not being set on ext4_fs structure. | 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 | |
