What about other filesystems?
What about other filesystems?
Posted Jan 15, 2021 20:19 UTC (Fri) by joib (subscriber, #8541)In reply to: What about other filesystems? by Wol
Parent article: Fast commits for ext4
Posted Jan 16, 2021 0:13 UTC (Sat)
by wahern (subscriber, #37304)
[Link] (1 responses)
Posted Feb 1, 2021 14:25 UTC (Mon)
by drjohnnyfever (guest, #144560)
[Link]
FreeBSD also supports proper journaling (logging) with gjournal which works at the block layer rather than in UFS itself. If I recall correctly, gjournal keeps a proper intent log of disk writes rather than just a metadata journal. It also allows you to use a separate device for the log.
ZFS does seem to be the way forward on FreeBSD but Netflix is pretty big consumer of UFS/FFS so they have been sponsoring continued development.
What about other filesystems?
What about other filesystems?