<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/mkresin/tools/genext2fs, branch master</title>
<subtitle>Staging tree of Mathias Kresin</subtitle>
<id>https://git.openwrt.org/openwrt/staging/mkresin/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/mkresin/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/mkresin/'/>
<updated>2016-12-16T21:39:22Z</updated>
<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/mkresin/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/mkresin/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/mkresin/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/mkresin/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/mkresin/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/mkresin/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/mkresin/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/mkresin/commit/?id=c2e411fa8df2b8a53a00882ec1888d872a32c0ae'/>
<id>urn:sha1:c2e411fa8df2b8a53a00882ec1888d872a32c0ae</id>
<content type='text'>
SVN-Revision: 30479
</content>
</entry>
<entry>
<title>tools: clean up Makefiles / make ccache work</title>
<updated>2012-01-15T11:43:13Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2012-01-15T11:43:13Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/mkresin/commit/?id=ccb6b0a063a4133ac59c811476b670c7d66f84ed'/>
<id>urn:sha1:ccb6b0a063a4133ac59c811476b670c7d66f84ed</id>
<content type='text'>
SVN-Revision: 29754
</content>
</entry>
<entry>
<title>get rid of $Id$ - it has never helped us and it has broken too many patches ;)</title>
<updated>2009-04-17T14:09:46Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2009-04-17T14:09:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/mkresin/commit/?id=34939cad39f516fceca45a9da7771901a1c9342b'/>
<id>urn:sha1:34939cad39f516fceca45a9da7771901a1c9342b</id>
<content type='text'>
SVN-Revision: 15242
</content>
</entry>
</feed>
