Go to file
Kent Overstreet 7f4191a202 add support for maximum journal entry size
also rip out prototype crypto support code - real code is in the dev
branch, with the new superblock format
2016-12-11 14:58:27 -09:00
ccan Redo lots of stuff 2016-03-11 21:18:42 -09:00
debian finish ripping out libnih 2016-10-06 07:19:55 -08:00
.gitignore add dependency generation to make file 2016-10-11 17:50:54 -08:00
bcache-assemble.c Rework option handling 2016-08-25 17:39:01 -08:00
bcache-device.c finish ripping out libnih 2016-10-06 07:19:55 -08:00
bcache-format.c add support for maximum journal entry size 2016-12-11 14:58:27 -09:00
bcache-fs.c finish ripping out libnih 2016-10-06 07:19:55 -08:00
bcache-ioctl.h Redo lots of stuff 2016-03-11 21:18:42 -09:00
bcache-ondisk.h add support for maximum journal entry size 2016-12-11 14:58:27 -09:00
bcache-register Merge remote-tracking branch 'remotes/angband/master' 2014-03-20 13:38:08 -07:00
bcache-run.c finish ripping out libnih 2016-10-06 07:19:55 -08:00
bcache.8 Documentation/makefile work 2016-08-28 18:00:54 -08:00
bcache.c add support for maximum journal entry size 2016-12-11 14:58:27 -09:00
bcache.h add support for maximum journal entry size 2016-12-11 14:58:27 -09: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
INSTALL finish ripping out libnih 2016-10-06 07:19:55 -08:00
libbcache.c add support for maximum journal entry size 2016-12-11 14:58:27 -09:00
libbcache.h add support for maximum journal entry size 2016-12-11 14:58:27 -09:00
Makefile add support for maximum journal entry size 2016-12-11 14:58:27 -09:00
mkfs.bcache Documentation/makefile work 2016-08-28 18:00:54 -08:00
README Documentation/makefile work 2016-08-28 18:00:54 -08:00
util.c add support for maximum journal entry size 2016-12-11 14:58:27 -09:00
util.h add support for maximum journal entry size 2016-12-11 14:58:27 -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.