Go to file
2024-06-17 14:21:10 -04:00
.github
bch_bindgen Update bcachefs sources to f81dc88f0c80 bcachefs: bch2_btree_insert() - add btree iter flags 2024-06-03 20:08:06 -04:00
c_src Update bcachefs sources to c56e1ec97dfd bcachefs: Fix bch2_sb_downgrade_update() 2024-06-17 12:38:43 -04:00
ccan treewide, docs: fix typos 2024-05-29 09:22:09 +05:30
debian treewide, docs: fix typos 2024-05-29 09:22:09 +05:30
doc treewide, docs: fix typos 2024-05-29 09:22:09 +05:30
fsck
include Update bcachefs sources to c56e1ec97dfd bcachefs: Fix bch2_sb_downgrade_update() 2024-06-17 12:38:43 -04:00
initramfs
libbcachefs Update bcachefs sources to 792ca5ba3c9a bcachefs: kill key cache arg to bch2_assert_pos_locked() 2024-06-17 14:08:42 -04:00
linux fix missing include 2024-06-16 14:08:47 -04:00
packaging treewide, docs: fix typos 2024-05-29 09:22:09 +05:30
raid
src fix(subvol): canonicalize requires path to exist 2024-06-10 23:07:27 +02:00
tests
udev
.bcachefs_revision Update bcachefs sources to 792ca5ba3c9a bcachefs: kill key cache arg to bch2_assert_pos_locked() 2024-06-17 14:08:42 -04:00
.editorconfig chore(editorconfig): add *.y{,a}ml 2024-05-22 23:20:16 +02:00
.gitignore
bcachefs
bcachefs.8
build.rs
Cargo.lock feat: rewrite key.rs 2024-05-30 22:26:06 +02:00
Cargo.toml feat: rewrite key.rs 2024-05-30 22:26:06 +02:00
COPYING
default.nix
flake.lock flake.lock: Update 2024-06-17 18:20:02 +00:00
flake.nix fix(nix): install paths from pkg-config properly 2024-06-17 18:31:40 +02:00
INSTALL.md docs: udev.pc now in systemd-dev on Debian 2024-06-01 11:52:24 +02:00
make-release-tarball.sh
Makefile
Makefile.compiler
mount.bcachefs.sh
README.md
rustfmt.toml

bcachefs-tools

Userspace tools and docs for bcachefs

Bcachefs is an advanced new filesystem for Linux, with an emphasis on reliability and robustness and the complete set of features one would expect from a modern filesystem.

This repo primarily consists of the following:

  • bcachefs tool, the reason this repo exists.
  • {mkfs,mount,fsck}.bcachefs utils, which is just wrappers calling the corresponding subcommands in the main tool
  • docs in the form of man-pages and a user manual

Please refer to the main site for getting started An in-depth user manual is (also) found on the official website

Version semantics

The tools relies on an expected disk format structure which is reflected by your current kernel version. Disk format can be upgraded or downgraded automatically by the kernel, if needed.

  • Any patch-level change means no disk format change
  • Any minor-level change means a potential disk format change which is not breaking
  • Any major-level change means breaking changes

Build and install

Refer to INSTALL.md

Bug reports and contributions