linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] btrfs-progs: Add command group for rescue operations
@ 2013-09-17 15:21 David Sterba
  2013-09-17 15:21 ` [PATCH 1/3] btrfs-progs: introduce rescue command group David Sterba
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: David Sterba @ 2013-09-17 15:21 UTC (permalink / raw)
  To: linux-btrfs; +Cc: David Sterba

David Sterba (3):
  btrfs-progs: introduce rescue command group
  btrfs-progs: move chunk-recover to rescue group
  btrfs-progs: separate command ant implementation of chunk-recover code

 Makefile        |    3 +-
 btrfs.c         |    2 +-
 chunk-recover.c | 1745 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 cmds-chunk.c    |    2 +-
 cmds-rescue.c   |  100 ++++
 commands.h      |    3 +
 man/btrfs.8.in  |    4 +-
 7 files changed, 1854 insertions(+), 5 deletions(-)
 create mode 100644 chunk-recover.c
 create mode 100644 cmds-rescue.c

-- 
1.8.3.1


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

end of thread, other threads:[~2013-10-25 10:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-17 15:21 [PATCH 0/3] btrfs-progs: Add command group for rescue operations David Sterba
2013-09-17 15:21 ` [PATCH 1/3] btrfs-progs: introduce rescue command group David Sterba
2013-09-17 15:21 ` [PATCH 2/3] btrfs-progs: move chunk-recover to rescue group David Sterba
2013-09-17 15:21 ` [PATCH 3/3] btrfs-progs: separate command ant implementation of chunk-recover code David Sterba
2013-10-24 20:31   ` Mitch Harder
2013-10-25 10:00     ` David Sterba

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).