<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/ufs/ffs/ffs_alloc.c, branch releng/13.2</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F13.2</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F13.2'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2022-12-04T05:52:11Z</updated>
<entry>
<title>Explicitly initialize rather than reading newly allocated UFS inodes.</title>
<updated>2022-12-04T05:52:11Z</updated>
<author>
<name>Kirk McKusick</name>
<email>mckusick@FreeBSD.org</email>
</author>
<published>2022-08-13T20:50:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7317bd0de9731c787f58103bedc049dee7d18db9'/>
<id>urn:sha1:7317bd0de9731c787f58103bedc049dee7d18db9</id>
<content type='text'>
(cherry picked from commit 6b9d4fbb7fe550788d82168e7beeabcd5ad238ce)

Sponsored by: The FreeBSD Foundation
</content>
</entry>
<entry>
<title>Rewrite function definitions in the UFS/FFS code base with identifier lists.</title>
<updated>2022-07-20T19:47:09Z</updated>
<author>
<name>Kirk McKusick</name>
<email>mckusick@FreeBSD.org</email>
</author>
<published>2022-07-13T21:06:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8d4ccb9da296b32696854804ac18b4bb91f56f82'/>
<id>urn:sha1:8d4ccb9da296b32696854804ac18b4bb91f56f82</id>
<content type='text'>
No functional change to the code.

(cherry picked from commit 064e6b4303d8aec9cfd27653d4dd2abea829a6c7)

Fixes to build from 064e6b4:

(cherry picked from commit c792466f878a082a63683d3a8a1f7b468081d835)

(cherry picked from commit 2e66649e4f34188d92bd32b5ba7fde8d1e86ef40)
</content>
</entry>
<entry>
<title>ffs(3): Fix a common typo in source code comments</title>
<updated>2022-04-02T13:34:01Z</updated>
<author>
<name>Gordon Bergling</name>
<email>gbe@FreeBSD.org</email>
</author>
<published>2022-03-27T16:03:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fc39cc1df74514f490d6dc865b13768df1538da6'/>
<id>urn:sha1:fc39cc1df74514f490d6dc865b13768df1538da6</id>
<content type='text'>
- s/quadradically/quadratically/

Obtained from:	NetBSD

(cherry picked from commit 2733b242e4c69240fed52854682f0c3b0079be17)
</content>
</entry>
<entry>
<title>ffs: lock buffers after snaplk with LK_NOWITNESS</title>
<updated>2022-02-07T09:38:50Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2022-01-28T04:42:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=83d203e3d7f4103526bb68d0b0b5d470ea31061b'/>
<id>urn:sha1:83d203e3d7f4103526bb68d0b0b5d470ea31061b</id>
<content type='text'>
(cherry picked from commit 99aa3b731caa252e94d92add8cb02d077a24a256)
</content>
</entry>
<entry>
<title>ffs_alloc.c: order includes alphabetically</title>
<updated>2022-02-07T09:38:50Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2022-01-28T04:36:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=06d750909998550889c4c102ffd7d1e61bf64890'/>
<id>urn:sha1:06d750909998550889c4c102ffd7d1e61bf64890</id>
<content type='text'>
(cherry picked from commit e11b2b69c5a1d1463720f140e58f9c012cb1b83b)
</content>
</entry>
<entry>
<title>ffs: Remove assertions about locked um_devvp in several places</title>
<updated>2021-11-19T04:25:28Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2021-11-01T08:04:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=defbe7a7ca212fd93fc367f0d02ffa340635c4c4'/>
<id>urn:sha1:defbe7a7ca212fd93fc367f0d02ffa340635c4c4</id>
<content type='text'>
(cherry picked from commit 76b05e3e399133b59fc3e740cab9ae362358c9d6)
</content>
</entry>
<entry>
<title>ffs: retire unused fsckpid mount option</title>
<updated>2021-10-23T01:37:17Z</updated>
<author>
<name>Robert Wing</name>
<email>rew@FreeBSD.org</email>
</author>
<published>2021-10-02T23:11:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9a00da73a3dc15b5316e6eea805da8d2eeac4310'/>
<id>urn:sha1:9a00da73a3dc15b5316e6eea805da8d2eeac4310</id>
<content type='text'>
The fsckpid mount option was introduced in 927a12ae16433b50 along with a
couple sysctl's to support SU+J with snapshots. However, those sysctl's
were never used and eventually removed in f2620e9ceb3ede02.

There are no in-tree consumers of this mount option.

Reviewed by:	mckusick, kib
Differential Revision:	https://reviews.freebsd.org/D32015

(cherry picked from commit 9acea16404117f2f54475640ff036c12130707d8)
</content>
</entry>
<entry>
<title>ffs: mark block (re-)allocations as seqc writes</title>
<updated>2021-07-07T10:23:53Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2021-05-21T14:12:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a7a074d50aecfe5717d469a81018678ce2880cf1'/>
<id>urn:sha1:a7a074d50aecfe5717d469a81018678ce2880cf1</id>
<content type='text'>
(cherry picked from commit d4d289cd51078de9e82c9d83977cfa614032cd06)
</content>
</entry>
<entry>
<title>ffs: Correct the input size check in sysctl_ffs_fsck()</title>
<updated>2021-06-07T01:03:49Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2021-05-31T22:56:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d1b7ff3dac5727fba692e7de999e9b6834b72659'/>
<id>urn:sha1:d1b7ff3dac5727fba692e7de999e9b6834b72659</id>
<content type='text'>
Make sure we return an error if no input was specified, since
SYSCTL_IN() will report success in that case.

Reported by:	KMSAN
Reviewed by:	mckusick
Sponsored by:	The FreeBSD Foundation

(cherry picked from commit b2f9575646f89cdddcad76acae3e9305535506a2)
</content>
</entry>
<entry>
<title>ffs_reallocblks: change the guard for softdep_prealloc() call to DOINGSUJ()</title>
<updated>2021-02-25T12:55:18Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2021-02-19T12:37:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fd61ccfeb448ff77ff84978df68d9c2b025e0091'/>
<id>urn:sha1:fd61ccfeb448ff77ff84978df68d9c2b025e0091</id>
<content type='text'>
(cherry picked from commit cc9958bf22f1426faf4be8bf492ce69587a9008f)
</content>
</entry>
</feed>
