Go to file
Jörg Thalheim 23c2c8832a ci: bump install-nix-action/cachix to fix nixos build
Signed-off-by: Jörg Thalheim <joerg@thalheim.io>
2023-07-20 22:27:56 +02:00
.github/workflows ci: bump install-nix-action/cachix to fix nixos build 2023-07-20 22:27:56 +02:00
ccan
debian
doc Add additional information about encryption 2023-07-10 16:03:30 -04:00
include Update bcachefs sources to e14d7c7195 bcachefs: Compression levels 2023-07-15 17:36:15 -04:00
initramfs
libbcachefs Update bcachefs sources to e14d7c7195 bcachefs: Compression levels 2023-07-15 17:36:15 -04:00
linux Update bcachefs sources to e14d7c7195 bcachefs: Compression levels 2023-07-15 17:36:15 -04:00
packaging add rpm make target and fix up spec file 2023-03-08 10:26:44 -05:00
raid
rust-src Update bcachefs sources to e14d7c7195 bcachefs: Compression levels 2023-07-15 17:36:15 -04:00
tests
.bcachefs_revision Update bcachefs sources to e14d7c7195 bcachefs: Compression levels 2023-07-15 17:36:15 -04:00
.editorconfig
.gitignore
bcachefs.8 Add manpage for mount command 2023-03-08 21:00:51 +01:00
bcachefs.c cmd_fs_usage: Implement --help 2023-06-10 20:59:22 -04:00
build.nix build.nix: add instruction to keep cargoDeps hashes up-to-date 2023-06-16 14:02:17 +02:00
cmd_assemble.c
cmd_attr.c
cmd_data.c
cmd_device.c
cmd_dump.c Update bcachefs sources to e14d7c7195 bcachefs: Compression levels 2023-07-15 17:36:15 -04:00
cmd_format.c
cmd_fs.c cmd_fs_usage: Implement --help 2023-06-10 20:59:22 -04:00
cmd_fsck.c Update bcachefs sources to e14d7c7195 bcachefs: Compression levels 2023-07-15 17:36:15 -04:00
cmd_fusemount.c
cmd_key.c
cmd_kill_btree_node.c
cmd_list_journal.c Update bcachefs sources to e14d7c7195 bcachefs: Compression levels 2023-07-15 17:36:15 -04:00
cmd_migrate.c Update bcachefs sources to da7d42a9a2 bcachefs: Add new assertions for shutdown path 2023-07-09 15:25:40 -04:00
cmd_option.c
cmd_run.c
cmd_subvolume.c
cmd_version.c
cmds.h cmd_fs_usage: Implement --help 2023-06-10 20:59:22 -04:00
config.h
COPYING
crypto.c
crypto.h
default.nix
flake.lock flake.lock: Update 2023-06-16 13:56:53 +02:00
flake.nix
fsck.bcachefs
INSTALL.md Delete pytest 2023-04-20 12:18:59 -04:00
libbcachefs.c Update bcachefs sources to e14d7c7195 bcachefs: Compression levels 2023-07-15 17:36:15 -04:00
libbcachefs.h Update bcachefs sources to 84f132d569 bcachefs: fsck: Break walk_inode() up into multiple functions 2023-06-27 19:38:18 -04:00
Makefile Sort input file list 2023-06-08 15:07:48 +02:00
Makefile.compiler Update bcachefs sources to 6a20aede29 bcachefs: Fix quotas + snapshots 2023-05-02 00:41:47 -04:00
mkfs.bcachefs
mount.bcachefs
mount.bcachefs.sh
qcow2.c
qcow2.h
README.md Update docs 2023-03-07 12:46:53 -05:00
tools-util.c
tools-util.h

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

Build and install

Refer to INSTALL.md

Bug reports and contributions