summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/disk_groups_format.h
AgeCommit message (Collapse)AuthorLines
2025-09-29Remove bcachefs core codeLinus Torvalds-21/+0
bcachefs was marked 'externally maintained' in 6.17 but the code remained to make the transition smoother. It's now a DKMS module, making the in-kernel code stale, so remove it to avoid any version confusion. Link: https://lore.kernel.org/linux-bcachefs/yokpt2d2g2lluyomtqrdvmkl3amv3kgnipmenobkpgx537kay7@xgcgjviv3n7x/T/ Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2024-05-28bcachefs: Split out disk_groups_format.hKent Overstreet-0/+21
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>