All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Btrfs fixes for 6.15-rc4
@ 2025-04-22 16:52 David Sterba
  2025-04-22 20:54 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: David Sterba @ 2025-04-22 16:52 UTC (permalink / raw)
  To: linux-btrfs, torvalds; +Cc: David Sterba, linux-kernel

Hi,

please pull the following short fixes. Most of them are one-liners,
there's one preparatory patch in block layer moving some code around
and adding a helper that's used in a fix. Thanks.

- subpage mode fixes
  - access correct object (folio) when looking up bit offset
  - fix assertion condition for number of blocks per folio
  - fix upper boundary of locking range in hole punch

- zoned fixes
  - fix potential deadlock caught by lockdep when zone reporting and
    device freeze run in parallel
  - fix zone write pointer mismatch and NULL pointer dereference when
    metadata are converted from DUP to RAID1

- fix error handling when reloc inode creation fails

- in tree-checker, unify error code for header level check

- block layer: add helpers to read zone capacity

----------------------------------------------------------------
The following changes since commit 65f2a3b2323edde7c5de3a44e67fec00873b4217:

  btrfs: remove folio order ASSERT()s in super block writeback path (2025-04-01 01:02:42 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/for-6.15-rc3-tag

for you to fetch changes up to 866bafae59ecffcf1840d846cd79740be29f21d6:

  btrfs: zoned: skip reporting zone for new block group (2025-04-17 11:57:25 +0200)

----------------------------------------------------------------
David Sterba (1):
      btrfs: tree-checker: adjust error code for header level check

Filipe Manana (1):
      btrfs: fix invalid inode pointer after failure to create reloc inode

Johannes Thumshirn (1):
      btrfs: zoned: return EIO on RAID1 block group write pointer mismatch

Naohiro Aota (2):
      block: introduce zone capacity helper
      btrfs: zoned: skip reporting zone for new block group

Qu Wenruo (3):
      btrfs: subpage: access correct object when reading bitmap start in subpage_calc_start_bit()
      btrfs: avoid page_lockend underflow in btrfs_punch_hole_lock_range()
      btrfs: fix the ASSERT() inside GET_SUBPAGE_BITMAP()

 fs/btrfs/file.c         |  9 +++++--
 fs/btrfs/relocation.c   |  2 +-
 fs/btrfs/subpage.c      |  4 +--
 fs/btrfs/tree-checker.c |  2 +-
 fs/btrfs/zoned.c        | 19 +++++++++++---
 include/linux/blkdev.h  | 67 +++++++++++++++++++++++++++++++++----------------
 6 files changed, 72 insertions(+), 31 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] Btrfs fixes for 6.15-rc4
  2025-04-22 16:52 [GIT PULL] Btrfs fixes for 6.15-rc4 David Sterba
@ 2025-04-22 20:54 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2025-04-22 20:54 UTC (permalink / raw)
  To: David Sterba; +Cc: linux-btrfs, torvalds, David Sterba, linux-kernel

The pull request you sent on Tue, 22 Apr 2025 18:52:27 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/for-6.15-rc3-tag

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/bc3372351d0c8b2726b7d4229b878342e3e6b0e8

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-04-22 20:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-22 16:52 [GIT PULL] Btrfs fixes for 6.15-rc4 David Sterba
2025-04-22 20:54 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.