Meet Linux's New Fastest File-System – Bcachefs
Aug 22, 2015
    First announced over five years ago, ex-Google engineer Kent Overstreet is pleasured in announcing the general availability of a new open-source file-system for Linux, called the Bcache File System (or  Bcachefs ).     Bcachefs is a Linux kernel block layer cache that aims at offering a speedier and more advanced way of storing data on servers.     Bcachefs promises to provide the same performance and reliability as the consecrated EXT4 and XFS file systems while having features of the  ZFS and Btrfs file systems .     Features that Bcachefs Supports     Bcachefs supports all the features of a modern file-system, including:     Checksumming  to ensure data integrity  Compression to save space  Caching  for quick response  Copy-on-Write  (COW) that offers the ability for a single file to be accessed by multiple parties at once     What's coming next for Bcachefs     It seems that some of the features in Bcachefs are limited or missing, which includes:     Snapshots  Erasure codi...