btrfs-progs/man
Stefan Behrens 6d26357f8e Btrfs-progs: add function to map subvol ID to path
Several tools like btrfs-send and btrfs-receive need to map a
subvolume ID to a filesystem path. The so far existing methods
in btrfs-list.c cause a horrible effort when performing this
operation (and the effort is dependent on the number of
existing subvolumes with quadratic effort). This commit adds a
function that is able to map a subvolume ID to a filesystem path
with an effort that is independent of the number of existing
subvolumes.

In addition to this function, a command line frontend is added as well:
btrfs inspect-internal subvolid-resolve <subvolid> <path>

Signed-off-by: Stefan Behrens <sbehrens@giantdisaster.de>
2013-04-23 19:16:25 +02:00
..
Makefile Removing btrfsctl, btrfs-vol, btrfs-show 2013-03-19 18:21:41 +01:00
btrfs-image.8.in Btrfs-progs: add an option to btrfs-image to walk the trees 2013-04-23 18:56:26 +02: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