[GIT,PULL] Btrfs fixes for 6.3-rc7

Message ID cover.1681236364.git.dsterba@suse.com
State New
Headers
Series [GIT,PULL] Btrfs fixes for 6.3-rc7 |

Pull-request

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

Message

David Sterba April 11, 2023, 6:12 p.m. UTC
  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(-)
  

Comments

pr-tracker-bot@kernel.org April 11, 2023, 6:52 p.m. UTC | #1
The pull request you sent on Tue, 11 Apr 2023 20:12:23 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/2c40519251d61590377b313379ae2d4d4ef28266

Thank you!