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

--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to