Page MenuHomeFreeBSD

mckusick (Marshall Kirk McKusick)
User

Projects

User Details

User Since
Oct 24 2014, 7:17 PM (543 w, 20 h)

Recent Activity

Thu, Mar 20

mckusick committed rG16649530b7be: Formatting and style cleanups. (authored by mckusick).
Formatting and style cleanups.
Thu, Mar 20, 8:38 PM

Wed, Mar 19

mckusick committed rGc2cd605e8c8a: Get consistent updates for UFS superblocks. (authored by mckusick).
Get consistent updates for UFS superblocks.
Wed, Mar 19, 11:35 PM

Fri, Mar 14

mckusick added inline comments to D49276: Get consistent updates for UFS superblocks.
Fri, Mar 14, 11:12 PM
mckusick updated the diff for D49276: Get consistent updates for UFS superblocks.

Clarify when the superblock is a copy and fix yet another Peter Holm test failure.

Fri, Mar 14, 11:11 PM
mckusick added inline comments to D49276: Get consistent updates for UFS superblocks.
Fri, Mar 14, 1:58 AM
mckusick updated the diff for D49276: Get consistent updates for UFS superblocks.

Update with kib comments.
Add fixes for bugs found by Peter Holm.

Fri, Mar 14, 1:57 AM

Fri, Mar 7

mckusick requested review of D49276: Get consistent updates for UFS superblocks.
Fri, Mar 7, 7:46 AM

Feb 16 2025

mckusick closed D48711: Defer the January 19, 2038 date limit in UFS1 filesystems to February 7, 2106.

This has been committed to head and MFC'ed to 14 and 13. It was committed to 13 in time to be part of the 13.5 distribution.

Feb 16 2025, 8:13 AM

Feb 10 2025

mckusick committed rGdfe803fdbc54: Defer the January 19, 2038 date limit in UFS1 filesystems to February 7, 2106 (authored by mckusick).
Defer the January 19, 2038 date limit in UFS1 filesystems to February 7, 2106
Feb 10 2025, 7:40 AM

Feb 7 2025

mckusick committed rG6f87402a02f0: Defer the January 19, 2038 date limit in UFS1 filesystems to February 7, 2106 (authored by mckusick).
Defer the January 19, 2038 date limit in UFS1 filesystems to February 7, 2106
Feb 7 2025, 12:28 AM

Feb 6 2025

mckusick abandoned D48794: Fix kernel build with GEOM_LABEL and no FFS.

I have accepted gleb's changes, so this issue is resolved.

Feb 6 2025, 8:01 PM
mckusick commandeered D48794: Fix kernel build with GEOM_LABEL and no FFS.

I have gone with Gleb's fix. It is simple and as Warner has pointed out `It's the least bad outcome. We are doing ffs things, even if they are minimal.' As I have pointed out, your change breaks libufs and would require many additional changes after making the needed fixes in libufs to the clients of libufs.

Feb 6 2025, 7:59 PM
mckusick committed rG5572827428bb: Defer the January 19, 2038 date limit in UFS1 filesystems to February 7, 2106 (authored by mckusick).
Defer the January 19, 2038 date limit in UFS1 filesystems to February 7, 2106
Feb 6 2025, 7:26 PM

Feb 1 2025

mckusick committed rG15eed13089da: Add notes for handling the January 19, 2038 date limit in UFS1 filesystems (authored by mckusick).
Add notes for handling the January 19, 2038 date limit in UFS1 filesystems
Feb 1 2025, 7:01 PM
mckusick added a comment to D48794: Fix kernel build with GEOM_LABEL and no FFS.

Actually, there is an even easier fix. Just move the declaration of vfs_ffs from ffs_alloc.c to ffs_subr.c. Then everything just works.

Feb 1 2025, 5:41 PM
mckusick added a comment to D48794: Fix kernel build with GEOM_LABEL and no FFS.

This will cause libufs to fail to build. Also, ffs_subr.c is supposed to contain all the kernel functionality needed by filesystem utilities. And ffs_oldfscompat_inode_read() is one of those functions.

Feb 1 2025, 7:12 AM

Jan 31 2025

