All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Btrfs-progs: add the first "inspect-internal" commands
@ 2011-07-11 17:47 Jan Schmidt
  2011-07-11 17:47 ` [PATCH v2 1/3] Btrfs-progs: btrfs-list: split list_subvols Jan Schmidt
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jan Schmidt @ 2011-07-11 17:47 UTC (permalink / raw)
  To: chris.mason, linux-btrfs

This is the follow up to the patch series
   "[PATCH v1 0/2] Btrfs-progs: commands "resolve inode" and "resolve logical"
I chose to change the subject as the command names changed.

Changes v1->v2:
- commands renamed as suggested by Goffredo Baroncelli
- man pages added

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.

These patches are based on Hugo's current integration branch.

Please try them out and report bugs here.

-Jan

Jan Schmidt (3):
  Btrfs-progs: btrfs-list: split list_subvols
  Btrfs-progs: added ioctls and commands to resolve inodes and logical
    addrs
  Btrfs-progs: added resolve commands to man page

 btrfs-list.c   |  139 +++++++++++++++++++++++++++++++++-----------
 btrfs.c        |   10 +++
 btrfs_cmds.c   |  177 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 btrfs_cmds.h   |    3 +
 ioctl.h        |   29 +++++++++
 man/btrfs.8.in |   29 +++++++++
 6 files changed, 352 insertions(+), 35 deletions(-)

-- 
1.7.3.4


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-07-11 17:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-11 17:47 [PATCH v2 0/3] Btrfs-progs: add the first "inspect-internal" commands Jan Schmidt
2011-07-11 17:47 ` [PATCH v2 1/3] Btrfs-progs: btrfs-list: split list_subvols Jan Schmidt
2011-07-11 17:47 ` [PATCH v2 2/3] Btrfs-progs: added ioctls and commands to resolve inodes and logical addrs Jan Schmidt
2011-07-11 17:47 ` [PATCH v2 3/3] Btrfs-progs: added resolve commands to man page Jan Schmidt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.