Go to file
2017-02-28 03:05:38 -09:00
ccan bcache in userspace; userspace fsck 2017-01-20 09:07:08 -09:00
debian bcache in userspace; userspace fsck 2017-01-20 09:07:08 -09:00
include New on disk format - encryption 2017-02-28 03:05:38 -09:00
libbcache New on disk format - encryption 2017-02-28 03:05:38 -09:00
linux New on disk format - encryption 2017-02-28 03:05:38 -09:00
.bcache_revision New on disk format - encryption 2017-02-28 03:05:38 -09:00
.gitignore update bcache code, fsck improvements 2017-02-06 20:45:37 -09:00
bcache-register
bcache-userspace-shim.c New on disk format - encryption 2017-02-28 03:05:38 -09:00
bcache.8 Documentation/makefile work 2016-08-28 18:00:54 -08:00
bcache.c New on disk format - encryption 2017-02-28 03:05:38 -09:00
cmd_assemble.c update bcache code, fsck improvements 2017-02-06 20:45:37 -09:00
cmd_debug.c New on disk format - encryption 2017-02-28 03:05:38 -09:00
cmd_device.c New on disk format - encryption 2017-02-28 03:05:38 -09:00
cmd_format.c New on disk format - encryption 2017-02-28 03:05:38 -09:00
cmd_fs.c update bcache code, fsck improvements 2017-02-06 20:45:37 -09:00
cmd_fsck.c update bcache code, fsck improvements 2017-02-06 20:45:37 -09:00
cmd_key.c New on disk format - encryption 2017-02-28 03:05:38 -09:00
cmd_run.c update bcache code, fsck improvements 2017-02-06 20:45:37 -09:00
cmds.h New on disk format - encryption 2017-02-28 03:05:38 -09:00
config.h
COPYING
crypto.c New on disk format - encryption 2017-02-28 03:05:38 -09:00
crypto.h New on disk format - encryption 2017-02-28 03:05:38 -09:00
fsck.bcache bcache in userspace; userspace fsck 2017-01-20 09:07:08 -09:00
INSTALL finish ripping out libnih 2016-10-06 07:19:55 -08:00
libbcache.c New on disk format - encryption 2017-02-28 03:05:38 -09:00
libbcache.h New on disk format - encryption 2017-02-28 03:05:38 -09:00
Makefile New on disk format - encryption 2017-02-28 03:05:38 -09:00
mkfs.bcache Documentation/makefile work 2016-08-28 18:00:54 -08:00
qcow2.c Add a command to dump filesystem metadata 2017-02-06 23:43:16 -09:00
qcow2.h Add a command to dump filesystem metadata 2017-02-06 23:43:16 -09:00
README Documentation/makefile work 2016-08-28 18:00:54 -08:00
tools-util.c Add a command to dump filesystem metadata 2017-02-06 23:43:16 -09:00
tools-util.h update bcache code, fsck improvements 2017-02-06 20:45:37 -09:00

Userspace tools for bcache-dev/bcachefs

This builds the bcache tool, which has a number of subcommands for formatting
and managing bcachefs filesystems:

bcache format
bcache unlock
bcache assemble
bcache incremental
etc.

Run bcache --help for full list of commands.