]> git.sesse.net Git - bcachefs-tools-debian/commit
add bcachefs xor / xxhash support
authorjpsollie <janpieter.sollie@edpnet.be>
Wed, 30 Jun 2021 10:35:36 +0000 (12:35 +0200)
committerKent Overstreet <kent.overstreet@gmail.com>
Thu, 8 Jul 2021 00:30:39 +0000 (20:30 -0400)
commit54d44fe56bcbec3bdc3b71a9a3d43438ce13b43c
tree1aebd8d4f34487aa0398dd29540ed45beb16503c
parent8e07f30cd7229d648b591e044d7fc38b1f1e531a
add bcachefs xor / xxhash support

Following the initial xxhash / xor checksum support patches in kernel, bcachefs-tools needs some updated libraries as well.
Unfortunately, xor functionality is deeply linked into several low-level functions, so we're adding a set of patches here to translate those into userspace

Signed-off-by: Janpieter Sollie <janpieter.sollie@edpnet.be>
Makefile