linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5 v2] multiple disks restore support of btrfs-image
@ 2013-06-22  5:32 Liu Bo
  2013-06-22  5:32 ` [PATCH 1/5] Btrfs-progs: fix misuse of skinny metadata in btrfs-image Liu Bo
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Liu Bo @ 2013-06-22  5:32 UTC (permalink / raw)
  To: linux-btrfs; +Cc: chris.mason

Patch 1-3 are bug fixes for several places.

Patch 4 is a cleanup for btrfs-image usage description.

Patch 5 adds btrfs-image support of multiple disks restore.

v1->v2:
- rebase onto the lastest btrfs-progs
- add support to restore data extent

Liu Bo (5):
  Btrfs-progs: fix misuse of skinny metadata in btrfs-image
  Btrfs-progs: skip open devices which is missing
  Btrfs-progs: delete fs_devices itself from fs_uuid list before
    freeing
  Btrfs-progs: cleanup btrfs-image usage
  Btrfs-progs: enhance btrfs-image to restore image onto multiple disks

 btrfs-image.c |  315 +++++++++++++++++++++++++++++++++++++++++++++++----------
 ctree.h       |    1 +
 disk-io.c     |  232 ++++++++++++------------------------------
 disk-io.h     |    6 +
 extent_io.c   |   87 ++++++++++++++++
 extent_io.h   |    2 +
 volumes.c     |  147 +++++++++++++++++++++++++++
 volumes.h     |    5 +
 8 files changed, 579 insertions(+), 216 deletions(-)

-- 
1.7.7


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

end of thread, other threads:[~2013-06-22  5:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-22  5:32 [PATCH 0/5 v2] multiple disks restore support of btrfs-image Liu Bo
2013-06-22  5:32 ` [PATCH 1/5] Btrfs-progs: fix misuse of skinny metadata in btrfs-image Liu Bo
2013-06-22  5:32 ` [PATCH 2/5] Btrfs-progs: skip open devices which is missing Liu Bo
2013-06-22  5:32 ` [PATCH 3/5] Btrfs-progs: delete fs_devices itself from fs_uuid list before freeing Liu Bo
2013-06-22  5:32 ` [PATCH 4/5] Btrfs-progs: cleanup btrfs-image usage Liu Bo
2013-06-22  5:32 ` [PATCH 5/5 v2] Btrfs-progs: enhance btrfs-image to restore image onto multiple disks Liu Bo

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