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)
Mon, Oct 6, 11:57 PM
Unknown Object (File)
Sat, Sep 20, 3:17 AM
Unknown Object (File)
Sep 12 2025, 5:06 PM
Unknown Object (File)
Sep 12 2025, 2:09 PM
Unknown Object (File)
Sep 5 2025, 3:27 PM
Unknown Object (File)
Sep 2 2025, 11:32 AM
Unknown Object (File)
Aug 25 2025, 11:45 PM
Unknown Object (File)
Aug 24 2025, 12:17 PM
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).