<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/svanheule/tools/genext2fs, branch main</title>
<subtitle>Staging tree of Sander Vanheule</subtitle>
<id>https://git.openwrt.org/openwrt/staging/svanheule/atom?h=main</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/svanheule/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/svanheule/'/>
<updated>2022-10-22T20:53:24Z</updated>
<entry>
<title>tools/genext2fs: update to 1.5.0</title>
<updated>2022-10-22T20:53:24Z</updated>
<author>
<name>Nick Hainke</name>
</author>
<published>2022-08-21T07:33:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/svanheule/commit/?id=b6d29af9475f162b7258695299c2e95ce55c0b7c'/>
<id>urn:sha1:b6d29af9475f162b7258695299c2e95ce55c0b7c</id>
<content type='text'>
Update to latest version.

Remove patches:
- 100-c99_scanf.patch
- 200-autoconf.patch
- 300-blocksize-creator.patch
- 400-byteswap_fix.patch

Signed-off-by: Nick Hainke &lt;vincent@systemli.org&gt;
</content>
</entry>
<entry>
<title>tools/genext2fs: switch to codeload.github.com</title>
<updated>2022-10-22T20:53:24Z</updated>
<author>
<name>Nick Hainke</name>
</author>
<published>2022-08-21T06:43:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/svanheule/commit/?id=f21394c4d11bf5c773c4f7bd5a115977ddeb3e98'/>
<id>urn:sha1:f21394c4d11bf5c773c4f7bd5a115977ddeb3e98</id>
<content type='text'>
As written on the genext2fs.sourceforge.net page:
"If you want bugfixes and nicer features though, you will have to grab
the source from github and build it yourself."

This commit switches the download from sourceforge to
codeload.github.com.

Signed-off-by: Nick Hainke &lt;vincent@systemli.org&gt;
</content>
</entry>
<entry>
<title>treewide: clean up download hashes</title>
<updated>2016-12-16T21:39:22Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-12-16T16:32:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/svanheule/commit/?id=720b99215da295a2e7b4acdef30b58bec6acedc2'/>
<id>urn:sha1:720b99215da295a2e7b4acdef30b58bec6acedc2</id>
<content type='text'>
Replace *MD5SUM with *HASH, replace MD5 hashes with SHA256

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>tools: bring back genext2fs for apm821xx</title>
<updated>2016-07-23T17:37:20Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-07-23T17:33:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/svanheule/commit/?id=07577c5ebe1a49b5c05659559c2fd220647b33f6'/>
<id>urn:sha1:07577c5ebe1a49b5c05659559c2fd220647b33f6</id>
<content type='text'>
This reverts commit 8c68c104eaba65273280c7a4727fbb10ab10f5af.
It is used for apm821xx, which needs ext2 (not ext4) images for some
devices.

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>tools: drop unused genext2fs</title>
<updated>2015-04-20T13:58:22Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2015-04-20T13:58:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/svanheule/commit/?id=8c68c104eaba65273280c7a4727fbb10ab10f5af'/>
<id>urn:sha1:8c68c104eaba65273280c7a4727fbb10ab10f5af</id>
<content type='text'>
Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 45518
</content>
</entry>
<entry>
<title>tools: remove static linking support</title>
<updated>2015-02-06T00:00:43Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2015-02-06T00:00:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/svanheule/commit/?id=f7e56763e12bdff2261929bbcb691e770341d043'/>
<id>urn:sha1:f7e56763e12bdff2261929bbcb691e770341d043</id>
<content type='text'>
Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 44285
</content>
</entry>
<entry>
<title>tools: genext2fs: add support for blocksize != 1024</title>
<updated>2014-06-02T12:43:46Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2014-06-02T12:43:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/svanheule/commit/?id=b6fbe7bd5da6548323030ced25582d90c7a99cc7'/>
<id>urn:sha1:b6fbe7bd5da6548323030ced25582d90c7a99cc7</id>
<content type='text'>
This patch series is extracted from
http://ftp.de.debian.org/debian/pool/main/g/genext2fs/genext2fs_1.4.1-4.debian.tar.gz

The patches are used in Debian for quite a long time, so I assume that
this is solid material. At least, my Ubuntu host fsck.ext4 does not bark :-)

The goal is to allow building filesystems with larger blocksizes instead of the
current default of 1k. This should improve performance and lifetime when the
filesystem is stored e.g. on a SD card (on Raspberry Pi/I2SE Duckbill for example)
which uses internal flash memory. Writing to flash memory is slow because writing
the data of one block results in erasing a whole erase block of the flash memory.
Thus it is preferable to align the filesystem block size on a flash device with
the erase blocksize, or at least bring it closer to the later one, to avoid
unnecessary write amplification.

Signed-off-by: Michael Heimpold &lt;mhei@heimpold.de&gt;

SVN-Revision: 40921
</content>
</entry>
<entry>
<title>use HOST_STATIC_LINKING instead of hardcoding -static</title>
<updated>2012-08-12T12:34:30Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2012-08-12T12:34:30Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/svanheule/commit/?id=cf1698c6370d6a64f5f70a2dc5652d1fbc62afc3'/>
<id>urn:sha1:cf1698c6370d6a64f5f70a2dc5652d1fbc62afc3</id>
<content type='text'>
SVN-Revision: 33140
</content>
</entry>
<entry>
<title>genext2fs: link statically</title>
<updated>2012-08-10T19:26:28Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2012-08-10T19:26:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/svanheule/commit/?id=d505def9ba6314206886995b416ae28bccf94d47'/>
<id>urn:sha1:d505def9ba6314206886995b416ae28bccf94d47</id>
<content type='text'>
SVN-Revision: 33093
</content>
</entry>
<entry>
<title>tools/genext2fs: do not include the host getline.h, it breaks the tool in subtle ways, and the source already has a getline replacement</title>
<updated>2012-02-12T16:12:08Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2012-02-12T16:12:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/svanheule/commit/?id=c2e411fa8df2b8a53a00882ec1888d872a32c0ae'/>
<id>urn:sha1:c2e411fa8df2b8a53a00882ec1888d872a32c0ae</id>
<content type='text'>
SVN-Revision: 30479
</content>
</entry>
</feed>
