<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtd-utils.git, branch v1.1.0</title>
<subtitle>A mirror of http://git.infradead.org/mtd-utils.git</subtitle>
<id>https://git.infraroot.at/mtd-utils.git/atom?h=v1.1.0</id>
<link rel='self' href='https://git.infraroot.at/mtd-utils.git/atom?h=v1.1.0'/>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/'/>
<updated>2007-08-03T13:55:51+00:00</updated>
<entry>
<title>Increment mkfs.jffs2 version number</title>
<updated>2007-08-03T13:55:51+00:00</updated>
<author>
<name>Josh Boyer</name>
<email>jwboyer@gmail.com</email>
</author>
<published>2007-08-03T13:55:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=3b4b1a09d0f0a753dc46b4f2f97200300010587b'/>
<id>urn:sha1:3b4b1a09d0f0a753dc46b4f2f97200300010587b</id>
<content type='text'>
Several change have gone into mkfs.jffs2 since we switch from CVS, but the
version number never got incremented.  Bump the version number up so people
can distinguish between older and newer versions.

Signed-off-by: Josh Boyer &lt;jwboyer@gmail.com&gt;
</content>
</entry>
<entry>
<title>Remove $Id:$ tags</title>
<updated>2007-08-03T13:49:10+00:00</updated>
<author>
<name>Josh Boyer</name>
<email>jwboyer@gmail.com</email>
</author>
<published>2007-08-03T13:49:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=144b274bb155ea63e9093d24439bf45ce6320d80'/>
<id>urn:sha1:144b274bb155ea63e9093d24439bf45ce6320d80</id>
<content type='text'>
The $Id:$ tags are left over from the old CVS repository.  Several files have
since been changed, and they generally have little value in a git repo so they
should be removed.

Signed-off-by: Josh Boyer &lt;jwboyer@gmail.com&gt;
</content>
</entry>
<entry>
<title>Disable LZO compression by default</title>
<updated>2007-08-03T13:34:38+00:00</updated>
<author>
<name>Josh Boyer</name>
<email>jwboyer@gmail.com</email>
</author>
<published>2007-08-03T13:34:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=ce386724bd784061896dc69ad6012768d526c3dc'/>
<id>urn:sha1:ce386724bd784061896dc69ad6012768d526c3dc</id>
<content type='text'>
When the recent LZO compression support went into mtd-utils recently,
it was enabled by default.  This means that mkfs.jffs2 will default to
creating images with lzo compression as the default.

Older kernels cannot decompress such images, so lzo should be disabled
by default.  The patch below fixes this.  To enable lzo compression
from now on, simply pass '-X lzo' as an option to mkfs.jffs2.

Signed-off-by: Josh Boyer &lt;jwboyer@gmail.com&gt;
</content>
</entry>
<entry>
<title>Use lzo2 libraries</title>
<updated>2007-07-23T14:15:29+00:00</updated>
<author>
<name>Josh Boyer</name>
<email>jwboyer@gmail.com</email>
</author>
<published>2007-07-23T14:15:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=9845d92440bd87739c89edd000fd6e0c47fab185'/>
<id>urn:sha1:9845d92440bd87739c89edd000fd6e0c47fab185</id>
<content type='text'>
Switch to using the more common lzo2 libraries for LZO compression.  They
should still work with the lzo1x interfaces.

Signed-off-by: Josh Boyer &lt;jwboyer@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add favourlzo compression mode</title>
<updated>2007-07-23T13:11:52+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@openedhand.com</email>
</author>
<published>2007-07-10T15:03:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=826c6adca21edd413ea32126be25ecf22cc13417'/>
<id>urn:sha1:826c6adca21edd413ea32126be25ecf22cc13417</id>
<content type='text'>
Add a favourlzo compression mode to mtd-utils

This allows lzo compression to be used in the cases where the
compression ratio isn't quite as good zlib. This can make sense in
certain use cases because LZO decompression is much faster than zlib.

