Page MenuHomeFreeBSD

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

Authored by seigo.tanimura_gmail.com on Mar 1 2024, 5:39 PM.
Tags
None
Referenced Files
F161446701: D44176.id.diff
Fri, Jul 3, 9:08 PM
Unknown Object (File)
Sun, Jun 28, 10:14 AM
Unknown Object (File)
Fri, Jun 26, 7:35 PM
Unknown Object (File)
Fri, Jun 26, 8:09 AM
Unknown Object (File)
Thu, Jun 25, 1:37 AM
Unknown Object (File)
Sat, Jun 20, 3:33 PM
Unknown Object (File)
May 30 2026, 1:39 PM
Unknown Object (File)
May 24 2026, 2:03 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 56981
Build 53869: 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. (releng/13.2).Mar 1 2024, 5:58 PM