<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtd-utils.git/ubi-utils/include, branch v1.3.1</title>
<subtitle>A mirror of http://git.infradead.org/mtd-utils.git</subtitle>
<id>https://git.infraroot.at/mtd-utils.git/atom?h=v1.3.1</id>
<link rel='self' href='https://git.infraroot.at/mtd-utils.git/atom?h=v1.3.1'/>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/'/>
<updated>2009-07-26T15:45:03+00:00</updated>
<entry>
<title>ubinize: add sequence number support</title>
<updated>2009-07-26T15:45:03+00:00</updated>
<author>
<name>Artem Bityutskiy</name>
<email>Artem.Bityutskiy@nokia.com</email>
</author>
<published>2009-07-26T15:06:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=e1b213ceabcc5984c7cb9e73c44eaced31c6d7e9'/>
<id>urn:sha1:e1b213ceabcc5984c7cb9e73c44eaced31c6d7e9</id>
<content type='text'>
UBI now supports the image sequence number feature which
prevents UBI from mistakingly accepting half-written images,
if the image was written on top of an older image. Support
this feature in ubinize and make it pick a random
number for the UBI image sequence number.

Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
<entry>
<title>ubiformat: torture eraseblocks on write errors</title>
<updated>2009-07-26T12:40:32+00:00</updated>
<author>
<name>Artem Bityutskiy</name>
<email>Artem.Bityutskiy@nokia.com</email>
</author>
<published>2009-07-26T12:40:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=6624ef2ba2e9687929c53fe838910786270cd5c9'/>
<id>urn:sha1:6624ef2ba2e9687929c53fe838910786270cd5c9</id>
<content type='text'>
When fail to write to PEBs, and the error is EIO, torture the
PEB before marking it as bad. Basically, the code is copied
from the kernel UBI.

Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
<entry>
<title>libubi: add ubi_is_mapped() function</title>
<updated>2009-05-11T15:28:53+00:00</updated>
<author>
<name>Corentin Chary</name>
<email>corentincj@iksaif.net</email>
</author>
<published>2009-05-09T09:41:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=999757f7e892375b1a8dfe8b0ccb3a139d8c7f71'/>
<id>urn:sha1:999757f7e892375b1a8dfe8b0ccb3a139d8c7f71</id>
<content type='text'>
Signed-off-by: Corentin Chary &lt;corentincj@iksaif.net&gt;
Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
<entry>
<title>ubi-utils: add sysfs interface support and new tool</title>
<updated>2009-05-11T09:05:50+00:00</updated>
<author>
<name>Artem Bityutskiy</name>
<email>Artem.Bityutskiy@nokia.com</email>
</author>
<published>2009-04-26T06:01:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=32252f2b902d88f2991d260f2982b10b2016c33b'/>
<id>urn:sha1:32252f2b902d88f2991d260f2982b10b2016c33b</id>
<content type='text'>
This large commit makes several things.

1. Switches libmtd to use the new sysfs interface
2. Implements new handy 'mtdinfo' utility
3. Does minore amendmends in libubi and some ubi-tools.

Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
<entry>
<title>libubi: add ubi_leb_unmap interface</title>
<updated>2009-05-08T16:07:26+00:00</updated>
<author>
<name>Artem Bityutskiy</name>
<email>Artem.Bityutskiy@nokia.com</email>
</author>
<published>2009-05-08T15:50:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=954491b96b6c06f2e8f870434b7e420c3e8c32dd'/>
<id>urn:sha1:954491b96b6c06f2e8f870434b7e420c3e8c32dd</id>
<content type='text'>
Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
<entry>
<title>libubi: add ubi_set_property interface</title>
<updated>2009-05-08T16:07:26+00:00</updated>
<author>
<name>Artem Bityutskiy</name>
<email>Artem.Bityutskiy@nokia.com</email>
</author>
<published>2009-05-08T15:09:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=773d4c51ed414e01be701f3378cf9db486291a26'/>
<id>urn:sha1:773d4c51ed414e01be701f3378cf9db486291a26</id>
<content type='text'>
This is needed for io_paral test.
</content>
</entry>
<entry>
<title>libmtd: make type_str to be an array</title>
<updated>2009-05-08T16:07:26+00:00</updated>
<author>
<name>Artem Bityutskiy</name>
<email>Artem.Bityutskiy@nokia.com</email>
</author>
<published>2009-04-26T05:47:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=d41747f327b260c2fb470775fb9dc78d49a4d79e'/>
<id>urn:sha1:d41747f327b260c2fb470775fb9dc78d49a4d79e</id>
<content type='text'>
This is a prepearation to the coming sysfs interface support.

Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
<entry>
<title>libmtd: rename num field</title>
<updated>2009-05-08T16:07:26+00:00</updated>
<author>
<name>Artem Bityutskiy</name>
<email>Artem.Bityutskiy@nokia.com</email>
</author>
<published>2009-04-26T05:19:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=c900dff50cb7a6c21194aacd0ef2bfe734f7de8e'/>
<id>urn:sha1:c900dff50cb7a6c21194aacd0ef2bfe734f7de8e</id>
<content type='text'>
This is a preparation for the coming sysfs support.

Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
<entry>
<title>libmtd: rename rdonly field</title>
<updated>2009-05-08T16:07:26+00:00</updated>
<author>
<name>Artem Bityutskiy</name>
<email>Artem.Bityutskiy@nokia.com</email>
</author>
<published>2009-04-26T05:15:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=ff17b78ed0e37eb288460d87873599eae748cde7'/>
<id>urn:sha1:ff17b78ed0e37eb288460d87873599eae748cde7</id>
<content type='text'>
This is a preparation for the coming sysfs support.

Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
<entry>
<title>libmtd: rename allows_bb field</title>
<updated>2009-05-08T16:07:26+00:00</updated>
<author>
<name>Artem Bityutskiy</name>
<email>Artem.Bityutskiy@nokia.com</email>
</author>
<published>2009-04-26T05:11:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=2d57b66a576109db6a0a538377b744c06ed47451'/>
<id>urn:sha1:2d57b66a576109db6a0a538377b744c06ed47451</id>
<content type='text'>
This is a preparation for the coming sysfs support.

Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
</feed>