mckusick committed rG6cd973d903c8: Update date of ffs.4 manual page. (authored by mckusick).
Update date of ffs.4 manual page.
Jan 31 2025, 1:32 AM
mckusick committed rG1111a44301da: Defer the January 19, 2038 date limit in UFS1 filesystems to February 7, 2106 (authored by mckusick).
Defer the January 19, 2038 date limit in UFS1 filesystems to February 7, 2106
Jan 31 2025, 1:32 AM
mckusick added inline comments to D48711: Defer the January 19, 2038 date limit in UFS1 filesystems to February 7, 2106.
Jan 31 2025, 1:14 AM

Jan 30 2025

mckusick updated the diff for D48711: Defer the January 19, 2038 date limit in UFS1 filesystems to February 7, 2106.

Updates to respond to reviewer feedback,

Jan 30 2025, 10:24 PM
mckusick added a comment to D48711: Defer the January 19, 2038 date limit in UFS1 filesystems to February 7, 2106.

I will follow up these comments with a new set of diffs reflecting suggested changes.

Jan 30 2025, 10:23 PM

Jan 29 2025

mckusick requested review of D48711: Defer the January 19, 2038 date limit in UFS1 filesystems to February 7, 2106.
Jan 29 2025, 1:58 AM

Jan 28 2025

mckusick committed rG256389eaf158: Fix build from aa90fbed151de5 by eliminating an unused variable. (authored by mckusick).
Fix build from aa90fbed151de5 by eliminating an unused variable.
Jan 28 2025, 8:49 AM
mckusick committed rGaa90fbed151d: Standardize the definition of a UFS dinode. (authored by mckusick).
Standardize the definition of a UFS dinode.
Jan 28 2025, 1:41 AM

Jan 25 2025

mckusick committed rG6a356edd4fc3: Fix backward compatibility with UFS1 filesystems created before June 2002 (authored by mckusick).
Fix backward compatibility with UFS1 filesystems created before June 2002
Jan 25 2025, 9:11 PM

Jan 24 2025

mckusick committed rG544ad91ef9f6: Use ffs_sbget() to replace open-coded superblock reload. (authored by mckusick).
Use ffs_sbget() to replace open-coded superblock reload.
Jan 24 2025, 1:23 AM

Jan 23 2025

mckusick committed rGbb14579988c5: Eliminate unneeded variables and computations. (authored by mckusick).
Eliminate unneeded variables and computations.
Jan 23 2025, 6:45 AM
mckusick committed rG26c483aec039: Fix backward compatibility with UFS1 filesystems created before June 2002 (authored by mckusick).
Fix backward compatibility with UFS1 filesystems created before June 2002
Jan 23 2025, 6:41 AM
mckusick committed rGf31c37f8acb2: Use ffs_sbget() to replace open-coded superblock reload. (authored by mckusick).
Use ffs_sbget() to replace open-coded superblock reload.
Jan 23 2025, 6:39 AM
mckusick committed rG996fe40e05c9: Eliminate unneeded variables and computations. (authored by mckusick).
Eliminate unneeded variables and computations.
Jan 23 2025, 6:37 AM

Jan 17 2025

mckusick closed D48472: Fix backward compatibility with UFS1 filesystems created before June 2002.

Committed as 661ca921e8cd56b17fc6615bc7e596e56e0e7c31

Jan 17 2025, 4:22 AM

Jan 16 2025

mckusick committed rG661ca921e8cd: Fix backward compatibility with UFS1 filesystems created before June 2002 (authored by mckusick).
Fix backward compatibility with UFS1 filesystems created before June 2002
Jan 16 2025, 6:45 PM

Jan 15 2025

mckusick requested review of D48472: Fix backward compatibility with UFS1 filesystems created before June 2002.
Jan 15 2025, 9:53 PM
mckusick committed rGc18a6c15f415: Use ffs_sbget() to replace open-coded superblock reload. (authored by mckusick).
Use ffs_sbget() to replace open-coded superblock reload.
Jan 15 2025, 9:11 PM

Jan 13 2025

mckusick accepted D48378: ffs_reallocblks(): ensure that pref cg is valid.

These changes look correct to me. I am surprised that it has taken this long to trip over this error case.

Jan 13 2025, 5:05 AM

Jan 12 2025

mckusick committed rGdf48361e7792: Eliminate unneeded variables and computations. (authored by mckusick).
Eliminate unneeded variables and computations.
Jan 12 2025, 9:52 PM

Jan 9 2025

mckusick added a comment to D48329: ls -h: humanize the total as well.

I agree that -h changes the format of all numbers, So it should just be "x MB".

