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

推荐订阅源

Y
Y Combinator Blog
MyScale Blog
MyScale Blog
Recent Announcements
Recent Announcements
酷 壳 – CoolShell
酷 壳 – CoolShell
GbyAI
GbyAI
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
N
Netflix TechBlog - Medium
V
V2EX
MongoDB | Blog
MongoDB | Blog
Microsoft Security Blog
Microsoft Security Blog
博客园 - 三生石上(FineUI控件)
Stack Overflow Blog
Stack Overflow Blog
U
Unit 42
B
Blog
Microsoft Azure Blog
Microsoft Azure Blog
博客园_首页
H
Help Net Security
D
DataBreaches.Net
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
阮一峰的网络日志
阮一峰的网络日志
T
The Blog of Author Tim Ferriss
C
Check Point Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报

The Register - Software: OSes

Fedora: Microsoft is all aboard, but Deepin is dumped Microsoft promises to do better, but it has a long way to go First big Microsoft update after vow to 'win back fans' Who needs ghost train scares when Windows is such a fright? Microsoft boss tells investors the company is working to 'win back fans' Microsoft boss says company is working to 'win back fans' Linux cryptographic code flaw offers fast route to root Fedora 44 is out – countless versions of it Microsoft sets its sights on the past with 86-DOS and PC-DOS Microsoft updates the Windows Update Experience Windows second-chance setup hurts IT, productivity Ubuntu Resolute Raccoon drops Xorg, keeps X11 apps alive More ancient Linux device support facing the ax WSL9x hacks Linux into ancient Windows 9x systems UK tribunal sends £2B claim accusing Microsoft of overcharging for licensing to trial Zorin OS 18.1 released - and the Lite edition reappears Task Manager's CPU%: an obituary for the recent past Linux 7.1 will have an optional new NTFS driver Microsoft releases Windows Server update to fix April update 20-year-old Enlightenment E16 bug finally gets patched 20-year-old Enlightenment E16 bug finally gets patched Raspberry Pi OS ends open-door policy for sudo Firefox Nightly adds Web Serial after years of saying no Windows Update: Torture chamber for seldom-used PCs Windows Update: Torture chamber for seldom-used PCs Notepad loses Copilot icon as Microsoft gives subtlety a try Notepad loses Copilot icon as Microsoft gives subtlety a try Microsoft attempts to untangle Windows Insider program Adobe finally patches PDF pest after months of abuse NHS pays £46K to prep next Microsoft licensing round
Big moves in Linux filesystems as new bcachefs lands and ...
2026-03-17 · via The Register - Software: OSes

Linux 7.0 is approaching and there's a new version of bcachefs to go with it… as well as green shoots of support for Apple's new disk format.

Interesting developments are happening in Linux filesystem land, with a new version of the bcachefs filesystem – and a Linux distro offering support for Apple's APFS disk format.

A new version of the next-generation copy-on-write snapshotting GPL filesystem for Linux is out: bcachefs 1.37.0 appeared just yesterday as we write.

This release includes support for the forthcoming Linux kernel 7.0. It is expected next month – the latest release candidate, 7.0-rc4, appeared the same day as the new bcachefs release. As we reported last year, bcachefs is now being developed outside of the Linux kernel again, but it can be loaded as a DKMS module.

This release has improved erasure coding, faster recovery from unsafe shutdowns, multi-device filesystems are quicker, and more.

The notes in the Git commit mention a new version of the bcachefs manual, which creator Kent Overstreet calls its Principles of Operation [PDF] – P.o.O. for short, and the announcement even has a "poo" joke. The PDF version we link to above is the main one on the project home page, but this doesn't seem to have been updated in a while.

The release notes say the PoO is now up to 100 pages, while the one on the homepage is just 24 pages long. For information on the latest developments, the bcachefs-tools git repository has more current info. Perhaps Mr Overstreet is making more progress with the aid of the LLM coding assistant we mentioned last month.

APFS move

COW snapshots are an important feature in modern OSes – the FreeBSD folks are justly proud of their built-in native support for the ZFS filesystem from Solaris. OpenZFS works fine with Linux, but it can't be merged into the Linux kernel because Sun's license is incompatible with the Linux's GPL.

For a while, it looked like Apple would also adopt ZFS for macOS, but in the end that didn't happen. Instead, it built its own, APFS, which it launched a decade ago.

By default, Linux still can't mount or read APFS volumes. The Reg FOSS desk looked at Asahi Linux 39, and in 2024, Asahi Linux 40 and later Asahi Linux 41. To our surprise, we weren't able to mount our macOS volume.

We haven't had time to try it yet, but the March 2026 release of KDE Linux should in principle be able to do just that. It's still in development and only in the alpha-test stage at present, but a new feature this month is APFS support, thanks to Ernesto Fernández's linux-apfs-rw. This too is quite preliminary – it's only up to version 0.3.18, which is the 19th release since the project switched to tagged releases in January 2023.

KDE Linux is an immutable OS based on Arch Linux, which shares significant aspects of its design with Valve's Steam OS 3. Third party apps are installed using Flatpak – and that's a problem, as Flatpak is mainly aimed at launching GUI apps, and invoking Flatpak apps from the shell is complicated. This release introduces a new container-based system for terminal apps, called Kapsule, which is based around the Incus fork of Canonical's LXD.

It won't mount anything on Apple Silicon Macs, mind you. For now, KDE Linux only supports x86-64, and it's not directly targeting Macs at all. Unlike its rival GNOME OS, KDE Linux does explicitly support multiple hypervisors and we hope to return and take a proper look at it soon. ®