Ex-Google engineer Kent Overstreet is developing a new file system for Linux called Bcache File System (Bcachefs). Right now he is looking for other like minded Linux developers to help him test it and suggest further modifications required. With so many working file systems already available, Linux users may ask why create a new file system? On his blog, Overstreet explains the need for Bcache, Overstreet explained that the main goal of Bcachefs is to match the speed of the traditional Linux file systems with the advanced scalability and reliability of newer file systems such as Btrfs and XFS. “It’s taken a long time to get to this point – longer than I would have guessed if you’d asked me back when we first started talking about it – but I’m pretty damn proud of where it’s at now.” File systems are important because provide the interface to the operating system for storing files on a disk. As of now most widely used file system among Linux users is the decades-old Gnu/Linux Extended Filesystem series of filesystems of which Ext4 is the latest release. Over the years, need for speed and stability has caused many organizations and users to move towards other file systems, such as Btrfs or XFS which can handle very large amounts of data, or to use advanced techniques in ensuring data integrity. Overstreet says Bcachefs will solve all these problems because it will comes with all the modern capabilities one would expect from a Copy on Write file system with features such as checksum, compression, support for multiple storage devices and caching. Another feature will be erasure coding, which is a method of writing data across the disk in multiple locations so it can be reassembled should bits of the data get corrupted and can’t be read. Overstreet says that Bcachefs is in development mode and and “all kinds of other nifty features,” will be added soon. Overstreet showed the benchmark results of the new file system which show Bcachefs delivering compelling throughput compared to the widely-used ext4 file system and significantly faster speeds than btrfs in most instances. There are a still a number of limitations of the new software, Overstreet pointed out. For one, the file system requires about 20% of the disk to perform operations. Also, the time it takes to mount the file system, or make it available to an operating system, may take longer than other file systems. Overstreet has invited Linux developers to try it out to find bugs and also suggest any modifications.  It’s in the bcache-dev branch, and you need the dev branch of bcache-tools: https://evilpiepirate.org/git/linux-bcache.git bcache-dev https://evilpiepirate.org/git/bcache-tools.git dev