frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

BCacheFS is being disabled in the openSUSE kernels 6.17+

https://lwn.net/ml/all/9032de2a-03a7-4f9e-9c8a-8bd81c5d1fc5@suse.cz/
54•6581•3h ago

Comments

bgwalter•2h ago
[deleted wrongthink]
graemep•2h ago
There is an apology for that comment and a rewording further down the thread. Evidently made by someone who is not a native speaker who did not realise how it comes across.
teekert•2h ago
Good addition,thanx.

I've been in a similar situation, letting everyone know I was fired. Apparently in the US this has a negative connotation, and they use "being let go" (or something confusing as "handing in/being handed your 2 weeks notice", a concept completely unknown here). Here we only have one word for "your company terminating your employment", and there is no negative connotation associated with it. This can be difficult for non-natives. We can come across very weird or less intelligent.

T3OU-736•1h ago
In the US, the terminology tends to split into "fired" (implies "for valid reasons") vs "laid off" (implies "position was terminsted, this was not about the employee or their qualities and performance").
graemep•9m ago
In the UK "fired" would mean the same, "laid off" off would mean the same, "made redundant" also means the same and more clearly, with emphasis on the position no longer existing. "Sacked" means about the same as fired.
dbdr•1h ago
Funnily enough the apology ends with:

> If the above offended anyone, I sincerely apology them.

Unless this was tongue-in-cheek, this kind of proves the point that language was the cause. The apology is a good move in any case.

t51923712•1h ago
Why would the "behave" comment mean anything different in Czech than in English?

The revised version, "Once the bcachefs maintainer conforms to the agreed process and the code is maintained upstream again" is still lecturing and piling on, as the LWN comments say:

https://lwn.net/Articles/1037496/

It is the classic case of CoC people and their inner circle denouncing someone, and subsequently the entire Internet keeps piling on the target.

hebocon•2h ago
"behave" in this context can refer to simply respecting existing norms about RC code freezing.
motorest•2h ago
Ultimately that's the right call, and the inevitable one as well.
lupusreal•2h ago
The way the BCacheFS situation has been playing out is a tragedy. I had very high hopes for it.
InsideOutSanta•2h ago
Yeah, this all seems so unnecessary. I hope Kent can either figure out how to work in the context of a larger team or find somebody who can do it on his behalf.
johnisgood•2h ago
> Once the BCacheFS maintainer behaves [...]

So, there are still behavioral issues here I take it? That is a bummer. This is not news to me, but I thought the situation has changed ever since.

