From: Linus Torvalds Date: Mon, 26 Feb 2024 19:00:54 +0000 (-0800) Subject: Merge tag 'for-6.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave... X-Git-Tag: v6.8-rc7~36 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=b6c1f1ecb3bf2dcd8085cc7d927ade623182a26c;p=linux-block.git Merge tag 'for-6.8-rc6-tag' of git://git./linux/kernel/git/kdave/linux Pull btrfs fixes from David Sterba: "A more fixes for recently reported or discovered problems: - fix corner case of send that would generate potentially large stream of zeros if there's a hole at the end of the file - fix chunk validation in zoned mode on conventional zones, it was possible to create chunks that would not be allowed on sequential zones - fix validation of dev-replace ioctl filenames - fix KCSAN warnings about access to block reserve struct members" * tag 'for-6.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux: btrfs: fix data race at btrfs_use_block_rsv() when accessing block reserve btrfs: fix data races when accessing the reserved amount of block reserves btrfs: send: don't issue unnecessary zero writes for trailing hole btrfs: dev-replace: properly validate device names btrfs: zoned: don't skip block group profile checks on conventional zones --- b6c1f1ecb3bf2dcd8085cc7d927ade623182a26c