mbox series

[0/4] btrfs: RAID stripe tree updates

Message ID 20230918-rst-updates-v1-0-17686dc06859@wdc.com (mailing list archive)
Headers show
Series btrfs: RAID stripe tree updates | expand

Message

Johannes Thumshirn Sept. 18, 2023, 2:14 p.m. UTC
Here is a first batch of updates for the RAID stripe tree patchset in
for-next which address some of the review comments.

---
Johannes Thumshirn (4):
      btrfs: fix 64bit division in btrfs_insert_striped_mirrored_raid_extents
      btrfs: break loop in case set_io_stripe fails
      btrfs: rename ordered_enmtry in btrfs_io_context
      btrfs: add tree-checker for RAID-stripe-tree

 fs/btrfs/bio.c              |  3 ++-
 fs/btrfs/raid-stripe-tree.c | 26 +++++++++++++-------------
 fs/btrfs/tree-checker.c     | 42 ++++++++++++++++++++++++++++++++++++++++++
 fs/btrfs/volumes.c          |  8 +++++++-
 fs/btrfs/volumes.h          |  2 +-
 5 files changed, 65 insertions(+), 16 deletions(-)
---
base-commit: 7368638e1a1f30dbf34c141dc2355a96ca2a2932
change-id: 20230915-rst-updates-8c55784ca4ef

Best regards,

Comments

David Sterba Sept. 18, 2023, 4:39 p.m. UTC | #1
On Mon, Sep 18, 2023 at 07:14:29AM -0700, Johannes Thumshirn wrote:
> Here is a first batch of updates for the RAID stripe tree patchset in
> for-next which address some of the review comments.

Thanks.

> ---
> Johannes Thumshirn (4):
>       btrfs: fix 64bit division in btrfs_insert_striped_mirrored_raid_extents
>       btrfs: break loop in case set_io_stripe fails
>       btrfs: rename ordered_enmtry in btrfs_io_context

Folded to the patches.

>       btrfs: add tree-checker for RAID-stripe-tree

Added as a new one.