bcachefs
bcachefs
Posted Feb 21, 2025 18:10 UTC (Fri) by Cyberax (✭ supporter ✭, #52523)In reply to: bcachefs by DemiMarie
Parent article: Filesystem support for block sizes larger than the page size
Unlikely. And even NTFS' successor removed the transactional support.
The problem is not in the filesystem itself, where transactions are reasonably easy, but in the VFS layer and the page cache. There's no easy way to impose isolation between parts of the page cache, and rollbacks are even more tricky.
