<feed xmlns='http://www.w3.org/2005/Atom'>
<title>netbsd/sys/dev/dm/dm_pdev.c, branch trunk</title>
<subtitle>NetBSD fork for lockdoc analysis</subtitle>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/'/>
<entry>
<title>fix typos in sys/dev/dm code comments and documentation.</title>
<updated>2021-08-21T22:23:33+00:00</updated>
<author>
<name>andvar</name>
<email>andvar@NetBSD.org</email>
</author>
<published>2021-08-21T22:23:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=c6207fc3e01ffea4d2da111753e022327e9c4e51'/>
<id>c6207fc3e01ffea4d2da111753e022327e9c4e51</id>
<content type='text'>
also remove some trailing space in documentation.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
also remove some trailing space in documentation.</pre>
</div>
</content>
</entry>
<entry>
<title>dm: Fix "table" output format of dm-linear and dm-stripe</title>
<updated>2019-12-20T16:16:36+00:00</updated>
<author>
<name>tkusumi</name>
<email>tkusumi@NetBSD.org</email>
</author>
<published>2019-12-20T16:16:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=35c700b993799c6f4137fb1420b546af4ccccabb'/>
<id>35c700b993799c6f4137fb1420b546af4ccccabb</id>
<content type='text'>
The existing "table" output showing device file path of pdev is
not compatible with dm in Linux kernel (and also DragonFlyBSD).
It should be showing "major:minor" instead.

taken-from: DragonFlyBSD</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The existing "table" output showing device file path of pdev is
not compatible with dm in Linux kernel (and also DragonFlyBSD).
It should be showing "major:minor" instead.

taken-from: DragonFlyBSD</pre>
</div>
</content>
</entry>
<entry>
<title>dm: Style cleanups (no functional changes)</title>
<updated>2019-12-15T14:39:42+00:00</updated>
<author>
<name>tkusumi</name>
<email>tkusumi@NetBSD.org</email>
</author>
<published>2019-12-15T14:39:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=335d67065cfb38d4598e84a619006f80235e5596'/>
<id>335d67065cfb38d4598e84a619006f80235e5596</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>dm: Fix memory leak in dm_pdev_rem()</title>
<updated>2019-12-13T15:49:22+00:00</updated>
<author>
<name>tkusumi</name>
<email>tkusumi@NetBSD.org</email>
</author>
<published>2019-12-13T15:49:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=7f8e50674f068e66d52f9ca5e301ece8bcaa1afe'/>
<id>7f8e50674f068e66d52f9ca5e301ece8bcaa1afe</id>
<content type='text'>
Need to free dmp regardless of dm_pdev_rem() return value.
taken-from: DragonFlyBSD</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Need to free dmp regardless of dm_pdev_rem() return value.
taken-from: DragonFlyBSD</pre>
</div>
</content>
</entry>
<entry>
<title>Switch to vn_bdev_open* functions.</title>
<updated>2019-12-08T12:14:40+00:00</updated>
<author>
<name>mlelstv</name>
<email>mlelstv@NetBSD.org</email>
</author>
<published>2019-12-08T12:14:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=69140b493e1f62711f9d2573c6e2ab8872683c6f'/>
<id>69140b493e1f62711f9d2573c6e2ab8872683c6f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>dm: Fix strange pointer declarations</title>
<updated>2019-12-07T15:28:39+00:00</updated>
<author>
<name>tkusumi</name>
<email>tkusumi@NetBSD.org</email>
</author>
<published>2019-12-07T15:28:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=6e7f0c2a2cd260b4143dc6377c755f675229665a'/>
<id>6e7f0c2a2cd260b4143dc6377c755f675229665a</id>
<content type='text'>
Should be "type *name" or "type* name", but not "type * name".
taken-from: DragonFlyBSD</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Should be "type *name" or "type* name", but not "type * name".
taken-from: DragonFlyBSD</pre>
</div>
</content>
</entry>
<entry>
<title>dm: Simplify list eviction code</title>
<updated>2019-12-07T06:26:31+00:00</updated>
<author>
<name>tkusumi</name>
<email>tkusumi@NetBSD.org</email>
</author>
<published>2019-12-07T06:26:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=717f3b97986b7f052707938883f4bb1da0133add'/>
<id>717f3b97986b7f052707938883f4bb1da0133add</id>
<content type='text'>
taken-from: DragonFlyBSD</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
taken-from: DragonFlyBSD</pre>
</div>
</content>
</entry>
<entry>
<title>dm: Remove trailing whitespace</title>
<updated>2019-12-06T16:46:14+00:00</updated>
<author>
<name>tkusumi</name>
<email>tkusumi@NetBSD.org</email>
</author>
<published>2019-12-06T16:46:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=8809ec4ef889a106b98f9e220a270c48ed0d3975'/>
<id>8809ec4ef889a106b98f9e220a270c48ed0d3975</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>dm: Minor fixes/cleanups</title>
<updated>2019-12-04T16:55:30+00:00</updated>
<author>
<name>tkusumi</name>
<email>tkusumi@NetBSD.org</email>
</author>
<published>2019-12-04T16:55:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=6ece5e4b5662e9aad3946ef2e74a5f81c26f8f70'/>
<id>6ece5e4b5662e9aad3946ef2e74a5f81c26f8f70</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>dm: style + whitespace + indentation fixes</title>
<updated>2019-12-04T15:31:12+00:00</updated>
<author>
<name>tkusumi</name>
<email>tkusumi@NetBSD.org</email>
</author>
<published>2019-12-04T15:31:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=700f61674206faebfb558227e0da2f6d18deee0c'/>
<id>700f61674206faebfb558227e0da2f6d18deee0c</id>
<content type='text'>
No functional changes.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
No functional changes.</pre>
</div>
</content>
</entry>
</feed>
