[Bug 298254] tmpfs: Add option to mount case-insensitive

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 09 Sep 2026 13:53:58 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=298254

crest@rlwinm.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |crest@rlwinm.de

--- Comment #2 from crest@rlwinm.de ---
It's not a pool wide ZFS option. It's a per ZFS filesystem create time option
similar to Unicode normalisation. The FreeBSD name cache doesn't support
anything but traditional UNIX exact match semantics. Implementing this feature
request would require either adding a tmpfs only name cache into its VOP_LOOKUP
or adding this features (and its overhead) to the global name cache. Adding the
filesystem specific home grown cache is what ZFS did to implement this.

-- 
You are receiving this mail because:
You are the assignee for the bug.