Jan 9 2025, 6:26 AM
mckusick added a comment to D48374: bsdinstall: Remove advice to turn off SUJ for SSDs.

I largely agree with phk's analysis. SU+J does more writing than just SU (the extra writes being the journal data). Fsck runs very quickly on SSDs since random seeks do not slow it down as they do spinning rust. It would be worthwhile to run a timing test of fsck -p on a large SSD to see if it takes more than say 30 seconds but my guess is that it will not.

Jan 9 2025, 6:07 AM

Dec 18 2024

mckusick added a comment to D47887: style(9): deprecate blank lines without local vars.

Sorry, late to comment.

Dec 18 2024, 9:42 PM

Nov 13 2024

mckusick added a reverting change for rG8733bc277a38: vfs: don't provoke recycling non-free vnodes without a good reason: rG2ca9c96dc0cf: Revert commit 8733bc277a383cf59f38a83956f4f523869cfc90.
Nov 13 2024, 7:53 PM
mckusick committed rG2ca9c96dc0cf: Revert commit 8733bc277a383cf59f38a83956f4f523869cfc90 (authored by mckusick).
Revert commit 8733bc277a383cf59f38a83956f4f523869cfc90
Nov 13 2024, 7:52 PM
mckusick added a reverting change for rG8733bc277a38: vfs: don't provoke recycling non-free vnodes without a good reason: rGab05a1cf321a: Revert commit 8733bc277a383cf59f38a83956f4f523869cfc90.
Nov 13 2024, 7:47 PM
mckusick committed rGab05a1cf321a: Revert commit 8733bc277a383cf59f38a83956f4f523869cfc90 (authored by mckusick).
Revert commit 8733bc277a383cf59f38a83956f4f523869cfc90
Nov 13 2024, 7:47 PM

Oct 12 2024

mckusick committed rG51b1d399b2de: Ensure that soft updates are not enabled by default when using mdmfs(8) (authored by mckusick).
Ensure that soft updates are not enabled by default when using mdmfs(8)
Oct 12 2024, 10:33 PM
mckusick committed rG54416c6e1379: Ensure that soft updates are not enabled by default when using mdmfs(8) (authored by mckusick).
Ensure that soft updates are not enabled by default when using mdmfs(8)
Oct 12 2024, 10:30 PM

Oct 3 2024

mckusick committed rG5b21d4ad060a: Ensure that soft updates are not enabled by default when using mdmfs(8) (authored by mckusick).
Ensure that soft updates are not enabled by default when using mdmfs(8)
Oct 3 2024, 3:08 PM

Jul 28 2024

mckusick added a comment to D45625: getblk: avoid bufobj interlock when waiting on buf lock.

Sorry to be slow to comment. Like D45624, this change looks functionally correct. Again, the main issue for me is to understand what sort of workload it helps. Do you have an example benchmark whose performance is improved with this change?

Jul 28 2024, 11:42 PM
mckusick added a comment to D45624: lockmgr: introduce lock_sleepgen.

Sorry to be slow to comment. This change looks functionally correct. The main issue for me is to understand what sort of workload it helps. Do you have an example benchmark whose performance is improved with this change?

Jul 28 2024, 11:42 PM
mckusick committed rG21161df3e032: Do not allow snapshots on UFS filesystems using gjournal. (authored by mckusick).
Do not allow snapshots on UFS filesystems using gjournal.
Jul 28 2024, 7:07 PM
mckusick committed rGb45276b1693d: Do not allow snapshots on UFS filesystems using gjournal. (authored by mckusick).
Do not allow snapshots on UFS filesystems using gjournal.
Jul 28 2024, 7:04 PM

Jul 27 2024

mckusick added a comment to D45987: tmpfs: Account for whiteouts during rename/rmdir.

I do not remember why the change to allow the removing of directories with whiteouts became allowed. The changes in commit 996c772f581f56248 are quite extensive. If you can let me know which file(s) in that commit have the relevant changes, I can go back through the changes made in those files for the Lite/2 release to see if any explanation shows up.

Sure, I'm referring to:

--- a/sys/ufs/ufs/ufs_lookup.c
+++ b/sys/ufs/ufs/ufs_lookup.c
@@ -906,7 +961,7 @@ ufs_dirempty(ip, parentino, cred)
                if (dp->d_reclen == 0)
                        return (0);
                /* skip empty entries */
