2023-09-20 10:29:51

by Johannes Thumshirn

[permalink] [raw]
Subject: [PATCH v2 0/2] btrfs: RAID stripe tree updates

Here is the second batch of updates for the RAID stripe tree patchset in
for-next which address some of the review comments.

---
- Link to first batch: https://lore.kernel.org/r/[email protected]

---
Johannes Thumshirn (2):
btrfs: check for incompat bit in btrfs_insert_raid_extent
btrfs: check for incompat bit in btrfs_need_stripe_tree_update

fs/btrfs/raid-stripe-tree.c | 2 +-
fs/btrfs/raid-stripe-tree.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
base-commit: e70275b918d304c9687a91e990a8ef440658c3bf
change-id: 20230915-rst-updates-8c55784ca4ef

Best regards,
--
Johannes Thumshirn <[email protected]>


2023-09-20 20:00:19

by David Sterba

[permalink] [raw]
Subject: Re: [PATCH v2 0/2] btrfs: RAID stripe tree updates

On Wed, Sep 20, 2023 at 02:31:16AM -0700, Johannes Thumshirn wrote:
> Here is the second batch of updates for the RAID stripe tree patchset in
> for-next which address some of the review comments.
>
> ---
> - Link to first batch: https://lore.kernel.org/r/[email protected]
>
> ---
> Johannes Thumshirn (2):
> btrfs: check for incompat bit in btrfs_insert_raid_extent
> btrfs: check for incompat bit in btrfs_need_stripe_tree_update
>
> fs/btrfs/raid-stripe-tree.c | 2 +-
> fs/btrfs/raid-stripe-tree.h | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)

Folded, thanks.