]> Gentwo Git Trees - linux/.git/commit
Merge tag 'for-6.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 11 Nov 2025 18:13:17 +0000 (10:13 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 11 Nov 2025 18:13:17 +0000 (10:13 -0800)
commit8341374f67f6e6350de98baaf5b05bca88f4ad81
tree9e8dde9bc954b20b364bbb41d522670b0482f68d
parent537d196186e0a0ce28e494ca1881885accc35a12
parentc367af440e03eba7beb0c9f3fe540f9bcb69134a
Merge tag 'for-6.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux

Pull btrfs fixes from David Sterba:

 - fix new inode name tracking in tree-log

 - fix conventional zone and stripe calculations in zoned mode

 - fix bio reference counts on error paths in relocation and scrub

* tag 'for-6.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux:
  btrfs: release root after error in data_reloc_print_warning_inode()
  btrfs: scrub: put bio after errors in scrub_raid56_parity_stripe()
  btrfs: do not update last_log_commit when logging inode due to a new name
  btrfs: zoned: fix stripe width calculation
  btrfs: zoned: fix conventional zone capacity calculation
fs/btrfs/inode.c
fs/btrfs/tree-log.c
fs/btrfs/zoned.c