]> git.sesse.net Git - bcachefs-tools-debian/commit
New on disk format - encryption
authorKent Overstreet <kent.overstreet@gmail.com>
Tue, 4 Oct 2016 03:22:17 +0000 (19:22 -0800)
committerKent Overstreet <kent.overstreet@gmail.com>
Tue, 28 Feb 2017 12:05:38 +0000 (03:05 -0900)
commita5b5eba7f788bb77cf57f9c94f3474a2d439ab0b
tree278813d1b1a9024174531376d41a2ba04a3b27f6
parente4d1c93d85a5b86c04599bfc9f658308d741fd41
New on disk format - encryption
99 files changed:
.bcache_revision
Makefile
bcache-userspace-shim.c
bcache.c
cmd_debug.c
cmd_device.c
cmd_format.c
cmd_key.c [new file with mode: 0644]
cmds.h
crypto.c [new file with mode: 0644]
crypto.h [new file with mode: 0644]
include/crypto/algapi.h
include/crypto/chacha20.h
include/crypto/hash.h
include/crypto/internal/hash.h
include/crypto/poly1305.h
include/crypto/sha.h [deleted file]
include/crypto/sha1_base.h [deleted file]
include/keys/user-type.h [new file with mode: 0644]
include/linux/bcache.h
include/linux/crypto.h
include/linux/cryptohash.h [deleted file]
include/linux/kernel.h
include/linux/key.h [new file with mode: 0644]
include/linux/mempool.h
include/linux/page.h
include/linux/scatterlist.h [new file with mode: 0644]
include/linux/time64.h
include/trace/events/bcache.h
libbcache.c
libbcache.h
libbcache/acl.c
libbcache/alloc.c
libbcache/alloc_types.h
libbcache/bcache.h
libbcache/bkey.c
libbcache/bkey.h
libbcache/blockdev.c
libbcache/bset.c
libbcache/bset.h
libbcache/btree_cache.c
libbcache/btree_gc.c
libbcache/btree_gc.h
libbcache/btree_io.c
libbcache/btree_types.h
libbcache/btree_update.c
libbcache/btree_update.h
libbcache/buckets.c
libbcache/buckets.h
libbcache/chardev.c
libbcache/checksum.c
libbcache/checksum.h
libbcache/compress.c
libbcache/compress.h
libbcache/debug.c
libbcache/dirent.c
libbcache/extents.c
libbcache/extents.h
libbcache/fs-gc.c
libbcache/fs-io.c
libbcache/fs.c
libbcache/fs.h
libbcache/inode.c
libbcache/inode.h
libbcache/io.c
libbcache/io.h
libbcache/io_types.h
libbcache/journal.c
libbcache/journal.h
libbcache/journal_types.h
libbcache/migrate.c
libbcache/move.c
libbcache/movinggc.c
libbcache/notify.c
libbcache/opts.c
libbcache/opts.h
libbcache/siphash.c
libbcache/str_hash.h
libbcache/super-io.c [new file with mode: 0644]
libbcache/super-io.h [new file with mode: 0644]
libbcache/super.c
libbcache/super.h
libbcache/super_types.h
libbcache/sysfs.c
libbcache/tier.c
libbcache/vstructs.h [new file with mode: 0644]
libbcache/xattr.c
linux/crypto/algapi.c [deleted file]
linux/crypto/api.c
linux/crypto/blkcipher.c [new file with mode: 0644]
linux/crypto/chacha20_generic.c [new file with mode: 0644]
linux/crypto/cipher.c [deleted file]
linux/crypto/internal.h
linux/crypto/poly1305_generic.c [new file with mode: 0644]
linux/crypto/sha1_generic.c [deleted file]
linux/crypto/sha256_generic.c [new file with mode: 0644]
linux/crypto/shash.c
linux/lz4hc_compress.c [deleted file]
linux/sha1.c [deleted file]