]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 21 May 2021 23:24:12 +0000 (13:24 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 21 May 2021 23:24:12 +0000 (13:24 -1000)
commita080ba6c922b4c314c2019aa79035a3713a91dba
treed455d37878ead6306098ad15d3080976c9db3ce9
parent0ada771d441da502f7c9bbe5a26bda3fa4194d9e
parentcc6a2c04396e450622b7efc220a1c499a85db4ee
Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux

Pull btrfs fixes from David Sterba:
 "A few more fixes:

   - 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"

* tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux:
  btrfs: zoned: fix parallel compressed writes
  btrfs: zoned: pass start block to btrfs_use_zone_append
  btrfs: do not BUG_ON in link_to_fixup_dir
  btrfs: release path before starting transaction when cloning inline extent
fs/btrfs/compression.c
fs/btrfs/extent_io.c
fs/btrfs/inode.c
fs/btrfs/reflink.c
fs/btrfs/tree-log.c