Archive Manager

Bcachefs – advanced filesystem for Linux

Bcachefs is an advanced filesystem for Linux, with an emphasis on reliability and robustness and the complete set of features one would expect from a modern filesystem.

It is intended to compete with the modern features of ZFS or Btrfs.

The bcachefs filesystem was merged into the Linux kernel, but due to friction between Linus Torvalds and Kent Overstreet concerning stability and developer conduct, it was ejected from the kernel in June 2025.

Key Features

  • Copy on write (COW) – like zfs.
  • Full data and metadata checksumming, for full data integrity: the filesystem should always detect (and where possible, recover from) damage; it should never return incorrect data.
  • Multiple devices.
  • Replication.
  • Erasure coding (incomplete) High performance: doesn’t fragment your writes (like ZFS), no RAID hole.
  • Caching, data placement.
  • Compression via LZ4, gzip and Zstandard snapshots.
  • Encryption using the ChaCha20 and Poly1305 algorithms.
  • Snapshots.
  • Nocow mode.
  • Reflink.
  • Extended attributes, ACLs, quotas.
  • Petabyte scalability.
  • Full online fsck, check and repair (in progress).
  • Robustness and rock solid repair.

Website: bcachefs.org
Support:
Developer: Kent Overstreet
License: GNU General Public License v2.0

Bcachefs is written in C. Learn C with our recommended free books and free tutorials.


Related Software

Journaling File Systems
ext4Evolved from ext3 adding many notable features including extents
XFSDesigned to maintain high performance with large files and file systems
BtrfsChecksumming Copy on Write File system
F2FSFlash file system initially developed by Samsung Electronics
OpenZFSAdvanced file system and volume manager originally developed for Solaris
GFS2Shared disk file system for Linux computer clusters
ext3Default file system for many popular Linux distributions
JFSJournaled File System
UBIFSFile system for raw flash memory used through UBI volumes
OCFS2Extent-based cluster file system
BcachefsAdvanced file system ejected from the mainline kernel

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted