<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtd-utils.git, branch v1.2.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.2.0</id>
<link rel='self' href='https://git.infraroot.at/mtd-utils.git/atom?h=v1.2.0'/>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/'/>
<updated>2008-06-27T16:21:28+00:00</updated>
<entry>
<title>ubiupdatevol: minor tweak</title>
<updated>2008-06-27T16:21:28+00:00</updated>
<author>
<name>Artem Bityutskiy</name>
<email>Artem.Bityutskiy@nokia.com</email>
</author>
<published>2008-06-27T16:21:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=230b13b2d9b109b5c166b4b0334609b52b452d12'/>
<id>urn:sha1:230b13b2d9b109b5c166b4b0334609b52b452d12</id>
<content type='text'>
Undo my weird change which slipped accidentally to the commit.

Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
<entry>
<title>ubiupdate: support reading from stdio</title>
<updated>2008-06-27T16:17:42+00:00</updated>
<author>
<name>Hamish Moffatt</name>
<email>hamish@cloud.net.au</email>
</author>
<published>2008-06-27T16:13:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=8ec6531393464519a9d2720c27be200d226c21fb'/>
<id>urn:sha1:8ec6531393464519a9d2720c27be200d226c21fb</id>
<content type='text'>
1. Adds -s/--size switch;
2. Allows the image file to be specified as '-', meaning stdin; if used,
the size must be specified.

Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
<entry>
<title>ubiformat: reverse question about vid offset change</title>
<updated>2008-06-25T15:24:31+00:00</updated>
<author>
<name>Bernard Blackham</name>
<email>bernard@largestprime.net</email>
</author>
<published>2008-06-25T13:17:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=c55490a0224af1147677977b5895c619aead3949'/>
<id>urn:sha1:c55490a0224af1147677977b5895c619aead3949</id>
<content type='text'>
Users can pass the -O option to ubiformat to override the VID header
offset on the command-line. If for some reason, the new offset does
not match what is on flash, ubiformat currently prompts the user if
they'd rather use the *old* offsets.  This means that calling
ubiformat with --yes will not do what was requested on the
command-line.

This patch reverses the question so --yes is actually useful for
running in batch-mode.

Signed-off-by: Bernard Blackham &lt;bernard@largestprime.net&gt;
Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
<entry>
<title>mkfs.jffs2: Add Support for Symlinks to Device Table</title>
<updated>2008-06-18T13:07:24+00:00</updated>
<author>
<name>Grant Erickson</name>
<email>gerickson@nuovations.com</email>
</author>
<published>2008-06-13T15:46:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=d769da93a56590c23ce9430a1d970e31e835ae88'/>
<id>urn:sha1:d769da93a56590c23ce9430a1d970e31e835ae88</id>
<content type='text'>
Added support for symbolic links to the grammar of the device table file
such that links that already exist in the root working directory may
have their permissions and ownership changed. Creating symbolic links
anew is still unsupported.

Added a note to this effect in the manual reference page.

Print out the type character when encountering an unsupported file type
(e.g. symbolic links when created anew).

Signed-off-by: Grant Erickson &lt;gerickson@nuovations.com&gt;
Signed-off-by: Josh Boyer &lt;jwboyer@vader.jdub.homelinux.org&gt;
</content>
</entry>
<entry>
<title>mkfs.jffs2: Remove Incorrect Find Optimization</title>
<updated>2008-06-18T13:07:20+00:00</updated>
<author>
<name>Grant Erickson</name>
<email>gerickson@nuovations.com</email>
</author>
<published>2008-06-13T15:46:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=1263a74aff28f969043c89d0235b332529df4a30'/>
<id>urn:sha1:1263a74aff28f969043c89d0235b332529df4a30</id>
<content type='text'>
Remove performance optimization in find_filesystem_entry that prevented
the successful simultaneous use of --root and --devtable where the
latter is only used to fix-up permissions and ownership and to create
device nodes.

As it stood, the performance optimization prevented a successful find
where directory recursion was required or where the file being searched
for had any mode permission bits set.

See http://lists.infradead.org/pipermail/linux-mtd/2008-June/021997.html
for additional information.

Signed-off-by: Grant Erickson &lt;gerickson@nuovations.com&gt;
Signed-off-by: Josh Boyer &lt;jwboyer@vader.jdub.homelinux.org&gt;
</content>
</entry>
<entry>
<title>respect CFLAGS/CPPFLAGS from build environment</title>
<updated>2008-06-18T12:58:52+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2008-06-11T21:49:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=a8523b2d61e2eb750447c57bff1f5fcae33ef8fc'/>
<id>urn:sha1:a8523b2d61e2eb750447c57bff1f5fcae33ef8fc</id>
<content type='text'>
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
Signed-off-by: Josh Boyer &lt;jwboyer@gmail.com&gt;
</content>
</entry>
<entry>
<title>fs-tests: fix rename bug in integrity test</title>
<updated>2008-06-17T10:54:23+00:00</updated>
<author>
<name>Adrian Hunter</name>
<email>ext-adrian.hunter@nokia.com</email>
</author>
<published>2008-06-17T10:54:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=b1da3d54f1dd2e1dc0316480cb0b6376d37e1cb5'/>
<id>urn:sha1:b1da3d54f1dd2e1dc0316480cb0b6376d37e1cb5</id>
<content type='text'>
Signed-off-by: Adrian Hunter &lt;ext-adrian.hunter@nokia.com&gt;
</content>
</entry>
<entry>
<title>fs-tests: add symlinks to integrity test</title>
<updated>2008-06-16T15:02:31+00:00</updated>
<author>
<name>Adrian Hunter</name>
<email>ext-adrian.hunter@nokia.com</email>
</author>
<published>2008-06-12T07:57:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=de93bb7da79427325b40568acd769987779cc3e5'/>
<id>urn:sha1:de93bb7da79427325b40568acd769987779cc3e5</id>
<content type='text'>
Signed-off-by: Adrian Hunter &lt;ext-adrian.hunter@nokia.com&gt;
</content>
</entry>
<entry>
<title>fs-tests: check link count in integrity test</title>
<updated>2008-06-16T15:02:31+00:00</updated>
<author>
<name>Adrian Hunter</name>
<email>ext-adrian.hunter@nokia.com</email>
</author>
<published>2008-06-11T12:34:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=ce6b30790d4cf6831ca261f2df8044ade9655be0'/>
<id>urn:sha1:ce6b30790d4cf6831ca261f2df8044ade9655be0</id>
<content type='text'>
Signed-off-by: Adrian Hunter &lt;ext-adrian.hunter@nokia.com&gt;
</content>
</entry>
<entry>
<title>fs-tests: add rename to integrity test</title>
<updated>2008-06-16T15:02:31+00:00</updated>
<author>
<name>Adrian Hunter</name>
<email>ext-adrian.hunter@nokia.com</email>
</author>
<published>2008-06-11T12:32:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=eec4f3ac96a28c4e5f54dd268fa195024ab2bebd'/>
<id>urn:sha1:eec4f3ac96a28c4e5f54dd268fa195024ab2bebd</id>
<content type='text'>
Signed-off-by: Adrian Hunter &lt;ext-adrian.hunter@nokia.com&gt;
</content>
</entry>
</feed>
