Page MenuHomeFreeBSD

kern/openzfs: Regulate the ZFS ARC pruning process precisely. (stable/13)
Needs ReviewPublic

Authored by seigo.tanimura_gmail.com on Mar 1 2024, 5:36 PM.
Tags
None
Referenced Files
F132485826: D44175.diff
Fri, Oct 17, 7:57 AM
Unknown Object (File)
Tue, Oct 14, 10:08 AM
Unknown Object (File)
Mon, Oct 6, 3:50 PM
Unknown Object (File)
Sep 2 2025, 1:26 PM
Unknown Object (File)
Sep 1 2025, 9:23 AM
Unknown Object (File)
Aug 29 2025, 2:27 PM
Unknown Object (File)
Aug 26 2025, 9:22 PM
Unknown Object (File)
Aug 22 2025, 2:32 PM

Details

Reviewers
olce
Summary

This fix essentially eliminates the high CPU usage caused by the ARC pruning
thread, acknowledged by FreeBSD-EN-23:18.openzfs.

  • Key Features
  • Accounting of the ZFS vnodes in use. (v_usecount > 0)
  • Recycling of the ZFS vnodes with the precise target.
  • Acceleration of the ZFS vnode recycling by the ARC eviction waiters.

PR: 275594
Reported By: Thomas Mueller <thmu7@freenet.de>
Security: FreeBSD-EN-23:18.openzfs
Signed-off-by: Seigo Tanimura <seigo.tanimura@gmail.com>

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 56979
Build 53867: arc lint + arc unit

Event Timeline

seigo.tanimura_gmail.com retitled this revision from kern/openzfs: Regulate the ZFS ARC pruning process precisely. to kern/openzfs: Regulate the ZFS ARC pruning process precisely. (stable/13).Mar 1 2024, 5:58 PM