Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. I built non-autoregressive decision models with RL a year ago(convaiinnovations.com ↗)
    223comments
  2. AI-generated posters don’t have to be horrible(john.hartnup.uk ↗)
    642comments
  3. Brood War Bench(swerdlow.dev ↗)
    22comments
  4. Measure internet censorship. Contribute to the largest open dataset(ooni.org ↗)
    6comments
  5. ZK-JPEG: Zero-Knowledge Image Editing and Compression(iacr.org ↗)
    1comments
  6. Two parallel neural ectoderm progenitors contribute to the developing brain(stanford.edu ↗)
    222comments
  7. Deodands put a price on objects that caused death(jstor.org ↗)
    2comments
  8. Show HN: CUA-S1 – A System One Model for Computer Use(github.com/trycua ↗)
    3comments
  9. Btrfs/ZFS/bcachefs under workloads classic benchmarks skip(bartosz.fenski.pl ↗)
    56comments
  10. Suzanne Ciani's Buchla Cookbook(echo.orpheusinstituut.be ↗)
    11comments
  11. Tin: full-text search for Postgres(planetscale.com ↗)
    64comments
  12. Android 17 is the first since 3.x to add new APIs without releasing to the AOSP(grapheneos.social ↗)
    629comments
  13. The Secret Life of Circuits(coredump.cx ↗)
    67comments
  14. Supabase (YC S20) Is Hiring for OrioleDB(supabase.link ↗)
    discuss
  15. UFO Series Home Page: "UFO" TV Series from 1970(ufoseries.com ↗)
    6comments
  16. Black Holes or Black Hole Stars? Astronomers Spar over 'Little Red Dots'(quantamagazine.org ↗)
    37comments
  17. New evidence for hidden chambers beyond Tutankhamun's tomb(nature.com ↗)
    26comments
  18. I think you should almost never use AI to write(erichgrunewald.substack.com ↗)
    83comments
  19. GPT-6 Astra Solves a WWI German Radio Cipher(prinzai.com ↗)
    154comments
  20. Adventures in Microcontroller Circuit Debugging(bigmessowires.com ↗)
    2comments
  21. San Francisco Onion Futures Company(onionfutures.com ↗)
    145comments
  22. How to Write with an LLM(sockpuppet.org ↗)
    368comments
  23. Cloudflare Quick Tunnels(cloudflare.com ↗)
    306comments
  24. Microsoft director: AI scraping 'the largest theft of labor in human history'(tomshardware.com ↗)
    5comments
  25. If math is more than proof, we need to better celebrate the rest of it(terrytao.wordpress.com ↗)
    227comments
  26. Saving another 100TB of RAM(cloudflare.com ↗)
    100comments
  27. You can run Git on object storage if you re-make packfiles(tigrisdata.com ↗)
    30comments
  28. What Zig felt like, coming from Rust(besok.github.io ↗)
    187comments
  29. SDCC – Small Device C Compiler(sourceforge.net ↗)
    29comments
  30. Communication by means of modulated Johnson noise(pnas.org ↗)
    27comments

Btrfs/ZFS/bcachefs under workloads classic benchmarks skip

66 pointsby 2h agobartosz.fenski.pl
51 comments
2h agoHN ↗

@farlight assuming that you're the creator do you think you'd be able to rework the HTML/CSS? I'm sure you've got good data but speaking on behalf of my eyeballs, the results page is... hard to read!

2h agoHN ↗

