btrfs-progs/man
Josef Bacik bd338824de Btrfs-image: add the ability to santize file names when making an image
We've had a few users who wouldn't (or couldn't) provide us btrfs-images because
we maintain the file names when making an image.  So introduce a sanitize
option.  There are two uses, one that is fast and the other that is dog slow.
The fast way just generates garbage that's equal in length to the original name.
The slow way will try and find a crc32c collision for the file name that is also
the same length.  Finding a crc32c collision for the file name "btrfs-progs" on
my box without CPU crc32c support takes a little more than 3 minutes, and a
little less than 2 minutes for my box that has CPU crc32c support, so it's a
lengthy and CPU intensive process.

The idea is that we use -s for most cases, and then only use -ss when we need
the file system tree to be somewhat sane.  I could probably do a better job
about finding collisions, but I'll have to revist that later.  Thanks,

Signed-off-by: Josef Bacik <jbacik@fusionio.com>
Signed-off-by: Chris Mason <chris.mason@fusionio.com>
2013-06-19 13:35:15 -04:00
..
Makefile Removing btrfsctl, btrfs-vol, btrfs-show 2013-03-19 18:21:41 +01:00
btrfs-image.8.in Btrfs-image: add the ability to santize file names when making an image 2013-06-19 13:35:15 -04:00
btrfs.8.in Btrfs-progs: add function to map subvol ID to path 2013-04-23 19:16:25 +02:00
btrfsck.8.in Removing btrfsctl, btrfs-vol, btrfs-show 2013-03-19 18:21:41 +01:00
mkfs.btrfs.8.in btrfs-progs: revert skinny extents changes from mkfs 2013-04-23 18:56:21 +02:00