<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/vm/vm_object.c, branch stable/13</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=stable%2F13</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=stable%2F13'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2026-01-26T15:10:59Z</updated>
<entry>
<title>vm_object_page_remove(): clear pager even if there is no resident pages</title>
<updated>2026-01-26T15:10:59Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2025-11-22T20:39:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1dc8b622b36dc1d01e564825a079dfc7d231a4db'/>
<id>urn:sha1:1dc8b622b36dc1d01e564825a079dfc7d231a4db</id>
<content type='text'>
(cherry picked from commit 72a447d0bc768c7fe8a9c972f710c75afebd581b)
</content>
</entry>
<entry>
<title>vm_object: Report laundry pages in kinfo_vmobject</title>
<updated>2024-10-29T13:34:33Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2024-10-22T12:47:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9c139dd5bf40968f1e84ef607927acee4b80e7fd'/>
<id>urn:sha1:9c139dd5bf40968f1e84ef607927acee4b80e7fd</id>
<content type='text'>
Reviewed by:	bnovkov, kib
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D47214

(cherry picked from commit a86373bc93ee1c850943e8585d0d426479378145)
</content>
</entry>
<entry>
<title>sysctl vm.objects/vm.swap_objects: do not fill vnode info if jailed</title>
<updated>2024-01-24T13:04:38Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2024-01-13T01:46:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5c4e6fd30bbc859e06af1bdaa42eed32a5418b04'/>
<id>urn:sha1:5c4e6fd30bbc859e06af1bdaa42eed32a5418b04</id>
<content type='text'>
(cherry picked from commit 38f5f2a4af5daeec7f13d39cad1ff4dc90da52d8)
</content>
</entry>
<entry>
<title>vm/vm_object.c: minor cleanup</title>
<updated>2024-01-20T00:32:53Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2024-01-13T01:44:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=edef4d715eead740df4278cea9822aa29254a2a0'/>
<id>urn:sha1:edef4d715eead740df4278cea9822aa29254a2a0</id>
<content type='text'>
(cherry picked from commit 69748e62e82a1f5ef77fd3e1b0c9d7e6a89d22b2)
</content>
</entry>
<entry>
<title>sys: Remove $FreeBSD$: one-line .c pattern</title>
<updated>2023-08-23T17:43:25Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-22T01:31:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3bc80996974a61a4223eae4c1ccd47b6ee32a48a'/>
<id>urn:sha1:3bc80996974a61a4223eae4c1ccd47b6ee32a48a</id>
<content type='text'>
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/

Similar commit in current:
(cherry picked from commit 685dc743dc3b)
</content>
</entry>
<entry>
<title>vm_object: Fix a kernel memory disclosure via the vm_object list sysctl</title>
<updated>2023-01-23T13:50:31Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2023-01-16T15:53:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=09d0e6b74aab5ba7c4314aef8274c56cfb839f27'/>
<id>urn:sha1:09d0e6b74aab5ba7c4314aef8274c56cfb839f27</id>
<content type='text'>
Reported by:	Chris J-D &lt;chris@accessvector.net&gt;
MFC after:	1 week
Sponsored by:	The FreeBSD Foundation

(cherry picked from commit b050ee6c97e7f5b6f1e3adec69775fa41afc948f)
</content>
</entry>
<entry>
<title>Handle ERELOOKUP from VOP_FSYNC() in several other places</title>
<updated>2023-01-22T09:18:09Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2023-01-18T21:09:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7c09d62011bb084d3f7127edf2942bf6c9c3a6e2'/>
<id>urn:sha1:7c09d62011bb084d3f7127edf2942bf6c9c3a6e2</id>
<content type='text'>
(cherry picked from commit 6189672e600814fec4cc165d25ae050fb2f3a999)
</content>
</entry>
<entry>
<title>vm_object.c: minor style</title>
<updated>2023-01-22T09:18:09Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2023-01-19T18:32:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=40c26818931307321626db6968ef5e499864f747'/>
<id>urn:sha1:40c26818931307321626db6968ef5e499864f747</id>
<content type='text'>
(cherry picked from commit 70e1b11216c43e95118728f3684a1b8abc7034a1)
</content>
</entry>
<entry>
<title>ddb: don't limit pindex output in 'show vmopag'</title>
<updated>2022-11-14T17:04:12Z</updated>
<author>
<name>Mitchell Horne</name>
<email>mhorne@FreeBSD.org</email>
</author>
<published>2022-11-11T18:23:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=25ba3149917aa54889750044bde1047b6fd57fd9'/>
<id>urn:sha1:25ba3149917aa54889750044bde1047b6fd57fd9</id>
<content type='text'>
This command already prints a tremendous amount of output, and properly
obeys the pager. It no longer makes sense to arbitrarily limit the pages
that are printed, as the reader will not be aware that this has
happened.

Reviewed by:	markj
MFC after:	3 days
Differential Revision:	https://reviews.freebsd.org/D37361

(cherry picked from commit 03d6764b384e64c0e812c1a1b9b19c0e0d45cde2)
</content>
</entry>
<entry>
<title>vm_object: Assert that overcommit charge is released in the object dtor</title>
<updated>2022-07-19T13:36:32Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2022-07-12T12:53:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0a356f1eb9890c691364bdfed942f7b1bf758ab6'/>
<id>urn:sha1:0a356f1eb9890c691364bdfed942f7b1bf758ab6</id>
<content type='text'>
Reviewed by:	alc, kib
Sponsored by:	The FreeBSD Foundation

(cherry picked from commit e1979b45b63725972d394562f95d89f8cc9a0bb4)
</content>
</entry>
</feed>