2G of random garbage is written directly onto one member device (behind the filesystem's back, offset 1G — python injector; uutils dd mis-seeks on dm devices), caches dropped, then a full scrub: btrfs scrub -B, zpool scrub + wait, bcachefs scrub, md/lvm sync-action 'check' (which can only COUNT mismatches — no checksums to know which copy is right).

I'm not sure that nuking 2G of the underlying block device is a recoverable error on any filesystem that I'm aware of? Can you confirm if any ofthe filesystems really came out of the other side in a usable state after scrubbing?

-----

Trivial-op p99, idle (ms) # A trivial operation — one 4k write + fsync every 200ms (like a shell appending history or an editor updating its swap file) — run alone for 10s. p99 of the fsync completion

In fact, if it's OK for me to ask, are any of the metrics tht you used standard industry metrics? It looks like several of the tests are bypassing the kernel's page cache? -- which I worry may fall into the trap of "I modified the system to be unrepresentative of reality and then tested it".

----

kernel 7.0.0-1012-azure

Can you confirm if you tested on a bare metal machine? were you the only tenant?

2h agoHN ↗

1 device out of the replica set I’m assuming so all of them should recover.

2h agoHN ↗

The integrity check is only on the tests which are either RAID or the filesystem equivalent.

2h agoHN ↗

Except for the fact that the developer has sabotaged the project into being removed from mainline?

1h agoHN ↗

Sabotage might not be the best word, but it hurt trust and adoption.

1h agoHN ↗

It's just been a lot less drama within the project since the split.

I do have a lot more pull requests to merge than I did before. I don't know if you want to count "Kent isn't reviewing PRs fast enough" as drama :)

1h agoHN ↗

It's relatively easy to get it working as a kernel module at least. I got it set up on a NixOS box without too much trouble.

50m agoHN ↗

Not something I'd want to do with my filesystem though. ZFS is different story it it isn't on the root fs because it might be packaged by the distribution.

31m agoHN ↗

Fair, I still don’t use it on my main machine, just a shitty laptop that I keep around to play with.

1h agoHN ↗

That might be the best thing happened to the project since now development can happen at its own pace without the clicky bait influencers.

In fact they delivered the erasure coding for parity raid back in march this year.

The thing is that as soon as you seriously give a chance to Bcachefs you see how good it is. I can only tell you that mixing different device tiers and having a per-file/directory replication setting is a god send specially in these times where storage costs more than gold.

50m agoHN ↗

The thing is that as soon as you seriously give a chance to Bcachefs you see how good it is.

I'm pretty sure Bcachefs is amazing and better than Btrfs. I also think Zfs is amazing and better than Btrfs. Even so, I still use Btrfs because I know it is guaranteed to always be present on any Linux without any effort on my part.

That might be the best thing happened to the project since now development can happen at its own pace without the clicky bait influencers.

A better approach might have been to just paused mainline merging instead of forcing being kicked out?

Eg "Hey Linus, Bcachefs is still in early development and I need to merge changes in a pace that is not compatible with Linux development process. So I'm going to pause for a while now and once it reaches maintenance status I will focus on submitting patches in a healthy pace that you can digest".

42m agoHN ↗

I think in a perfect world they should had put someone in between to mediate and curate patches while providing DKMS for urgent patches.

As for BTRFS I think its also pretty good. Its just that I have the impression its development is guided by the needs of its sponsors and sadly for us META doesn't need RAID5.

38m agoHN ↗

Meta doesn't have anyone working on btrfs anymore, it appears to be two guys at SuSE and drive bys.

39m agoHN ↗

I was very up front about where we were at.

A lot of things were tried, people did try to mediate.

The particularly galling thing though was when I finally started looking - post split - comparing bcachefs PRs to other subsystems and especially XFS - I was being more conservative with what I considered a critical bugfix.

There was never a clear statement on what the issue was. What you guys got in public was about as much as I got.

All I can say is - going fast when you're stabilizing and getting bugfixes out the door is what you can and should be doing when you've invested in test coverage, test automation, keeping the codebase clean and asserted, and building up a community that works well together on testing and shaking things out.

I genuinely do not know what they were thinking.

31m agoHN ↗

Even so, I still use Btrfs because I know it is guaranteed to always be present on any Linux without any effort on my part.

100%. My system is rock solid and the last thing I need is rolling the dice after every update on whether my system will boot. https://www.reddit.com/r/archlinux/comments/eywcp7/linux_551...

I'm impressed with bcachefs's accomplishments though, and if they ever reconcile with the kernel I'll surely give it a fair shake.

34m agoHN ↗

bcachefs was already working at its own pace prior to being accepted in the kernel. It could have continued doing so for years until it was really "ready".

Instead it got kicked out because Kent constantly ignored the kernel's contribution rules and is unlikely it will ever be accepted back into the kernel.

28m agoHN ↗

That would be a shame since there is nothing else over there with the same set of features. Disregarding drama, I'm telling you it’s that good.

15m agoHN ↗

I'd really appreciate it if we could drop the FUD over contribution rules. There are no such rules, it is explicitly Linus's way or the highway, and I already replied to that elsewhere.

And it went in when it did because Redhat was pushing for it and claiming to be supportive - but that never materialized. They wanted to get something for free without investing, or putting in the absolute bare minimum.

A _lot_ of people were saying publicly and privately "dear god yes we need something better than btrfs" - but no one from the existing kernel community was interested in stepping up.

Community's still growing, though. A lot of people have gotten active in making sure bcachefs actually works well for people end to end, and there's a hell of a lot more to shipping a filesystem than just writing kernel code.

2h agoHN ↗

For peace of mind I'm still using zfs (since the last 15+ years) but I'm definitely not impressed by the performance...

2h agoHN ↗

Different tools for different jobs; use ZFS for your data store and ext4 for your primary drive.

1h agoHN ↗

CI runs use loop devices on shared ephemeral VMs (one VM per filesystem): compare shapes and ratios, not absolute MB/s. Each job records a host-calibration anchor — see the table.

I think if you're not using baremetal for such tests, it's likely that the results are simply not comparable at all? What if another tenant is also using the disk?

1h agoHN ↗

It's a fair point but it's also possible the person running the tests has a dedicated test hypervisor for this , so that different configurations of filesystems and VMs can be created and destroyed quickly in an automated manner.

If it's something as simple as a KVM hypervisor that only runs 1 test VM at a time (with no other load from anything else other than the basic systemd daemons, ssh daemon etc running on the hypervisor), the results could be very close to bare metal.

I can see it being very time consuming and annoying to do repeated manual bare metal OS installs and new partitioning/filesystem creation for such a large variety of tests.

The author does also say that performance isn't really the main thing but rather, data integrity:

https://github.com/fenio/modern-fs-benchmark

1h agoHN ↗

compare shapes and ratios, not absolute MB/s

In this case, given that the author's own disclaimer (above) already disclaims the numeric readings, I'm not sure how it's possible to make any inference on "shapes and ratios" derived from the numeric readings.

1h agoHN ↗

I can see it being very time consuming and annoying to do repeated manual bare metal OS installs.

Well don't do that then. There's lots of other options. Probably the simplest is a single bare metal install on a simple filesystem on one device. run the filesystems under test on other storage dedicated to testing.

You could also boot into a network install and use local storage exclusively for testing.

1h agoHN ↗

Yes exactly. The issueThe epherrality of the VMs isn't an issue, it's the _shared_ part that's the concern here. Going by the fact that the kernel is listed as "kernel 7.0.0-1012-azure" I feel like it's a fair risk that there may have been noisy neighbours.

53m agoHN ↗

Obviously they could and probably were noisy neighbours. I'm not trying to hide that fact. Initial step for every benchmark is test of underlying device to at least reject completely unlucky cases. Also after almost 600 runs average is probably more or less correct...

Also take a look at tests on real hardware. There are not many of them but there are some. I pointed to them in my first answer.

1h agoHN ↗

I think the reviews should also include the social aspect of these filesystems...

There is and have been many promising and exciting FS to replace the old boring ones, but for storage you not only want to avoid technical issues but also maintainer(s) drama...

1h agoHN ↗

Why do people keep bringing up drama?

The community infighting has sucked, but that's a thing that matters primarily for maintainers.

I think most users just want something that works.

1h agoHN ↗

Related username?

To answer the original question, most people who care about their filesystem at all care about its stability. Not just "does it work now" but also "will it work and improve over time". Infighting puts the future at risk.

57m agoHN ↗

It really does.

But you might want to check out the bus factor on btrfs too; when a maintainer says "but we've saved Facebook billions and billions of dollars!", calls for the other filesystem maintainer to be ejected from the community, then quits to join Anthropic a month later - that's not a vote of confidence.

I'd be very happy if people could just stop bringing up drama and us factors. We put it behind us a year ago, but it seems not everyone got the memo.

23m agoHN ↗

I don't care about the drama, I just want to say thank you for your continued work to advance the state of the art in open file systems.

1h agoHN ↗

what does "integrity" fail mean in the first table? that the case didn't recover from the 2G corruption?

1h agoHN ↗

So two filesystems that are essentially shunned from the Linux kernel and permanent second-class citizens, and one that was removed from Red Hat and has a questionable history of reliability. Oh boy which do I choose?

I'm saying ZFS on another OS.

1h agoHN ↗

Every push/2-hourly cron builds each filesystem across 4 loop devices backed by sparse files, runs the suite, and publishes a results table in the job summary plus JSON artifacts.

I get that real hardware costs (author mentions EUR 70 a month for a suitable server), but without at least a baseline snapshot comparison run between real hardware, both SSD and HDD, and the sparse file-backed loop devices, it's hard to take much away from this.

Sadly the AI apocalypse isn't making stuff like this easy to do as a hobby.

1h agoHN ↗

The author of the benchmark here. I went over some comments and I'll try to tackle them here. I'm pretty clear that GH runner based benchmark is far from perfect due to noisy neighbours etc. Thus every test first is running so called calibration... to reject completely unreliable VMs. I'm fully aware that this can't completely fix the issue. Can limit it but not fix. But as of now there are 593 runs recorded so average should still be quite meaningful.

Having that said I'm desperately trying to get REAL hardware to run that benchmark. With some successes ;)

Few months ago I got Hetzner machine from Kent Overstreet and I was able to finish 3 runs before machine died... Results: https://bartosz.fenski.pl/modern-fs-benchmark/real-hw/

Currently I've got even more interesting machine with tons of disks and I'm running new set of benchmarks but it's really in its initial stage.

https://bartosz.fenski.pl/modern-fs-benchmark/sas-hdd/ 2nd run in progress... one run on REAL hardware takes much more time than on GH runner so it's slow.

But this new hardware has also so many disks that the plan is to try also more complex, tiered cache topologies. I'm working on it.

I'm happy to answer any other questions, sources of every piece of this benchmark are freely available and I'm not saying they are 100% correct. I'm open to improvements.

1h agoHN ↗

I went back and forth with Hetzner a couple times, I think we just got a bad machine :)