johnisgood•2h ago
Same. I liked many of its features (actually, all features, see https://bcachefs.org) and I was waiting for it to become usable, but I guess that day will never come now?

So, the alternative is ZFS only, maybe HAMMER2. HAMMER2 does not look too bad either, except you need DragonflyBSD for that.

ThatPlayer•1h ago
It's not unusable, I use it on a spare computer for fun, cuz I want tiering of SSD + HDDs. And this doesn't mean development has stopped, just not done in the kernel.
ahartmetz•40m ago
What I expect to happen is that bcachefs stabilizes outside of mainline, and after that, it can be merged back because no large patches = not much drama potential.
qalmakka•2h ago
RIP BCacheFS. I was hopeful I could finally have a modern filesystem in Linux mainlined (I don't trust Btrfs anymore), but I guess I'll keep on having to install ZFS for the foreseeable future I guess.

As I predicted, out of tree bcachefs is basically dead on arrival - everybody interested is already on ZFS, btrfs is still around only because ZFS can't be mainlined basically

Ygg2•2h ago
Wait. You don't trust Btrfs but you would trust BCacheFS, that's obviously very experimental?
rurban•2h ago
Still more stable than btrfs. btrfs is also dead slow
Iridiumkoivu•1h ago
I agree with this sentiment.

Btrfs has destroyed itself on my testing/lab machines three times during last two years up to point where recovery wasn’t possible. Metadata corruption being main issue (or that’s how it looks like to me at least).

As of now I trust BCacheFS way more. I’ve given it roughly the same time to prove itself as Btrfs too. BCacheFS has issues but so far I’ve managed to resolve them without major data loss.

Please note that I currently use ext4 in all ”really important” desktop/laptop installations and OpenZFS in my server. Performance being the main concern for desktop and reliability for server.

phire•1h ago
Btrfs claims to be stable. IMO, it's not.

It's generally fine if you stay on the happy path. It will work for 99% of people. But if you fall off that happy path, bad things might happen and nobody is surprised. In my personal experience, nobody associated with the project seems to trust a btrfs filesystem that fell off the happy path, and they strongly recommend you delete it and start from scratch. I was horrified to discover that they don't trust fsck to actually fix a btrfs filesystem into a canonical state.

BCacheFS had the massive advantage that it knew it was experimental and embraced it. It took measures to keep data integrity despite the chaos, generally seems to be a better design and has a more trustworthy fsck.

It's not that I'd trust BCacheFS, it's still not quite there (even ignoring project management issues). But my trust for Btrfs is just so much lower.

ahartmetz•43m ago
btrfs seems to be a wonky, ill-considered design with ten years of hotfixes. bcachefs seems to be a solid design that is (or has been, it's mostly done) regularly improved where trouble was found. Now it's just fixing basically little coding oversights. In two years, I will trust bcachefs to be a much more reliable filesystem than btrfs.
kiney•2h ago
btrfs has many technical advantages over zfs
debazel•2h ago
Yes, like destroying itself and losing all data.
natebc•1h ago
ZFS is perfectly capable of this too.

source: worked as a support engineer for a block storage company, witnessed hundreds of customers blowing one or both of their feet off with ZFS.

hebocon•1h ago
To what extent are these customers blaming the hammer for hitting their thumb?

(Legitimate question: I manage several PB with ZFS and would like to know where I should be more cautious.)

nubinetwork•1h ago
Pool feature mismatch on send receive, dedup send receive, new features breaking randomly on bleeding edge releases
TheNewsIsHere•5m ago
The intent of feature flags in ZFS is to denote changes in on-disk structures. Replication isn’t supported between pools that don’t support the same flags because otherwise ZFS couldn’t read the data from disk properly on the receiving sides.

There are workarounds, with their respective caveats and warnings.

natebc•41m ago
A great deal. Which is why my cringe reflex still activates when I read about people running ZFS in places that aren't super tightly configured. ZFS is just such a massively complex piece of software.

There were legitimate bugs in ZFS that we hit. Mostly around ZIL/SLOG and L2ARC and the umpteen million knobs that one can tweak.

TheNewsIsHere•14m ago
Customers blowing off their feet with ZFS because they felt the need to tweak tunables they didn’t need to use, or didn’t properly understand, is not the fault of ZFS though.

You can do the same with just about any file system. In the Windows world you can blow your feet off with NTFS configuration too.

Of course there have been bugs, but every filesystem has had data-impacting bugs. Redundancy and backups are a critical caveat for all file systems for a reason. I once heard it said that “you can always afford to lose the data you don’t have backed up”. I do not think that broadly applies (such as with individuals), but it certainly applies in most business contexts.

motorest•1m ago
> A great deal. Which is why my cringe reflex (...)

Can you provide some specifics? So far all I see is vague complains with no substance, and when complainers are lightly pressed they go defensive.

throw0101a•1h ago
> source: worked as a support engineer for a block storage company, witnessed hundreds of customers blowing one or both of their feet off with ZFS.

The phrasing of this tends me to believe that the customers set up ZFS in a 'strange' (?) way. Or was this a bug(s) with-in ZFS itself?

Because when people talk about Btrfs issues, they are talking about the code itself and bugs that cause volumes to go AWOL and such.

(All file systems have foot-guns.)

natebc•44m ago
Mostly customers thinking they fully understand the thousands of parameters in ZFS.

There was a _very_ nasty bug in the ZFS L2ARC that took out a few PB at a couple of large installations. This was back in 2012/2013 when multiple PBs was very expensive. Was a case of ZFS putting data from the ARC into the pool after the ZIL/SLOG had been flushed.

crest•1h ago
Can you give an example because to me it always appeared as NIH copy-cat fs?
sureglymop•2h ago
I've never had any issues with either ZFS or Btrfs after 2020. I wonder what you all are doing to have such issues with them.
jamesnorden•1h ago
Ah yes, the famous "holding it wrong".
happymellon•1h ago
I've also not had issues with BTRFS.

The question was around usage, because without knowing people's usecases and configurations it'll never be usable for you while working fine for others.

pizza234•1h ago
If 1% of the users report a given issue (say, data corruption), the fact that 99% of the users report that they don't experience it, doesn't mean that the issue is not critical.
izacus•59m ago
The fact that you see an issue reported loudly on social media it doesn't mean it's critical or more common than for other FSes.

As usual with all these Linux debates, there's a loud group grinding their old hatreds that can be decade old.

metadat•1h ago
I've experienced unrecoverable corruption with btrfs within the past 2 years.
motorest•4m ago
> Ah yes, the famous "holding it wrong".

Is it wrong to ask how to reproduce an issue?

pizza234•1h ago
Just a few days ago I've had a checksum mismatch on a RAID-1 setup, on the metadata in both devices, which is very confusing.

Over the last one or two years I've experienced twice a checksum mismatch on the file storing the memory of a VMWare Workstation virtual machine.

Both are very likely bugs in Btrfs, and it's very unlikely that have been caused by the user (me).

In the relatively far past (around 5 years ago), I've had the system (root being on Btrfs) turning unbootable for no obvious reason, a couple of times.

StopDisinfo910•1h ago
> btrfs is still around only because ZFS can't be mainlined basically

ZFS is extremely annoying with the way it does extend and the fact that you can’t mismatch drive size. It’s not a panacea. There clearly is space for an improved design.

nubinetwork•1h ago
Underprivision your disks, then you don't have to worry about those edge cases...
StopDisinfo910•1h ago
If you need to consider how to buy your drives so you can use a filesystem, that’s a flaw of said filesystem not an edge case.

It clearly is an acceptable one for a lot of people but it does leave space for alternative designs.

cyphar•31m ago
This is being worked on (they call it AnyRaid), the work is being sponsored by HexOS[1].

[1]: https://hexos.com/blog/introducing-zfs-anyraid-sponsored-by-...

the_duke•2h ago
This is a tragedy, bcachefs has so many great features...
rurban•2h ago
> Once the BCacheFS maintainer behaves and the code is maintained upstream again, we will re-enable... (As IMO, it is a useful feature.)

How cynical. It's the kernel maintainer, not the bcachefs maintainer, who does not behave and has a huge history of unprofessional behavior for decades.

happymellon•1h ago
The bcachefs maintainer has added new features during bugfix windows, and lied about it.
pantalaimon•1h ago
It's still an experimental module, the feature was about gathering more debug information.
StopDisinfo910•1h ago
So?

Bug fix windows are for bug fix. If it’s not a bug fix, it goes in the next version. That’s how the kernel release cycle works. It’s not very complicated.

If it’s so unstable that it urgently needs new features shipped regularly, I think it’s entirely legitimate that it has to live out of tree until it’s actually stable enough.

nicman23•1h ago
How cynical. It's the bcachefs maintainer, not the kernel maintainer, who does not behave and has a huge history of unprofessional behavior for decades.

it is not like he was not explicitly warned.

boricj•1h ago
The original author later sent an apology email explaining that it sounded too harsh in English and it wasn't meant to be offensive:

https://lwn.net/ml/all/bece61a0-b818-4d59-b340-860e94080f0d@...

self_awareness•1h ago
The reason is that people like Linus, because he's entertaining. And people don't like Kent, because he opposed Linus, who is liked. That's all there is too it. Like in some high school.
fj23Z741GAh•30m ago
There was a time when Linus encouraged critics of "unprofessional behavior" to snap back at him:

https://lkml.org/lkml/2013/7/15/374

That is a reasonable compromise. Except when someone actually snaps back at him.

jtickle•1h ago
All of the "btrfs eats your data" bugs have been fixed and the people who constantly repeat them are people who relied on an experimental filesystem for files they cared not to lose. FUD all around. I have a btrfs on my home file server that's been running just fine for almost 10 years now and has survived the initial underlying hard drives mechanical death. Since then I have used it in plenty of production environments.

Don't do RAID 5. Just don't. That's not just a btrfs shortcoming. I lost a hardware RAID 5 due to "puncture" which would have been fascinating to learn about if it hadn't happened to a production database. It's an academically interesting concept but it is too dangerous especially with how large drives are now, if you're buying three, buy four instead. RAID 10 is much safer especially for software RAID.

Stop parroting lies about btrfs. Since it became marked stable, it has been a reliable, trustworthy, performant filesystem.

But as much as I trust it I also have backups because if you love your data, it's your own fault if you don't back it up and regularly verify the backups.

arccy•1h ago
"performant", it's still slow if you actually use any of the advanced features like copy on write.
FirmwareBurner•1h ago
Every CoW filesystem is just as slow. There's no magic pill to fix performance but it's a known tradeoff.
betaby•1h ago
> FUD all around

????

> Don't do RAID 5.

Ah, OK, so not FUD

> Stop parroting lies about btrfs.

I seee

plqbfbv•7m ago
> All of the "btrfs eats your data" bugs have been fixed ... I have a btrfs on my home file server that's been running just fine for almost 10 years now and has survived the initial underlying hard drives mechanical death

In the last 10 years, btrfs:

1. Blew up three times on two unrelated systems due to internal bugs (one a desktop, one a server). Very few people were/are aware of the remount-only-once-in-degraded "FEATURE" where if a filesystem crashed, you could mount with -odegraded exactly only once, then the superblock would completely prevent mounting (error: invalid superblock). I'm not sure whether that's still the case or whether it got fixed (I hope so). By the way, these were on RAID1 arrays with 2 identical disks with metadata=dup and data=dup, so the filesystem was definitely mountable and usable. It basically killed the usecase of RAID1 for availability reasons. ZFS has allowed me to perform live data migrations while missing one or two disks across many reboots.

2. Developers merged patches to mainline, later released to stable, that completely broke discard=async (or something similar) which was a supported mount option from the manpages. My desktop SSD basically ate itself, had to restore from backups. IIRC the bug/mailing list discussions I found out later were along the lines of "nobody should be using it", so no impact.

3. Had (maybe still has - haven't checked) a bug where if you fill the whole disk, and then remove data, you can't rebalance, because the filesystem sees it has no more space available (all chunks are allocated). The trick I figured out was to shrink the filesystem to force data relocation, then re-expand it, then balance. It was ~5 years ago and I even wrote a blog post about it.

4. Quota tracking when using docker subvolumes is basically unusable due to the btrfs-cleaner "background" task (imagine VSCode + DevContainers taking 3m on a modern SSD to cleanup 1 big docker container). This is on 6.16.

5. Hit a random bug just 3 days ago on 6.16, where I was doing periodic rebalancing and removing a docker subvolume. 200+ lines of logs in dmesg, filesystem "corrupted" and remounted read-only. I was already sweating, not wanting to spend hours restoring from backups, but unexpectedly the filesystem mounted correctly after reboot. (first pleasant experience in years)

ZFS in 10y+ has basically only failed me when I had bad non-ECC RAM, period. Unfortunately I want the latest features for graphics etc on my desktop and ZFS being out of tree is a no-go. I also like to keep the same filesystem on desktop and server, so I can troubleshoot locally if required. So now I'm still on btrfs, but I was really banking on bcachefs.

Oh well, at least I won't have to wait >4 weeks for a version that I can compile with the latest stable kernel.

The only stable implementation is Synology's, the rest, even mainline stable, failed on me at least once in the last 10 years.

M95D•43m ago
I'm still waiting for an overlayfs that does read caching on the overlay without the need to format the backing storage.

The One-Line Prompt That Cut Token Usage by 37.91%

https://modgo.org/the-one-line-prompt-that-cut-token-usage-by-37-91/
1•hexpeek•3m ago•0 comments

Global Replication Made Easy

https://www.tigrisdata.com/blog/talks/2025/global-replication/
1•ianopolous•3m ago•0 comments

GrapheneOS and Forensic Extraction of Data

https://discuss.grapheneos.org/d/13107-grapheneos-and-forensic-extraction-of-data
9•SoKamil•7m ago•0 comments

Show HN: Rule34dle – A Higher-or-Lower Game Based on Character Popularity

https://rule34dle.app/
1•virusyu•12m ago•0 comments

Daniel Day-Lewis says he 'never intended to retire, really'

https://www.theguardian.com/film/2025/sep/11/daniel-day-lewis-says-he-never-intended-to-retire-re...
3•mykowebhn•12m ago•0 comments

Ireland will not participate in Eurovision if Israel takes part

https://www.rte.ie/entertainment/2025/0911/1532957-rte-eurovision/
35•a_paddy•13m ago•2 comments

Lessons in Disabling RC4 in Active Directory

https://syfuhs.net/lessons-in-disabling-rc4-in-active-directory
3•speckx•13m ago•0 comments

Behind the Scenes of Bun Install

https://bun.com/blog/behind-the-scenes-of-bun-install
6•Bogdanp•14m ago•0 comments

Show HN: SARE, a Hybrid Post-Quantum Encryption System Implemented in Rust

https://github.com/SareProject/sare
2•znano•15m ago•0 comments

Show HN: TrustGlance – See any business's trust level in seconds

https://trustglance.com:443/
1•aaronkn•21m ago•0 comments

Verifying LLM Output, Sorta, Kinda

https://theaiunderwriter.substack.com/p/false-confidence
2•participant1138•21m ago•0 comments

CPI for all items rises 0.4% in August, 2.9% YoY; shelter and food up

https://www.bls.gov/news.release/archives/cpi_09112025.htm
1•impish9208•21m ago•0 comments

Shop Now at Ecofriek 100% Organic Food Products Delivered Fresh from Farm

https://ecofriek.com/
1•rashunain•22m ago•1 comments

Web Desktops

https://github.com/syxanash/awesome-web-desktops
2•southwindcg•22m ago•0 comments

Tricks from OpenAI GPT-OSS you can use with transformers

https://huggingface.co/blog/faster-transformers
3•soheilpro•23m ago•0 comments

Experts Scrutinized Ofcom's Online Safety Act Governance. They're Concerned

https://www.theregister.com/2025/09/11/concern_and_sympathy_as_experts/
2•rntn•24m ago•0 comments

The Erdös Number Project

https://sites.google.com/oakland.edu/grossman/home/the-erdoes-number-project
2•jruohonen•24m ago•0 comments

PauseR – Open-Source Plugin: Pause Minority Mode for RabbitMQ with Khepri

https://seventhstate.io/seventh-state-pauser-plugin/
2•SeventhState•25m ago•1 comments

Show HN: Speech-to-text CLI in Rust with Nvidia Parakeet-local, fast, extensible

https://elvin.engineering/blog/2025/09-10-para-speak-cli/
2•elvin_d•29m ago•0 comments

How Bloomberg News Vetted the Epstein Emails

https://www.bloomberg.com/news/features/2025-09-11/how-bloomberg-news-vetted-the-jeffrey-epstein-...
3•danso•29m ago•1 comments

UK fires ambassador to US Peter Mandelson over Epstein links

https://www.cnn.com/2025/09/11/uk/peter-mandelson-uk-ambassador-fired-intl
7•belter•32m ago•0 comments

Pokémon Cards CSS Holographic Effect

https://poke-holo.simey.me
2•speckx•32m ago•0 comments

Learning Lens Blur Fields

https://blur-fields.github.io/
1•bookofjoe•32m ago•0 comments

Air-Gapping and Authentication

https://fusionauth.io/blog/air-gapping
2•mooreds•33m ago•0 comments

Show HN: Minimal Podcast Client

https://readerss.tiiny.site/
1•navane•33m ago•1 comments

The Rise of Async Programming

https://www.braintrust.dev/blog/async-programming
1•mooreds•34m ago•0 comments

Scalable emulation of protein equilibrium ensembles w generative deep learning

https://www.science.org/doi/10.1126/science.adv9817
1•nice__two•34m ago•0 comments

Webspinners Earn the Prize for Nature's Best Raincoat

https://entomologytoday.org/2025/09/08/webspinners-silk-water-natures-best-raincoat/
1•sohkamyung•35m ago•0 comments

Natcast to Lay Off Majority of Its Staff

https://spectrum.ieee.org/natcast-bankruptcy
1•tjwds•36m ago•0 comments

The missing guide to product strategy

https://www.hyperact.co.uk/blog/missing-guide-to-product-strategy
1•samquayle•37m ago•0 comments