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)
Sat, Mar 7, 1:25 PM
Unknown Object (File)
Sat, Feb 14, 6:05 PM
Unknown Object (File)
Wed, Feb 11, 9:54 PM
Unknown Object (File)
Wed, Feb 11, 8:50 PM
Unknown Object (File)
Feb 10 2026, 9:48 AM
Unknown Object (File)
Feb 9 2026, 9:17 PM
Unknown Object (File)
Feb 9 2026, 1:23 AM
Unknown Object (File)
Feb 8 2026, 10:12 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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).