Tag

File System

All articles tagged with #file system

"Bcachefs Adds Last Minute Features to Linux 6.8"

Originally Published 2 years ago — by Phoronix

Bcachefs, a new file-system merged in Linux 6.7, has had a secondary set of updates merged just before the release of Linux 6.8-rc1, including performance enhancements and preparations for a disk space accounting rewrite in a future kernel version. The updates also include changes for explicit context triggering, fixes for multi-threaded workloads, tracepoint improvements, and minor code enhancements.

The End of ReiserFS: Declared "Obsolete" in Linux Kernel

Originally Published 2 years ago — by Phoronix

The ReiserFS file-system has been officially declared "obsolete" within the Linux kernel, as it is no longer marked as "Supported" and is expected to be dropped from the mainline Linux kernel within the next few years. ReiserFS is considered outdated compared to modern file-systems like EXT4, Btrfs, XFS, F2FS, and Bcachefs. The Reiser4 development did not result in its inclusion in the mainline, and the Reiser5 file-system is not expected to be mainlined in the near future. Users are advised to switch to alternative file-system options if they are actively using ReiserFS with modern versions of the Linux kernel.

Bcachefs Exclusion from Linux 6.5 Merger Appears Likely

Originally Published 2 years ago — by Phoronix

The Bcachefs file-system driver is unlikely to be merged for Linux 6.5, as tensions arise over code changes needed to the kernel outside of the module itself and heated discussions on the Linux kernel mailing list. The experimental file-system has been in development for years and has stable features, but it seems it will not be accepted this cycle.

Linux 6.4 to Feature Faster Btrfs Scrub Code

Originally Published 2 years ago — by Phoronix

The Btrfs scrub code used for verifying checksums and repairing damaged blocks is seeing improvements in the upcoming Linux 6.4 release. SUSE engineer Qu Wenruo has streamlined the code to address existing problems and improve performance, including reducing jumps and inefficient IOPS for fragmented extents. Expect to see these and other Btrfs improvements in the Linux 6.4 merge window in a few weeks.