I've been saying it for months, but eventually I'm going to move the automated builds off the 48 core monster and we'll be able to use that for automated perf testing too. The machine we just got has spindles for EC perf testing, but the Hetzner monster has very high end enterprise ssdd.

Also, just got done with the Rust for Linux conference, still not home but here's slides that still need reformatting: https://evilpiepirate.org/~kent/Kangrejos-2026-bcachefs.pdf

46m agoHN ↗

Should include:

1. Dual Ext4 + external 32GB journal X4 pcie SSD (the prior winner of benchmark surveys)

2. Bare F2FS after a trim and SSD vendor software cache flush operation (it should be slower, but knowing how much slower on identical hardware could be interesting.)

3. DRBD across a 48U 100Gbps host rack (single X4 pcie data drive per host, OS on primary)

4. CephFS across a 48U 100Gbps host rack (single X4 pcie data drive per host, OS on primary)

Best regards =3

51m agoHN ↗

BCacheFS is the best Linux filesystem now that storage costs a premium.

You can mix devices of different sizes and types on bcachefs. You can have foreground and background devices to balance performance and also different compression settings for foreground and background transactions.

You can set replicas=N to the individual file or directory on bcachefs. For example files you can just re-download or re-build. Likewise you can set a higher number of copies to important files.

11m agoHN ↗

Seeing great results from bcachefs just makes me more sad that Kent and the other kernel devs couldn't come to an understanding to keep bcachefs in-tree. I want to use it for my storage arrays so badly, but I'm still stuck with btrfs as the only available in-tree filesystem with modern features.