<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lwext4/src/ext4_fs.c, branch disk-writer-debug</title>
<subtitle>Fork of lwext4 library for EXT2 filesystem manipulation</subtitle>
<id>https://git.carlh.net/cgit/lwext4/atom?h=disk-writer-debug</id>
<link rel='self' href='https://git.carlh.net/cgit/lwext4/atom?h=disk-writer-debug'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/lwext4/'/>
<updated>2022-06-18T21:02:43Z</updated>
<entry>
<title>Revert "Don't initialise inode tables during format."</title>
<updated>2022-06-18T21:02:43Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-06-18T16:42:08Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/lwext4/commit/?id=0774773de51df37d7af0d6ac920d304790a610c6'/>
<id>urn:sha1:0774773de51df37d7af0d6ac920d304790a610c6</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Don't initialise inode tables during format.</title>
<updated>2021-03-09T00:03:41Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-03-08T23:16:48Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/lwext4/commit/?id=6d34064b3a4b07218b01f6cc7700ee2ce68a7542'/>
<id>urn:sha1:6d34064b3a4b07218b01f6cc7700ee2ce68a7542</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a compile issue with big endian config &amp; some small issues fixes</title>
<updated>2017-07-13T11:33:02Z</updated>
<author>
<name>branzhu</name>
<email>bran.zhu@outlook.com</email>
</author>
<published>2017-07-13T10:48:43Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/lwext4/commit/?id=fb46550c54e6efbcd5ceb7f86d88e89ca9f1cee3'/>
<id>urn:sha1:fb46550c54e6efbcd5ceb7f86d88e89ca9f1cee3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change include type policy</title>
<updated>2017-04-05T18:12:52Z</updated>
<author>
<name>gkostka</name>
<email>kostka.grzegorz@gmail.com</email>
</author>
<published>2017-04-05T18:12:52Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/lwext4/commit/?id=782631e9388c38ac509823df916ea494e271a931'/>
<id>urn:sha1:782631e9388c38ac509823df916ea494e271a931</id>
<content type='text'>
Since all headers are ins separate directory, includes could be
done by using &lt;&gt; instead of "".
</content>
</entry>
<entry>
<title>Fix issues with big-endian system</title>
<updated>2017-03-24T04:51:51Z</updated>
<author>
<name>branzhu</name>
<email>branzhu@outlook.com</email>
</author>
<published>2017-03-24T04:51:51Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/lwext4/commit/?id=02eb05014ff09bbadca174a2924ff2bdbc69b97e'/>
<id>urn:sha1:02eb05014ff09bbadca174a2924ff2bdbc69b97e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ext4_fs: set i_extra_isize to ext4_sblock::min_extra_isize</title>
<updated>2017-02-27T16:18:50Z</updated>
<author>
<name>Kaho Ng</name>
<email>ngkaho1234@gmail.com</email>
</author>
<published>2017-02-27T16:17:43Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/lwext4/commit/?id=ffc811b4e0b2a4618f857923c0ce235fd3996692'/>
<id>urn:sha1:ffc811b4e0b2a4618f857923c0ce235fd3996692</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ext4_mkfs: add journal node creation support</title>
<updated>2017-02-21T21:05:26Z</updated>
<author>
<name>gkostka</name>
<email>kostka.grzegorz@gmail.com</email>
</author>
<published>2017-02-21T20:30:54Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/lwext4/commit/?id=12af982ed6f006c0ff4b73a2dc266d139d490904'/>
<id>urn:sha1:12af982ed6f006c0ff4b73a2dc266d139d490904</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ext4: special inode creation support</title>
<updated>2016-06-29T21:40:06Z</updated>
<author>
<name>Kaho Ng</name>
<email>ngkaho1234@gmail.com</email>
</author>
<published>2016-06-29T21:17:33Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/lwext4/commit/?id=0ac15f45592212176fb388cd51995c6cc53950ed'/>
<id>urn:sha1:0ac15f45592212176fb388cd51995c6cc53950ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ext4_fs: zero the inode when allocated</title>
<updated>2016-05-16T13:51:01Z</updated>
<author>
<name>ngkaho1234</name>
<email>ngkaho1234@gmail.com</email>
</author>
<published>2016-05-16T11:59:46Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/lwext4/commit/?id=81637302cb63cafb75e1390a0e9bdd0ebaee5677'/>
<id>urn:sha1:81637302cb63cafb75e1390a0e9bdd0ebaee5677</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refine extra_isize field handling</title>
<updated>2016-05-13T13:20:03Z</updated>
<author>
<name>ngkaho1234</name>
<email>ngkaho1234@gmail.com</email>
</author>
<published>2016-05-12T13:59:44Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/lwext4/commit/?id=5cdc17dc795e0a21486c97b5a34c8dff4bd60444'/>
<id>urn:sha1:5cdc17dc795e0a21486c97b5a34c8dff4bd60444</id>
<content type='text'>
</content>
</entry>
</feed>
