<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/fs/btrfs/tests/extent-buffer-tests.c, branch linux-5.1.y</title>
<subtitle>Hosts the 0x221E linux distro kernel.</subtitle>
<id>https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-5.1.y</id>
<link rel='self' href='https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-5.1.y'/>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/'/>
<updated>2018-05-29T16:12:52Z</updated>
<entry>
<title>btrfs: tests: drop newline from test_msg strings</title>
<updated>2018-05-29T16:12:52Z</updated>
<author>
<name>David Sterba</name>
<email>dsterba@suse.com</email>
</author>
<published>2018-05-16T22:00:44Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=315b76b46232758836f2d431e0963567f796116f'/>
<id>urn:sha1:315b76b46232758836f2d431e0963567f796116f</id>
<content type='text'>
Now that test_err strings do not need the newline, remove them also from
the test_msg.

Signed-off-by: David Sterba &lt;dsterba@suse.com&gt;
</content>
</entry>
<entry>
<title>btrfs: tests: add helper for error messages and update them</title>
<updated>2018-05-29T16:12:51Z</updated>
<author>
<name>David Sterba</name>
<email>dsterba@suse.com</email>
</author>
<published>2018-05-16T22:00:42Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=3c7251f2f8888086c5769f83651018a5494f784b'/>
<id>urn:sha1:3c7251f2f8888086c5769f83651018a5494f784b</id>
<content type='text'>
The test failures are not clearly visible in the system log as they're
printed at INFO level. Add a new helper that is level ERROR. As this
touches almost all strings, I took the opportunity to unify them:

- decapitalize the first letter as there's a prefix and the text
  continues after ":"
- glue strings split to more lines and un-indent so they fit to 80
  columns
- use %llu instead of %Lu
- drop \n from the modified messages (test_msg is left untouched)

Signed-off-by: David Sterba &lt;dsterba@suse.com&gt;
</content>
</entry>
<entry>
<title>btrfs: replace GPL boilerplate by SPDX -- sources</title>
<updated>2018-04-12T14:29:51Z</updated>
<author>
<name>David Sterba</name>
<email>dsterba@suse.com</email>
</author>
<published>2018-04-03T17:23:33Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=c1d7c514f745628eb096c5cbb10737855879ae25'/>
<id>urn:sha1:c1d7c514f745628eb096c5cbb10737855879ae25</id>
<content type='text'>
Remove GPL boilerplate text (long, short, one-line) and keep the rest,
ie. personal, company or original source copyright statements. Add the
SPDX header.

Signed-off-by: David Sterba &lt;dsterba@suse.com&gt;
</content>
</entry>
<entry>
<title>btrfs: pull node/sector/stripe sizes out of root and into fs_info</title>
<updated>2016-12-06T15:06:58Z</updated>
<author>
<name>Jeff Mahoney</name>
<email>jeffm@suse.com</email>
</author>
<published>2016-06-15T13:22:56Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=da17066c40472c2d6a1aab7bb0090c3d285531c9'/>
<id>urn:sha1:da17066c40472c2d6a1aab7bb0090c3d285531c9</id>
<content type='text'>
We track the node sizes per-root, but they never vary from the values
in the superblock.  This patch messes with the 80-column style a bit,
but subsequent patches to factor out root-&gt;fs_info into a convenience
variable fix it up again.

Signed-off-by: Jeff Mahoney &lt;jeffm@suse.com&gt;
Signed-off-by: David Sterba &lt;dsterba@suse.com&gt;
</content>
</entry>
<entry>
<title>btrfs: tests, require fs_info for root</title>
<updated>2016-07-26T11:53:18Z</updated>
<author>
<name>Jeff Mahoney</name>
<email>jeffm@suse.com</email>
</author>
<published>2016-06-20T18:14:09Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=7c0260ee098db7a05fd68812b2e21ce2e19dfcf0'/>
<id>urn:sha1:7c0260ee098db7a05fd68812b2e21ce2e19dfcf0</id>
<content type='text'>
This allows the upcoming patchset to push nodesize and sectorsize into
fs_info.

