Merge tag 'for-5.13-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 9 Jun 2021 20:34:48 +0000 (13:34 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 9 Jun 2021 20:34:48 +0000 (13:34 -0700)
commitcc6cf827dd6858966cb5086703447cb68186650e
tree04f926ea04d5775a27297b98c2549601715c04df
parent2f673816b2db30ce6122fe0e5e6a00de20e8d99a
parentaefd7f7065567a4666f42c0fc8cdb379d2e036bf
Merge tag 'for-5.13-rc5-tag' of git://git./linux/kernel/git/kdave/linux

Pull btrfs fixes from David Sterba:
 "A few more fixes that people hit during testing.

  Zoned mode fix:

   - fix 32bit value wrapping when calculating superblock offsets

  Error handling fixes:

   - properly check filesystema and device uuids

   - properly return errors when marking extents as written

   - do not write supers if we have an fs error"

* tag 'for-5.13-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux:
  btrfs: promote debugging asserts to full-fledged checks in validate_super
  btrfs: return value from btrfs_mark_extent_written() in case of error
  btrfs: zoned: fix zone number to sector/physical calculation
  btrfs: do not write supers if we have an fs error
fs/btrfs/tree-log.c