<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xavi/android_kernel_m2note/drivers/md/Kconfig, branch o-8.1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://gitea.privatedns.org/xavi/android_kernel_m2note/atom?h=o-8.1</id>
<link rel='self' href='https://gitea.privatedns.org/xavi/android_kernel_m2note/atom?h=o-8.1'/>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/android_kernel_m2note/'/>
<updated>2018-01-06T16:15:19+00:00</updated>
<entry>
<title>ANDROID: dm verity: add minimum prefetch size</title>
<updated>2018-01-06T16:15:19+00:00</updated>
<author>
<name>Keun-young Park</name>
<email>keunyoung@google.com</email>
</author>
<published>2016-11-15T02:25:15+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/android_kernel_m2note/commit/?id=de39d0452ac81b250ebf9ad346b74d93628d192e'/>
<id>urn:sha1:de39d0452ac81b250ebf9ad346b74d93628d192e</id>
<content type='text'>
- For device like eMMC, it gives better performance to read more hash
  blocks at a time.
- For android, set it to default 128.
  For other devices, set it to 1 which is the same as now.
- saved boot-up time by 300ms in tested device

bug: 32246564

Cc: Sami Tolvanen &lt;samitolvanen@google.com&gt;
Signed-off-by: Keun-young Park &lt;keunyoung@google.com&gt;
</content>
</entry>
<entry>
<title>ANDROID: dm: Add android verity target</title>
<updated>2017-12-27T18:08:51+00:00</updated>
<author>
<name>Badhri Jagan Sridharan</name>
<email>Badhri@google.com</email>
</author>
<published>2015-12-15T04:09:39+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/android_kernel_m2note/commit/?id=7f39f4bed841fa38c8ab8f425e9be7bb12d11874'/>
<id>urn:sha1:7f39f4bed841fa38c8ab8f425e9be7bb12d11874</id>
<content type='text'>
This device-mapper target is virtually a VERITY target. This
target is setup by reading the metadata contents piggybacked
to the actual data blocks in the block device. The signature
of the metadata contents are verified against the key included
in the system keyring. Upon success, the underlying verity
target is setup.

BUG: 27175947

Change-Id: I7e99644a0960ac8279f02c0158ed20999510ea97
Signed-off-by: Badhri Jagan Sridharan &lt;Badhri@google.com&gt;
</content>
</entry>
<entry>
<title>dm verity: add support for forward error correction</title>
<updated>2017-12-27T18:08:50+00:00</updated>
<author>
<name>Sami Tolvanen</name>
<email>samitolvanen@google.com</email>
</author>
<published>2015-12-07T11:19:01+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/android_kernel_m2note/commit/?id=e61bff8877f8e314a8a0812d3b3eaa20ccba7901'/>
<id>urn:sha1:e61bff8877f8e314a8a0812d3b3eaa20ccba7901</id>
<content type='text'>
Add support for correcting corrupted blocks using Reed-Solomon.

This code uses RS(255, N) interleaved across data and hash
blocks. Each error-correcting block covers N bytes evenly
distributed across the combined total data, so that each byte is a
maximum distance away from the others. This makes it possible to
recover from several consecutive corrupted blocks with relatively
small space overhead.

In addition, using verity hashes to locate erasures nearly doubles
the effectiveness of error correction. Being able to detect
corrupted blocks also improves performance, because only corrupted
blocks need to corrected.

For a 2 GiB partition, RS(255, 253) (two parity bytes for each
253-byte block) can correct up to 16 MiB of consecutive corrupted
blocks if erasures can be located, and 8 MiB if they cannot, with
16 MiB space overhead.

Bug: 21893453
Change-Id: Ib0372f49f45127e33bfe6b7182b0d608f56f3c7e
Signed-off-by: Sami Tolvanen &lt;samitolvanen@google.com&gt;
Signed-off-by: Mike Snitzer &lt;snitzer@redhat.com&gt;
(cherry picked from commit a431c56bf1764448c12fd2d545b15466d552460c)
</content>
</entry>
<entry>
<title>first commit</title>
<updated>2016-08-15T02:19:42+00:00</updated>
<author>
<name>Meizu OpenSource</name>
<email>patchwork@meizu.com</email>
</author>
<published>2016-08-15T02:19:42+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/android_kernel_m2note/commit/?id=d2e1446d81725c351dc73a03b397ce043fb18452'/>
<id>urn:sha1:d2e1446d81725c351dc73a03b397ce043fb18452</id>
<content type='text'>
</content>
</entry>
</feed>
