[GIT PULL] Btrfs fixes for 6.3-rc7

From: David Sterba
Date: Tue Apr 11 2023 - 14:12:34 EST


Hi,

two more fixes that have some user visible effects. Please pull, thanks.

- fix fast checksum detection, this affects filesystems with non-crc32c
checksum, calculation would not be offloaded to worker threads

- restore thread_pool mount option behaviour for endio workers, the
new value for maximum active threads would not be set to the actual
work queues

----------------------------------------------------------------
The following changes since commit 2280d425ba3599bdd85c41bd0ec8ba568f00c032:

btrfs: ignore fiemap path cache when there are multiple paths for a node (2023-03-29 01:16:23 +0200)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-6.3-rc6-tag

for you to fetch changes up to 68d99ab0e9221ef54506f827576c5a914680eeaf:

btrfs: fix fast csum implementation detection (2023-04-06 16:34:13 +0200)

----------------------------------------------------------------
Christoph Hellwig (2):
btrfs: restore the thread_pool= behavior in remount for the end I/O workqueues
btrfs: fix fast csum implementation detection

fs/btrfs/disk-io.c | 14 ++++++++++++++
fs/btrfs/super.c | 4 ++--
2 files changed, 16 insertions(+), 2 deletions(-)