| Summary: | Add support for bcachefs | ||
|---|---|---|---|
| Product: | [Applications] partitionmanager | Reporter: | Cihan Işık <chn.isik> |
| Component: | general | Assignee: | Andrius Štikonas <andrius> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/system/kpmcore/-/commit/a5ffeb0348f159b8cf56c3e0fcf9574cbd083cd3 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Cihan Işık
2023-11-26 08:27:53 UTC
This will also need util-linux 2.39 to work. Git commit a5ffeb0348f159b8cf56c3e0fcf9574cbd083cd3 by Andrius Štikonas. Committed on 21/03/2024 at 22:16. Pushed by stikonas into branch 'master'. Initial support for bcachefs. M +2 -0 src/fs/CMakeLists.txt A +161 -0 src/fs/bcachefs.cpp [License: GPL(v3.0+)] A +113 -0 src/fs/bcachefs.h [License: GPL(v3.0+)] M +2 -1 src/fs/btrfs.cpp M +3 -1 src/fs/filesystem.cpp M +1 -0 src/fs/filesystem.h M +3 -0 src/fs/filesystemfactory.cpp M +1 -0 src/fs/luks.cpp M +1 -0 src/plugins/sfdisk/sfdiskbackend.cpp M +1 -0 src/util/externalcommand_whitelist.h https://invent.kde.org/system/kpmcore/-/commit/a5ffeb0348f159b8cf56c3e0fcf9574cbd083cd3 |