btrfs-progs: Add simple python front end to the search ioctl
authorChris Mason <clm@fb.com>
Tue, 23 Sep 2014 16:39:23 +0000 (12:39 -0400)
committerDavid Sterba <dsterba@suse.cz>
Thu, 4 Dec 2014 16:03:49 +0000 (17:03 +0100)
commit05063de62cad021571edf8263f11388c44b50471
treea94aea0412823123f2246a178ba4403e66d5daf1
parent7269fa15702ba7f925936a31125571ebb4398965
btrfs-progs: Add simple python front end to the search ioctl

This is a starting point for a debugfs style python interface using
the search ioctl.  For now it can only do one thing, which is to
print out all the extents in a file and calculate the compression ratio.

Over time it will grow more features, especially for the kinds of things
we might run btrfs-debug-tree to find out.  Expect the usage and output
to change dramatically over time (don't hard code to it).

Signed-off-by: Chris Mason <clm@fb.com>
Signed-off-by: David Sterba <dsterba@suse.cz>
btrfs-debugfs [new file with mode: 0755]