[GIT PULL] Btrfs updtes for 6.10, part 2

From: David Sterba
Date: Fri May 24 2024 - 09:59:35 EST


Hi,

a few more updates, mostly stability fixes or user visible changes.
Please pull, thanks.

- fix race in zoned mode during device replace that can lead to
use-after-free

- update return codes and lower message levels for quota rescan where
it's causing false alerts

- fix unexpected qgroup id reuse under some conditions

- fix condition when looking up extent refs

- add option norecovery (removed in 6.8), the intended replacements
haven't been used and some aplications still rely on the old one

- build warning fixes

----------------------------------------------------------------
The following changes since commit 0e39c9e524479b85c1b83134df0cfc6e3cb5353a:

btrfs: qgroup: fix initialization of auto inherit array (2024-05-07 21:31:11 +0200)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/for-6.10-tag

for you to fetch changes up to 440861b1a03c72cc7be4a307e178dcaa6894479b:

btrfs: re-introduce 'norecovery' mount option (2024-05-21 15:27:17 +0200)

----------------------------------------------------------------
Boris Burkov (1):
btrfs: qgroup: fix qgroup id collision across mounts

David Sterba (1):
btrfs: qgroup: update rescan message levels and error codes

Filipe Manana (2):
btrfs: zoned: fix use-after-free due to race with dev replace
btrfs: fix end of tree detection when searching for data extent ref

Lu Yao (1):
btrfs: scrub: initialize ret in scrub_simple_mirror() to fix compilation warning

Qu Wenruo (1):
btrfs: re-introduce 'norecovery' mount option

fs/btrfs/extent-tree.c | 2 +-
fs/btrfs/qgroup.c | 32 +++++++++++++++++++++++++-------
fs/btrfs/scrub.c | 2 +-
fs/btrfs/super.c | 8 ++++++++
fs/btrfs/zoned.c | 13 ++++++++++---
5 files changed, 45 insertions(+), 12 deletions(-)