-               if (dp->d_ino == 0)
+               if (dp->d_ino == 0 || dp->d_ino == WINO)
                        continue;
                /* accept only "." and ".." */
 #              if (BYTE_ORDER == LITTLE_ENDIAN)

part of function ufs_dirempty(), which is (now, but if I'm not mistaken also was then) called only by ufs_rename() and ufs_rmdir().

Barring other reasons I can't see now, I think we'd better revert that behavior, both for logical reasons (the directory references no file but still has whiteout entries that we are going to lose silently) and practical ones (e.g., on Linux, whiteouts are implemented as device files, and thus rmdir() on directories holding some will fail with ENOTEMPTY; this is also to ease consistency in ZFS' code).

Jul 27 2024, 1:54 AM

Jul 25 2024

mckusick added a comment to D45987: tmpfs: Account for whiteouts during rename/rmdir.

I suspect that removing a directory with whiteouts was allowed for UFS only because not doing so would confuse most users not aware of whiteouts, as these are not printed by a regular ls. I doubt there was any other reason than that. It appears the test on WINO wasn't in 4.4BSD and was introduced in the Lite/2 commit (996c772f581f56248). Adding @mckusick as he might have some recollection of what lead to this decision.

Jul 25 2024, 6:32 AM
mckusick committed rGcab41e0dd31d: Do not allow snapshots on UFS filesystems using gjournal. (authored by mckusick).
Do not allow snapshots on UFS filesystems using gjournal.
Jul 25 2024, 6:11 AM

May 22 2024

mckusick committed rG017d52e38ab3: Enable soft updates by default for UFS2 filesystems. (authored by mckusick).
Enable soft updates by default for UFS2 filesystems.
May 22 2024, 7:23 PM

May 21 2024

mckusick accepted D45245: getblk: fail faster with GB_LOCK_NOWAIT.

I concur that this seems like a reasonable optimization.

May 21 2024, 5:23 AM
mckusick accepted D45248: lockmgr: make lockmgr_disowned public and use it.

Useful abstraction of internal state.

May 21 2024, 5:23 AM
mckusick accepted D45249: buf: define and use BUF_DISOWNED.

Better to avoid use of internal lock state.

May 21 2024, 5:23 AM

May 16 2024

mckusick committed rG6b2af2d88ffd: Enable soft updates by default for UFS2 filesystems. (authored by mckusick).
Enable soft updates by default for UFS2 filesystems.
May 16 2024, 11:45 PM
mckusick committed rG7465f9fc0646: Enable soft updates by default for UFS2 filesystems. (authored by mckusick).
Enable soft updates by default for UFS2 filesystems.
May 16 2024, 6:56 AM

May 15 2024

mckusick accepted D45208: vfs_domount_update(): postpone setting MNT_UNION until VFS_MOUNT() is done.

This looks like the correct fix. One other unrelated nit.

May 15 2024, 7:47 PM
mckusick committed rG61dece6d27fb: Enable soft updates by default for UFS2 filesystems. (authored by mckusick).
Enable soft updates by default for UFS2 filesystems.
May 15 2024, 5:41 AM
mckusick closed D45201: Enable soft updates by default for UFS2 filesystems.
May 15 2024, 5:41 AM
mckusick requested review of D45201: Enable soft updates by default for UFS2 filesystems.
May 15 2024, 12:32 AM

Mar 17 2024

mckusick added a comment to D44319: Support 64KB cluster size in MSDOSFS.

In general b_lblkno is for the use of the client of the buffer cache to use for whatever purpose they want. The b_blkno is what the underlying hardware is going to use to locate the requested data. The filesystem generally uses its BMAP routine to convert the b_lblkno to the appropriate b_blkno.

Mar 17 2024, 6:49 AM

Mar 11 2024

mckusick committed rG9cfb9a34bf15: Eliminate unnecessary UFS1 integrity checks. (authored by mckusick).
Eliminate unnecessary UFS1 integrity checks.
Mar 11 2024, 8:51 PM

Mar 5 2024

mckusick committed rG8c6964b779ce: Eliminate unnecessary UFS1 integrity checks. (authored by mckusick).
Eliminate unnecessary UFS1 integrity checks.
Mar 5 2024, 12:19 AM
mckusick committed rGfdfb8e783c3e: Eliminate unnecessary UFS1 integrity checks. (authored by mckusick).
Eliminate unnecessary UFS1 integrity checks.
Mar 5 2024, 12:10 AM

Feb 28 2024

mckusick added a comment to D38789: makefs: allow to create a immutable ffs (eg. rootfs).

[...] It would be possible to add another flag to the existing um_flags word with the semantic that the filesystem can be mounted only as read-only (UM_READONLY). Of course it would still be possible for the superuser to clear this flag but it takes slightly more effort.

Yes, that is a great approach!
I will look into it / make a proposal.

In a second step, we could guard the UM_READONLY flag via the
existing FFS superblock checksum logic in way that fsck will detect
and refuse to auto-repair a manual flag clean attempt.

Thank you!

Feb 28 2024, 10:42 PM
mckusick abandoned D41747: Ensure I/O buffers in fsck_ffs(8) are 64-byte aligned.

Relevant parts of these changes were incorporated in commit 772430dd6795585 as discussed in PR 267654 and review https://reviews.freebsd.org/D41724.

Feb 28 2024, 10:32 PM

Feb 20 2024

mckusick accepted D43978: Fix pseudo-inode calculation in FAT12/FAT16.

This does fix the problem as described in the summary.

Feb 20 2024, 6:01 AM
mckusick added a comment to D43978: Fix pseudo-inode calculation in FAT12/FAT16.

If I understand your change, you are coming up with a different synthetic inode value to ensure that it will be unique. Presumably this value is externally visible as the "st_ino" in the stat structure and the "d_fileno" in the dirent structure. If so, this value will be different after this change so any program that has saved it somewhere could get confused. Not sure if this is really an issue though.

Feb 20 2024, 3:36 AM
mckusick committed rGb241767f8ef3: Eliminate unnecessary UFS1 integrity checks. (authored by mckusick).
Eliminate unnecessary UFS1 integrity checks.
Feb 20 2024, 12:18 AM

Feb 17 2024

mckusick accepted D43951: Fix MSDOSFS rename (in case target exists).

Non-obvious bug, but once figured out the fix is simple and clearly correct.

Feb 17 2024, 8:39 PM

Dec 17 2023

mckusick committed rG2e4ac696d8d4: Increase UFS/FFS maximum link count from 32767 to 65530. (authored by mckusick).
Increase UFS/FFS maximum link count from 32767 to 65530.
Dec 17 2023, 3:49 AM
mckusick committed rG636bf719194c: Increase UFS/FFS maximum link count from 32767 to 65530. (authored by mckusick).
Increase UFS/FFS maximum link count from 32767 to 65530.
Dec 17 2023, 3:47 AM

Dec 4 2023

mckusick committed rG42bcec08a25f: Spacing and alignment cleanups. (authored by mckusick).
Spacing and alignment cleanups.
Dec 4 2023, 11:30 PM
mckusick committed rG468605fd3c38: Spacing and alignment cleanups. (authored by mckusick).
Spacing and alignment cleanups.
Dec 4 2023, 11:27 PM

Dec 3 2023

mckusick added a comment to D42767: Increase UFS/FFS maximum link count from 32767 to 65530.

I would be happy to review a subsequent patch to make i_nlink a 16-bit unsigned int and move/adapt the KASSERT() checking for underflow.

Dec 3 2023, 8:45 PM
mckusick closed D42767: Increase UFS/FFS maximum link count from 32767 to 65530.
Dec 3 2023, 8:41 PM
mckusick committed rG35a301555bff: Increase UFS/FFS maximum link count from 32767 to 65530. (authored by mckusick).
Increase UFS/FFS maximum link count from 32767 to 65530.
Dec 3 2023, 8:41 PM

Nov 28 2023

mckusick updated the diff for D42767: Increase UFS/FFS maximum link count from 32767 to 65530.

Change in-memory i_nlink to a signed 32-bit value so that can check that it has not gone negative before assigning it to the on-disk unsigned 16-bit di_nlink field.

Nov 28 2023, 5:45 PM
mckusick added a comment to D42767: Increase UFS/FFS maximum link count from 32767 to 65530.
In D42767#975487, @kib wrote:

ffs_softdep.c has several lines of kind

sys/ufs/ffs/ffs_softdep.c:    KASSERT(ip->i_nlink >= 0, ("handle_workitem_remove: file ino "

which no longer make sense.

There are less critical comparisons like ip->i_nlink <= 0 at least in ufs_inode.c and ufs_vnops.c which could be cleaned up.

Actually i_nlink is a signed 32-bit value where the nlink count is maintained while the inode is in memory. So it can in fact be checked for negative values which of course should never be copied to the 16-bit unsigned value that is maintained on the disk.

Nov 28 2023, 4:37 PM
mckusick added a comment to D42767: Increase UFS/FFS maximum link count from 32767 to 65530.
In D42767#975487, @kib wrote:

ffs_softdep.c has several lines of kind

sys/ufs/ffs/ffs_softdep.c:    KASSERT(ip->i_nlink >= 0, ("handle_workitem_remove: file ino "

which no longer make sense.

There are less critical comparisons like ip->i_nlink <= 0 at least in ufs_inode.c and ufs_vnops.c which could be cleaned up.

Nov 28 2023, 4:36 PM

Nov 25 2023

mckusick requested review of D42767: Increase UFS/FFS maximum link count from 32767 to 65530.
Nov 25 2023, 4:01 AM

Nov 17 2023

mckusick committed rGbde3cdf18d98: Spacing and alignment cleanups. (authored by mckusick).
Spacing and alignment cleanups.
Nov 17 2023, 10:40 PM
mckusick closed D41724: Ensure I/O buffers in libufs(3) are 128-byte aligned.
Nov 17 2023, 10:12 PM
mckusick committed rG772430dd6795: Ensure I/O buffers in libufs(3) are 128-byte aligned. (authored by mckusick).
Ensure I/O buffers in libufs(3) are 128-byte aligned.
Nov 17 2023, 10:12 PM
mckusick updated the diff for D41724: Ensure I/O buffers in libufs(3) are 128-byte aligned.

Per kib suggestions:

Nov 17 2023, 1:52 AM

Nov 15 2023

mckusick added inline comments to D41724: Ensure I/O buffers in libufs(3) are 128-byte aligned.
Nov 15 2023, 1:33 AM
mckusick updated the diff for D41724: Ensure I/O buffers in libufs(3) are 128-byte aligned.

Comments from kib.

Nov 15 2023, 1:26 AM
mckusick updated the summary of D41724: Ensure I/O buffers in libufs(3) are 128-byte aligned.
Nov 15 2023, 1:23 AM

Nov 12 2023

mckusick committed rGd3d779f64754: Delete snapshot after opening it when running fsck_ffs(9) in background. (authored by mckusick).
Delete snapshot after opening it when running fsck_ffs(9) in background.
Nov 12 2023, 6:52 AM
mckusick committed rG27133e6e86c1: Delete snapshot after opening it when running fsck_ffs(9) in background. (authored by mckusick).
Delete snapshot after opening it when running fsck_ffs(9) in background.
Nov 12 2023, 6:49 AM

Oct 28 2023

mckusick committed rGb08c5c8acf1e: Fix a bug in fsck_ffs(8) triggered by corrupted filesystems. (authored by mckusick).
Fix a bug in fsck_ffs(8) triggered by corrupted filesystems.
Oct 28 2023, 9:15 PM
mckusick committed rG0bd8274c8529: Fix a bug in fsck_ffs(8) triggered by corrupted filesystems. (authored by mckusick).
Fix a bug in fsck_ffs(8) triggered by corrupted filesystems.
Oct 28 2023, 9:11 PM

Oct 25 2023

mckusick committed rGd3a36e4b7459: Delete snapshot after opening it when running fsck_ffs(9) in background. (authored by mckusick).
Delete snapshot after opening it when running fsck_ffs(9) in background.
Oct 25 2023, 10:39 PM

Oct 20 2023

mckusick committed rG3943698c6dbe: Minor sysctl description cleanup. (authored by mckusick).
Minor sysctl description cleanup.
Oct 20 2023, 10:34 PM
mckusick committed rG1e39a0886e09: Fix a bug in fsck_ffs(8) triggered by corrupted filesystems. (authored by mckusick).
Fix a bug in fsck_ffs(8) triggered by corrupted filesystems.
Oct 20 2023, 10:16 PM

Oct 18 2023

mckusick accepted D41645: geom_union: Add test for geom_union..

Sorry, I thought I had approved this and missed your (useful) update.

Oct 18 2023, 3:59 AM

Sep 8 2023

mckusick updated the diff for D41747: Ensure I/O buffers in fsck_ffs(8) are 64-byte aligned.

Updates reflecting comments from kib.

Sep 8 2023, 6:36 AM