[Bug 298254] tmpfs: Add option to mount case-insensitive
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 298254] FreeBSD tmpfs case-insensitive support"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
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.