惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

J
Java Code Geeks
G
Google Developers Blog
人人都是产品经理
人人都是产品经理
U
Unit 42
爱范儿
爱范儿
Hugging Face - Blog
Hugging Face - Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
WordPress大学
WordPress大学
B
Blog RSS Feed
The Cloudflare Blog
D
Docker
A
About on SuperTechFans
IT之家
IT之家
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Y
Y Combinator Blog
月光博客
月光博客
云风的 BLOG
云风的 BLOG
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
MongoDB | Blog
MongoDB | Blog
Google DeepMind News
Google DeepMind News
The GitHub Blog
The GitHub Blog
博客园_首页
Stack Overflow Blog
Stack Overflow Blog

The Register

Shadow IT has given way to shadow AI. Enter AI-BOMs Zed team releases version 1.0 of Rust-built editor: Traditional editor and AI tool Microsoft boss tells investors the company is working to 'win back fans' What type of 'C2 on a sleep cycle' do they leave behind? Novel Chinese spy group found in critical networks in Poland, Asia NASA boss: Make Pluto A Planet Again GitHub says sorry and vows to do better as uptime slips and devs complain Age checks could turn internet into an ID checkpoint, complains Proton CEO Microsoft gives your Word documents an AI co-author you didn’t ask for Datadog digs down into GPU efficiency as AI costs soar If malware via monitor cables is a matter of national security, this might be the gadget for you Thunderbird in hand worth 2 Outlooks as fresh FOSS fave and Firefox arrive Grafana offers AI assistant for free, warns users not to go mad Right to repair champ Framework punts modular 13in laptop with Core Ultra Series 3 France's 'Secure' ID agency probes breach as crooks claim 19M records Scotland Yard can keep using live facial recognition on Londoners, say judges UK tribunal sends £2B claim accusing Microsoft of overcharging for licensing to trial Nation-states want to cause harm, not just steal cash - stop handing your cyber defenses to the cheapest contractor Murder, she wrote: Ex-FBI chief wants some ransomware crims charged with homicide Phone-to-satellite use goes into orbit, growing 25% in 8 months macOS ClickFix attacks deliver AppleScript stealers to snarf credentials, wallets Anthropic bakes memory fixes into Bun 1.1.13 as developers complain of leaks The spaghettified DBMS chart that shows Oracle's crown is slowly slipping Yet another ex-ransomware negotiator admits turning rogue after payoff from crimelords FAA grounds Blue Origin's New Glenn as it probes missed satellite delivery 'mishap' AMD's Ryzen 9 9950X3D2 Dual Edition tested: Gratuitous overkill with a price to match AI-assisted intruders pwned Vercel via OAuth abuse and a pilfered employee account Crook claims to leak 'video surveillance footage' of companies Met police trials snoop tech platform in push to cuff more London shoplifters England's school phone ban gets teeth, just in time to bite no one Adaptavist Group breach spawns imposter emails as ransomware crew claims mega-haul
Bcachefs exits experimental status in new
Liam Proven · 2026-06-19 · via The Register

SOFTWARE

More Rust, but more trouble with AI slop, too

bcachefs boss Kent Overstreet has announced version 1.38.6 of the Linux filesystem, dubbing it “the performance release” and declaring the project is no longer experimental.

The new code is ostensibly a relatively modest point release, but is noteworthy as it’s only the second release this year that project leader Kent Overstreet has described on his Patreon blog.

His latest post reveals he no longer considers the filesystem experimental. "Consider this the belated official announcement :)" he wrote, noting that he dropped the experimental tag some unspecified time ago.

Overstreet's last blog post was a very brief mention of the release of version 1.37 back in mid-March, and this was rather overshadowed by his announcement soon afterwards that his AI coding assistant PoC was conscious – and female.

Although the bcachefs Git repo is sufficiently busy that it’s hard to track progress, the repo for the accompanying bcachfs-tools is much more readable. Starting with January’s 1.35.0 it shows 18 releases so far this year. So, strictly speaking, the version number applies to the accompanying utilities rather than the filesystem module itself. However, a peek into the Debian APT repository shows that kernel DKMS module has a matching version number, and neither the blog post about the release nor the changelog distinguishes between them.

According to said changelog, this version bumps the number of devices in a filesystem to 255, and contains fixes for half a dozen bugs.

More significantly, it also identifies another six performance optimizations.

The Reconcile operation – previously called “rebalance” – is now faster and more parallel. Erasure coding (which Register sister site Blocks & Files explains) is “in use and seems to be working quite well”. The post refers to the handbook, bcachefs Principles of Operation [PDF], which has been updated since we last looked – the current revision is from April. There’s also a handy Getting Started guide.

Overstreet notes that all the major distributions he’s checked now enable kernel Rust support, and he says that work has already started at converting the filesystem and tools into Rust:

"The bcachefs userspace code has already been converted to Rust, and that work has included safe Rust interfaces for the core btree iterator API and quite a bit of utility code. The next release will pull these bindings into the DKMS module, and we’ll start to convert core code."

That’s a long-term project, though. In the Phoronix forums, Overstreet explains a little more about the task. In one comment, he says:

I don’t know how long it’ll take for it to be fully Rust - e.g. converting the journal to safe Rust will be… interesting.

But it should be ~50% Rust this year, maybe in the next few months depending on how it goes with deploying a mixed C/Rust DKMS module.

We were also pleasantly surprised to see him expressing considerable skepticism towards AI-authored code contributions in the discussion:

I’m definitely not against AIs, but I am starting to see the lazy patch submissions/bug reports where someone clearly is just asking an LLM to do all the work, and that’s not ok.

We find the performance comparisons in the Patreon post interesting because in places they’re slower than XFS…

On the Epyc 9454 I’ve been testing on, 48 Zen4 cores, 1.38.6 is pushing 16.5 GB/sec through dbench 48 clients - vs. 16 GB/sec for XFS.

And later:

Testing 4k random writes with fio, bcachefs is now hitting 700k iops on this hardware, vs. 1 million for XFS.

Overstreet explains that bcachefs is doing much more work here than XFS, but for us, these values feel more plausible simply because he’s not claiming vastly superior results.

As an interesting side-note, in the course of researching this article, we also discovered an experimental Linux NAS OS based around bcachefs, which rejoices in the name of NASty. If you want to experiment with bcachefs without getting down and dirty and building the OS by hand, this could be a good way to do it.

We are still sad that the personality clash between Overstreet and Torvalds resulted in bcachefs being booted out of the Linux kernel. However big its main developer’s ego may be, bcachefs is a very promising project, and we hope that one day it may get merged again… Perhaps as the kernel’s first filesystem implemented in Rust. ®