Case-insensitive ext4
Case-insensitive ext4
Posted Mar 27, 2019 21:11 UTC (Wed) by rweikusat2 (subscriber, #117920)In reply to: Case-insensitive ext4 by mathstuf
Parent article: Case-insensitive ext4
It's possible to implement case-insensitive open in user space without doing a second linear search through a directory for every open.
Posted Mar 27, 2019 21:19 UTC (Wed)
by Cyberax (✭ supporter ✭, #52523)
[Link]
There's also the problem of making sure that no duplicate files exist.
Case-insensitive ext4