mbox series

[00/10,v2] fixes and preparatory related to metadata_uuid

Message ID cover.1690985783.git.anand.jain@oracle.com (mailing list archive)
Headers show
Series fixes and preparatory related to metadata_uuid | expand

Message

Anand Jain Aug. 2, 2023, 11:29 p.m. UTC
v2:
Consolidating preparatory, cleanups and bug fixes, these patches can be
merged independently.

Addressed the comments received on some of the patches, relevant changes
are mentioned in the individual patch.

The patches here were part of an earlier patchset...
  [PATCH 0/2] btrfs-progs: fix dump-super metadata_uuid
  [PATCH 00/11] btrfs-progs: fix bugs and CHANGING_FSID_V2 flag
  [PATCH 00/10] btrfs-progs: check and tune: add device and noscan options

Anand Jain (10):
  btrfs-progs: dump-super print actual metadata_uuid value
  btrfs-progs: tests: return metadata_uuid or fsid as per METADATA_UUID
    flag
  btrfs-progs: fix duplicate missing device
  btrfs-progs: track missing device counter
  btrfs-progs: tune: check for missing device
  btrfs-progs: track changing_fsid flag in fs_devices
  btrfs-progs: track num_devices per fs_devices
  btrfs-progs: track total_devs in fs devices
  btrfs-progs: track active metadata_uuid per fs_devices
  btrfs-progs: tune: consolidate return goto free-out

 kernel-shared/print-tree.c                 |  8 +---
 kernel-shared/volumes.c                    | 23 +++++++++--
 kernel-shared/volumes.h                    |  6 +++
 tests/misc-tests/034-metadata-uuid/test.sh | 24 +++++++++--
 tune/change-uuid.c                         |  4 +-
 tune/main.c                                | 47 +++++++++++++++++-----
 6 files changed, 86 insertions(+), 26 deletions(-)

Comments

David Sterba Aug. 11, 2023, 5:42 p.m. UTC | #1
On Thu, Aug 03, 2023 at 07:29:36AM +0800, Anand Jain wrote:
> v2:
> Consolidating preparatory, cleanups and bug fixes, these patches can be
> merged independently.
> 
> Addressed the comments received on some of the patches, relevant changes
> are mentioned in the individual patch.
> 
> The patches here were part of an earlier patchset...
>   [PATCH 0/2] btrfs-progs: fix dump-super metadata_uuid
>   [PATCH 00/11] btrfs-progs: fix bugs and CHANGING_FSID_V2 flag
>   [PATCH 00/10] btrfs-progs: check and tune: add device and noscan options
> 
> Anand Jain (10):
>   btrfs-progs: dump-super print actual metadata_uuid value
>   btrfs-progs: tests: return metadata_uuid or fsid as per METADATA_UUID
>     flag
>   btrfs-progs: fix duplicate missing device
>   btrfs-progs: track missing device counter
>   btrfs-progs: tune: check for missing device
>   btrfs-progs: track changing_fsid flag in fs_devices
>   btrfs-progs: track num_devices per fs_devices
>   btrfs-progs: track total_devs in fs devices
>   btrfs-progs: track active metadata_uuid per fs_devices
>   btrfs-progs: tune: consolidate return goto free-out

Except the num_devices one the rest applied to devel, thanks.