]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'for-6.19-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 21 Jan 2026 16:42:34 +0000 (08:42 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 21 Jan 2026 16:42:34 +0000 (08:42 -0800)
commit07eebd934c9cb9f12f589ea5b826fa7ca056cb4d
tree63c603ea4a2f3c6ee4b6282ea29089846486e698
parent6c790212c588fddeb0d852f2790840753bb604b1
parent34308187395ff01f2d54007eb8b222f843bdf445
Merge tag 'for-6.19-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux

Pull btrfs fixes from David Sterba:

 - protect reading super block vs setting block size externally (found
   by syzbot)

 - make sure no transaction is started in read-only mode even with some
   rescue mount option combinations

 - fix checksum calculation of backup super blocks when block-group-tree
   is enabled

 - more extensive mount-time checks of device items that could be left
   after device replace and attempting degraded mount

 - fix build warning with -Wmaybe-uninitialized on loongarch64-gcc 12

* tag 'for-6.19-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux:
  btrfs: add extra device item checks at mount
  btrfs: fix missing fields in superblock backup with BLOCK_GROUP_TREE
  btrfs: reject new transactions if the fs is fully read-only
  btrfs: sync read disk super and set block size
  btrfs: fix Wmaybe-uninitialized warning in replay_one_buffer()
fs/btrfs/volumes.c