Btrfs-progs: add btrfs-crc tool
authorJan Schmidt <list.btrfs@jan-o-sch.net>
Thu, 21 Mar 2013 16:02:40 +0000 (17:02 +0100)
committerDavid Sterba <dsterba@suse.cz>
Tue, 9 Apr 2013 16:43:32 +0000 (18:43 +0200)
commit08fecd7658610d8572b04280d6708960a3265a88
treea34dff60a13f72fffe7fe763f0182e40ce590960
parentb0029a96f2c6a178183602e1ff11d8d3660ee8fb
Btrfs-progs: add btrfs-crc tool

This tool can be used to compute btrfs' style crc32c checksums for filenames
as done by the kernel. Additionally, there is -c mode to do a brute force
search for file names with a given checksum.

Signed-off-by: Jan Schmidt <list.btrfs@jan-o-sch.net>
Makefile
btrfs-crc.c [new file with mode: 0644]