Merge tag 'for-6.15-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 30 Apr 2025 15:56:50 +0000 (08:56 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 30 Apr 2025 15:56:50 +0000 (08:56 -0700)
commit7a13c14ee59d4f6c5f4277a86516cbc73a1383a8
treead94dc87c655d83f3bb840803c755ad85be2b98e
parent3929527918ffa6a0e5c31004ed06d8d1032fc1cf
parente08e49d986f82c30f42ad0ed43ebbede1e1e3739
Merge tag 'for-6.15-rc4-tag' of git://git./linux/kernel/git/kdave/linux

Pull btrfs fixes from David Sterba:

 - fix potential inode leak in iget() after memory allocation failure

 - in subpage mode, fix extent buffer bitmap iteration when writing out
   dirty sectors

 - fix range calculation when falling back to COW for a NOCOW file

* tag 'for-6.15-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux:
  btrfs: adjust subpage bit start based on sectorsize
  btrfs: fix the inode leak in btrfs_iget()
  btrfs: fix COW handling in run_delalloc_nocow()
fs/btrfs/inode.c