Signed-off-by: Jeff Mahoney &lt;jeffm@suse.com&gt;
Signed-off-by: David Sterba &lt;dsterba@suse.com&gt;
</content>
</entry>
<entry>
<title>Btrfs: self-tests: Use macros instead of constants and add missing newline</title>
<updated>2016-06-06T15:17:12Z</updated>
<author>
<name>Feifei Xu</name>
<email>xufeifei@linux.vnet.ibm.com</email>
</author>
<published>2016-06-01T11:18:28Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=ef9f2db365c31433e52b0c5863793273bb632666'/>
<id>urn:sha1:ef9f2db365c31433e52b0c5863793273bb632666</id>
<content type='text'>
This commit replaces numerical constants with appropriate
preprocessor macros.

Reviewed-by: Josef Bacik &lt;jbacik@fb.com&gt;
Signed-off-by: Chandan Rajendra &lt;chandan@linux.vnet.ibm.com&gt;
Signed-off-by: Feifei Xu &lt;xufeifei@linux.vnet.ibm.com&gt;
Signed-off-by: David Sterba &lt;dsterba@suse.com&gt;
</content>
</entry>
<entry>
<title>Btrfs: self-tests: Support non-4k page size</title>
<updated>2016-06-02T17:23:14Z</updated>
<author>
<name>Feifei Xu</name>
<email>xufeifei@linux.vnet.ibm.com</email>
</author>
<published>2016-06-01T11:18:25Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=b9ef22dedde08ab1b4ccd5f53344984c4dcb89f4'/>
<id>urn:sha1:b9ef22dedde08ab1b4ccd5f53344984c4dcb89f4</id>
<content type='text'>
self-tests code assumes 4k as the sectorsize and nodesize. This commit
fix hardcoded 4K. Enables the self-tests code to be executed on non-4k
page sized systems (e.g. ppc64).

Reviewed-by: Josef Bacik &lt;jbacik@fb.com&gt;
Signed-off-by: Feifei Xu &lt;xufeifei@linux.vnet.ibm.com&gt;
Signed-off-by: Chandan Rajendra &lt;chandan@linux.vnet.ibm.com&gt;
Signed-off-by: David Sterba &lt;dsterba@suse.com&gt;
</content>
</entry>
<entry>
<title>btrfs: unify extent buffer allocation api</title>
<updated>2014-12-12T17:26:55Z</updated>
<author>
<name>David Sterba</name>
<email>dsterba@suse.cz</email>
</author>
<published>2014-06-15T01:20:26Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=3f556f7853ec4845a7c219d026cbcdf4cfa8cea7'/>
<id>urn:sha1:3f556f7853ec4845a7c219d026cbcdf4cfa8cea7</id>
<content type='text'>
Make the extent buffer allocation interface consistent.  Cloned eb will
set a valid fs_info.  For dummy eb, we can drop the length parameter and
set it from fs_info.

The built-in sanity checks may pass a NULL fs_info that's queried for
nodesize, but we know it's 4096.

Signed-off-by: David Sterba &lt;dsterba@suse.cz&gt;
</content>
</entry>
<entry>
<title>Btrfs: add a sanity test for btrfs_split_item</title>
<updated>2013-11-12T02:51:02Z</updated>
<author>
<name>Josef Bacik</name>
<email>jbacik@fusionio.com</email>
</author>
<published>2013-09-19T20:07:01Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=06ea65a398a2501e94beee3a425d07e1846ff25a'/>
<id>urn:sha1:06ea65a398a2501e94beee3a425d07e1846ff25a</id>
<content type='text'>
While looking at somebodys corruption I became completely convinced that
btrfs_split_item was broken, so I wrote this test to verify that it was working
as it was supposed to.  Thankfully it appears to be working as intended, so just
add this test to make sure nobody breaks it in the future.  Thanks,

Signed-off-by: Josef Bacik &lt;jbacik@fusionio.com&gt;
Signed-off-by: Chris Mason &lt;chris.mason@fusionio.com&gt;
</content>
</entry>
</feed>
