From: Jan Schmidt <list.btrfs@jan-o-sch.net>
To: chris.mason@oracle.com, linux-btrfs@vger.kernel.org
Subject: [PATCH v1 0/2] Btrfs-progs: commands "resolve inode" and "resolve logical"
Date: Thu, 7 Jul 2011 18:01:38 +0200 [thread overview]
Message-ID: <cover.1310053983.git.list.btrfs@jan-o-sch.net> (raw)
The kernel patch series just sent (Subject: "Btrfs: scrub: print path to
corrupted files and trigger nodatasum fixup") introduces two new ioctls to
do in-kernel filesystem path construction. This series provides the
corresponding userspace changes, adding two new commands to the btrfs utility:
--
btrfs resolve inode [-v] <inode> <path>
resolves an <inode> to all filesystem paths local to the fs mounted
at <path>.
-v print count of returned and missed paths
btrfs resolve logical [-v] [-P] <logical> <path>
resolves a <logical> address to all filesystem paths in the file
system mounted at <path> and all its subvolumes.
-v print count of returned and missed inode/offset/root
triples
-P do not resolve the path but stop after finding all
inodes at this logical address and print them instead
--
These patches are based on Hugo's current integration branch.
Please try them out and report bugs here. I'll send an update to the manpages
later.
-Jan
Jan Schmidt (2):
btrfs-list: split list_subvols
added ioctls and commands to resolve inodes and logical addresses
btrfs-list.c | 139 ++++++++++++++++++++++++++++++++++------------
btrfs.c | 10 +++
btrfs_cmds.c | 177 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
btrfs_cmds.h | 3 +
ioctl.h | 29 ++++++++++
5 files changed, 323 insertions(+), 35 deletions(-)
--
1.7.3.4
next reply other threads:[~2011-07-07 16:01 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-07 16:01 Jan Schmidt [this message]
2011-07-07 16:01 ` [PATCH v1 1/2] btrfs-list: split list_subvols Jan Schmidt
2011-07-07 16:01 ` [PATCH v1 2/2] added ioctls and commands to resolve inodes and logical addresses Jan Schmidt
2011-07-07 23:19 ` [PATCH v1 0/2] Btrfs-progs: commands "resolve inode" and "resolve logical" Goffredo Baroncelli
2011-07-08 8:24 ` Jan Schmidt
2011-07-08 16:42 ` Goffredo Baroncelli
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1310053983.git.list.btrfs@jan-o-sch.net \
--to=list.btrfs@jan-o-sch.net \
--cc=chris.mason@oracle.com \
--cc=linux-btrfs@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).