summaryrefslogtreecommitdiff
path: root/src/ext4_fs.c
AgeCommit message (Collapse)Author
2022-06-18Revert "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-09Don't initialise inode tables during format.Carl Hetherington
2017-07-13Fix a compile issue with big endian config & some small issues fixesbranzhu
2017-04-05Change include type policygkostka
Since all headers are ins separate directory, includes could be done by using <> instead of "".
2017-03-24Fix issues with big-endian systembranzhu
2017-02-28ext4_fs: set i_extra_isize to ext4_sblock::min_extra_isizeKaho Ng
2017-02-21ext4_mkfs: add journal node creation supportgkostka
2016-06-30ext4: special inode creation supportKaho Ng
2016-05-16ext4_fs: zero the inode when allocatedngkaho1234
2016-05-13Refine extra_isize field handlingngkaho1234
2016-02-18Fix assertion fault when disk space is full.ngkaho1234
2016-02-03Fix type mismatch.ngkaho1234
2016-01-31Refactor header files dependencies.ngkaho1234
2016-01-30ext4_fs: fix read_only not being set on ext4_fs structure.ngkaho1234
2016-01-30ext4: add read_only parameter to ext4_mount routine.ngkaho1234
Now users can mount a filesystem as read-only mode explicitly.
2016-01-28Reconstruct source directory tree.ngkaho1234