Merge tag 'for-6.10-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Pull more btrfs updates from David Sterba: "A few more updates, mostly stability fixes or user visible changes: - 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" * tag 'for-6.10-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux: btrfs: re-introduce 'norecovery' mount option btrfs: fix end of tree detection when searching for data extent ref btrfs: scrub: initialize ret in scrub_simple_mirror() to fix compilation warning btrfs: zoned: fix use-after-free due to race with dev replace btrfs: qgroup: fix qgroup id collision across mounts btrfs: qgroup: update rescan message levels and error codes
Showing
- fs/btrfs/extent-tree.c 1 addition, 1 deletionfs/btrfs/extent-tree.c
- fs/btrfs/qgroup.c 25 additions, 7 deletionsfs/btrfs/qgroup.c
- fs/btrfs/scrub.c 1 addition, 1 deletionfs/btrfs/scrub.c
- fs/btrfs/super.c 8 additions, 0 deletionsfs/btrfs/super.c
- fs/btrfs/zoned.c 10 additions, 3 deletionsfs/btrfs/zoned.c
Please register or sign in to comment