[GIT PULL] Btrfs fixes for v5.13-rc3, part 2

From: David Sterba
Date: Fri May 21 2021 - 16:13:52 EST


Hi,

a few more fixes. Please pull, thanks.

- fix unaligned compressed writes in zoned mode

- fix false positive lockdep warning when cloning inline extent

- remove wrong BUG_ON in tree-log error handling

----------------------------------------------------------------
The following changes since commit 54a40fc3a1da21b52dbf19f72fdc27a2ec740760:

btrfs: fix removed dentries still existing after log is synced (2021-05-14 01:23:04 +0200)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-5.13-rc2-tag

for you to fetch changes up to 764c7c9a464b68f7c6a5a9ec0b923176a05e8e8f:

btrfs: zoned: fix parallel compressed writes (2021-05-20 15:51:07 +0200)

----------------------------------------------------------------
Filipe Manana (1):
btrfs: release path before starting transaction when cloning inline extent

Johannes Thumshirn (2):
btrfs: zoned: pass start block to btrfs_use_zone_append
btrfs: zoned: fix parallel compressed writes

Josef Bacik (1):
btrfs: do not BUG_ON in link_to_fixup_dir

fs/btrfs/compression.c | 42 ++++++++++++++++++++++++++++++++++++++----
fs/btrfs/extent_io.c | 2 +-
fs/btrfs/inode.c | 2 +-
fs/btrfs/reflink.c | 5 +++++
fs/btrfs/tree-log.c | 2 --
fs/btrfs/zoned.c | 4 ++--
fs/btrfs/zoned.h | 5 ++---
7 files changed, 49 insertions(+), 13 deletions(-)