News: 0001506047

  ARM Give a man a fire and he's warm for a day, but set fire to him and he's warm for the rest of his life (Terry Pratchett, Jingo)

Tmpfs Adding Case Insensitive Support For Wine / Steam Play & Flatpaks

([Linux Storage] 4 Hours Ago Tmpfs With Linux 6.13)


In addition to the [1]EXT4 and XFS atomic write support , another interesting pull request sent in today by Microsoft's Christian Brauner is adding case-insensitive file/folder support for the Tmpfs file-system to benefit use-cases like Wine / Steam Play compatibility layers and sandboxing/container facilities like Flatpak.

Following file-systems like [2]EXT4 and [3]F2FS that have supported optional case-insensitive file/folder support, the Tmpfs file-system is now seeing similar support. As with the other file-systems, the case insensitive lookup ability is being driven in part for enhancing compatibility layers like Wine and in turn Valve's Steam Play (Proton) for better dealing with Windows software that isn't always graceful around case sensitive file-systems.

With Tmpfs being a temporary file-system residing in RAM, there are some differences in handling compared to the case folding on EXT4 and F2FS. Christian Brauner explained in the [4]VFS Tmpfs pull request for Linux 6.13:

"This adds case-insensitive support for tmpfs.

The work contained in here adds support for case-insensitive file names lookups in tmpfs. The main difference from other casefold filesystems is that tmpfs has no information on disk, just on RAM, so we can't use mkfs to create a case-insensitive tmpfs. For this implementation, there's a mount option for casefolding. The rest of the patchset follows a similar approach as ext4 and f2fs.

The use case for this feature is similar to the use case for ext4, to better support compatibility layers (like Wine), particularly in combination with sandboxing/container tools (like Flatpak).

Those containerization tools can share a subset of the host filesystem with an application. In the container, the root directory and any parent directories required for a shared directory are on tmpfs, with the shared directories bind-mounted into the container's view of the filesystem.

If the host filesystem is using case-insensitive directories, then the application can do lookups inside those directories in a case-insensitive way, without this needing to be implemented in user-space. However, if the host is only sharing a subset of a case-insensitive directory with the application, then the parent directories of the mount point will be part of the container's root tmpfs. When the application tries to do case-insensitive lookups of those parent directories on a case-sensitive tmpfs, the lookup will fail."

[5]Linux 6.13 is shaping up to be another feature-heavy kernel cycle and will represent the first major Linux kernel update of 2025.



[1] https://www.phoronix.com/news/Linux-6.13-VFS-Untorn-Writes

[2] https://www.phoronix.com/news/EXT4-Case-Insensitive-Linux-5.2

[3] https://www.phoronix.com/news/F2FS-Case-Insensitive-For-5.4

[4] https://lore.kernel.org/lkml/20241115-vfs-tmpfs-d443d413eb26@brauner/

[5] https://www.phoronix.com/search/Linux+6.13



Spacefish

Quackdoc

skeevy420

Fullmetal5

Well, anyway, I was reading this James Bond book, and right away I realized
that like most books, it had too many words. The plot was the same one that
all James Bond books have: An evil person tries to blow up the world, but
James Bond kills him and his henchmen and makes love to several attractive
women. There, that's it: 24 words. But the guy who wrote the book took
*thousands* of words to say it.
Or consider "The Brothers Karamazov", by the famous Russian alcoholic
Fyodor Dostoyevsky. It's about these two brothers who kill their father.
Or maybe only one of them kills the father. It's impossible to tell because
what they mostly do is talk for nearly a thousand pages. If all Russians talk
as much as the Karamazovs did, I don't see how they found time to become a
major world power.
I'm told that Dostoyevsky wrote "The Brothers Karamazov" to raise
the question of whether there is a God. So why didn't he just come right
out and say: "Is there a God? It sure beats the heck out of me."
Other famous works could easily have been summarized in a few words:

* "Moby Dick" -- Don't mess around with large whales because they symbolize
nature and will kill you.
* "A Tale of Two Cities" -- French people are crazy.
-- Dave Barry