]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Merge tag 'bcachefs-2025-07-24' of git://evilpiepirate.org/bcachefs
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 25 Jul 2025 14:56:38 +0000 (07:56 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 25 Jul 2025 14:56:38 +0000 (07:56 -0700)
Pull bcachefs fixes from Kent Overstreet:
 "User reported fixes:

   - Fix btree node scan on encrypted filesystems by not using btree
     node header fields encrypted

   - Fix a race in btree write buffer flush; this caused EROs primarily
     during fsck for some people"

* tag 'bcachefs-2025-07-24' of git://evilpiepirate.org/bcachefs:
  bcachefs: Add missing snapshots_seen_add_inorder()
  bcachefs: Fix write buffer flushing from open journal entry
  bcachefs: btree_node_scan: don't re-read before initializing found_btree_node


Trivial merge