Merge tag 'for-6.6-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 23 Oct 2023 17:59:13 +0000 (07:59 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 23 Oct 2023 17:59:13 +0000 (07:59 -1000)
commite017769f4ce20dc0d3fa3220d4d359dcc4431274
treec92c35a3b9571f1c7bcedf68bf602604746c010e
parent7c14564010fc1d0f16ca7d39b0ff948b43344209
parenteb96e221937af3c7bb8a63208dbab813ca5d3d7e
Merge tag 'for-6.6-rc7-tag' of git://git./linux/kernel/git/kdave/linux

Pull btrfs fix from David Sterba:
 "One more fix for a problem with snapshot of a newly created subvolume
  that can lead to inconsistent data under some circumstances. Kernel
  6.5 added a performance optimization to skip transaction commit for
  subvolume creation but this could end up with newer data on disk but
  not linked to other structures.

  The fix itself is an added condition, the rest of the patch is a
  parameter added to several functions"

* tag 'for-6.6-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux:
  btrfs: fix unwritten extent buffer after snapshotting a new subvolume