Go to file
2017-03-16 14:51:41 -08:00
ccan bcache in userspace; userspace fsck 2017-01-20 09:07:08 -09:00
debian cmd_migrate: fix xattrs 2017-03-10 11:48:39 -09:00
include update bcache sources 2017-03-16 14:51:41 -08:00
libbcache update bcache sources 2017-03-16 14:51:41 -08:00
linux cmd_migrate 2017-03-09 09:14:11 -09:00
.bcache_revision update bcache sources 2017-03-16 14:51:41 -08:00
.gitignore update bcache code, fsck improvements 2017-02-06 20:45:37 -09:00
bcache-register Merge remote-tracking branch 'remotes/angband/master' 2014-03-20 13:38:08 -07:00
bcache-userspace-shim.c Delete more unused shim code, update bcache code 2017-03-03 23:17:31 -09:00
bcache.8 Documentation/makefile work 2016-08-28 18:00:54 -08:00
bcache.c Refactoring for device specific commands 2017-03-12 06:53:43 -08:00
cmd_assemble.c update bcache code, fsck improvements 2017-02-06 20:45:37 -09:00
cmd_debug.c update bcache sources 2017-03-10 12:40:01 -09:00
cmd_device.c Refactoring for device specific commands 2017-03-12 06:53:43 -08:00
cmd_format.c Add --quiet to cmd_format 2017-03-14 11:47:09 -08:00
cmd_fs.c update bcache code, fsck improvements 2017-02-06 20:45:37 -09:00
cmd_fsck.c update bcache sources 2017-03-10 12:40:01 -09:00
cmd_key.c cmd_migrate 2017-03-09 09:14:11 -09:00
cmd_migrate.c update bcache sources 2017-03-10 12:40:01 -09:00
cmd_run.c cmd_migrate 2017-03-09 09:14:11 -09:00
cmds.h Refactoring for device specific commands 2017-03-12 06:53:43 -08:00
config.h Redo lots of stuff 2016-03-11 21:18:42 -09:00
COPYING bcache-tools are GPL 2013-07-17 13:13:31 -07:00
crypto.c cmd_migrate 2017-03-09 09:14:11 -09:00
crypto.h cmd_migrate 2017-03-09 09:14:11 -09:00
fsck.bcache bcache in userspace; userspace fsck 2017-01-20 09:07:08 -09:00
INSTALL cmd_migrate: fix xattrs 2017-03-10 11:48:39 -09:00
libbcache.c cmd_device_add improvements 2017-03-09 09:26:56 -09:00
libbcache.h cmd_device_fail 2017-03-09 09:14:11 -09:00
Makefile cmd_migrate 2017-03-09 09:14:11 -09:00
mkfs.bcache Documentation/makefile work 2016-08-28 18:00:54 -08:00
qcow2.c cmd_migrate 2017-03-09 09:14:11 -09:00
qcow2.h cmd_migrate 2017-03-09 09:14:11 -09:00
README Documentation/makefile work 2016-08-28 18:00:54 -08:00
tools-util.c cmd_device_add improvements 2017-03-09 09:26:56 -09:00
tools-util.h cmd_device_add improvements 2017-03-09 09:26:56 -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.