Signed-off-by: Richard Purdie &lt;rpurdie@openedhand.com&gt;
Signed-off-by: Josh Boyer &lt;jwboyer@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add lzo support to mtd-utils</title>
<updated>2007-07-23T13:11:21+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@openedhand.com</email>
</author>
<published>2007-07-10T15:03:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=82f09a8b4e214e51c394ed9ff8882d1e736e205b'/>
<id>urn:sha1:82f09a8b4e214e51c394ed9ff8882d1e736e205b</id>
<content type='text'>
Add LZO support to mtd-utils to generate LZO compressed jffs2 images

Unlike the kernel version, the standard lzo userspace library is used
along with lzo1x_999_compress rather than the lzo1x_1_compress version
since better compression ratios can be obtained (at no significant cost
to decompression time).

Signed-off-by: Richard Purdie &lt;rpurdie@openedhand.com&gt;
Signed-off-by: Josh Boyer &lt;jwboyer@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add more information to integrity test error message</title>
<updated>2007-07-18T12:26:07+00:00</updated>
<author>
<name>Adrian Hunter</name>
<email>ext-adrian.hunter@nokia.com</email>
</author>
<published>2007-07-18T08:50:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=a6fa706fe9e7696b4b2045edf9698c3bac07e3e3'/>
<id>urn:sha1:a6fa706fe9e7696b4b2045edf9698c3bac07e3e3</id>
<content type='text'>
When the integrity test encounters a file that does not contain
the expected data, it lists the data that it expected to find
in terms of writes to the file.

Now the test also displays a list of "raw" writes that includes
writes that have been truncated away, or completely overwritten
by other writes.

The test also now displays the pid because it is used as the
initial random seed.

Signed-off-by: Adrian Hunter &lt;ext-adrian.hunter@nokia.com&gt;
</content>
</entry>
<entry>
<title>Correct integrity test calculations of free space</title>
<updated>2007-07-18T12:25:59+00:00</updated>
<author>
<name>Adrian Hunter</name>
<email>ext-adrian.hunter@nokia.com</email>
</author>
<published>2007-07-18T08:45:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=e6b8362298c4c2690065442fc1b38ab0af1cb105'/>
<id>urn:sha1:e6b8362298c4c2690065442fc1b38ab0af1cb105</id>
<content type='text'>
Signed-off-by: Adrian Hunter &lt;ext-adrian.hunter@nokia.com&gt;
</content>
</entry>
<entry>
<title>Amend tests not to insist that file system type is JFFS2</title>
<updated>2007-07-18T12:25:44+00:00</updated>
<author>
<name>Adrian Hunter</name>
<email>ext-adrian.hunter@nokia.com</email>
</author>
<published>2007-07-18T08:41:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=43e95b11417e5b61833fd9431259396f372fe3eb'/>
<id>urn:sha1:43e95b11417e5b61833fd9431259396f372fe3eb</id>
<content type='text'>
Signed-off-by: Adrian Hunter &lt;ext-adrian.hunter@nokia.com&gt;
</content>
</entry>
<entry>
<title>UBI-utils: add compare feature</title>
<updated>2007-07-10T18:00:43+00:00</updated>
<author>
<name>Alexander Schmidt</name>
<email>alexs@linux.vnet.ibm.com</email>
</author>
<published>2007-07-10T15:53:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=0d62e6a7338d8f25727f56ca14236954fc8f2cef'/>
<id>urn:sha1:0d62e6a7338d8f25727f56ca14236954fc8f2cef</id>
<content type='text'>
This is a new feature for pfiflash, called "--compare". It allows the user
to simulate a pfiflash session without actually changing the flash
content. If the flash content is equal to the data in the pfif file,
pfiflash returns zero. A positive value is returned when the flash
content differs from the pfi file, which indicates that an update is
necessary. This feature is useful when a controller mounts an NFS share
during boot and has to determine if a pfi file stored on this share
contains a code update. Modified PDD values are also registered by the
compare feature.

Signed-off-by: Alexander Schmidt &lt;alexs@linux.vnet.ibm.com&gt;
</content>
</entry>
</feed>
