Page MenuHomeFreeBSD

vfs cache: Add NAMEILOOKUP to the whitelist of fastpath lookup flags
ClosedPublic

Authored by markj on May 26 2025, 1:57 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Aug 19, 11:01 PM
Unknown Object (File)
Sun, Aug 17, 11:32 PM
Unknown Object (File)
Thu, Aug 14, 12:34 AM
Unknown Object (File)
Mon, Aug 11, 11:20 AM
Unknown Object (File)
Sat, Aug 9, 6:55 AM
Unknown Object (File)
Sat, Jul 26, 2:36 AM
Unknown Object (File)
Jul 21 2025, 4:17 PM
Unknown Object (File)
Jul 21 2025, 7:45 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 64440
Build 61324: arc lint + arc unit

Event Timeline

markj requested review of this revision.May 26 2025, 1:57 PM

So otherwise fast lookup is effectively turned off?

This revision is now accepted and ready to land.May 26 2025, 4:53 PM
In D50532#1153545, @kib wrote:

So otherwise fast lookup is effectively turned off?

Yes, though not for open(2) because of the other bug (overwriting cn_flags).